I've seen the "From IE 5.x and 6.0 i got a blank page with this html"
problem.  Pressing STOP and then re-retrieving is a work-around.  I think
it's a timing problem with the multiple connections.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

Is the internally generated "Gee, I can't make a connection to that site"
page from Windows.

"From opera 5.05 i got a pop up error saying "connection closed by remote
server" sounds like a similar type of error.

I honestly think this is all related.  And unless somebody is willing to
re-write the internal ntop web server to make it "faster" in the single
threaded part, it's not going to get better.

Moving to another server isn't an answer - it's STILL got to make the call
into ntop to retrieve the data.  Apache et al is an awfully heavy weight
answer for a dozen html files (About.html, help.html, IPTraffic.html,
Admin.html, index.html etc.)

The only way I could think to solve it is for ntop to create another worker
thread to respond to server requests, and have the current handler thread
just queue requests to the worker.  That way the "blocked" time would be
shortened - but not eliminated.

The worker would still be single threaded until the read-only determination
was made, so that ntop doesn't have to be rewritten to be totally thread
safe.


-----Burton




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Pietro Bandera
Sent: Thursday, July 18, 2002 10:07 AM
To: [EMAIL PROTECTED]
Cc: Pietro Bandera
Subject: R: [Ntop] NTOP 2.1 problem






So here they are, and also i attached the debug i hope it's useful:


Host frame:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


Left frame:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Converted to html 4.01 Transitional by Burton Strauss, Feb2002 -->
<!-- Validated as HTML 4.01 Transitional by Burton Strauss, 26Feb2002
-->
<!--meta http-equiv="Content-Type" content="text/html; charset=utf-8"
-->
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Window-target" content="_top">
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
<meta name="description" content="ntop (http://www.ntop.org) status for
a network.">
<meta name="author" content="ntop">
<meta name="generator" content="ntop v2.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ntop statistics menu (normally a frame)</title>
</head>
<body background=white_bg.gif>
<p><a href="http://www.ntop.org/"; target="_top"><img border="0"
src="ntop.gif"
width="59" height="49" alt="ntop logo"></a></p>
<span class="leftmenuitem"><img src="collapsed.gif" alt="Menu name is
Statistics">&nbsp;Statistics</span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="multicastStats.html"
target="area">Multicast</a></span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="trafficStats.html"
target="area">Traffic</a></span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="hostsInfo.html"
target="area">Hosts</a></span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="thptStats.html"
target="area">Network Load</a></span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="domainTrafficStats.html"
target="area">Domain</a></span>
<hr />
<span class="leftmenuitem">&nbsp;<a href="showPlugins.html"
target="area">Plugins</a></span>
<hr />
</body>
</html>




-----Messaggio originale-----
Da: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
Inviato: gioved� 18 luglio 2002 16.15
A: [EMAIL PROTECTED]
Cc: Pietro Bandera
Oggetto: RE: [Ntop] NTOP 2.1 problem


Don't know that I've ever tried Opera 5 - 6 is the current release.

Please do what I asked - right click IN THE MAIN FRAME and do that view
source.  You did the one off the menu tree, which retrieves the main
frameset.  I'm interested in what's IN that part of the frame.

Also, try pressing STOP and then enter to re-retrieve...

-----Burton

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Pietro Bandera
Sent: Thursday, July 18, 2002 8:13 AM
To: 'Burton M. Strauss III'; [EMAIL PROTECTED]
Subject: R: [Ntop] NTOP 2.1 problem


Ok, by compiling the 2.1-1 version i don't have compiling problem bu ti
still have the browsing host problem!


>From IE 5.x and 6.0 i got a blank page with this html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML><HEAD><TITLE>Welcome to ntop!</TITLE><!-- Converted to html 4.01
Frameset by Burton Strauss, Feb2002 --> <META http-equiv=Content-Type
content="text/html; charset=windows-1252"> <META http-equiv=Expires
content=0> <META http-equiv=Pragma content=no-cache> <META
http-equiv=Content-Style-Type content=text/css> <META
http-equiv=Window-target content=_top> <META content=NOINDEX,NOFOLLOW
name=ROBOTS> <META content="ntop (http://www.ntop.org) status for a
network." name=description> <META content=ntop name=author> <META
content="ntop v2.0" name=generator><LINK href="style.css" type=text/css
rel=stylesheet><LINK href="/favicon.ico" rel="SHORTCUT
ICON"></HEAD><FRAMESET title="ntop main display" border=0 frameSpacing=0
rows=46,1* frameBorder=0><FRAME title="ntop tab bar" marginWidth=0
marginHeight=0 src="index_top.html" scrolling=no><FRAME title="ntop
contents area" marginWidth=0 marginHeight=0 src="index_inner.html"
scrolling=no><NOFRAMES> <body> <p>We're sorry, but ntop requires a
browser which supports frames.</p> </body> </NOFRAMES></FRAMESET></HTML>

>From opera 5.05 i got a pop up error saying "connection closed by
>remote
server"

So please take a look

Thanks

Pietro

-----Messaggio originale-----
Da: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
Inviato: mercoled� 17 luglio 2002 18.49
A: [EMAIL PROTECTED]
Cc: Pietro Bandera
Oggetto: RE: [Ntop] NTOP 2.1 problem


Right click in the frame and do a view source... what does it show?
Right click on the "Hosts" link in the menu and open in a new window...
what does that show?

What browser?

-----Burton

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Pietro Bandera
Sent: Wednesday, July 17, 2002 7:09 AM
To: [EMAIL PROTECTED]
Subject: [Ntop] NTOP 2.1 problem

<snip />
2) After i've compiled it i run with this string

/usr/local/bin/ntop -w 81 -U http://jake.ntop.org/cgi-bin/mapper.pl -S 2
-E -m 192.168.0.0/24 -u root

Ntop starts but....

If i click on the Stats->hosts list i got a blank page, all the others
pages works but the hosts list is totaly blank (not a server page error
but only blank)

I tried to upgrade all these packages

         - gawk
         - autoconf, automake
         - openssl, openssl-devel
         - gdbm, gdbm-devel
         - libpcap
         - ncurses

To the red hat 7.3 version but i got both errors anyway.

I use gcc-2.95.4-4j on yellow dog 2.3 and gcc-2.95.3-1tr on trustix 1.5


On red hat7.3 i use gcc-2.96-110


Maybe there is a problem compiling ntop2.1 with gcc 2.95?


Please let me know

Thanks

Ciao

Pietro

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

Reply via email to