- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error message in /var/adm/syslog/syslog.log
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-11-2004 01:01 AM
03-11-2004 01:01 AM
Error message in /var/adm/syslog/syslog.log
That Meant he/she has this message that he/she appears in /var/adm/syslog/syslog.log....?
Mar 11 09:27:02 lrc telnetd[23829]: getpid : peer died: Error 0
Mar 11 09:27:03 lrc telnetd[23830]: getpid : peer died: Error 0
Mar 11 09:27:04 lrc telnetd[23835]: getpid : peer died: Error 0
Mar 11 09:27:06 lrc telnetd[23842]: getpid : peer died: Error 0
Mar 11 09:27:08 lrc telnetd[23845]: getpid : peer died: Error 0
Mar 11 09:27:10 lrc telnetd[23848]: getpid : peer died: Error 0
Mar 11 09:27:14 lrc telnetd[23852]: getpid : peer died: Error 0
Mar 11 09:27:14 lrc telnetd[23853]: getpid : peer died: Error 0
Mar 11 09:27:17 lrc telnetd[23894]: getpid : peer died: Error 0
Mar 11 09:27:18 lrc telnetd[23907]: getpid : peer died: Error 0
Mar 11 09:27:20 lrc telnetd[23910]: getpid : peer died: Error 0
Mar 11 09:27:22 lrc telnetd[23914]: getpid : peer died: Error 0
Thank you,
Orlando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 01:10 AM
03-11-2004 01:10 AM
Re: Error message in /var/adm/syslog/syslog.log
Regards,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 01:45 AM
03-11-2004 01:45 AM
Re: Error message in /var/adm/syslog/syslog.log
Indeed closing telnet . Maybe in a script
Use verbose logging with #inetd -l.
The client ip or hostname is logged to /var/adm/syslog/syslog.log when the telnet makes the connection and inetd starts telnetd .
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 02:01 AM
03-11-2004 02:01 AM
Re: Error message in /var/adm/syslog/syslog.log
These can be caused by users not logging off and just closing their window.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 04:42 AM
03-11-2004 04:42 AM
Re: Error message in /var/adm/syslog/syslog.log
If it does happen frequently, I would check the kernel parameters npty, nstrpty and nstrtel. It's possible that you are hitting the limit, in terms of allowable telnet sessions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 04:58 AM
03-11-2004 04:58 AM
Re: Error message in /var/adm/syslog/syslog.log
These are indeed caused by the telnet client closing unexpectedly.
It *almost* looks like a network issue - like a router between server & client dropped & all clients on the other side were just chopped off. But that's just speculation...
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 05:48 AM
04-12-2006 05:48 AM
Re: Error message in /var/adm/syslog/syslog.log
If you have a running process which connects to telnet, you might have the same behavior if not disconnecting in a proper way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 10:55 PM
06-21-2006 10:55 PM
Re: Error message in /var/adm/syslog/syslog.log
The fix is configure kernel parameters "npty" and "nstrpty" to a higher value.