Bug 119419

Summary: Unable to perform service IIim restart
Product: [Fedora] Fedora Reporter: Lawrence Lim <llim>
Component: im-sdkAssignee: Yu Shao <yshao>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, tools-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 11.4-34 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-17 07:38:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

Description Lawrence Lim 2004-03-30 08:55:57 UTC
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]

Comment 1 Yu Shao 2004-04-04 22:27:09 UTC
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


Comment 2 Akira TAGOH 2004-05-17 07:38:59 UTC
already fixed in 11.4-34. closing.