Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo 2006.0 and udev
Date: Sat, 26 Aug 2006 08:59:42
Message-Id: 44F00C83.1030506@googlemail.com
In Reply to: Re: [gentoo-user] Gentoo 2006.0 and udev by Dale
1 >> A note for everybody who uses gensplash and splashutils. After i
2 >> deleted the device files and rebooted the silent mode refused to work.
3 >> So i decided to reemerge splashutils. But this is not necessary. After
4 >> installing, the ebuild checks for missing devices, which was in my
5 >> case /dev/tty1.
6 >>
7 >> Here is the output from emerge which solved my problem!
8 >>
9 >> It appears that the /dev/tty1 character device doesn't exist on
10 >> the root filesystem. This will prevent the silent mode from working
11 >> properly. You can fix the problem by doing:
12 >>
13 >> mount --bind / /lib/splash/tmp
14 >> mknod /lib/splash/tmp/dev/tty1 c 4 1
15 >> umount /lib/splash/tmp
16 >>
17 >> I hope this helps to avoid confusion!
18 >>
19 >> Daniel
20 >
21 > So doing a rm -rf /dev/* would be a bad idea? Can I just move them and
22 > then copy them back? Or is what I have normal number wise?
23 >
24 > Full of questions ain't I?
25 >
26 > Dale
27 >
28 > :-) :-)
29
30 I have filed a bug [1] to gentoo documentation for adding a hint to
31 splashutils users.
32 Until now i just get a: "WORKSFORME, i must have missconfigured something!".
33
34 But what? Is it possible that /dev/tty1 is not in place at these early
35 moments of booting when it is needed by splashutils?
36
37 http://bugs.gentoo.org/show_bug.cgi?id=145118
38
39 Daniel
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo 2006.0 and udev Neil Bothwick <neil@××××××××××.uk>