- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftpd - telnetd Error messages in syslog
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
08-08-2002 05:06 AM
08-08-2002 05:06 AM
Lisa
Aug 8 03:14:34 dbqdev1 telnetd[7998]: getpid: peer died: Error 0
Aug 8 03:15:29 dbqdev1 ftpd[8034]: FTP session closed
Aug 8 03:15:34 dbqdev1 telnetd[8036]: getpid: peer died: Error 0
Aug 8 03:16:29 dbqdev1 ftpd[8060]: FTP session closed
Aug 8 03:16:34 dbqdev1 telnetd[8062]: getpid: peer died: Error 0
Aug 8 03:17:29 dbqdev1 ftpd[8069]: FTP session closed
Aug 8 03:17:34 dbqdev1 telnetd[8071]: getpid: peer died: Error 0
Aug 8 03:18:29 dbqdev1 ftpd[8095]: FTP session closed
Aug 8 03:18:34 dbqdev1 telnetd[8098]: getpid: peer died: Error 0
Aug 8 03:19:29 dbqdev1 ftpd[8105]: FTP session closed
Aug 8 03:19:34 dbqdev1 telnetd[8107]: getpid: peer died: Error 0
Aug 8 03:20:29 dbqdev1 ftpd[8152]: FTP session closed
Aug 8 03:20:34 dbqdev1 telnetd[8154]: getpid: peer died: Error 0
Aug 8 03:21:29 dbqdev1 ftpd[8161]: FTP session closed
Aug 8 03:21:34 P session closed
Aug 8 03:dbqdev1 telnetd[8163]: getpid: peer died: Error 0
Aug 8 03:22:29 dbqdev1 ftpd[8188]: FTP session closed
Aug 8 03:22:35 dbqdev1 telnetd[8190]: getpid: peer died: Error 0
Aug 8 03:23:29 dbqdev1 ftpd[8198]: FTP session closed
Aug 8 03:23:34 dbqdev1 telnetd[8200]: getpid: peer died: Error 0
Aug 8 03:24:29 dbqdev1 ftpd[8224]: FTP session closed
Aug 8 03:24:34 dbqdev1 telnetd[8226]: getpid: peer died: Error 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 05:17 AM
08-08-2002 05:17 AM
SolutionJust of the top of my head I would say that these daemons are not to happy with your firewall settings. You should check the firewall logs. There are several threads about this in the forums (search with "getpid: peer died:"). This is one of them http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb9903bbece8d5118ff40090279cd0f9,00.html
Hope this puts you on the right track,
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 05:32 AM
08-08-2002 05:32 AM
Re: ftpd - telnetd Error messages in syslog
These msgs are telling you that the telnet & ftp sessions are being "closed" by the remote side. I'd speculate that a FW setting is timing them out.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 05:40 AM
08-08-2002 05:40 AM
Re: ftpd - telnetd Error messages in syslog
The telnetd message comes normally when there is a communication failure between the telnetd process and the client process (peer). I think this is because of the Firewall setup on your network. This document will give you more explanation - http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092173
Doc ID - BHERRKBRC00006815
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 05:45 AM
08-08-2002 05:45 AM
Re: ftpd - telnetd Error messages in syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 11:58 AM
08-08-2002 11:58 AM
Re: ftpd - telnetd Error messages in syslog
Thanks to all for you information!