Hello,
I am using RedHat Linux Kernel 2.2.14-12.
gcc version: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
and
autoconf-2.53  automake-1.6.3  libtool-1.4.2 .

I found following problems with ntop

with ntop 1.2.57 , 2.1.58 and 1.2.59

if i configure with multi threading enabled then i got following message:
    "Started thread <thread-id> for network packet analyser" .
    above is message from function initThreads() in initialize.c
then it will block... So it is not creating http socket ( which must at port
3001 in my case)
so It will block after creating one thread...........

if i configure with multi threading disabled, then i will run ntop in deamon
mode , it will start ntop
successfully,create socket at port 3001.
and in ntop.c  will set alarm(120)
but it is not catching SIGALRM signal..

and in http.c it will set alarm(120) and catch SIGALRM and then call
quitNow() function....

can any one help me?

waiting for reply
regards
===atit







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

Reply via email to