Opened 12 years ago

Closed 12 years ago

#3102 closed task (fixed)

Need to resurrect /lib/udev/devices handling with udev >= 183

Reported by: Bryan Kadzban Owned by: lfs-book@…
Priority: normal Milestone: 7.2
Component: Bootscripts Version: SVN
Severity: normal Keywords:
Cc:

Description

Cherrypicking a random post from the linux-hotplug discussion:

http://marc.info/?l=linux-hotplug&m=133814302819790&w=2

udevd will no longer copy the contents of /lib/udev/devices into /dev at startup like it used to, and for which functionality we ripped out the copying from the udev bootscript. SIGH.

Dependent on #3098 being fixed first, since udev-182 works fine (and I suspect requires the current-bootscript behavior, though I don't know that for sure).

(Here's hoping nothing else has been silently dropped...)

Filing this so I don't forget about it before the next release.

Change History (1)

comment:1 by bdubbs@…, 12 years ago

Resolution: fixed
Status: newclosed

I fixed this in mountvirtfs, but we need to make sure /lib/udev/devices has both:

crw-rw-rw- 1 root root 1, 3 May 15 02:24 null
drwxr-xr-x 2 root root 4096 May 15 02:24 pts

Closing as fixed in revision 9868, but above needs to addressed when we fix #3098.

Note: See TracTickets for help on using tickets.