error on subcontainer 'ia_addr' insert (-1)

If you use SNMP on Ubuntu you might see this annoying log entry repeat itself in syslog

Sep 15 17:29:34 myServer snmpd[3609]: error on subcontainer 'ia_addr' insert (-1)

Easy fix is

1sed -i 's/Lsd/LS6d/g' /etc/default/snmpd
2service snmpd restart

Original article