Bug 522770
Summary: | microcode_ctl init script is not completely LSB compliant | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Yulia Kopkova <ykopkova> | |
Component: | microcode_ctl | Assignee: | Anton Arapov <anton> | |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 12 | CC: | anton, dkovalsk, kmcmartin, nobody | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 576531 (view as bug list) | Environment: | ||
Last Closed: | 2010-03-24 11:40:30 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, 576531 |
Description
Yulia Kopkova
2009-09-11 11:11:05 UTC
3. The third thing, is that microcode_ctl exit code may return "19". According to LSB: 8-99: reserved for future LSB use 4. Init script Should return usage and exit code "3" for unknown action. 5. "status" action for stopped service should return exit code "3" 6. insufficient rights init script should also return code "4" if restarting service under nonprivileged user: su testuserqa -c "service $SERVICE restart"; echo $? now: 0 expected: 4 (In reply to comment #2) > 4. Init script Should return usage and exit code "3" for unknown action. Update: 4. Init script Should return usage and exit code "2" for unknown action. This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping "fixed" within bug 479898... does not have init script anymore. |