|
From: Mike H. <my...@gm...> - 2015-02-04 17:45:34
|
Hello Peter and net-snmp-users, Reposting to the list as well considering I missed the reply-all function. > $ snmpd -f -Lo -C --rwcommunity=public --master=agentx --agentXSocket=tcp:localhost:1705 udp:1161 > Turning on AgentX master support. > [init_smux] bind failed: Permission denied > Cannot rename /var/lib/snmp/snmpd.conf to /var/lib/snmp/snmpd.0.conf > Cannot unlink /var/lib/snmp/snmpd.conf > read_config_store open failure on /var/lib/s > > In case it is important, I am using ubuntu 14.04 and the bundled net-snmp software: You are almost certainly being blocked by AppArmor in Ubuntu. It will prevent binding to ports and reading files not pre-configured as acceptable to be accessible by your user. Hopefully this helps. Mike |