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
means some process is using
port 161
.For example try
netstat -anp | grep 161
, then stop that process and startsnmpd
again.