getaddrinfo: start Temporary failure in name resolution Error opening specified endpoint “start” Server Exiting with code 1

StackOverflow https://stackoverflow.com/questions/11882044

  •  25-06-2021
  •  | 
  •  

Pergunta

While starting snmpd I am getting this error in /var/snmpd.log

**

> *getaddrinfo: start Temporary failure in name resolution Error opening specified endpoint "start" Server Exiting with code 1*

** For your info m using Fedora-14 & net-snmp-5.7.1 .

Thanks in Advance..Help me

Foi útil?

Solução

Error opening specified endpoint "start" Server Exiting with code 1

means some process is using port 161.

For example try netstat -anp | grep 161, then stop that process and start snmpd again.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top