Bug 523976

Summary: udev-post init script collected problems LSB-compilant
Product: [Fedora] Fedora Reporter: Yulia Kopkova <ykopkova>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dkovalsk, harald, mchristi, terje.rosten, ykopkova
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 145-15.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-12 04:46:40 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    

Description Yulia Kopkova 2009-09-17 13:09:32 UTC
Description of problem:
According to https://fedoraproject.org/wiki/FCNewInit/Initscripts udev-post init
script have some LSB-compilant problems:

1. status action should return code "3" for stopped service
   # service udev-post stop
   # service udev-post status ; echo $?
now: 0
expected: 3

2. nonexist action should have returncode 3:
   # service udev-post nonexist ; echo $?
   Usage: /etc/init.d/udev-post {start|stop|reload}
now: 1
expected: 3 

3. insufficient rights, there should be return code 4
   # su testuserqa -c "service udev-post restart"; echo $?
now: 1 
expected: 4

The reason of filling it is "InitScripts LSB compliance project"
https://wiki.test.redhat.com/BaseOs/Projects/InitScripts

Comment 1 Mike Christie 2009-09-19 01:02:55 UTC
Should this be for a udev component or should the udev-post script references be a scsi-target-utils script?

Comment 2 Yulia Kopkova 2009-09-24 12:53:13 UTC
Sorry Mike, some changes for comment #1:

2. nonexist action should have returncode 2:
   # service udev-post nonexist ; echo $?
   Usage: /etc/init.d/udev-post {start|stop|reload}
now: 1
expected: 2

Comment 3 Fedora Update System 2009-11-12 00:51:03 UTC
udev-145-14.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update udev'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-11396

Comment 4 Bug Zapper 2009-11-16 12:33:31 UTC
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

Comment 5 Yulia Kopkova 2009-11-18 13:46:27 UTC
Harald, 

I've tried udev-145-13.fc12. It does not start and return exit code "4"
# service udev-post start ; echo $?
4

Comment 6 Yulia Kopkova 2009-11-18 13:48:26 UTC
and 

nonexisting action should have return code "2"

# service udev-post nonexist ; echo $?
Usage: /etc/init.d/udev-post {start|stop|reload}
3
now: 3
expected: 2

Comment 7 Fedora Update System 2009-11-27 21:47:39 UTC
udev-145-14.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Yulia Kopkova 2009-12-11 15:47:22 UTC
udev-145-14 still have problems mentioned in comments #5 and #6.

Comment 10 Fedora Update System 2010-01-26 12:57:45 UTC
udev-145-15.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/udev-145-15.fc12

Comment 11 Yulia Kopkova 2010-01-26 14:36:01 UTC
Tried udev-145-15.fc12

There is a situation in start action when lock file is not created:

# check, if anything is todo
[ "$dest" = '*' ] && exit 0

Comment 12 Harald Hoyer 2010-01-26 14:44:51 UTC
(In reply to comment #11)
> Tried udev-145-15.fc12
> 
> There is a situation in start action when lock file is not created:
> 
> # check, if anything is todo
> [ "$dest" = '*' ] && exit 0    

Is that a problem?

Comment 13 Yulia Kopkova 2010-01-26 15:02:14 UTC
I thins it is not a problem. Just made a note.

Verified all issues were fixed in udev-145-15.fc12

Comment 14 Fedora Update System 2010-01-28 00:55:46 UTC
udev-145-15.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update udev'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1138

Comment 15 Fedora Update System 2010-02-12 04:46:09 UTC
udev-145-15.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.