Maybe zentrap cant start because something is already listening on that port? ( udp 162 )
try using netstat to see if something is on port 162 this is what the output looks like on a linux box when zentrap is running and /etc/services has an entry for port 162 as snmptrap [r...@localhost ~]# netstat -a |grep snmptrap udp 0 0 *:snmptrap *:* if I stop zentrap and run it r...@localhost ~]# netstat -a |grep snmptrap [r...@localhost ~]# notice nothing is shown Matter of fact, I stopped zenoss and started another snmp trap receiving daemon, I then started zenoss and sure enough zentrap did not start and it did not put anything in the log. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=37965#37965 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
