* Udevd prerequisite devices?
@ 2010-04-08 22:48 Ersin Akinci
2010-04-09 8:26 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Ersin Akinci @ 2010-04-08 22:48 UTC (permalink / raw)
To: linux-hotplug
Just curious, what devices does udevd require to be present in /dev
before starting? Right now, I have null, tty0, and console, but then
udevd hangs during boot. When I copy just null, udevd starts but
doesn't populate /dev. Finally, when I try to copy null, tty0, console,
and zero, cp complains about not enough space on the device (I'm
guessing on the /dev tmpfs). I'm running everything out of an
initramfs, perhaps that changes things.
-Ersin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Udevd prerequisite devices?
2010-04-08 22:48 Udevd prerequisite devices? Ersin Akinci
@ 2010-04-09 8:26 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2010-04-09 8:26 UTC (permalink / raw)
To: linux-hotplug
On Fri, Apr 9, 2010 at 00:48, Ersin Akinci <ersin.akinci@gmail.com> wrote:
> Just curious, what devices does udevd require to be present in /dev
> before starting? Right now, I have null, tty0, and console, but then
> udevd hangs during boot. When I copy just null, udevd starts but
> doesn't populate /dev. Finally, when I try to copy null, tty0, console,
> and zero, cp complains about not enough space on the device (I'm
> guessing on the /dev tmpfs). I'm running everything out of an
> initramfs, perhaps that changes things.
That sounds more like a different issue than udev itself.
/dev/null should be all you need. /dev/console would be useful, and
/dev/kmsg udev tries to write its startup message to, but only
/dev/null should be needed.
Anyway, just might just want to mount devtmpfs at /dev before starting
udev and all should be solved without the need for any manual device
node creation.
Kay
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-09 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 22:48 Udevd prerequisite devices? Ersin Akinci
2010-04-09 8:26 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).