Bug 536828
Summary: | initscript collected problems LSB-compilant ebtables | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Ščotka <jscotka> |
Component: | ebtables | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-daemons |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.1 | CC: | dkovalsk, pknirsch, syeghiay |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ebtables-2.0.9-3.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-02 19:02:16 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:45:02 UTC
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. These are the remaining problems that are not fixable, because there is no running daemon, therefore there is no pid file and /var/lock/subsys/ebtables is used to test if the service is started or not. :: [ LOG ] :: >>>>>>>>> pid file :: [ FAIL ] :: File /var/run/ebtables.pid should exist :: [ PASS ] :: Running 'echo 666666 > /var/run/ebtables.pid' :: [ FAIL ] :: Existing pid file, but service not started (Expected 1, got 3) :: [ LOG ] :: >>>>>>>>> lock file :: [ PASS ] :: File /var/lock/subsys/ebtables should exist :: [ PASS ] :: Running 'touch /var/lock/subsys/ebtables' :: [ FAIL ] :: Existing lock file, but service not started (Expected 2, got 0) Fixed in ebtables-2.0.9-3.el6. http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2202003 Hi, components seems to have repaired most of bugs. see RHTS run: http://rhts.redhat.com/cgi-bin/rhts/test_log.cgi?id=12819126 there are still problems with pid file and lock file, bud as developer said, is is not normal service, so it is acceptable. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: TEST PROTOCOL :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: Test run ID : 2924442 :: [ LOG ] :: Package : ebtables :: [ LOG ] :: Installed: : ebtables-2.0.9-3.el6.i686 :: [ LOG ] :: Test started : 2010-03-12 04:50:04 :: [ LOG ] :: Test finished : 2010-03-12 04:50:12 :: [ LOG ] :: Test name : /CoreOS/ebtables/Sanity/initscipts :: [ LOG ] :: Distro: : Red Hat Enterprise Linux release 6.0 Beta (Santiago) :: [ LOG ] :: Hostname : hp-dl160g6-01.rhts.bos.redhat.com :: [ LOG ] :: Architecture : i686 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: Test description :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Hi there was founded several problems with LSB-compilant of initscript of arpwatch. It should be based on https://fedoraproject.org/wiki/Packaging/SysVInitScript definition test srcipt is situated on wiki pages: https://wiki.test.redhat.com/BaseOs/Projects/InitScripts#testscript see failing message in LOG bellow: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: Test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: >>>>>>>>> service start :: [ PASS ] :: Service must start without problem :: [ PASS ] :: Then Status command :: [ PASS ] :: Already started service :: [ PASS ] :: Again status command :: [ LOG ] :: >>>>>>>>> service restart :: [ PASS ] :: Restarting of service :: [ PASS ] :: Status command :: [ LOG ] :: >>>>>>>>> service stop :: [ PASS ] :: Stopping service :: [ PASS ] :: Status of stopped service :: [ PASS ] :: Stopping service again :: [ PASS ] :: Status of stopped service :: [ LOG ] :: >>>>>>>>> pid file :: [ FAIL ] :: File /var/run/ebtables.pid should exist :: [ PASS ] :: Running 'echo 666666 > /var/run/ebtables.pid' :: [ FAIL ] :: Existing pid file, but service not started (Expected 1, got 3) :: [ LOG ] :: >>>>>>>>> lock file :: [ PASS ] :: File /var/lock/subsys/ebtables should exist :: [ PASS ] :: Running 'touch /var/lock/subsys/ebtables' :: [ FAIL ] :: Existing lock file, but service not started (Expected 2, got 0) :: [ LOG ] :: >>>>>>>>> insufficient rights :: [ PASS ] :: Starting service for restarting under nonpriv user :: [ PASS ] :: Insufficient rights, restarting resrvice under nonprivileged user must fail :: [ LOG ] :: >>>>>>>>> operations :: [ PASS ] :: Service have to implement start function :: [ PASS ] :: Service have to implement restart function :: [ PASS ] :: Service have to implement status function :: [ PASS ] :: Service have to implement usage function :: [ PASS ] :: Service have to implement condrestart function :: [ PASS ] :: Service have to implement try-restart function :: [ PASS ] :: Service have to implement reload function :: [ PASS ] :: Service have to implement force-reload function :: [ LOG ] :: >>>>>>>>> nonexist operations :: [ PASS ] :: Testing proper return code when nonexisting function :: [ LOG ] :: >>>>>>>>> invalid arguments :: [ PASS ] :: When no arguments added to service, it must fail with proper return code :: [ LOG ] :: Duration: 8s :: [ LOG ] :: Assertions: 25 good, 3 bad :: [ FAIL ] :: RESULT: Test Red Hat Enterprise Linux Beta 2 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. |