<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: what means of error msg &amp;quot;INIT:Id &amp;quot;SV&amp;quot; respawning too fast:disable for 5 minutes&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943623#M4108</link>
    <description>Look in your /etc/inittab file. Somewhere there is a line labelled&lt;BR /&gt;"SV" which is trying to run some command in "respawn" mode, but since this command exits as soon as it is run init winds up trying to&lt;BR /&gt;continually run it. Could you post that line from /etc/inittab ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Fri, 04 Apr 2003 07:42:45 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2003-04-04T07:42:45Z</dc:date>
    <item>
      <title>what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943619#M4104</link>
      <description>INIT:Id "SV" respawning too fast:disable for 5 minutes,&lt;BR /&gt;&lt;BR /&gt;this msg echo again and again to the console, but server is also working, what is the problem? &lt;BR /&gt;&lt;BR /&gt;thanks, &lt;BR /&gt;Frederick van targero</description>
      <pubDate>Fri, 04 Apr 2003 01:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943619#M4104</guid>
      <dc:creator>frederick van tagero</dc:creator>
      <dc:date>2003-04-04T01:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943620#M4105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My guess is that message is coming from an entry in your /etc/inittab file.  Something is getting spawned by init from inittab and is crashing.  After something crashes a certain number of times in a short time frame, init will complain and wait 5 minutes before trying again.  I suggest looking at /etc/inittab and trying to track down what program is crashing.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 02:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943620#M4105</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-04T02:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943621#M4106</link>
      <description>hello,&lt;BR /&gt;problem is with your inittab. as John points, there is some process which is not getting started or is getting killed.&lt;BR /&gt;&lt;BR /&gt;check out the contents of the inittab and see if you are able to find any problems. check your logs and if you still dont find any, post ur inittab. let us see if we can debug.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Fri, 04 Apr 2003 03:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943621#M4106</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-04T03:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943622#M4107</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;edit /etc/inittab and look for a line starting with SV . &lt;BR /&gt;&lt;BR /&gt;Find out what process that line is related to. If you dont use that process simply comment that line by putting # at the very start of that line and save the file.&lt;BR /&gt;&lt;BR /&gt;now &lt;BR /&gt;&lt;BR /&gt;#init q&lt;BR /&gt;&lt;BR /&gt;The message should go away now.&lt;BR /&gt;&lt;BR /&gt;In other case,&lt;BR /&gt;&lt;BR /&gt;If you need that process to be run then find out the reason why the process is getting killed everytime when it is spawned by init by analysing the logfiles and rectifiy the error conditions.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 04 Apr 2003 04:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943622#M4107</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-04-04T04:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943623#M4108</link>
      <description>Look in your /etc/inittab file. Somewhere there is a line labelled&lt;BR /&gt;"SV" which is trying to run some command in "respawn" mode, but since this command exits as soon as it is run init winds up trying to&lt;BR /&gt;continually run it. Could you post that line from /etc/inittab ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Fri, 04 Apr 2003 07:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943623#M4108</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-04-04T07:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943624#M4109</link>
      <description>You should have an /etc/inittab.orig.  If so rename your current inittab and copy in the original using the current as a template.</description>
      <pubDate>Sat, 05 Apr 2003 02:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-means-of-error-msg-quot-init-id-quot-sv-quot-respawning-too/m-p/2943624#M4109</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-05T02:21:27Z</dc:date>
    </item>
  </channel>
</rss>

