Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfdhcplistener takes a minute to die #1791

Closed
julsemaan opened this issue Oct 24, 2016 · 3 comments
Closed

pfdhcplistener takes a minute to die #1791

julsemaan opened this issue Oct 24, 2016 · 3 comments

Comments

@julsemaan
Copy link
Collaborator

When receiving the kill signal from pfcmd, it takes about a minute to die (for each interface).

To clarify, the process itself isn't dying and its not pfcmd that isn't detecting the process exited.

Requires stracing and stuff.

@julsemaan julsemaan added this to the +1 (patch release) milestone Oct 24, 2016
@jrouzierinverse
Copy link
Member

I quickly tried to replicate this and I was not able to.
Please provide additional information on how to replicate this.

My test

./sbin/pfdhcplistener -i eth8 -d
strace -p $(cat var/run/pfdhcplistener_eth8.pid)

In a separate screen

kill <PID> $(cat var/run/pfdhcplistener_eth8.pid)

@jrouzierinverse
Copy link
Member

I think I found the problem the pid file is not deleted.

@julsemaan
Copy link
Collaborator Author

That seemed to be related to active/active at first but I can't replicate it on 6.4 so lets consider this fixed for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants