Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 50866

Summary: the /sbin/devfsd deamon (rpm package) is missing
Product: [Retired] Red Hat Linux Reporter: Pawel Worach <pworach>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-11 13:35:42 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 Pawel Worach 2001-08-04 02:02:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.7-ac4 i686; Nav)

Description of problem:
After compiling a kernel with devfs support and the system is rebooted
is complains a lot because the /sbin/devfsd daemon is missing (rpm package
is missing too) it is not started by /etc/rc.d/rc.sysinit.

How reproducible:
Always

Steps to Reproduce:
1. Compile kernel with devfs support
2. modify /boot/grub/grub.conf to include your new kernel
3. reboot and voila!


Expected Results:  The devfsd damon should have been started by
/etc/rc.d/rc.sysinit if it was there....

Additional info:

Installing devfsd RPM from Redhat 7.1 solved this problem,
i hope devfsd will be included in the final roswell release!

Comment 1 Arjan van de Ven 2001-08-04 08:34:16 UTC
We will not be including devfsd as it has WAY too many security holes that
haven't been addressed by the maintainer yet (in the at least 3 months that he
has been notified of them). I might consider including the source of it in the
kernel-source package though, so you can compile it with your kernel.

Comment 2 Pawel Worach 2001-08-19 10:53:25 UTC
It looks like Richard Gooch has started fixing bugs in the devfs code,
so maybe there is a chance for it to be included?