The torque-mom package requires the binary momctl. Its init script calls /usr/sbin/momctl to stop the daemon, however the binary is mistakenly included in the torque-server (and also torque-client) package, so on a system with only torque-mom installed (a common configuration) the initscript cannot work properly. Excerpt from a RHEL6 system. [dan@node14 ~]$ rpm -qf /etc/rc.d/init.d/pbs_mom torque-mom-4.2.10-5.el6.x86_64 [dan@node14 ~]$ grep momctl /etc/rc.d/init.d/pbs_mom $SBIN_PATH/momctl -s [dan@node14 ~]$ sudo /etc/rc.d/init.d/pbs_mom stop Shutting down TORQUE Mom: /etc/rc.d/init.d/pbs_mom: line 44: /usr/sbin/momctl: No such file or directory /etc/rc.d/init.d/pbs_mom: line 44: /usr/sbin/momctl: No such file or directory /etc/rc.d/init.d/pbs_mom: line 44: /usr/sbin/momctl: No such file or directory /etc/rc.d/init.d/pbs_mom: line 44: /usr/sbin/momctl: No such file or directory ^C[dan@node14 ~]$ yum provides /usr/sbin/momctl Loaded plugins: product-id, security, subscription-manager torque-server-4.2.10-5.el6.x86_64 : The main part of TORQUE Repo : epel Matched from: Filename : /usr/sbin/momctl torque-client-4.2.10-5.el6.x86_64 : Client part of TORQUE Repo : epel Matched from: Filename : /usr/sbin/momctl This is 100% reproducible
Correcting wrong component.
This is a duplicate of #1259240 And I thought I fixed it... I'll have to check if I hit the "This is stable" button in koji for el6... *** This bug has been marked as a duplicate of bug 1259240 ***