Hey there,Quote:> I am having a constant message in my console as well as in /var/log/messages
> In my log file, the following message is constantly repeating:
> server init: Id "d2" respawning too fast: disabled for 5 minutes
> In my console screen in my X display,
> /bin/sh: n: No such file or directory
> /bin/sh: n: No such file or directory
> /bin/sh: n: No such file or directory
> /bin/sh: n: No such file or directory
> /bin/sh: n: No such file or directory
> /bin/sh: n: No such file or directory
> INIT: Id "d2" respawning too fast: disabled for 5 minutes
Look in '/etc/inittab' . Search for a line that begins with d2.
Comment it out ( by appending a '#' in front ), save the changes
then do a 'init q' as root on the command line - this will
get rid of the constant annoying msgs. Then you can go back and
look at the command the d2 entry in your inittab is starting and
decipher what the problem is.
Feel free to post the d2 entry if your still unable to figure
out what the problem is. I'm guessing it's invoking a script
which either doesn't exist or is buggy. Once/if you make any
changes to this file, remember to do an 'init q' on the command
line as root to re-read the inittab file which will make the
changes applicable.
Hope that helps!
Beers,
Corey