0

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

Gaurav
  • 91
  • 1
  • 4
  • 14
  • This is [off-topic for Stack Overflow](http://stackoverflow.com/faq#questions). You might want to ask about this on [Server Fault](http://serverfault.com), [Unix.SE](http://unix.stackexchange.com), or [Super User](http://superuser.com) (but search for it there first!). – Eliah Kagan Jan 10 '13 at 04:32

1 Answers1

0
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.

Bhavik Ambani
  • 6,557
  • 14
  • 55
  • 86
jatin bodarya
  • 72
  • 3
  • 8