public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Agetty
@ 2005-10-24  7:27 Daniel Faulknor
  2005-10-24  8:17 ` Glenn Enright
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Faulknor @ 2005-10-24  7:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

Hi everyone
After my kernel loads i get the message
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: cannot execute "/sbin/agetty"
INIT: Id "c2" respawning too fast: disabled for 5 minutes
INIT: Id "c3" respawning too fast: disabled for 5 minutes
INIT: Id "c4" respawning too fast: disabled for 5 minutes
INIT: Id "c5" respawning too fast: disabled for 5 minutes
INIT: Id "c6" respawning too fast: disabled for 5 minutes
 INIT: no more processes left in this runlevel

Then the computer just stops - HELP!

Thanks
Daniel Faulknor
--
www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>

[-- Attachment #2: Type: text/html, Size: 1185 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24  7:27 [gentoo-user] Agetty Daniel Faulknor
@ 2005-10-24  8:17 ` Glenn Enright
  2005-10-24 13:48   ` Dirk Heinrichs
  2005-10-24 23:59   ` Daniel Faulknor
  0 siblings, 2 replies; 9+ messages in thread
From: Glenn Enright @ 2005-10-24  8:17 UTC (permalink / raw
  To: gentoo-user

On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> Hi everyone
> After my kernel loads i get the message
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: cannot execute "/sbin/agetty"
> INIT: Id "c2" respawning too fast: disabled for 5 minutes
> INIT: Id "c3" respawning too fast: disabled for 5 minutes
> INIT: Id "c4" respawning too fast: disabled for 5 minutes
> INIT: Id "c5" respawning too fast: disabled for 5 minutes
> INIT: Id "c6" respawning too fast: disabled for 5 minutes
>  INIT: no more processes left in this runlevel
>
> Then the computer just stops - HELP!
>
> Thanks
> Daniel Faulknor
> --
> www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>

you are missing the agetty application that is described in your /etc/inittab 
file. agetty belongs to sys-apps/util-linux, which you could reemerge by 
using your livecd and doing the chroot thing like when you installed. either 
that or you are playing with a new kernel, and forgot to compile support for 
the filesystem which /sbin is on. 

Consider that init calls inittab as soon as the kernel is up, so if it stops, 
you will probably only see a few lines from the kernel on screen and not much 
else... is this what you are experiencing?
-- 

furbling, v.:
	Having to wander through a maze of ropes at an airport or bank
	even when you are the only person in line.
		-- Rich Hall, "Sniglets"
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24  8:17 ` Glenn Enright
@ 2005-10-24 13:48   ` Dirk Heinrichs
  2005-10-24 16:30     ` Glenn Enright
  2005-10-24 23:59   ` Daniel Faulknor
  1 sibling, 1 reply; 9+ messages in thread
From: Dirk Heinrichs @ 2005-10-24 13:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]

Am Montag, 24. Oktober 2005 10:17 schrieb ext Glenn Enright:
> On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> > Hi everyone
> > After my kernel loads i get the message
> > INIT: cannot execute "/sbin/agetty"
> > INIT: Id "c6" respawning too fast: disabled for 5 minutes
> >  INIT: no more processes left in this runlevel
> >
> > Then the computer just stops - HELP!
> >
> > Thanks
> > Daniel Faulknor
> > --
> > www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>
>
> you are missing the agetty application that is described in your
> /etc/inittab file. agetty belongs to sys-apps/util-linux, which you could
> reemerge by using your livecd and doing the chroot thing like when you
> installed.

Or ist is installed, but has no execute permission.

> either that or you are playing with a new kernel, and forgot  
> to compile support for the filesystem which /sbin is on.

If this was the case, how could init be executed, or even read inittab?

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24 13:48   ` Dirk Heinrichs
@ 2005-10-24 16:30     ` Glenn Enright
  2005-10-25  4:14       ` Glenn Enright
  0 siblings, 1 reply; 9+ messages in thread
From: Glenn Enright @ 2005-10-24 16:30 UTC (permalink / raw
  To: gentoo-user

On Tue, 25 Oct 2005 02:48, Dirk Heinrichs wrote:
> > either that or you are playing with a new kernel, and forgot
> > to compile support for the filesystem which /sbin is on.
>
> If this was the case, how could init be executed, or even read inittab?
>
it is possibly on a separate partition.
-- 

I want to reach your mind -- where is it currently located?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24  8:17 ` Glenn Enright
  2005-10-24 13:48   ` Dirk Heinrichs
@ 2005-10-24 23:59   ` Daniel Faulknor
  2005-10-25  4:25     ` Glenn Enright
  2005-10-25  4:27     ` Daniel Faulknor
  1 sibling, 2 replies; 9+ messages in thread
From: Daniel Faulknor @ 2005-10-24 23:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

On 10/24/05, Glenn Enright <elinar@ihug.co.nz> wrote:
>
> On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> > Hi everyone
> > After my kernel loads i get the message
> > INIT: cannot execute "/sbin/agetty"
> > INIT: Id "c2" respawning too fast: disabled for 5 minutes
> > INIT: no more processes left in this runlevel
> >
> > Then the computer just stops - HELP!
> >
> > Thanks
> > Daniel Faulknor
> > --
> > www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com> <
> http://www.nzguydaniel.blogspot.com>
>
> you are missing the agetty application that is described in your
> /etc/inittab
> file. agetty belongs to sys-apps/util-linux, which you could reemerge by
> using your livecd and doing the chroot thing like when you installed.
> either
> that or you are playing with a new kernel, and forgot to compile support
> for
> the filesystem which /sbin is on.
>
> Consider that init calls inittab as soon as the kernel is up, so if it
> stops,
> you will probably only see a few lines from the kernel on screen and not
> much
> else... is this what you are experiencing?
> --
>
> furbling, v.:
> Having to wander through a maze of ropes at an airport or bank
> even when you are the only person in line.
> -- Rich Hall, "Sniglets"
> --
> gentoo-user@gentoo.org mailing list
>
>
I emerged it but it didnt help - i just restarted the computer and it didnt
work - i hadnt done anything to it. It used to work

--
www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>

[-- Attachment #2: Type: text/html, Size: 2173 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24 16:30     ` Glenn Enright
@ 2005-10-25  4:14       ` Glenn Enright
  0 siblings, 0 replies; 9+ messages in thread
From: Glenn Enright @ 2005-10-25  4:14 UTC (permalink / raw
  To: gentoo-user

On Tue, 25 Oct 2005 05:30, Glenn Enright wrote:
> On Tue, 25 Oct 2005 02:48, Dirk Heinrichs wrote:
> > > either that or you are playing with a new kernel, and forgot
> > > to compile support for the filesystem which /sbin is on.
> >
> > If this was the case, how could init be executed, or even read inittab?
>
scuse not enough coffee in the veins :(. you are correct
-- 

 Tonight's special, blackened leftovers
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24 23:59   ` Daniel Faulknor
@ 2005-10-25  4:25     ` Glenn Enright
  2005-10-25  5:23       ` Daniel Faulknor
  2005-10-25  4:27     ` Daniel Faulknor
  1 sibling, 1 reply; 9+ messages in thread
From: Glenn Enright @ 2005-10-25  4:25 UTC (permalink / raw
  To: gentoo-user

On Tue, 25 Oct 2005 12:59, Daniel Faulknor wrote:
> On 10/24/05, Glenn Enright <elinar@ihug.co.nz> wrote:
> > On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> > > Hi everyone
> > > After my kernel loads i get the message
> > > INIT: cannot execute "/sbin/agetty"
> > > INIT: Id "c2" respawning too fast: disabled for 5 minutes
> > > INIT: no more processes left in this runlevel
> > >
> > > Then the computer just stops - HELP!
> > >
> > > Thanks
> > > Daniel Faulknor
> > > --
>
> I emerged it but it didnt help - i just restarted the computer and it didnt
> work - i hadnt done anything to it. It used to work
>

A post on the gentoo forums mentions that having the user option on your /boot 
and / partitions may break the boot cycle. could you try removing that if its 
there? Otherwise mabee post /etc/fstab here? The link to the forums is

http://forums.gentoo.org/viewtopic-t-204427-highlight-agetty.html
-- 

"I've coined new words, like misunderstanding and Hispanically."

George W. Bush
March 29, 2001
>From speech given at the Radio and Television Correspondents Association
dinner in Washington, D.C.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-24 23:59   ` Daniel Faulknor
  2005-10-25  4:25     ` Glenn Enright
@ 2005-10-25  4:27     ` Daniel Faulknor
  1 sibling, 0 replies; 9+ messages in thread
From: Daniel Faulknor @ 2005-10-25  4:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]

I gave up so i just reinstalled - im not back up and running with Gentoo,
thanks to everyone for your suggestions.
 Daniel Faulknor

 On 10/25/05, Daniel Faulknor <daniel@dannz.net.nz> wrote:
>
>
>
> On 10/24/05, Glenn Enright <elinar@ihug.co.nz> wrote:
> >
> > On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> > > Hi everyone
> > > After my kernel loads i get the message
> > > INIT: cannot execute "/sbin/agetty"
> > > INIT: Id "c2" respawning too fast: disabled for 5 minutes
> > > INIT: no more processes left in this runlevel
> > >
> > > Then the computer just stops - HELP!
> > >
> > > Thanks
> > > Daniel Faulknor
> > > --
> > > www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com/> <http://www.nzguydaniel.blogspot.com
> > >
> >
> > you are missing the agetty application that is described in your
> > /etc/inittab
> > file. agetty belongs to sys-apps/util-linux, which you could reemerge by
> > using your livecd and doing the chroot thing like when you installed.
> > either
> > that or you are playing with a new kernel, and forgot to compile support
> > for
> > the filesystem which /sbin is on.
> >
> > Consider that init calls inittab as soon as the kernel is up, so if it
> > stops,
> > you will probably only see a few lines from the kernel on screen and not
> > much
> > else... is this what you are experiencing?
> > --
> >
> > furbling, v.:
> > Having to wander through a maze of ropes at an airport or bank
> > even when you are the only person in line.
> > -- Rich Hall, "Sniglets"
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> I emerged it but it didnt help - i just restarted the computer and it
> didnt work - i hadnt done anything to it. It used to work
>
> --
> www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com/>




--
www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>

[-- Attachment #2: Type: text/html, Size: 3268 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Agetty
  2005-10-25  4:25     ` Glenn Enright
@ 2005-10-25  5:23       ` Daniel Faulknor
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Faulknor @ 2005-10-25  5:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]

oh blast - i was mounting it with user and now ive reformatted!
never mind and thanks


 On 10/25/05, Glenn Enright <elinar@ihug.co.nz> wrote:
>
> On Tue, 25 Oct 2005 12:59, Daniel Faulknor wrote:
> > On 10/24/05, Glenn Enright <elinar@ihug.co.nz> wrote:
> > > On Mon, 24 Oct 2005 20:27, Daniel Faulknor wrote:
> > > > Hi everyone
> > > > After my kernel loads i get the message
> > > > INIT: cannot execute "/sbin/agetty"
> > > > INIT: Id "c2" respawning too fast: disabled for 5 minutes
> > > > INIT: no more processes left in this runlevel
> > > >
> > > > Then the computer just stops - HELP!
> > > >
> > > > Thanks
> > > > Daniel Faulknor
> > > > --
> >
> > I emerged it but it didnt help - i just restarted the computer and it
> didnt
> > work - i hadnt done anything to it. It used to work
> >
>
> A post on the gentoo forums mentions that having the user option on your
> /boot
> and / partitions may break the boot cycle. could you try removing that if
> its
> there? Otherwise mabee post /etc/fstab here? The link to the forums is
>
> http://forums.gentoo.org/viewtopic-t-204427-highlight-agetty.html
> --
>
> "I've coined new words, like misunderstanding and Hispanically."
>
> George W. Bush
> March 29, 2001
> From speech given at the Radio and Television Correspondents Association
> dinner in Washington, D.C.
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
www.nzguydaniel.blogspot.com <http://www.nzguydaniel.blogspot.com>

[-- Attachment #2: Type: text/html, Size: 2147 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-10-25  5:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24  7:27 [gentoo-user] Agetty Daniel Faulknor
2005-10-24  8:17 ` Glenn Enright
2005-10-24 13:48   ` Dirk Heinrichs
2005-10-24 16:30     ` Glenn Enright
2005-10-25  4:14       ` Glenn Enright
2005-10-24 23:59   ` Daniel Faulknor
2005-10-25  4:25     ` Glenn Enright
2005-10-25  5:23       ` Daniel Faulknor
2005-10-25  4:27     ` Daniel Faulknor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox