Bugzilla – Bug 177
Init script for pbs_server can't stop the daemon
Last modified: 2012-04-23 18:49:21 MDT
You need to log in before you can comment on or make changes to this bug.
The init script for pbs_server in torque 4.x has the following to stop the daemon: killproc pbs_server -TERM which doesn't seem to work. This does: killall -QUIT pbs_server This has the effect that issuing the following command: sudo /etc/init.d/pbs_server restart gives this output: Shutting down TORQUE Server: [ OK ] pbs_server is already running. which is quite confusing.