From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) Description of problem: The traphandle entry in /etc/snmp/snmptrapd.conf does little runtime error checking. It should log, via syslog, if a command can't be found or fails to start. Version-Release number of selected component (if applicable): net-snmp-5.2.1.2-FC3.1 How reproducible: Always Steps to Reproduce: 1. Add "traphandle default /bin/not/there/xyzzy" to snmptrapd.conf 2. restart snmptrapd 3. generate an SNMP trap Actual Results: Nothing Expected Results: Notification in the syslog that /bin/not/there/xyzzy could not be started - log it's errno. Additional info:
True. Reported upstream. Will be fixed in next rawhide version.