- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Command 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
10-16-2003 05:06 AM
10-16-2003 05:06 AM
Command respawning too rapidly.
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: a0 "/usr/lbin/uucp/getty -h ttyd2a1 19200"
We thought that because the modem was turned off we were getting the errors so we turned the modem back on. We are still getting the error.
What do I need to do to have the error message stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 05:17 AM
10-16-2003 05:17 AM
Re: Command respawning too rapidly.
2) If you don't want to use the modem and need to stop this message, edit /etc/inittab file (make a copy before you edit it) and replace 'respawn' with 'off' on the specific line. After editing, run 'init q'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 07:25 PM
10-16-2003 07:25 PM
Re: Command respawning too rapidly.
Check you /etc/inittab getty definitions
are you sure the device file is correct?
lssf /dev/ttyd2a1
ioscan -fnk and look for the modem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 08:00 PM
10-16-2003 08:00 PM
Re: Command respawning too rapidly.
Until you find the source of the problem you can also comment out the troublesome entry in the etc/inittab file :-
#id:a0 "/usr/lbin/uucp/getty -h ttyd2a1 19200"
and Re-examine the inittab entries without changing the run level :-
init q
At least this will stop multiple console and log file entries until you get the issue fixed.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 08:48 PM
10-16-2003 08:48 PM
Re: Command respawning too rapidly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 04:54 AM
10-17-2003 04:54 AM
Re: Command respawning too rapidly.
Set in device(modem) the option -t
example:/sbin/getty [-hN] [-t timeout] line [speed]
Save the change and exit
Then exec command: init q
HTH
Bruno