Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] Third try with build -r14
Date: Fri, 04 Jan 2002 13:45:50
Message-Id: 1010173612.2017.8.camel@nosferatu.lan
In Reply to: [gentoo-dev] Third try with build -r14 by Kevin Gordon
1 On Fri, 2002-01-04 at 21:02, Kevin Gordon wrote:
2 > Hi,
3 > I am trying to understand where I am at fault installing build -r14.
4 > (1) I firstly installed a kernel with "/dev/pts file system for Unix 98
5 > PTYs" enabled. In Daniel's IBM notes re Advanced File Systems he states to
6 > disable this. Your install notes for build -r14 cover all items listed by
7 > Daniel but fail to note this item should be disabled. Having this item
8 > enabled and devfs active, would this be fatal? Could it cause the boot
9 > process to fail (see previous emails re emerge update).
10 >
11 No, it should just not be mounted, as devfs handles UNIX 98
12 PTYs automatically.
13
14
15 > (2) While installing ppp I used "# mknod /dev/ppp c 108 0". Is this ok in a
16 > devfs system? Could it cause the boot process to fail ?
17 >
18
19 No, although you should not need to do this, as devfs should
20 create it when 'ppp_generic.o' module is loaded.
21
22
23 > (3) I have previously stopped part way through the build -r14 install
24 > process and noticed during "# exit" "umount /mnt/gentoo/boot; umount
25 > /mnt/gentoo; reboot" that the / parition did not un-mount. Daniel's article
26 > suggests "umount -r /mnt/gentoo" to place / in a ro state before rebooting.
27 > Could it cause the next boot process to fail ?
28 >
29
30 Did you try to 'cd /' and then unmount it ? It will not unmount if
31 'pwd' is /mnt/gentoo. Also make sure that
32 there is nothing mounted (like /mnt/gentoo/proc) in
33 /mnt/gentoo. If it did not unmount clean, boot should not fail, but
34 just fsck the root partition.
35
36
37 Also check that you have PROCFS and TMPFS compiled in, else
38 boot will fail.
39
40
41 > (4) My most recent problem: (see email emerge update)
42 > I get a loop repeating "Caching service dependencies"
43 > Did a control-C
44 > Get "rm: cannot unlink './pppd.tdb' : read-only file system"
45 > Hangs on "Initializing random number generator"
46 > One of my "emerge update" processed baselayout-1.6.9 and also glibc. Are any
47 > current problems with glibc which could corrupt my system?
48 >
49
50 Strange one ('loop repeating "Caching service dependencies"').
51 This should not happen, except if it is a old baselayout, and
52 some service had a 'need' depend of itself. Otherwise it
53 is a bug we are not aware of. If you still get this problem,
54 create a tarball of the contents of /etc/init.d/* , and
55 mail it to:
56
57 azarah@g.o
58
59 Also some more details of the error messages on the boot
60 failure would help, what services you have in your BOOT and
61 DEFAULT runlevel (/etc/runlevels/boot/* and
62 /etc/runlevels/default/* ), etc.
63
64
65 Greetings,
66
67 --
68
69 Martin Schlemmer
70 Gentoo Linux Developer, Desktop Team Developer
71 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] Third try with build -r14 Kevin Gordon <kgordon@××××××××××××.nz>