[Bug 217297] [www/fcgiwrap] Stale fcgiwrap processes left even after service is stopped
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 22 14:14:06 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217297
Bug ID: 217297
Summary: [www/fcgiwrap] Stale fcgiwrap processes left even
after service is stopped
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: adamw at FreeBSD.org
Reporter: spry at anarchy.in.the.ph
Flags: maintainer-feedback?(adamw at FreeBSD.org)
Assignee: adamw at FreeBSD.org
Hi
Seems there is a problem w/ stale processes not being killed
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
www 18674 0.0 0.0 14492 2036 - SsJ 8:49AM 0:00.00 daemon:
/usr/local/sbin/fcgiwrap[18675] (daemon)
www 18675 0.0 0.0 14472 2012 - SJ 8:49AM 0:00.00 -
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 18677 0.0 0.0 14472 2016 - SJ 8:49AM 0:00.00 |--
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 18678 0.0 0.0 14472 2016 - SJ 8:49AM 0:00.00 |--
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 18679 0.0 0.0 14472 2016 - SJ 8:49AM 0:00.00 |--
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 18680 0.0 0.0 14472 2016 - SJ 8:49AM 0:00.00 `--
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
root@:~# /usr/local/etc/rc.d/fcgiwrap stop
===> fcgiwrap profile: xxxx
Stopping fcgiwrap.
...
www 61512 0.0 0.0 14472 2060 - IJ Thu09AM 0:00.00
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 61513 0.0 0.0 14472 2016 - IJ Thu09AM 0:00.00
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 61514 0.0 0.0 14472 2016 - IJ Thu09AM 0:00.00
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
www 61515 0.0 0.0 14472 2016 - IJ Thu09AM 0:00.00
/usr/local/sbin/fcgiwrap -s unix:/var/run/fcgiwrap/fcgiwrap.alerts.socket -c 4
...
Should there be something like ?
--- fcgiwrap 2017-01-12 23:12:54.000000000 -0500
+++ /usr/local/etc/rc.d/fcgiwrap 2017-02-22 09:06:05.940283000 -0500
@@ -92,6 +92,7 @@
case ${fcgiwrap_socket} in
unix*)
test -S ${fcgiwrap_socket#unix:} && rm -f
${fcgiwrap_socket#unix:}
+ killall fcgiwrap
;;
esac
rm -f $pidfile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list