Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48629 - /sbin/rc fixups for udev
Summary: /sbin/rc fixups for udev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 47902
  Show dependency tree
 
Reported: 2004-04-21 17:22 UTC by Greg Kroah-Hartman (RETIRED)
Modified: 2004-05-04 10:28 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/sbin/rc udev cleanups (x,1.89 KB, patch)
2004-04-21 17:24 UTC, Greg Kroah-Hartman (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-04-21 17:22:11 UTC
Here's a patch against the latest rc-scripts that should fix a few udev
startup issues.
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-04-21 17:24:38 UTC
Created attachment 29782 [details, diff]
/sbin/rc udev cleanups

This patch does the following:
  - calls udevstart instead of parsing the sysfs tree with bash
  - does not start udevd by hand, it should be started by the calls to hotplug
from the kernel in order to get the proper priority levels.
  - clean up the init of the /dev nodes that are needed to be done by hand,
moving it all to one place.

If you want me to submit smaller patches for the individual things, i'd be glad
to.
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-04-21 17:29:16 UTC
Note, this will probably help fix bug 47902
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-04-23 20:14:18 UTC
committed to rc-scripts cvs
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-05-04 10:28:49 UTC
This has already been released in the latest version of base-layout.  thanks.