Operating System - HP-UX
1833730 Members
2444 Online
110063 Solutions
New Discussion

telnetd error under syslog

 
SOLVED
Go to solution
jok llamera
Advisor

telnetd error under syslog

fellas,

Im am using HP9000/800 using HP-UX 11.0 and I having this kind of error. I have browse some of the problem like mine but im still not sure which one is the right action. Is there any patches for this;

syslog:
Jul 29 08:04:11 eagle telnetd[24175]: getpid: peer died: Connection timed out
Jul 29 08:10:37 eagle telnetd[27587]: getpid: peer died: Connection timed out
Jul 29 08:10:41 eagle telnetd[28110]: getpid: peer died: Connection timed out

thanks,
joks
Excelence is not an act but a hobby
4 REPLIES 4
Rainer von Bongartz
Honored Contributor
Solution

Re: telnetd error under syslog

Joks,

I had this problem a couple of weeks ago.
I change the following kernel, params and the problem dissapeared:

npty 600
nstrpty 600
nstrtels 600

you can use kmtune to modify theese vakues, then
nake a new kernel using mk_kernel and schedule kernel update with kmupdate.
Then reboot your box at any time (shutdown -r 0)
and your problem should be gone.

good luck
rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Alexander M. Ermes
Honored Contributor

Re: telnetd error under syslog

Hi there.
These messages can come up, if somebody does not logout properly, but switches the comp off, finishes the telnet client etc.
You should check you system for remaining processes ( runaways / zombies ).
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Rita C Workman
Honored Contributor

Re: telnetd error under syslog

I agree with Alexander that this can and often is caused by an improper disconnection of a telnet session by an end user. And there could be other reasons too, here is a thread that I hope will help you resolve your problem:

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=bc46aa0b19b282cdad/screen=ckiDisplayDocument?docId=200000054292502

Regards,
Rita
Rita C Workman
Honored Contributor

Re: telnetd error under syslog