Gentoo Archives: gentoo-user

From: "Mariusz Pękala" <skoot@××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel Panic
Date: Sat, 18 Feb 2006 18:34:45
Message-Id: 20060218181751.GB24721@cthulhu.sdi.tpnet.pl
In Reply to: Re: [gentoo-user] Kernel Panic by Izar Ilun
1 On 2006-02-18 18:52:49 +0100 (Sat, Feb), Izar Ilun wrote:
2 > > >Do you have /dev/console device existing?
3 > >
4 > > No, I don't. At less now that I'm chrooting Gentoo via Ubuntu...
5
6
7 So check once more (ls -l /dev/console), try to create it, and see what happens:
8
9 mknod -m 0600 /dev/console c 5 1
10
11 ...assuming that you are in chrooted environment, and /dev/ is your
12 Gentoo's directory - not Ubuntu's one.
13
14 Console device should look like this:
15 crw------- 1 root tty 5, 1 lut 18 17:30 /dev/console
16
17
18 I suppose that you may be missing /dev/null device too.
19 mknod -m 660 /dev/null c 1 3
20
21 And you may want to read Gentoo udev guide, too:
22 http://www.gentoo.org/doc/en/udev-guide.xml
23
24 --
25 No virus found in this outgoing message.
26 Checked by "grep -i virus $MESSAGE"
27 Trust me.