- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnetd getpid: peer died : bad file number (yet ...
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
01-12-2001 11:26 AM
01-12-2001 11:26 AM
telnetd getpid: peer died : bad file number (yet again!)
HP-UX 10.20, K200 server, 256Mb RAM
get periodic errors of this form:
telnetd[xxx] getpid: peer died : bad file number
Simultaneous to this, a telnet connection cannot be initiated and times out. Have already applied PHNE 13414 (telnetd cum. patch), and increased npty and nstrpty to 800 - all to no avail.
Any ideas?
Thanks,
Steve Howie showie@uoguelph.ca
University of Guelph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 12:51 PM
01-12-2001 12:51 PM
Re: telnetd getpid: peer died : bad file number (yet again!)
I think it's a stretch, but it's worth a shot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 01:25 PM
01-12-2001 01:25 PM
Re: telnetd getpid: peer died : bad file number (yet again!)
Thanks for replying ..
I've checked these parms (except maxfiles) using Glance and they're very overallocated right now ... 18-20% utililization at most ... so this is probably not the problem
soft limit on open files is 60, hard is 1024 ( from SAM)) maxfiles and maxfiles_lim ...
Scotty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2001 01:31 AM
01-13-2001 01:31 AM
Re: telnetd getpid: peer died : bad file number (yet again!)
Just a hunch. Have you also checked maxuprc?
Hope this helps. Regards.
Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2001 04:38 PM
01-14-2001 04:38 PM
Re: telnetd getpid: peer died : bad file number (yet again!)
1. Missing ARPA patches (but you've checked that)
2. Too low on NTPY etc parms (but you up'd them)
3. You do not have an internal DNS server, so your telnet sessions go past the hosts file and then to your external DNS, which then takes about 100 seconds to respond with a login - Now if your tmout is set too small you never get the login...But I think your ok there too..
...But in your case it says something about a Bad File Number. And this is something that normally doesn't come with this type of error.
SOOOOOOO....I'm thinking maybe your seeing these because there is a problem in your kernel. I would recommend creating a new system file the existing kernel with a:
a) usr/lbin/sysadm/system_prep -s system
b) and then make sure your ntpy and nstrpy are set to 800 in your system file manually
c) continue to build the new kernel from this point and reboot.
Just a thought,