Error #290
closedMini SNMPd config reset on system upgrade
0%
Description
After upgrading the system the configuration file of mini snmpd is set to the default values, losing all changes added previously (e.g. contact, list interfaces, etc.)
It seems the file is not reset but replaced or regenerated.
Updated by Jorge L. Florit almost 11 years ago
Update: config file is not reset but comments are deleted and br-lan & wlan0 interfaces are added indefinitely on each install/first configuration (even if they are already), resulting in a configuration with multiple duplicated interfaces that will grow more and more.
E.g.config mini_snmpd
option ipv6 '0'
option community 'public'
list disks '/jffs'
list disks '/tmp'
list interfaces 'loopback'
list interfaces 'lan'
list interfaces 'wan'
list interfaces 'wlan0'
list interfaces 'br-lan'
list interfaces 'wlan0'
list interfaces 'br-lan'
list interfaces 'wlan0'
option enabled '1'
Updated by Roger Pueyo Centelles almost 6 years ago
- Status changed from Nou to Tancat