Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 15:09:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192681] New: www/fcgiwrap: cannot start after reboot
Message-ID:  <bug-192681-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: johan@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192681-13>