Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] boot problem since devfs-udev switch
Date: Fri, 29 Jul 2005 14:53:23
Message-Id: 200507291646.51456.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] boot problem since devfs-udev switch by Richard Fish
1 On Friday 29 July 2005 07:28, Richard Fish wrote:
2 > Zac Medico wrote:
3 > > Volker Armin Hemmann wrote:
4 > >> uname -a
5 > >> Linux energy 2.6.12-gentoo-r4 #2 Thu Jul 14 07:37:15 CEST 2005 i686
6 > >> AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
7 > >>
8 > >> it bootet fine with devfs, oh, and the config is the same since ages,
9 > >> three days later, I switched to udev.
10 > >>
11 > >> Btw, I greped the config for random/urandom, there was nothing found.
12 > >> Hm, where should I look?
13 > >
14 > > There's no Kconfig option because the random number generator is a
15 > > required feature. I don't see how it could be a udev issue because
16 > > the /dev/urandom device file is either there or not and after that
17 > > it's the kernel's responsibility. I would build a new kernel.
18 > >
19 > > Zac
20 >
21 > You can pretty quickly determine if it is a kernel problem or a udev
22 > problem by adding a
23 > 'ls -l /dev/urandom' to /etc/init.d/urandom:
24 >
25 > start() {
26 > [...]
27 > ls -l /dev/urandom # debug strangeness
28 > ebegin "Initializing random number generator"
29 > umask 077
30 > dd if=/dev/urandom of=/var/run/random-seed count=1 &> /dev/null
31 >
32 > Also, only the display options for devfs were removed from 2.6.12, the
33 > code and config option in .config are still there. Can you double check
34 > your kernel config, and make sure that "# CONFIG_DEVFS_FS is not set".
35 > I think if you copied an old kernel config, you could have devfs support
36 > still in your kernel, which might cause some strange behavior. I'm not
37 > sure.
38 >
39 > -Richard
40
41 I had devfs still in kernel, but no automount and gentoo=nodevfs in grub.conf.
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] boot problem since devfs-udev switch Zac Medico <zmedico@×××××.com>