[Bug 4118] udev-118 failed to create device nodes on Tosa
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Jun 23 12:53:26 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4118
--- Comment #19 from ant <andrea.adami at gmail.com> 2008-06-23 14:53:25 ---
Well, my opinion is I stumbled in a "race condition".
Searching the web offers as always interestings results:
http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/2618
http://alt.linux.kiev.ua/releases?tid=107
'daemonize with "udevd --daemon" instead of "start_daemon --make-pidfile"
(should really fix startup race with udevsettle - #9881)'
But the most promising is:
http://guide.debianizzati.org/index.php/Udev_e_Debian
where they states
"ATTENTION: as said, /etc/udev/links.conf is only a workaround, and must be
avoided if possible. Specifically, in order to avoid conflicts and possible
race condition, it is reccomanded to never use that file for settings which can
be created in other ways"
1 # This file does not exist. Please do not ask the debian maintainer about it.
2 # You may use it to do strange and wonderful things, at your risk.
3
4 L fd /proc/self/fd
5 L stdin /proc/self/fd/0
6 L stdout /proc/self/fd/1
7 L stderr /proc/self/fd/2
8 L core /proc/kcore
9 L sndstat /proc/asound/oss/sndstat
10 L MAKEDEV /sbin/MAKEDEV
11
12 D pts
13 D shm
14
15 # Hic sunt leones.
16 M ppp c 108 0
17 D loop
18 M loop/0 b 7 0
19 D net
20 M net/tun c 10 200
21
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list