- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet Problem
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
03-17-2004 03:11 AM
03-17-2004 03:11 AM
Telnet Problem
telnetd[22243]: getpid: peer died: Bad file number
This happens after a release change from UX 11.00 to UX 11.11.
Some clients have no problems and some connections produce the syslog entry as above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:15 AM
03-17-2004 03:15 AM
Re: Telnet Problem
npty, nstrpty, nstrtels kernel parameters - what are they set to now?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:18 AM
03-17-2004 03:18 AM
Re: Telnet Problem
Check the name resolution for the funny clients
nslookup name_of_machine
nslookup ip_of_machine
Should geive same result on UX
Looks like a timeout
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:21 AM
03-17-2004 03:21 AM
Re: Telnet Problem
they all are set to 60, so more then plenty, since we just expect a few connections at the same time. But, we use a lot of ftp connections!?
Thanks
Beat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:24 AM
03-17-2004 03:24 AM
Re: Telnet Problem
down to single user mode, cat /dev/null >/etc/utmp[x], and reboot
/etc/utmp and /etc/utmpx
If this doesn't fix it then I would reccommend looking to see what patch level you are on regarding telnetd and update accordingly.
Note:
A much better solution is to clear these files out at every reboot using
inittab and the boot process. Notice the position of the records in the utmp
file (at the head of the file).
# head -3 /etc/inittab
init:3:initdefault:
utm1::sysinit:> /etc/utmp # clear current logon accounting files
utm2::sysinit:> /etc/utmpx # clear current logon accounting files
*** Note: the launching of any application that relies upon the data in the
utmp or the utmpx files will also give inconsistent and/or incorrect results
with regard to information about user account, UID, etc. if there is corruption
in these files.
Regards,
Geno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:27 AM
03-17-2004 03:27 AM
Re: Telnet Problem
Here are the patches for the appropriate OS levels.....
PATCHES:
[PHNE_24829/PACHRDME/English] s700_800 11.11 telnet kernel, telnetd(1M), telnet(1) patch
Patch [PHNE_26096/PACHRDME/English]
s700_800 11.00 telnet kernel and telnetd(1M) patch
Patch [PHNE_24821/PACHRDME/English] s700_800 10.20 telnetd(1M) cumulative patch
Patch [PHNE_13413/PACHRDME/English] s700_800 10.20 Telnet kernel cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:30 AM
03-17-2004 03:30 AM
Re: Telnet Problem
What patch level do you have
http://www.software.hp.com/SUPPORT_PLUS/
Suggest at least
http://www.software.hp.com/SUPPORT_PLUS/qpk.html
HP-UX 11iv1 Quality Pack (GOLDQPK11i) - Defect-fix patches for HP-UX 11iv1 on HP workstations and servers. (Rolls each June and December.) Available version: December 2003 (B.11.11.0312.4).
Steve Steel