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
09-19-2002 07:20 AM
09-19-2002 07:20 AM
getpid?
I read the file 'syslog.log' and wonder what is it?
telnetd[10786]: getpid : peer died: No such file or directory
Thank you for your help.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:25 AM
09-19-2002 07:25 AM
Re: getpid?
Is it appearing too often?. It could be because of the connectivity issues also.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:27 AM
09-19-2002 07:27 AM
Re: getpid?
This normally occurs on a dropped telnet session where the user has not done a normal exit.
Most of it is from the little "x" on a Windoze session window where a user just presses "x" instead of "exit" from the prompt.
A correct "Exit" allows Unix to tidy up correctly whereas an "x" from the window just drops the connection and Unix reports that event and the fact that it is cleaning up.
HTH
aula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:28 AM
09-19-2002 07:28 AM
Re: getpid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:32 AM
09-19-2002 07:32 AM
Re: getpid?
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:43 AM
09-19-2002 07:43 AM
Re: getpid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:48 AM
09-19-2002 07:48 AM
Re: getpid?
telnet stream tcp nowait root /xxx/tcpd /etc/telnetd -b /etc/issue
It isn't often happened... Just once a while...
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 07:57 AM
09-19-2002 07:57 AM
Re: getpid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 08:00 AM
09-19-2002 08:00 AM
Re: getpid?
# ps -ef|grep inetd
==> Does have "-l" ?
# cd /etc/rc.config.d
# grep INETD netdaemons
==> Is INETD_ARGS set to "-l" ? That way it'll make sure inetd is started with "-l" option. You said "once a while" .. if I were you I wouldn't waste my time digging in further. It's normal. I do see a couple in my syslog.log for the past 1 month.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 09:50 AM
09-19-2002 09:50 AM
Re: getpid?
I agree with Clay and others who specified earlier that it is a dropped telnet session.
Many users just exit out of their sessions without typing exit and kill the window instead. The telnetd daemon sees this as a broken pipe and hence errors out in the syslog file as a peer connection failure or dropout.
The error pertains to that.
Regards,
Anil (It is always a good thing to assign points when you find the answers valuable to you)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 11:06 PM
09-19-2002 11:06 PM
Re: getpid?
a window without exiting the telnet session first. You can safely ignore it.
I'll ask the owners of HP-UX's telnetd if they will consider making the message a bit less cryptic to reduce needless confusion/concern in the future.