Operating System - HP-UX
1833053 Members
2610 Online
110049 Solutions
New Discussion

a strange problem about telnet

 
SOLVED
Go to solution
Fred.Wu
Frequent Advisor

a strange problem about telnet

The rp5470 server always panic at a telnet request, that is, whenever any client telnet the server, server will crash immediately.
The panic output is various every time.
Even telnet to loopback ip will cause down.

But I tried rlogin, ftp, everything's ok.
Any one have idea for this problem except re-install the OS. many thanks.

Fred

fred
4 REPLIES 4
James Murtagh
Honored Contributor
Solution

Re: a strange problem about telnet

Hi,

The other commands are using deal with totally different code...do you have a crash dump? Its normally located in /var/adm/crash if you've not changed this. If you have, check the INDEX file in the crash directory to ensure all files are there....cd to the crash directory then post the output of:

# ied q4
q4> trace -u event 0

Regards,

James.
Patrick Wallek
Honored Contributor

Re: a strange problem about telnet

It's very interesting that telnet would cause this. What version of the OS are you running?

Here's a ll for telnetd on an 11.0 system:

# ll /usr/lbin/telnetd
-r-xr--r-- 1 bin bin 94208 Mar 27 2002 /usr/lbin/telnetd*

# what /usr/lbin/telnetd
/usr/lbin/telnetd:
Copyright (c) 1983, 1986 Regents of the University of California.
Patch ID: PHNE_26096
telnetd.c $Revision: 1.29.214.16 $ $Date: 2000/06/08 23:40:02 $
telnetd.c 5.31 (Berkeley) 2/23/89
authenc.c 8.1 (Berkeley) 6/4/93

Here is the same for telnetd on an 11i system:

# cd /usr/lbin
# ll telnetd
-r-xr--r-- 1 bin bin 90112 Jul 2 2001 telnetd*
# what telnetd
telnetd:
Copyright (c) 1983, 1986 Regents of the University of California.
Patch ID: PHNE_24131

I suggest you compare these to your system and if necessary load the appropriate networking patch and see if that helps.

I don't think it's necessary to reinstall the OS just yet.
T G Manikandan
Honored Contributor

Re: a strange problem about telnet

First check your /var/adm/syslog/syslog.log file.

It should give you the errors


REvert
Fred.Wu
Frequent Advisor

Re: a strange problem about telnet

It's a 11.0 system , I checked telnetd but find it's no problem.
Fortunately , I can backup my data and re-installed the system. now it's ok .
Anyway ,thanks everyone help me. :)

Fred
fred