Gentoo Archives: gentoo-user

From: Glenn Enright <elinar@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Agetty
Date: Mon, 24 Oct 2005 10:33:36
Message-Id: 200510242117.17639.elinar@ihug.co.nz
In Reply to: [gentoo-user] Agetty by Daniel Faulknor
1 On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
2 > Hi everyone
3 > After my kernel loads i get the message
4 > INIT: cannot execute "/sbin/agetty"
5 > INIT: cannot execute "/sbin/agetty"
6 > INIT: cannot execute "/sbin/agetty"
7 > INIT: cannot execute "/sbin/agetty"
8 > INIT: cannot execute "/sbin/agetty"
9 > INIT: cannot execute "/sbin/agetty"
10 > INIT: cannot execute "/sbin/agetty"
11 > INIT: Id "c2" respawning too fast: disabled for 5 minutes
12 > INIT: Id "c3" respawning too fast: disabled for 5 minutes
13 > INIT: Id "c4" respawning too fast: disabled for 5 minutes
14 > INIT: Id "c5" respawning too fast: disabled for 5 minutes
15 > INIT: Id "c6" respawning too fast: disabled for 5 minutes
16 > INIT: no more processes left in this runlevel
17 >
18 > Then the computer just stops - HELP!
19 >
20 > Thanks
21 > Daniel Faulknor
22 > --
23 > www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>
24
25 you are missing the agetty application that is described in your /etc/inittab
26 file. agetty belongs to sys-apps/util-linux, which you could reemerge by
27 using your livecd and doing the chroot thing like when you installed. either
28 that or you are playing with a new kernel, and forgot to compile support for
29 the filesystem which /sbin is on.
30
31 Consider that init calls inittab as soon as the kernel is up, so if it stops,
32 you will probably only see a few lines from the kernel on screen and not much
33 else... is this what you are experiencing?
34 --
35
36 furbling, v.:
37 Having to wander through a maze of ropes at an airport or bank
38 even when you are the only person in line.
39 -- Rich Hall, "Sniglets"
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Agetty Dirk Heinrichs <ext-dirk.heinrichs@×××××.com>
Re: [gentoo-user] Agetty Daniel Faulknor <daniel@×××××××××.nz>