I am developing a custom /usr/local/etc/snmp/snmpd.conf file, and (having worked on it until it doesn't work
), the snmpd will not start. In the /etc/rc.conf file, I have the following code:
Executing the command to start the service, returns the following:
Questions:
Code:
snmpd_enable="YES"
snmpd_flags="-D ALL" # ...to show all debug tokens.
snmpd_conffile="[FILE]/usr/local/etc/snmp/snmpd.conf[/FILE]"
Executing the command to start the service, returns the following:
Code:
# [CMD]service snmpd start[/CMD]
Starting snmpd.
logging:register: registering log type 3 with pri 7
Log handling defined - disabling stderr
/usr/local/etc/rc.d/snmpd: WARNING: failed to start snmpd
- Where is log handling defined?
- How to enable stderr?