Description of problem: According to https://fedoraproject.org/wiki/FCNewInit/Initscripts: "service $SERVICE status" should return exit code "2" if program is dead and /var/lock/subsys/cups file exists and "force-reload" option should be available. SERVICE: nfs nfslock rpcgssd rpcidmapd rpcsvcgssd The reason of filling this is "InitScripts LSB compliance project" Version-Release number of selected component (if applicable): nfs-utils-1.2.0-10.fc12.x86_64 How reproducible: Always Steps to Reproduce: 1. service $SERVICE stop touch /var/lock/subsys/$SERVICE service $SERVICE status ; echo $? 2. service $SERVICE force-reload ; echo $? Actual results: 1. $SERVICE is stopped 3 2. Usage: /etc/init.d/$SERVICE {start|stop|restart|condstart|condrestart|status|condstop} 3 Expected results: 1. $SERVICE dead but subsys locked 2 2. service $SERVICE force-reload ; echo $? Reloading $SERVICE: [ OK ] 0 Additional info:
3. One more thing: Init scripts should also return code "4" if restarting service under nonprivileged user: su testuserqa -c "service $SERVICE restart"; echo $? now: 1 expected: 4
4. Init script should return usage and exit code "2" for unknown argument: # service $SERVICE unknown ; echo $? Usage: nfs {start|stop|status|restart|reload|condrestart|condstop} 2
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
nfs-utils-1.2.1-6.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/nfs-utils-1.2.1-6.fc12
nfs-utils-1.2.1-6.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update nfs-utils'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/nfs-utils-1.2.1-6.fc12
nfs-utils-1.2.1-6.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.