Operating System - HP-UX
1748265 Members
4298 Online
108760 Solutions
New Discussion юеВ

Re: getpid: peer died: Error 0

 
SOLVED
Go to solution
Khalid Shakoor
Regular Advisor

getpid: peer died: Error 0

Hi Guruz,

One of my client facing unexpected cluster lock Queries error in lock disk,The issue was the path was change on one of my node then we updated the vglock configuration and compile the binary again and run the cluster again,Cluster was up running and we tested also fail over,Every thing is working fine and there is no more message unexpected cluster lock Queries.

Now after finish that job on same server we continuously received telnetd[7481]: getpid: peer died: Error 0 message in syslog and interval is 5 min,

I really appreciated if some body help me to resolved that issue.

Regards
Khalid
3 REPLIES 3
Asif Sharif
Honored Contributor
Solution

Re: getpid: peer died: Error 0

Laurent Menase
Honored Contributor

Re: getpid: peer died: Error 0

Usually this is due to telnet sessions aborted by a reset - or syn/reset attack/tests.
- it can be due to a duplicate ip, the other system reseting the connection
- it can be due to a vulnerability scanner.

So the best is to take an nettl trace at interface layer, and check patch revision
- with some very old 11.11 or 11.23 ARPA patch version, we may get read() returning 0.


Khalid Shakoor
Regular Advisor

Re: getpid: peer died: Error 0

Thanks.