On Jan 13, "To [EMAIL PROTECTED]" wrote:

> On Jan 13, "Burton M. Strauss III" wrote:
> 
> > That's most likely due to missing fonts on your X server.
> 
> Thanks, I'll look into fixing my x server.
> 
> It looks like I was wrong about being wrong about the sflow data :(
> Somehow my nic got switched over from sFlow-device, and I was seeing
> misclaneous traffic from the host itself.
> 
> Data Dump shows all 0's for the sflow traffic.  But sockstat shows 
> nobody   ntop       92291 11 udp4   *:6343                *:*
> nobody   ntop       92291 13 udp4   *:*                   *:*
> nobody   ntop       92291 17 tcp4   *:3001                *:*
> 
> And tcpdump -n | grep 6343 shows packets arriving...*sigh*...any thoughts?
> Also, any idea why ntop is listening on "*.*"?

Me again :|

I hacked around in sFlowPlugin.c, and I can see it initializes, but
handleSflowPacket is never called....

Also, building "static" plugins seemed to fail on FreeBSD....

/usr/local/bin/bash ./libtool --mode=link gcc -g -O2 -I/usr/local/include
-Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs  -fPIC -g -O2 -I/usr/local/include -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs  -fPIC -L/usr/local/lib -L/root/ntop-cvs/ntop/myrrd
-L/usr/local/lib -L/root/ntop-cvs/ntop/myrrd -o ntop -L/usr/local/lib
-L/root/ntop-cvs/ntop/myrrd ntop-main.o ntop-admin.o libntopreport.la
libntop.la -lc_r -lc -lcrypt -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz
-lmyrrd 
gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -g -O2
-I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -o .libs/ntop ntop-main.o
ntop-admin.o  -L/usr/local/lib -L/root/ntop-cvs/ntop/myrrd
./.libs/libntopreport.so ./.libs/libntop.so -lc_r -lc -lcrypt -lssl
-lcrypto -lpcap -lgdbm -lgd -lpng -lz -lmyrrd -Wl,--rpath
-Wl,/usr/local/lib
./.libs/libntop.so: undefined reference to `rrdPluginEntryFctn'
./.libs/libntop.so: undefined reference to `netflowPluginEntryFctn'
./.libs/libntop.so: undefined reference to `icmpPluginEntryFctn'
./.libs/libntop.so: undefined reference to `sflowPluginEntryFctn'
./.libs/libntop.so: undefined reference to `nfsPluginEntryFctn'

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to