Bug 522708
Summary: | Wrong test in amtu initscript | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miroslav Vadkerti <mvadkert> | |
Component: | amtu | Assignee: | Steve Grubb <sgrubb> | |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | rawhide | CC: | dkovalsk, sgrubb | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 536887 (view as bug list) | Environment: | ||
Last Closed: | 2009-09-14 13:49:48 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: | 521669, 536887 |
Description
Miroslav Vadkerti
2009-09-11 06:50:48 UTC
Hmm...wonder how that got in there. The correct code should be: test x"$AMTU_HALT_ON_FAILURE" != "x" || exit 6 test x"$HALT_COMMAND" != "x" || exit 6 I built amtu-1.0.8-5 in rawhide to solve this problem. Please give it a test. Thanks. I tested the newest package and problem seems to be fixed. Although the there is no result after the run (I mean [ OK ] or [ FAILED ]). It would be nice if this would be displayed. Yes, it would be nice to have pass or fail on the screen. But, there is no way to do this without patching amtu itself as best as I can tell. The basic problem is that amtu has no quiet mode and will scribble all over the screen. I will close this bug since the basic requirements have been met. Thanks for reporting the bug. |