- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- a strange problem about telnet
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
07-09-2003 06:11 PM
07-09-2003 06:11 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 06:20 PM
07-09-2003 06:20 PM
SolutionThe 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 06:50 PM
07-09-2003 06:50 PM
Re: a strange problem about telnet
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 07:17 PM
07-09-2003 07:17 PM
Re: a strange problem about telnet
It should give you the errors
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 07:38 PM
07-09-2003 07:38 PM
Re: a strange problem about telnet
Fortunately , I can backup my data and re-installed the system. now it's ok .
Anyway ,thanks everyone help me. :)
Fred