Gentoo Archives: gentoo-user

From: Grant Edwards <grante@××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] No /dev entries in recent stage3 snapshots?
Date: Wed, 21 Jan 2009 04:05:04
Message-Id: gl66sr$pud$1@ger.gmane.org
1 I'm doing an install using the quick-install doc and this weeks
2 stage3 snapshot, and I find I can't use scp or ssh once I've
3 chroot'ed. Is that normal?
4
5 livecd linux # scp 192.168.2.4:/usr/src/linux/.config .
6 PRNG is not seeded
7
8 I noticed the same thing in the install I did a few days ago.
9 Later in that install grub failed to install and after
10 rebooting, my /dev directory was missing just about everything.
11
12 Here's the /dev directory in the chroot'ed environment I got
13 using stage3-i686-20090114.tar.bz2:
14
15 livecd linux # ls -l /dev
16 total 12
17 lrwxrwxrwx 1 root root 15 Jan 20 21:30 MAKEDEV -> ../sbin/MAKEDEV
18 -rw-r--r-- 1 root root 75 Jan 20 21:49 null
19 drwxr-xr-x 2 root root 4096 Jan 13 19:29 pts
20 drwxr-xr-x 2 root root 4096 Jan 13 19:29 shm
21
22 I checked the contents of stage3-i686-20090114.tar.bz2, and
23 this is all that's there:
24
25 $ tar tvf stage3-i686-20090114.tar.bz2 | fgrep ./dev
26 drwxr-xr-x root/root 0 2009-01-13 21:20 ./dev/
27 -rw-r--r-- root/root 0 2009-01-13 21:20 ./dev/null
28 lrwxrwxrwx root/root 0 2009-01-13 19:29 ./dev/MAKEDEV -> ../sbin/MAKEDEV
29 -rw-r--r-- root/root 0 2009-01-13 19:29 ./dev/.keep
30 drwxr-xr-x root/root 0 2009-01-13 19:29 ./dev/shm/
31 -rw-r--r-- root/root 0 2009-01-13 19:29 ./dev/shm/.keep
32 drwxr-xr-x root/root 0 2009-01-13 19:29 ./dev/pts/
33 -rw-r--r-- root/root 0 2009-01-13 19:29 ./dev/pts/.keep
34
35 In contrast, stage3-i686-2008.0.tar.bz2 has a fully populated
36 /dev/ tree:
37
38 $ tar tvf stage3-i686-2008.0.tar.bz2 | fgrep ./dev | wc -l
39 5181
40
41 I'm a little confused. Is there supposed to be an additional
42 installation step to populate the /dev directory when using
43 recent stage3 snapshots?
44
45 --
46 Grant

Replies

Subject Author
[gentoo-user] Re: No /dev entries in recent stage3 snapshots? Grant Edwards <grante@××××.com>
Re: [gentoo-user] No /dev entries in recent stage3 snapshots? Dirk Heinrichs <dirk.heinrichs.ext@×××.com>