[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: init trouble



Krishnan P S wrote:

> well,
> it all began with the font installation. first, the XF86Config file had some "unix:-" for its font path. what is that supposed to be? i anyway, changed it to my font diectory (which is in windows). everything was ok after the first retart, but after the second restart, when i logon with gdmlogin, it x server restarts after login. after the 3rd restart, all i get is:
> INIT: version 2.77 booting..
> INIT starting runlevel 5
> init: no more process in this runlevel
> now all i can do is restart.
> what is the config file for editing runlevels?
> pls help
>
> ---
> Send e-mail to 'ilugc-request@xxxxxxxxxxxxxxxxxx' with 'unsubscribe'
> in either the subject or the body to unsubscribe from this list.

See if your /etc/inittab file is okay, On my machine it reads

#
# Default runlevel.
id:5:initdefault:

# System initialization.
s0::sysinit:/bin/bash -c 'C=/sbin/booterd; [ -x $C ] && $C'
si::sysinit:/bin/bash -c 'C=/etc/rc.d/rc.modules; [ -x $C ] && $C default'
s2::sysinit:/bin/bash -c 'C=/etc/rc.d/rc.serial; [ -x $C ] && $C'
bw::bootwait:/etc/rc.d/rc.boot

............................................... a lot more lines here
..............................................

# Run gettys in standard runlevels
1:12345:respawn:/sbin/getty tty1 VC linux
2:2345:respawn:/sbin/getty tty2 VC linux
3:2345:respawn:/sbin/getty tty3 VC linux
4:2345:respawn:/sbin/getty tty4 VC linux
5:2345:respawn:/sbin/getty tty5 VC linux
6:2345:respawn:/sbin/getty tty6 VC linux

# Run kdm in runlevel 5
gu:5:respawn:/bin/sh -c 'C=/etc/rc.d/rc.gui;[ -x $C ]&&exec $C;init 3'
#gu:5:respawn:/usr/bin/X11/xdm -nodaemon

</snip>


Check if you inittab is fine and if no get a copy of it.


Regards
Zameer Ahmed

---
Send e-mail to 'ilugc-request@xxxxxxxxxxxxxxxxxx' with 'unsubscribe' 
in either the subject or the body to unsubscribe from this list.