Gentoo Archives: gentoo-dev

From: Christian Fischer <Christian.Fischer@×××××××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] mount works not correct with kernel 2.6.8-gentoo-r3
Date: Wed, 08 Sep 2004 14:36:08
Message-Id: 200409081638.41809.Christian.Fischer@FischundFischer.com
In Reply to: Re: [gentoo-dev] mount works not correct with kernel 2.6.8-gentoo-r3 by Mike Frysinger
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Wednesday 08 September 2004 04:16, Mike Frysinger wrote:
5
6 > can you show /proc/cmdline and /proc/mounts from the 'good' kernel and then
7 > from the 'bad' kernel ?
8
9 This is the good one (2.4.26):
10
11 # cat /proc/cmdline
12 root=/dev/hda4
13 # cat /proc/mounts
14 rootfs / rootfs rw 0 0
15 /dev/root / reiserfs rw,noatime 0 0
16 none /proc proc rw 0 0
17 none /dev devfs rw 0 0
18 none /dev/shm tmpfs rw 0 0
19 none /proc/bus/usb usbfs rw 0 0
20 /dev/hda3 /old reiserfs rw 0 0
21
22 And that is the bad one (2.6.8):
23 # cat /proc/cmdline
24 root=/dev/hda4
25 # cat /proc/mounts
26 rootfs / rootfs rw 0 0
27 /dev/root / reiserfs rw,noatime 0 0
28 none /proc proc rw,nodiratime 0 0
29 none /sys sysfs rw 0 0
30 none /dev devfs rw 0 0
31 none /dev/pts devpts rw 0 0
32 none /dev/shm tmpfs rw 0 0
33 none /proc/bus/usb usbfs rw 0 0
34 /dev/hda3 /old reiserfs rw 0 0
35
36
37 There is another ugly thing: symlinks seems to be work incorrect.
38 # cat /proc/version
39 Linux version 2.6.8-gentoo-r3 (root@server03) (gcc version 3.3.4 20040623
40 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #1 Mon Aug 30 20:22:33 Local
41 time zone must be set--see zic manu
42
43 # ls -al /etc/localtime
44 lrwxrwxrwx 1 root root 33 Sep 1 10:50 localtime
45 - -> /usr/share/zoneinfo/Europe/Berlin
46
47 Thanks
48 Christian
49 - --
50 -----BEGIN PGP SIGNATURE-----
51 Version: GnuPG v1.2.4 (GNU/Linux)
52
53 iD8DBQFBPxlxszmQKstIgt4RAq7kAJ45TEU78zRKOJOWpqjfLHv5mvt1/QCgnRFc
54 our4lg+i4IlHWJxi3S/Q0qw=
55 =i5Kq
56 -----END PGP SIGNATURE-----
57
58
59 --
60 gentoo-dev@g.o mailing list