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
  •  | 
  •  

Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top