Gentoo Archives: gentoo-mips

From: David Cummings <real.psyence@×××××.com>
To: gentoo-mips@l.g.o
Subject: Re: [gentoo-mips] 2.6.12 mips-sources compile error
Date: Fri, 08 Jul 2005 07:50:27
Message-Id: dbce930205070800502250f34a@mail.gmail.com
In Reply to: Re: [gentoo-mips] 2.6.12 mips-sources compile error by Stuart Longland
1 On 7/7/05, Stuart Longland <redhatter@g.o> wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA1
4 >
5 > David Cummings said:
6 > > alright, now I have a new problem. I got a kernel to compile and
7 > > boot(!), but it dies at "Starting local". The pertinant output
8 > > follows. I am a little confused, but I have the idea that the new
9 > > install guide doesn't use devfs, so my kerneld didn't either, but now
10 > > I'm wondering...
11 > > Anywho, let me know what you think:
12 > >
13 > > * Loading key mappings ...Couldnt get a file descriptor referring to
14 > > the console
15 > >
16 > > * Error loading key mappings
17 > > [ !!
18 > > ]
19 > > * Setting terminal encoding to ASCII .../etc/init.d/keymaps: line 71:
20 > > /dev/tty1: No such device or address
21 > > /etc/init.d/keymaps: line 71: /dev/tty2: No such device or address
22 > > /etc/init.d/keymaps: line 71: /dev/tty3: No such device or address
23 > > /etc/init.d/keymaps: line 71: /dev/tty4: No such device or address
24 > > /etc/init.d/keymaps: line 71: /dev/tty5: No such device or address
25 > > /etc/init.d/keymaps: line 71: /dev/tty6: No such device or address
26 > > /etc/init.d/keymaps: line 71: /dev/tty7: No such device or address
27 > > /etc/init.d/keymaps: line 71: /dev/tty8: No such device or address
28 > > /etc/init.d/keymaps: line 71: /dev/tty9: No such device or address
29 > > /etc/init.d/keymaps: line 71: /dev/tty10: No such device or address
30 > > /etc/init.d/keymaps: line 71: /dev/tty11: No such device or address
31 > > [ ok ]
32 >
33 > Basically, processes are trying to get at the virtual terminals (tty1~12) to
34 > set various options such as keymaps, and to set up login sessions, and failing
35 > to do so. You need to use serial console on these boxes, which is described
36 > in the Gentoo/MIPS Handbook[1].
37 >
38 > I'd recommend disabling the 'keymaps' and 'consolefont' services at boot
39 > (rc-update del keymaps ; rc-update del consolefont IIRC, could be 'rem'
40 > instead too).
41 >
42 > > * Setting user font ...Couldnt open //dev/tty1
43 > > ---------------------------8<----------------------------
44 > > INIT:
45 > > Id "c4"
46 > > IId "c2
47 > > INIT: Id "c3" respawning too fast: disabled for 5 minutes
48 > > INIT: Id "c5" respawning too fast: disabled for 5 minutes
49 > > INIT: Id "c6" respawning too fast: disabled for 5 minutes
50 > > INIT: no more processes left in this runlevel
51 >
52 > Yep, init keeps trying to start getty's on those consoles, and they keep
53 > failing. This is a symptom of not having true local consoles. See the above
54 > link to the handbook on how to fix this.
55 >
56 > (BTW: in future emails to the list, could you _please_ not top-post when
57 > replying? It _really_ makes it difficult to read threads when posts end up in
58 > reverse-cronological order, as one has to mentally, re-order the posts.)
59 >
60 > - --
61 > : ____ _ Stuart Longland (a.k.a Redhatter)
62 > :/ \ ___ ___ __| |__ __ __ Gentoo Linux/MIPS Cobalt and Docs
63 > :- ( ) \ / \ ; \(__ __)/ \ / \ Developer
64 > : \ // O _| / /\ \ | | | /\ | /\ |
65 > : / / \ /__| / \ \ | | | \/ | \/ |
66 > :(___/ \____/|_; |_| \_/ \__/ \__/ http://dev.gentoo.org/~redhatter
67 >
68 > Footnotes:
69 > 1.
70 > <http://www.gentoo.org/doc/en/handbook/handbook-mips.xml?part=1&chap=10#doc_chap3>
71 >
72 > -----BEGIN PGP SIGNATURE-----
73 > Version: GnuPG v1.2.6 (GNU/Linux)
74 >
75 > iD8DBQFCzeqRuarJ1mMmSrkRAoTTAKCN4+ABJtvIdMpti3QRTl+wlaUe4wCeKemi
76 > G2ecJTTYQ12iQVVuET8Rjmo=
77 > =AKmq
78 > -----END PGP SIGNATURE-----
79 > --
80 > gentoo-mips@g.o mailing list
81 >
82 >
83 Thanks for the tips. I ended up finding the INIT fix somewhere and got
84 that working, so the serial console works, and everything's groovy.
85 And yes, that is in the handbook. However, the commands for disabling
86 keymaps and consolefont are not, and although I could probably have
87 figured them out, I think it makes sense to have them in that section.
88 Is there a wiki somewhere? It took me a while to get this machine
89 running and there's a couple of things specific to the origin I found
90 helpful. And sorry for the top-posting, gmail makes it easy, hiding
91 the quoted text and putting the cursor at the top when I hit reply. Oh
92 well, that's what I get for web-based email. Thanks again,
93 -Dave
94 --
95 The way that can be named is not the Way.
96
97 --
98 gentoo-mips@g.o mailing list

Replies

Subject Author
Re: [gentoo-mips] 2.6.12 mips-sources compile error Kumba <kumba@g.o>