Bug 119419
| Summary: | Unable to perform service IIim restart | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lawrence Lim <llim> |
| Component: | im-sdk | Assignee: | Yu Shao <yshao> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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
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. |