Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-15-2008, 06:48 AM
Steven Woody
 
Posts: n/a
12.0 -> 12.1: init failed to start

Hi,

I just upgraded my box from 12.0 to 12.1. I did this by following the
guid descripted in UPGRADE.TXT step by step. But after the sytem got
reboot, it reported:

INIT: "c1" respawns too faste. disable for 5 minute.
INIT: "c2" respawns too faste. disable for 5 minute.
INIT: "c3" respawns too faste. disable for 5 minute.
....

So, I can not get a login prompt to use my system. Here, "c1",
"c2", ... entries are 'agetty' command lines defined in inittab, and I
never modified them. They are:

c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
....
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

I then boot from the 12.1 disc, then mounted my on-disk root file
system to /mnt. And I tried type in command: /mnt/sbin/agetty 38400
tty2 linux. The program did not report any error, and on tty2 I got
the login prompt ( as well as a page long boot disc information, I can
not why I got it), but I can not type in anything to it. It seems, it
was not reading from stdin.

Could you anyone help me? Thanks.

-
narke



Reply With Quote
  #2 (permalink)  
Old 07-15-2008, 08:24 PM
+Alan Hicks+
 
Posts: n/a
Re: 12.0 -> 12.1: init failed to start

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2008-07-15, Steven Woody <narkewoody@gmail.com> wrote:
> I just upgraded my box from 12.0 to 12.1. I did this by following the
> guid descripted in UPGRADE.TXT step by step. But after the sytem got
> reboot, it reported:
>
> INIT: "c1" respawns too faste. disable for 5 minute.
> INIT: "c2" respawns too faste. disable for 5 minute.
> INIT: "c3" respawns too faste. disable for 5 minute.


I've tangled with init problems like this before. Always a pain in the
ass.

> c1:1235:respawn:/sbin/agetty 38400 tty1 linux
>
> I then boot from the 12.1 disc, then mounted my on-disk root file
> system to /mnt. And I tried type in command: /mnt/sbin/agetty 38400
> tty2 linux. The program did not report any error, and on tty2 I got
> the login prompt ( as well as a page long boot disc information, I can
> not why I got it), but I can not type in anything to it. It seems, it
> was not reading from stdin.


Nice troubleshooting!

Check /etc/rc.d/rc.udev on your box. Is it there? Is it executable?
I'd be willing to bet this is a problem with missing /dev files.

- --
It is better to hear the rebuke of the wise,
Than for a man to hear the song of fools.
Ecclesiastes 7:5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkh9B4gACgkQrZS6hX/gvjrukQCfXTqbU58ls06rricjn56//vdR
c04An0lodwtbjS8CXp3yxmNCXrDrEpeO
=2ud4
-----END PGP SIGNATURE-----
Reply With Quote
  #3 (permalink)  
Old 07-16-2008, 03:45 AM
Steven Woody
 
Posts: n/a
Re: 12.0 -> 12.1: init failed to start

On Jul 16, 4:24 am, +Alan Hicks+ <a...@lizella.netWORK> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2008-07-15, Steven Woody <narkewo...@gmail.com> wrote:
>
> > I just upgraded my box from 12.0 to 12.1. I did this by following the
> > guid descripted in UPGRADE.TXT step by step. But after the sytem got
> > reboot, it reported:

>
> > INIT: "c1" respawns too faste. disable for 5 minute.
> > INIT: "c2" respawns too faste. disable for 5 minute.
> > INIT: "c3" respawns too faste. disable for 5 minute.

>
> I've tangled with init problems like this before. Always a pain in the
> ass.
>
> > c1:1235:respawn:/sbin/agetty 38400 tty1 linux

>
> > I then boot from the 12.1 disc, then mounted my on-disk root file
> > system to /mnt. And I tried type in command: /mnt/sbin/agetty 38400
> > tty2 linux. The program did not report any error, and on tty2 I got
> > the login prompt ( as well as a page long boot disc information, I can
> > not why I got it), but I can not type in anything to it. It seems, it
> > was not reading from stdin.

>
> Nice troubleshooting!
>
> Check /etc/rc.d/rc.udev on your box. Is it there? Is it executable?
> I'd be willing to bet this is a problem with missing /dev files.
>


I guess you are right. But I lost the opporunity to verify that.
Yesterday night, since I had not receive response on my post, I
reformat my disk and ready to reinstall the 12.1 from scratch. I will
remember your suggested troubleshooting, that may help in next time.
Thank you anyway.

-
narke
Reply With Quote
  #4 (permalink)  
Old 07-16-2008, 10:07 PM
Jerry Peters
 
Posts: n/a
Re: 12.0 -> 12.1: init failed to start

Steven Woody <narkewoody@gmail.com> wrote:
> Hi,
>
> I just upgraded my box from 12.0 to 12.1. I did this by following the
> guid descripted in UPGRADE.TXT step by step. But after the sytem got
> reboot, it reported:
>
> INIT: "c1" respawns too faste. disable for 5 minute.
> INIT: "c2" respawns too faste. disable for 5 minute.
> INIT: "c3" respawns too faste. disable for 5 minute.
> ...
>
> So, I can not get a login prompt to use my system. Here, "c1",
> "c2", ... entries are 'agetty' command lines defined in inittab, and I
> never modified them. They are:
>
> c1:1235:respawn:/sbin/agetty 38400 tty1 linux
> c2:1235:respawn:/sbin/agetty 38400 tty2 linux
> ...
> c6:12345:respawn:/sbin/agetty 38400 tty6 linux
>
> I then boot from the 12.1 disc, then mounted my on-disk root file
> system to /mnt. And I tried type in command: /mnt/sbin/agetty 38400
> tty2 linux. The program did not report any error, and on tty2 I got
> the login prompt ( as well as a page long boot disc information, I can
> not why I got it), but I can not type in anything to it. It seems, it
> was not reading from stdin.
>
> Could you anyone help me? Thanks.
>
> -
> narke
>

I'd suspect a shared library problem. Your test used the shared libs
from the cd/dvd and thus didn't show a prolem.
You might try chroot'ing to /mnt.
You could also try passing init=/bin/bash on the kernel command line
and see if that gets you a prompt; if my guess is correct and it is a
shared lib problem, that will also fail.

Jerry
>
>

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:32 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109