- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- what means of error msg "INIT:Id "SV" respawning t...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 05:22 PM
тАО04-03-2003 05:22 PM
this msg echo again and again to the console, but server is also working, what is the problem?
thanks,
Frederick van targero
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 06:40 PM
тАО04-03-2003 06:40 PM
SolutionMy 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.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 07:12 PM
тАО04-03-2003 07:12 PM
Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"
problem is with your inittab. as John points, there is some process which is not getting started or is getting killed.
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.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 08:18 PM
тАО04-03-2003 08:18 PM
Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"
edit /etc/inittab and look for a line starting with SV .
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.
now
#init q
The message should go away now.
In other case,
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.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 11:42 PM
тАО04-03-2003 11:42 PM
Re: what means of error msg "INIT:Id "SV" respawning too fast:disable for 5 minutes"
"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
continually run it. Could you post that line from /etc/inittab ?
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2003 06:21 PM
тАО04-04-2003 06:21 PM