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

SIGHUP not working on OpenBSD #161

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 1 comment
Open

SIGHUP not working on OpenBSD #161

GoogleCodeExporter opened this issue Apr 23, 2015 · 1 comment
Labels
bug Known bug in the code. Priority-High
Milestone

Comments

@GoogleCodeExporter
Copy link

I want pulledpork to send the HUP signal to snort and as such have defined the 
pid_path=/var/run/snort_em1.pid parameter in its config file. The problem is 
that snort creates this PID file with permission 600 and belongs to user root 
and group wheel although I start snort with the "-u snort -g snort" parameters.

I run pulledpork as user snort too and due to that the SIGHUP fails as you can 
see here:

Permission denied at /usr/local/bin/pulledpork.pl line 1007.
        main::sig_hup('/var/run/snort_em1.pid') called at /usr/local/bin/pulledpork.pl line 2022

Any ideas what can be done here? I would like to avoid having to run pulledpork 
as root.

Original issue reported on code.google.com by [email protected] on 11 Oct 2014 at 11:27

@shirkdog
Copy link
Owner

shirkdog commented Dec 6, 2017

Need to see if this is still an issue, for both OpenBSD and pulledpork.

@shirkdog shirkdog added this to the 0.8.0 milestone Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Known bug in the code. Priority-High
Projects
None yet
Development

No branches or pull requests

2 participants