Bug 536826
Summary: | initscript collected problems LSB-compilant dcbd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Ščotka <jscotka> |
Component: | lldpad | Assignee: | Jan Zeleny <jzeleny> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yulia Kopkova <ykopkova> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.1 | CC: | dkovalsk, ykopkova |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | lldpad-0.9.38-1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-10 21:06:11 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: | 633349 |
Description
Jan Ščotka
2009-11-11 14:34:02 UTC
And also I forgot to comment next two states, in case that is used nonexisting function or without parameter, it should return code 2 This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Patch has been uploaded, changing status to MODIFIED Fixed in 'dcbd-0.9.15-6'. 'dcbd-0.9.19-2.el6' included in compose 'RHEL6.0-20091216.nightly'. Moving to ON_QA. Tested with lldpad-0.9.32-2.el6 Status action should return code "2" if program is dead and /var/lock lock file exists [1] # service lldpad start ;echo $? 0tarting lldpad: [ OK ] # kill -9 `pidof lldpad` # service lldpad status ;echo $? Checking for service lldpad: lldpad dead but pid file exists 1FAILED] # rm -f /var/run/lldpad.pid # service lldpad status ;echo $? Checking for service lldpad: lldpad dead but subsys locked 0 OK ] now: 0 expected: 2 --- [1] https://fedoraproject.org/wiki/Packaging/SysVInitScript#Exit_Codes_for_the_Status_Action Please retest with latest lldpad (0.9.38), which I've built recently. Its behavior has been checked by jscotka. Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |