- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- INIT: command is respawning too rapidly
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
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
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
06-05-2005 05:08 PM
06-05-2005 05:08 PM
>>INIT: command is respawning too rapidly
>>Will try again in 5 minutes
>>check for possible errors
>>id:samd "usr/sam/lbin/samd #system mgmt daemon"
During the boot as well as if i run set_parms i get this vague error that line 25: ')' not expected. accross various files. RPC daemon and few others FAIL during start up. Is there anyway that i can fix these issues?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:15 PM
06-05-2005 05:15 PM
Re: INIT: command is respawning too rapidly
samd entry should look like this.
samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon
Once you change /etc/inittab file, run 'init q' to force init to re-read the file.
As for the set_parms error, try running it with sh -x, it might give you a clue about the error.
# /sbin/sh -x /sbin/set_parms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:22 PM
06-05-2005 05:22 PM
Re: INIT: command is respawning too rapidly
Initialize loadable modules
--------------------------------
sbin/rc1.d/S112kminit[206]: Syntax error at line 25: '(' not expected.
setting hostname
-------------------------------
sbin/rc1.d/S320hostname[36]: Syntax error at line 25: '(' not expected
Configuring PFIL
-----------------------------
sbin/rc2.d/S130pfilboot[5]: Syntax error at line 25: '(' not expected
Starting IPFilter
-------------------------------
sbin/rc2.d/S131lipboot[6]: Syntax error at line 25: '(' not expected
configure LAN interfaces
-----------------------------------
sbin/rc2.d/S340net[134]: Syntax error at line 25: '(' not expected
etc ... for name server daemon, multicast routing daemon, internet services daemon, dynamic routing daemon, discover protocol, RPC and so on...!
any help is greatly appreciated! thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:30 PM
06-05-2005 05:30 PM
Re: INIT: command is respawning too rapidly
samd:23456:respawn:/usr/lbin/samd #system mgmt daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:47 PM
06-05-2005 05:47 PM
Re: INIT: command is respawning too rapidly
# cd /etc/rc.config.d
# for i in *
> do
> echo $i
> . ./$i
> done
File name printed before "syntax error" is the one you should have a look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:52 PM
06-05-2005 05:52 PM
Re: INIT: command is respawning too rapidly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:56 PM
06-05-2005 05:56 PM
Re: INIT: command is respawning too rapidly
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=739865
Also this document.
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922569
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 01:02 AM
06-06-2005 01:02 AM