[Bug 192681] New: www/fcgiwrap: cannot start after reboot
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 15 15:09:13 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192681
Bug ID: 192681
Summary: www/fcgiwrap: cannot start after reboot
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: johan at stromnet.se
Background: When fcgiwrap exits, it does not remove it's socket. Trying to
start fcgiwrap with an existing socket fails.
Old fix: The rc script has a method fcgiwrap_cleansocket, which is executed as
stop_postcmd.
Problem: On reboot, the rc script is not utilized, and this is never called.
Fix: I've added cleanup support to the code, a pull request upstream has been
created: https://github.com/gnosek/fcgiwrap/pull/26
Not sure how quick upstream is to release new though, so a local ports patch
might be suitable. Should be simple enough.
I'm running the above code now to ensure it doesn't have any odd side effects
(no high-volume site at all though). If I find none, and no new release has
been made, I can provide a patch for the port too.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list