Thank you man. But i think its not the problem.
With my zenoss started i run this command:
netstat -a |grep snmptrap , and nothing. If I run :
netstat -a |grep 162 , nothing too.

My /etc/services really have the lines:

snmptrap        162/tcp    snmp-trap
snmptrap        162/udp    snmp-trap

But i believe that this port are available and i dont know what is hapenning.

In the tutorial that I followed and also zenoss instalation guide for FreeBsd, 
have the instruction:

fix zenfunctions to allow libnetsnmp.so to load

[zen...@testbsd ~/zenoss-2.4.1]$ ee /usr/local/zenoss/bin/zenfunctions

and just add the following line to the top of the file

export LD_PRELOAD=/lib/libcrypto.so.4

But in FreeBsd 7.2 doesn't have this lib. Only libcrypt.so.4

I read in some place that it is problaby the cause.

If someone knows please help. thanks !





mwcotton wrote:
> 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=37966#37966

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to