TheProjecter / x-wrt

Automatically exported from code.google.com/p/x-wrt
0 stars 0 forks source link

SNMP page does not save configuration settings or start snmpd #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load webpage 
2. navigate to : System -> SNMP
3. install package , fill in fields
4.  hit "Save Changes"

What is the expected output? What do you see instead?
Nothing appears to have been changed from Review or Apply changes.  
Navigation abck to this page shows empty values.

What version of the product are you using? On what operating system and web
browser?
OpenWrt Kamikaze 8.09  webif r4574

After this, the snmpd binary is not running , but it's installed :

root@OpenWrt:/etc/config# ps -w | grep snmp
18341 root      1912 S    grep snmp

root@OpenWrt:/etc/config# which snmpd
/usr/sbin/snmpd

Original issue reported on code.google.com by theore...@gmail.com on 30 Jan 2009 at 6:40

GoogleCodeExporter commented 8 years ago
This is because the snmp page has not been updated to use the uci config file 
the
openwrt now has for snmp.

Original comment by kemen04@gmail.com on 30 Jan 2009 at 9:43