Bug 150766

Summary: MAKEDEV doesn't like CVS directory in /etc/makedev.d
Product: Red Hat Enterprise Linux 4 Reporter: Peter Bieringer <pb>
Component: MAKEDEVAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: harald, shillman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.19-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-17 21:01:17 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:

Description Peter Bieringer 2005-03-10 12:51:12 UTC
Description of problem:
We're using a system CVS to track configuration changes properly.

udev isn't smart enough during running through its configuration
directory and an error message now.




Version-Release number of selected component (if applicable):
udev-039-10.8.EL4

How reproducible:
Always

Steps to Reproduce:
1. create directory in /etc/makedev.d
2. reboot
    

Actual Results:  Starting udev:  error: /etc/makedev.d/CVS is not a
regular file

Expected Results:  No such error message

Additional info:

It looks like udev only expect files in /etc/makedev.d, so why not
filtering the directory open for files only or skip file if it is a
directory?

Comment 2 Harald Hoyer 2005-03-11 11:53:03 UTC
this is makedev

Comment 3 Nalin Dahyabhai 2005-03-17 20:47:37 UTC
If you invoke MAKEDEV with the "-i" flag, it will issue a warning instead of an
error if it runs into a problem reading its configuration.

Comment 4 Peter Bieringer 2005-03-18 13:22:35 UTC
How to tell using "-i" udev? ;-)

BTW: can I test the rawhide package on RHEL4?

Comment 5 Harald Hoyer 2005-03-18 15:03:29 UTC
Peter, edit /sbin/start_udev and change the MAKEDEV call.

yes, you can _test_ the rawhide package on RHEL4

Comment 6 Peter Bieringer 2005-04-14 08:43:41 UTC
Can confirm that it works now using following version:

http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/MAKEDEV-3.19-1.i386.rpm