Description of problem: I have encountered error while performing service IIim restart as root user. Version-Release number of selected component (if applicable): -32 How reproducible: Always Steps to Reproduce: 1. Fresh Install FC2-Test2 with everything 2. rpm -Uvh *.rpm 3. service IIim restart Actual results: [root@engtester init.d]# service IIim restart Stopping IIIMF input server: [FAILED] Starting IIIMF input server: Expected results: [root@engtester init.d]# service IIim restart Stopping IIIMF input server: [FAILED] Starting IIIMF input server: [OK] Additional info: Error Message from the log file: Mar 30 18:01:30 engtester IIim: htt shutdown failed Mar 30 18:01:30 engtester su(pam_unix)[4685]: session opened for user htt by root(uid=0) Mar 30 18:01:30 engtester su: Would you like to enter a security context? [y]
Committed into CVS and will be fixed with the next build. @@ -17,7 +17,7 @@ start() { echo -n $"Starting IIIMF input server: " - daemon --user htt $HTT $OPTIONS + daemon --user htt $HTT $OPTIONS 2>&1 </dev/null echo RETVAL=$? [ $RETVAL -eq 0 ] && touch $LOCKER
already fixed in 11.4-34. closing.