- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnetd error
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
08-02-2001 10:43 AM
08-02-2001 10:43 AM
telnetd error
telnetd[16583]Error checking child termination status: error 4 : Interrupted system call
Why is this error keeps appearing in my syslog ?
- Tags:
- telnetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 10:58 AM
08-02-2001 10:58 AM
Re: telnetd error
Knowledge Base document #NEWKBRC00003045 notes:
/begin_quote/
PROBLEM
When attempting to telnet on a system, the following error message is generated:
telnetd: Error checking child termination status: error 4: Interrupted system call
This problem is most common on new system installs that have not been performance tuned or patched. It is most commonly seen when running a new application on the system.
CONFIGURATION
11.x and 10.x systems
RESOLUTION
The system is unable to allocate or recycle processes fast enough to meet the application's demands. Check the following kernal parameters have at least the following values:
npty 300
nstrpty 300
nflocks 8192
nfile 8192
nproc 512
If you increase npty or nstrpty then use insf to create the device files.
Always check if the application vendor has specific requirements for kernal tuning. If the kernal parameters look good, check the following patches are at a good level (these are 10.20 patch titles, check for equivalent at 11.0):
STREAMS PTY cumulative
ARPA Transport cumulative
LAN Products cumulative
telnet cumulative
telnet kernal and throughput
rlogin cumulative
libc
inetd
/end_quote/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:22 AM
08-02-2001 11:22 AM
Re: telnetd error
Just a thought. Good luck either way you go.
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 12:59 PM
08-02-2001 12:59 PM
Re: telnetd error
only nstrpty is 60 rest all the parameter looks ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 01:23 PM
08-02-2001 01:23 PM
Re: telnetd error
I think it would be worth adjusting 'nstrpty' and rebooting (SAM -> Kernel Configuration).
...JRF...