- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
02-01-2002 11:17 AM
02-01-2002 11:17 AM
command is respawning too rapidly
Thanks
Dude
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 11:23 AM
02-01-2002 11:23 AM
Re: command is respawning too rapidly
The getty command in /etc/inittab should be
cons:123456:respawn:/usr/sbin/getty -h console console
Note the "-h" option with getty.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 11:34 AM
02-01-2002 11:34 AM
Re: command is respawning too rapidly
Also check your /etc/inittab file for a bad entry with respawn in the line. There may be a faulty entry in this file which may be the cause of your problem. you can copy this file as backup and copy a standard inittab file from /usr/newconfig/etc directory.
# cd /etc
# cp inittab inittab.bak
# cp /usr/newconfig/etc/inittab inittab
# init q
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 02:24 PM
02-01-2002 02:24 PM
Re: command is respawning too rapidly
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9fbe854994d9d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2dbde7726eccd5118ff10090279cd0f9,00.html
G'd luck
t++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 05:52 PM
02-01-2002 05:52 PM
Re: command is respawning too rapidly
check your "/etc/gettydefs" with this command line:
getty -c /etc/gettydefs 2>&1 | more
There must be no errors!
Use "who -a" to get the *exit code* of that line, and read the man page for "getty" to get a clue why it did stop...
HTH,
Wodisch