Gentoo Archives: gentoo-user

From: Zac Medico <zmedico@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] boot problem since devfs-udev switch
Date: Thu, 28 Jul 2005 19:06:50
Message-Id: 42E92B2C.10901@gmail.com
In Reply to: Re: [gentoo-user] boot problem since devfs-udev switch by Volker Armin Hemmann
1 Volker Armin Hemmann wrote:
2 > Hi,
3 >
4 > On Thursday 28 July 2005 08:51, Zarick Lau wrote:
5 >
6 >>Hi,
7 >>
8 >>
9 >>>I switched from devfs to udev 10 days ago, and since then every
10 >>>nth boot will hang at 'initializing random number generator'
11 >>
12 >>It try to read a /dev/urandom, does this device node created properly by
13 >>udev. In my box, there is corresponding rules in udev setting.
14 >>
15 >>Cheers,
16 >>Zarick Lau
17 >
18 >
19 > grep -R 'urandom' /etc/udev/
20 > /etc/udev/udev.permissions:urandom:root:root:0444
21 > /etc/udev/rules.d/50-udev.rules:KERNEL=="urandom", NAME="%k", MODE="0444"
22 >
23 > I would say 'yes it is there' ;)
24 >
25 > Hm, one more: it does not matter, if it is a coldboot, or a reboot. Sometimes
26 > it hangs. sometimes it hangs not.
27
28 It must be a problem with the urandom driver in your kernel because the urandom(4) manpage says that "A read from the /dev/urandom device will not block waiting for more entropy".
29
30 Zac
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] boot problem since devfs-udev switch Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>