[Bug 219753] www/fcgiwrap rc script fails to start.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 3 16:24:49 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219753
Bug ID: 219753
Summary: www/fcgiwrap rc script fails to start.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: ki at hh.iij4u.or.jp
when fcgiwrap_socket_mode or fcgiwrap_socket_owner or fcgiwrap_socket_group is
set, rc script of fcgiwrap fails to start.
# service fcgiwrap start
Starting fcgiwrap.
chmod: /data/fcgi/wrap.sock: No such file or directory
In fcgiwrap_postcmd(), chmod/chown/chgrp is called but domain socket does not
created yet.
If "sleep" is added before chmod/chown/chgrp in fcgiwrap_postcmd(), rc script
succeeds.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list