svn commit: r513140 - in head/net-mgmt/net-snmp: . files

Kurt Jaeger pi at freebsd.org
Mon Sep 30 21:53:38 UTC 2019


Hi!

> > Log:
> >   net-mgmt/net-snmp: update 5.7.3 -> 5.8
> 
> net.5.8 fails to start with the configuration file I use, which isn't much off from the sample file.

We're back to 5.7.3 after some debugging.

snmpd seems to read it's config twice, opening udp-socket 127.0.0.1:161
twice (and failing the second time).

Which seems to happen if one has 

agentAddress  udp:127.0.0.1:161

in the config. Or runs inside a jail and has

agentAddress  udp:<the-jail-ip>:161

in there -- then snmpd first opens udp:127.0.0.1:161 (which maps
to udp:<the-jail-ip>:161 and, in the second path, tries to
open udp:<the-jail-ip>:161, which then fails.

-- 
pi at FreeBSD.org         +49 171 3101372                  One year to go !


More information about the svn-ports-all mailing list