On 2008-03-22, Fratiman Vladut <[EMAIL PROTECTED]> wrote: > Finally i see that are two different binaries snmpd in openbsd. > One located in /usr/sbin and another into /usr/local/sbin
the one in /usr/sbin is configured in /etc/snmpd.conf, and is normally started with snmpd_flags="" in rc.conf.local. config can be as simple as "listen on <address>" (though you might want to change community strings). netsnmp's /usr/local/sbin/snmpd (which normally uses /etc/snmp/snmpd.conf as a config file) has some bells and whistles that the snmpd in the OS doesn't have, but it's no surprise to see it segfault...