linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Respawning too fast - 2.6.13-bs2
@ 2005-10-07 13:43 Etay Meiri
  2005-10-07 15:07 ` Blaisorblade
  0 siblings, 1 reply; 4+ messages in thread
From: Etay Meiri @ 2005-10-07 13:43 UTC (permalink / raw)
  To: user-mode-linux-devel

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

Hi,

I'm suddenly unable to boot my 2.6.13-bs2 based uml system.
Getting the following errors at the end:

Starting anacron: [ OK ]
Starting atd: [ OK ]
Starting system message bus: [ OK ]
Starting HAL daemon: [ OK ]
INIT: Id "0" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel

I did play with it earlier (updated a few rpms and configured nfs) but
I'm not sure which of my steps caused this.
Any idea how to debug it?

Thanks,

--
------------------------------------------------------
Etay Meiri
etay.meiri@gmail.com

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

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

* Re: [uml-devel] Respawning too fast - 2.6.13-bs2
  2005-10-07 13:43 [uml-devel] Respawning too fast - 2.6.13-bs2 Etay Meiri
@ 2005-10-07 15:07 ` Blaisorblade
  2005-10-08  6:23   ` Etay Meiri
  0 siblings, 1 reply; 4+ messages in thread
From: Blaisorblade @ 2005-10-07 15:07 UTC (permalink / raw)
  To: user-mode-linux-devel, Etay Meiri

On Friday 07 October 2005 15:43, Etay Meiri wrote:
> Hi,
>
> I'm suddenly unable to boot my 2.6.13-bs2 based uml system.
> Getting the following errors at the end:
>
> Starting anacron: [ OK ]
> Starting atd: [ OK ]
> Starting system message bus: [ OK ]
> Starting HAL daemon: [ OK ]
> INIT: Id "0" respawning too fast: disabled for 5 minutes
> INIT: no more processes left in this runlevel
>
> I did play with it earlier (updated a few rpms and configured nfs) but
> I'm not sure which of my steps caused this.
> Any idea how to debug it?
Problems like this come usually from:
a) disabling the console channels you're using in the kernel configuration
b) messing up /etc/inittab (possibly from RPM?) - it must use non-DevFS names 
(though I don't think this happened to you)

c) if TLS had been disabled, upgrading glibc would restore it, and this could 
cause problems like that (not sure, really).

d) trying to boot with init=/bin/sh and looking around could help you in 
debugging this. Plus you can anyway watch the logs, if you can ssh in.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] Respawning too fast - 2.6.13-bs2
  2005-10-07 15:07 ` Blaisorblade
@ 2005-10-08  6:23   ` Etay Meiri
  2005-10-09 18:58     ` Blaisorblade
  0 siblings, 1 reply; 4+ messages in thread
From: Etay Meiri @ 2005-10-08  6:23 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel

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

>
> > INIT: Id "0" respawning too fast: disabled for 5 minutes
> > INIT: no more processes left in this runlevel
> >
> > I did play with it earlier (updated a few rpms and configured nfs) but
> > I'm not sure which of my steps caused this.
> > Any idea how to debug it?
> Problems like this come usually from:
> b) messing up /etc/inittab (possibly from RPM?) - it must use non-DevFS
> names
>

/etc/inittab contained 'tty0' as the device. It doesn't exist in /dev. I
changed
it to 'console' and now it is working correctly.

Thanks a lot,

--
------------------------------------------------------
Etay Meiri
etay.meiri@gmail.com

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

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

* Re: [uml-devel] Respawning too fast - 2.6.13-bs2
  2005-10-08  6:23   ` Etay Meiri
@ 2005-10-09 18:58     ` Blaisorblade
  0 siblings, 0 replies; 4+ messages in thread
From: Blaisorblade @ 2005-10-09 18:58 UTC (permalink / raw)
  To: Etay Meiri; +Cc: user-mode-linux-devel

On Saturday 08 October 2005 08:23, Etay Meiri wrote:
> > > INIT: Id "0" respawning too fast: disabled for 5 minutes
> > > INIT: no more processes left in this runlevel
> > >
> > > I did play with it earlier (updated a few rpms and configured nfs) but
> > > I'm not sure which of my steps caused this.
> > > Any idea how to debug it?
> >
> > Problems like this come usually from:
> > b) messing up /etc/inittab (possibly from RPM?) - it must use non-DevFS
> > names
>
> /etc/inittab contained 'tty0' as the device. It doesn't exist in /dev. I
> changed
> it to 'console' and now it is working correctly.
Does Ctrl-C/Ctrl-Z work? I know it doesn't on /dev/console.

Go back and create /dev/tty0 (major 4, minor 0, character device).
> Thanks a lot,

-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2005-10-09 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 13:43 [uml-devel] Respawning too fast - 2.6.13-bs2 Etay Meiri
2005-10-07 15:07 ` Blaisorblade
2005-10-08  6:23   ` Etay Meiri
2005-10-09 18:58     ` Blaisorblade

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