LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   host339384 init: Id "T1" respawning too fast: disabled for 5 minutes (https://www.linuxquestions.org/questions/linux-general-1/host339384-init-id-t1-respawning-too-fast-disabled-for-5-minutes-747992/)

centosfan 08-16-2009 04:42 PM

host339384 init: Id "T1" respawning too fast: disabled for 5 minutes
 
I see this message repeats every 5 minutes in /var/log/messages.
Anyone knows what that means?
I can provide more details if needed.

colucix 08-16-2009 04:55 PM

Check the file /etc/inittab. You should have an entry like T1:xx:respawn:command. The command is that causing the problem. Also take a look at the inittab man page:
Code:

respawn
        The process will be restarted whenever it terminates (e.g. getty).

and at the init man:
Code:

If init finds that it is continuously respawning an entry more than 10 times in 2 minutes, it
will  assume  that  there is an error in the command string, generate an error message on the
system console, and refuse to respawn this entry until either 5 minutes  has  elapsed  or  it
receives  a  signal.  This  prevents it from eating up system resources when someone makes a
typographical error in the /etc/inittab file or the program for the entry is removed.


centosfan 08-19-2009 05:06 PM

Yes i commented T1 line and issued command kill -1 1.
And error gone.Any idea what exactly that command was doing?


All times are GMT -5. The time now is 03:57 PM.