Description of problem: When I run 'service condor status' I see the following output: condor_master is stopped even when condor is running. When I run 'service condor stop' the condor daemons don't stop. Version-Release number of selected component (if applicable): condor-7.2.3-1.fc10.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The init script only stops daemons that it started, the master's pidfile is used to enforce this.
That doesn't seem to work though. I've just stopped condor with pkill, started it again via the initscript, then tried to stop via the initscript. It didn't have any effect.
*** Bug 502171 has been marked as a duplicate of this bug. ***
You'll have to delete the InstanceLock because the condor_master didn't get a chance to clean it up on exit. The issue here is the init script changed to use /var/{log,lock,run}/condor, but the package wasn't updated.
condor-7.2.3-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/condor-7.2.3-2.fc10
condor-7.2.3-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.