Antoine Jacoutot disturbed my sleep to write: > I'm having a problem starting snmpd under FreeBSD-5.2-p2... > I tried several options but I always get some strange errors.
Hm...it looks like you may already have snmp running, or at least something else listening on UDP port 161: > # netstat -a | grep snm > udp4 0 0 *.snmp *.* Try running "sockstat | grep 161" and posting the results. Also, a quick Google for "snmp specified endpoint" turns up a fair number of newsgroup messages; some seem to suggest that there may be problems with the very latest version of net-snmpd. By any chance, are you compiling a very recent version? Hugh -- Saint Aardvark the Carpeted [EMAIL PROTECTED] Because the plural of Anecdote is Myth. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
