1819915 Members
2224 Online
109607 Solutions
New Discussion юеВ

getting error in syslog

 
sarfraz Khan_2
Occasional Advisor

getting error in syslog

hi,
we are getting below error in syslog.log
sshd[19353]: error: setsockopt SO_KEEPALIVE: Invalid argument

pls help
sarfraz khan
2 REPLIES 2
Horia Chirculescu
Honored Contributor

Re: getting error in syslog

Hello,

Which version of sshd do you use?

ssh -V

Here you can find the latest depot:

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Horia.

Best regards from Romania,
Horia.
mvpel
Trusted Contributor

Re: getting error in syslog

If you don't have a more recent version of the Cumulative ARPA Transport patch, you may see this error. The newer SSH is trying to use an older setsockopt() library function which doesn't support the SO_KEEPALIVE option.

On my patched HP system, the /usr/include/sys/socket.h file is dated December 17, 2008.