- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "telnetd[18284]: getpid: peer died: Error 0"
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
тАО11-01-2000 11:40 AM
тАО11-01-2000 11:40 AM
I have N4000 server with HP-UX V11:00, 64 bit installed on it. User are getting disconnected randomly. After investigating, I found that /var/adm/syslog/syslog.log contains the error "telnetd[18284]: getpid: peer died: Error 0 "
This is newly installed server & latest patch bundle is applied on that server.
I don't know what is causing this problem.
Thanks,
Sandeep.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 11:51 AM
тАО11-01-2000 11:51 AM
SolutionWhat do you have ntpy and nstrpty set to in your kernel?
You may need to increase these. They take very little memory...so don't worry there. I think the default is something like 60 or 90.
On my systems I have it set to 800....
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 11:56 AM
тАО11-01-2000 11:56 AM
Re: "telnetd[18284]: getpid: peer died: Error 0"
Modify (regenerate) your kernel parmeters as follows:
npty 400
nstrpty 400
nstrtels 400
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 12:56 PM
тАО11-01-2000 12:56 PM
Re: "telnetd[18284]: getpid: peer died: Error 0"
I have already set the npty, nstrpty & nstrtels to 400. But the problem still continues.
Thanks,
Sandeep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 01:08 PM
тАО11-01-2000 01:08 PM
Re: "telnetd[18284]: getpid: peer died: Error 0"
This is a longshot, but if you have the shell environment variable TMOUT set, after the specified period of inactivity the login will terminate automatically.
Can you check to see if you are setting the TMOUT variable anywhere in your profiles, or if it is somehow getting set somewhere else?
Hope this helps!
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 01:32 PM
тАО11-01-2000 01:32 PM
Re: "telnetd[18284]: getpid: peer died: Error 0"
The TMOUT is set to 0 for all users.
Thanks,
Sandeep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 01:38 PM
тАО11-01-2000 01:38 PM
Re: "telnetd[18284]: getpid: peer died: Error 0"
I've not used the TMOUT variable, so I don't know if setting this to 0 means to timeout after 0 seconds of inactivity or to not timeout at all.
If it were me, and the TMOUT variable is set to 0 (meaning you don't want to use it), I'd get rid of it in the profiles altogether and see if it makes a difference.
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2000 01:51 PM
тАО11-01-2000 01:51 PM
Re: "telnetd[18284]: getpid: peer died: Error 0"
The was a posting a couple of months ago,
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xedba119c3420d411b66300108302854d,00.html
but that pointed to the ARPA patch installation.