From: Richard Fish <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] boot problem since devfs-udev switch
Date: Fri, 29 Jul 2005 07:28:36 +0200 [thread overview]
Message-ID: <42E9BE84.5050405@asmallpond.org> (raw)
In-Reply-To: <42E94037.5090004@gmail.com>
Zac Medico wrote:
> Volker Armin Hemmann wrote:
>
>>
>> uname -a
>> Linux energy 2.6.12-gentoo-r4 #2 Thu Jul 14 07:37:15 CEST 2005 i686
>> AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
>>
>> it bootet fine with devfs, oh, and the config is the same since ages,
>> three days later, I switched to udev.
>>
>> Btw, I greped the config for random/urandom, there was nothing found.
>> Hm, where should I look?
>>
>
> There's no Kconfig option because the random number generator is a
> required feature. I don't see how it could be a udev issue because
> the /dev/urandom device file is either there or not and after that
> it's the kernel's responsibility. I would build a new kernel.
>
> Zac
You can pretty quickly determine if it is a kernel problem or a udev
problem by adding a
'ls -l /dev/urandom' to /etc/init.d/urandom:
start() {
[...]
ls -l /dev/urandom # debug strangeness
ebegin "Initializing random number generator"
umask 077
dd if=/dev/urandom of=/var/run/random-seed count=1 &> /dev/null
Also, only the display options for devfs were removed from 2.6.12, the
code and config option in .config are still there. Can you double check
your kernel config, and make sure that "# CONFIG_DEVFS_FS is not set".
I think if you copied an old kernel config, you could have devfs support
still in your kernel, which might cause some strange behavior. I'm not
sure.
-Richard
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-07-29 5:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-27 15:29 [gentoo-user] boot problem since devfs-udev switch Volker Armin Hemmann
2005-07-28 6:51 ` Zarick Lau
2005-07-28 15:58 ` Volker Armin Hemmann
2005-07-28 18:59 ` Zac Medico
2005-07-28 19:57 ` Volker Armin Hemmann
2005-07-28 20:29 ` Zac Medico
2005-07-29 5:28 ` Richard Fish [this message]
2005-07-29 14:46 ` Volker Armin Hemmann
2005-07-29 18:01 ` Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42E9BE84.5050405@asmallpond.org \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox