[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ntop
Subject:    RE: [Ntop] graphviz
From:       "Burton Strauss" <Burton () ntopSupport ! com>
Date:       2005-05-26 22:56:34
Message-ID: 0MKz5u-1DbRHH0WxZ-0002KV () mrelay ! perfora ! net
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Not that I know of - once I fixed the packages, it just worked.  However,
there doesn't seem to be any data in your .dot file, so that's odd.  Mine
has contents:
 
digraph ntop {
node [shape = polygon, sides=4, fontsize=9, style=filled,
fontname="Helvetica"];
"192.168.xxx.255" [URL="/192.168.xxx.255-4.html", color=lightsteelblue1];
"192.168.yyy.255" [URL="/192.168.yyy.255-4.html", color=mistyrose2];
...
"zebra" [URL="/192.168.zzz.100-4.html", color=lightsteelblue1];
"zebra" [URL="/192.168.zzz.100-4.html", color=mistyrose2];
}
 
 
So I'm guessing you need to look at your -m parameter etc.  You need to be
seeing local hosts for the graph.
 
-----Burton

  _____  

From: Michael Wenzelmaier [mailto:michaelw@corp.il2k.net] 
Sent: Thursday, May 26, 2005 12:28 PM
To: burton@ntopsupport.com
Subject: RE: [Ntop] graphviz



I did all that and it didn't come up with an error message. It seems to work
fine, except I'm getting an empty graph.

 

Here is the content of my ntop.dot file

 

digraph ntop {

node [shape = polygon, sides=4, fontsize=9, style=filled,
fontname="Helvetica"];

}

 

Here is the command that's being executed

 

/usr/bin/dot -Tpng -Goverlap=false /work/ntop/db0/ntop.dot -o
/work/ntop/db0/network_map.png 2>&1

 

 

The file network_map.png is only a white rectangle. That's why I didn't see
anything.

 

 

Am I missing something n the configuration of ntop?

 

Thanks

 

Michael Wenzelmaier

 Interlink Companies
Phone: 574-524-1000
Ext. 114
Email: michaelw@elkhart.net

  _____  

From: ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] On Behalf Of
Burton Strauss
Sent: Thursday, May 26, 2005 11:05 AM
To: Ntop
Subject: RE: [Ntop] graphviz

 

Maybe ... though the message doesn't seem large enough to bounce.

 

In the current code in void makeDot() in report.c, there is code that is
supposed to catch problems from the calls to dot.  There should also be
comments in the output (html) showing what was executed, e.g.:

 

<!-- sort command is sort -u /devel/ntop/ntop-all.dot >
/devel/ntop/ntop-sort.dot -->
<!-- dot(cmap) command is /usr/local/bin/dot -Tcmap -Goverlap=false
/devel/ntop/ntop.dot -->

 

Probably should add one more:

 

    sendString("<!-- dot(generate) command is ");
    sendString(path);
    sendString(" -->\n");

 

after this:

 

    snprintf(path, sizeof(path), "%s -Tpng -Goverlap=false %s/ntop.dot -o
%s/"CONST_NETWORK_IMAGE_MAP " 2>&1 ",
             dotPath, myGlobals.spoolPath, myGlobals.spoolPath);

 

Still, any errors are supposed to be caught and reflected back into the
page.

 

I suggest you try these commands directly from the command line and see what
outputs you get (esp, return codes, e.g. run this after each command:

 

rc=$?

echo "rc=$rc"

 

-----Burton

 

  _____  

From: Michael Wenzelmaier [mailto:michaelw@corp.il2k.net] 
Sent: Thursday, May 26, 2005 10:28 AM
To: burton@ntopsupport.com
Subject: RE: [Ntop] graphviz

Burton,

 

I replied to the list, but it didn't show up. Is there a size limit?

 

I downloaded ntop again from CVS about an hour after your reply and
installed it again. I also installed the graphviz rpm you recommended. I'm
still getting no network traffic map. Here is the

Syslog output for the ntop server -K  -L -t 6

 

 

 

May 25 12:46:33 syslog ntop[1521]:  [MSGID8700356] [prefs:782] ntop will be
started as user nobody

May 25 12:46:33 syslog ntop[1521]:  [MSGID0540387] [main:451] ntop v.3.1.2
MT (SSL)

May 25 12:46:33 syslog ntop[1521]:  [MSGID8997049] [main:452] Configured on
May 25 2005 12:16:02, built on May 25 2005 12:18:30. 

<snip />

 

syslog:/var/log/syslog # rpm -q graphviz -i

Name        : graphviz                     Relocations: /usr 

Version     : 2.2.1                             Vendor:
http://www.graphviz.org/

Release     : 1.fc1                         Build Date: Thu Apr  7 15:11:01
2005

Install date: Wed May 25 11:52:45 2005      Build Host:
ellsonFC1.research.att.com

Group       : Applications/Graphics         Source RPM:
graphviz-2.2.1-1.fc1.src.rpm

Size        : 2004968                          License: CPL (see COPYING)

Signature   : (none)

Packager    : John Ellson (ellson@graphviz.org)

URL         : http://www.graphviz.org/

Summary     : Graph Visualization Tools

Description :

A collection of tools and tcl packages for the manipulation and layout

of graphs (as in nodes and edges, not as in barcharts).

Distribution: (none)

 

 

 

Michael Wenzelmaier

 Interlink Companies
Phone: 574-524-1000
Ext. 114
Email: michaelw@elkhart.net

  _____  

From: ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] On Behalf Of
Burton Strauss
Sent: Wednesday, May 25, 2005 11:38 AM
To: ntop@unipi.it
Subject: RE: [Ntop] graphviz

 

With the cvs version you should be picking up my fixes to trap errors.
What's in the log?  

 

Also read the back traffic - I posted a note re problems with (IIRC) Dag's
version ... use the one at graphviz.org...

 

$ rpm -q graphviz -i 
Name        : graphviz                     Relocations: /usr 
Version     : 2.2.1                             Vendor:
http://www.graphviz.org/
Release     : 1.fc1                         Build Date: Thu 07 Apr 2005
03:11:01 PM CDT
Install Date: Thu 14 Apr 2005 04:52:17 PM CDT      Build Host:
ellsonFC1.research.att.com
Group       : Applications/Graphics         Source RPM:
graphviz-2.2.1-1.fc1.src.rpm
Size        : 2004968                          License: CPL (see COPYING)
Signature   : (none)
Packager    : John Ellson (ellson@graphviz.org)
URL         : http://www.graphviz.org/
Summary     : Graph Visualization Tools
Description :
A collection of tools and tcl packages for the manipulation and layout
of graphs (as in nodes and edges, not as in barcharts).

 

 

 

-----Burton

 

 

  _____  

From: ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] On Behalf Of
Michael Wenzelmaier
Sent: Wednesday, May 25, 2005 9:16 AM
To: ntop@Unipi.IT
Subject: [Ntop] graphviz

Hi,

I'm running Suse Linux 9.0 and 9.2. I installed ntp from CVS a couple days
ago. I also installed graphviz 2.2.1. I added dot.path to make sure it's
pointing at the right file.

I'm still getting nothing on the network traffic map. 

Any ideas?

Thanks in advance.

Michael Wenzelmaier

 Interlink Companies
Phone: 574-524-1000
Ext. 114
Email: HYPERLINK "mailto:michaelw@elkhart.net"michaelw@elkhart.net

 


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005



[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD><TITLE>graphviz</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
w\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><o:SmartTagType name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if \
!mso]> <STYLE>st1\:* {
	BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
	font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: blue; TEXT-DECORATION: underline
}
P {
	FONT-SIZE: 12pt; MARGIN-LEFT: 0in; MARGIN-RIGHT: 0in; FONT-FAMILY: "Times New \
Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto }
SPAN.EmailStyle18 {
	COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal
}
SPAN.EmailStyle19 {
	COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
	page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=blue link=blue>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>Not that I know of - once I fixed the packages, it just 
worked.&nbsp; However, there doesn't seem to be any data in your .dot file, so 
that's odd.&nbsp; Mine has contents:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>digraph ntop {<BR>node [shape = polygon, sides=4, 
fontsize=9, style=filled, fontname="Helvetica"];<BR>"192.168.xxx.255" 
[URL="/192.168.xxx.255-4.html", color=lightsteelblue1];<BR>"192.168.yyy.255" 
[URL="/192.168.yyy.255-4.html", color=mistyrose2];</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>"zebra" [URL="/192.168.zzz.100-4.html", 
color=lightsteelblue1];<BR>"zebra" [URL="/192.168.zzz.100-4.html", 
color=mistyrose2];<BR>}</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>So I'm guessing you need to look at your -m parameter 
etc.&nbsp; You need to be seeing local hosts for the graph.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=087504222-26052005><FONT face=Arial 
color=#0000ff size=2>-----Burton</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Michael Wenzelmaier 
[mailto:michaelw@corp.il2k.net] <BR><B>Sent:</B> Thursday, May 26, 2005 12:28 
PM<BR><B>To:</B> burton@ntopsupport.com<BR><B>Subject:</B> RE: [Ntop] 
graphviz<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I did all that and it 
didn&#8217;t come up with an error message. It seems to work fine, except I&#8217;m \
getting  an empty graph.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Here is the content of  my ntop.dot file<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">digraph ntop  {<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">node [shape = polygon, 
sides=4, fontsize=9, style=filled, 
fontname="Helvetica"];<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">}<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial color=navy \
size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Here is the command  that&#8217;s being executed<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
                Arial">/usr/bin/dot -Tpng 
-Goverlap=false /work/ntop/db0/ntop.dot -o /work/ntop/db0/network_map.png 
2&gt;&amp;1<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">The \
file  network_map.png is only a white rectangle. That&#8217;s why I didn&#8217;t see 
anything.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Am \
I missing something  n the configuration of ntop?<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Thanks<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <DIV>
<DIV>
<P class=MsoNormal 
style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><STRONG><B><FONT 
face=Arial color=navy size=4><SPAN 
style="FONT-SIZE: 13.5pt; COLOR: navy; FONT-FAMILY: Arial">Michael 
Wenzelmaier</SPAN></FONT></B></STRONG><FONT color=navy><SPAN 
style="COLOR: navy"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal 
style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><FONT 
face="Times New Roman" color=navy size=3><SPAN 
style="FONT-SIZE: 12pt; COLOR: navy">&nbsp;</SPAN></FONT><STRONG><B><FONT 
face=Arial color=navy><SPAN style="COLOR: navy; FONT-FAMILY: Arial">Interlink 
Companies</SPAN></FONT></B></STRONG><B><FONT face=Arial color=navy><SPAN 
style="FONT-WEIGHT: bold; COLOR: navy; FONT-FAMILY: \
Arial"><BR></SPAN></FONT></B><FONT  face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Phone: 
574-524-1000<BR>Ext. 114<BR>Email: <A title=mailto:michaelw@elkhart.net 
href="mailto:michaelw@elkhart.net">michaelw@elkhart.net</A></SPAN></FONT><o:p></o:p></P></DIV></DIV>
 <DIV>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: \
Tahoma">From:</SPAN></FONT></B><FONT  face=Tahoma size=2><SPAN style="FONT-SIZE: \
10pt; FONT-FAMILY: Tahoma">  ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] \
<B><SPAN  style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Burton \
Strauss<BR><B><SPAN  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, May 26, \
2005 11:05  AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Ntop<BR><B><SPAN 
style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [Ntop] 
graphviz</SPAN></FONT><o:p></o:p></P></DIV>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Maybe ... though the 
message doesn't seem large enough to bounce.</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">In the current code in 
void makeDot() in report.c, there is code that is supposed to catch problems 
from the calls to dot.&nbsp; There should also be comments in the output (html) 
showing what was executed, e.g.:</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&lt;!-- sort command is 
sort -u /devel/ntop/ntop-all.dot &gt; /devel/ntop/ntop-sort.dot 
--&gt;<BR>&lt;!-- dot(cmap) command is /usr/local/bin/dot -Tcmap -Goverlap=false 
/devel/ntop/ntop.dot --&gt;</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Probably should add one 
more:</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; 
sendString("&lt;!-- dot(generate) command is ");<BR>&nbsp;&nbsp;&nbsp; 
sendString(path);<BR>&nbsp;&nbsp;&nbsp; sendString(" 
--&gt;\n");</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">after 
this:</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; 
snprintf(path, sizeof(path), "%s -Tpng -Goverlap=false %s/ntop.dot -o 
%s/"CONST_NETWORK_IMAGE_MAP " 2&gt;&amp;1 
",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
dotPath, myGlobals.spoolPath, myGlobals.spoolPath);</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Still, any errors are 
supposed to be caught and reflected back into the 
page.</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">I suggest you try these 
commands directly from the command line and see what outputs you get (esp, 
return codes, e.g. run this after each command:</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: \
Arial">rc=$?</SPAN></FONT><o:p></o:p></P> <P class=MsoNormal><FONT face=Arial \
color=blue size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: \
Arial">echo  "rc=$rc"</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">-----<st1:City 
w:st="on"><st1:place 
w:st="on">Burton</st1:place></st1:City><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal style="MARGIN-BOTTOM: 12pt"><B><FONT face=Tahoma size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: \
Tahoma">From:</SPAN></FONT></B><FONT  face=Tahoma size=2><SPAN style="FONT-SIZE: \
10pt; FONT-FAMILY: Tahoma"> Michael  Wenzelmaier [mailto:michaelw@corp.il2k.net] \
<BR><B><SPAN  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, May 26, 2005 10:28 \
 AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
burton@ntopsupport.com<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> 
RE: [Ntop] graphviz</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><st1:place w:st="on"><st1:City w:st="on"><FONT face=Arial 
color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Burton</SPAN></FONT></st1:City></st1:place><FONT  face=Arial color=navy \
size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">,<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial color=navy \
size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I \
replied to the list,  but it didn&#8217;t show up. Is there a size \
limit?<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial color=navy \
size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I \
downloaded ntop again  from CVS about an hour after your reply and installed it \
again. I also installed  the graphviz rpm you recommended. I&#8217;m still getting no \
network traffic map. Here  is the<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Syslog output for the 
ntop server &#8211;K &nbsp;-L &#8211;t 6<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">May \
25 12:46:33 syslog  ntop[1521]:&nbsp; [MSGID8700356] [prefs:782] ntop will be started \
as user  nobody<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">May 25 12:46:33 syslog 
ntop[1521]:&nbsp; [MSGID0540387] [main:451] ntop v.3.1.2 MT 
(SSL)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">May 25 12:46:33 syslog 
ntop[1521]:&nbsp; [MSGID8997049] [main:452] Configured on May 25 2005 12:16:02, 
built on May 25 2005 12:18:30.</SPAN></FONT><FONT face=Arial color=blue 
size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: \
Arial">&nbsp;</SPAN></FONT><o:p></o:p></P> <P class=MsoNormal><FONT face=Arial \
color=blue size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: \
Arial">&lt;snip  /&gt;</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">syslog:/var/log/syslog  # rpm -q graphviz -i<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  : 
graphviz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
Relocations: /usr <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Version&nbsp;&nbsp;&nbsp;&nbsp;  : 
2.2.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
Vendor: http://www.graphviz.org/<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Release&nbsp;&nbsp;&nbsp;&nbsp;  : 
1.fc1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 Build Date: Thu Apr &nbsp;7 15:11:01 2005<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Install date: Wed May 
25 11:52:45 2005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Build Host: 
ellsonFC1.research.att.com<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  : \
                Applications/Graphics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                Source 
RPM: graphviz-2.2.1-1.fc1.src.rpm<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  : 
2004968&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
License: CPL (see COPYING)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Signature&nbsp;&nbsp; : 
(none)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Packager&nbsp;&nbsp;&nbsp; 
> John Ellson (ellson@graphviz.org)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">URL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  : \
http://www.graphviz.org/<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT \
face=Arial color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial">Summary&nbsp;&nbsp;&nbsp;&nbsp;  : Graph Visualization \
Tools<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial color=navy \
size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Description 
> <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">A collection of tools 
and tcl packages for the manipulation and layout<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">of graphs (as in nodes 
and edges, not as in barcharts).<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Distribution: 
(none)<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial \
color=navy size=2><SPAN  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: \
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <DIV>
<DIV>
<P class=MsoNormal 
style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><STRONG><B><FONT 
face=Arial color=navy size=4><SPAN 
style="FONT-SIZE: 13.5pt; COLOR: navy; FONT-FAMILY: Arial">Michael 
Wenzelmaier</SPAN></FONT></B></STRONG><FONT color=navy><SPAN 
style="COLOR: navy"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal 
style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><FONT 
face="Times New Roman" color=navy size=3><SPAN 
style="FONT-SIZE: 12pt; COLOR: navy">&nbsp;</SPAN></FONT><STRONG><B><FONT 
face=Arial color=navy><SPAN style="COLOR: navy; FONT-FAMILY: Arial">Interlink 
Companies</SPAN></FONT></B></STRONG><B><FONT face=Arial color=navy><SPAN 
style="FONT-WEIGHT: bold; COLOR: navy; FONT-FAMILY: \
Arial"><BR></SPAN></FONT></B><FONT  face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Phone: 
574-524-1000<BR>Ext. 114<BR>Email: <A title=mailto:michaelw@elkhart.net 
href="mailto:michaelw@elkhart.net">michaelw@elkhart.net</A></SPAN></FONT><o:p></o:p></P></DIV></DIV>
 <DIV>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: \
Tahoma">From:</SPAN></FONT></B><FONT  face=Tahoma size=2><SPAN style="FONT-SIZE: \
10pt; FONT-FAMILY: Tahoma">  ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] \
<B><SPAN  style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Burton \
Strauss<BR><B><SPAN  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wednesday, May 25, \
2005 11:38  AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
ntop@unipi.it<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: 
[Ntop] graphviz</SPAN></FONT><o:p></o:p></P></DIV>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">With the cvs version 
you should be picking up my fixes to trap errors.&nbsp; What's in the log?&nbsp; 
</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Also read the back 
traffic - I posted a note re problems with (IIRC) Dag's version ... use the one 
at graphviz.org...</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">$ rpm -q graphviz -i 
<BR>Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 
graphviz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
Relocations: /usr <BR>Version&nbsp;&nbsp;&nbsp;&nbsp; : 
2.2.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
Vendor: <A 
href="http://www.graphviz.org/">http://www.graphviz.org/</A><BR>Release&nbsp;&nbsp;&nbsp;&nbsp; \
 : 
1.fc1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 Build Date: Thu 07 Apr 2005 03:11:01 PM CDT<BR>Install Date: Thu 14 Apr 2005 
04:52:17 PM CDT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Build Host: 
ellsonFC1.research.att.com<BR>Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 
Applications/Graphics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Source 
RPM: 
graphviz-2.2.1-1.fc1.src.rpm<BR>Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 
2004968&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
                
License: CPL (see COPYING)<BR>Signature&nbsp;&nbsp; : 
(none)<BR>Packager&nbsp;&nbsp;&nbsp; : John Ellson (<A 
href="mailto:ellson@graphviz.org">ellson@graphviz.org</A>)<BR>URL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 : <A 
href="http://www.graphviz.org/">http://www.graphviz.org/</A><BR>Summary&nbsp;&nbsp;&nbsp;&nbsp; \
 : Graph Visualization Tools<BR>Description :<BR>A collection of tools and tcl 
packages for the manipulation and layout<BR>of graphs (as in nodes and edges, 
not as in barcharts).</SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">-----<st1:place 
w:st="on"><st1:City 
w:st="on">Burton</st1:City></st1:place></SPAN></FONT><o:p></o:p></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal style="MARGIN-BOTTOM: 12pt"><B><FONT face=Tahoma size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: \
Tahoma">From:</SPAN></FONT></B><FONT  face=Tahoma size=2><SPAN style="FONT-SIZE: \
10pt; FONT-FAMILY: Tahoma">  ntop-bounces@unipi.it [mailto:ntop-bounces@unipi.it] \
<B><SPAN  style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Michael 
Wenzelmaier<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wednesday, 
May 25, 2005 9:16 AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
ntop@Unipi.IT<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [Ntop] 
graphviz</SPAN></FONT><o:p></o:p></P>
<P><FONT face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><!-- \
Converted from text/rtf format -->Hi,</SPAN></FONT><o:p></o:p></P> <P><FONT \
face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I&#8217;m  \
running Suse Linux 9.0 and 9.2.</SPAN></FONT> <FONT face=Arial size=2><SPAN  \
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I installed ntp from CVS a couple  days \
ago. I also installed graphviz 2.2.1. I added dot.path to make sure it&#8217;s  \
pointing at the right file.</SPAN></FONT><o:p></o:p></P> <P><FONT face=Arial \
size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I&#8217;m  still getting \
nothing on the network traffic map.</SPAN></FONT> <o:p></o:p></P> <P><FONT face=Arial \
size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Any  \
ideas?</SPAN></FONT><o:p></o:p></P> <P><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks in 
advance.</SPAN></FONT><o:p></o:p></P>
<P><A name=""><B><FONT face=Arial color=navy size=4><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 13.5pt; COLOR: navy; FONT-FAMILY: Arial">Michael \
 Wenzelmaier</SPAN></FONT></B></A><o:p></o:p></P>
<P><FONT face="Times New Roman" color=navy size=3><SPAN 
style="FONT-SIZE: 12pt; COLOR: navy">&nbsp;</SPAN></FONT><B><FONT face=Arial 
color=navy><SPAN 
style="FONT-WEIGHT: bold; COLOR: navy; FONT-FAMILY: Arial">Interlink 
Companies<BR></SPAN></FONT></B><FONT face=Arial color=navy size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Phone: 
574-524-1000<BR>Ext. 114<BR>Email:</SPAN></FONT> <FONT face=Arial color=navy 
size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">HYPERLINK 
"<A 
href="mailto:michaelw@elkhart.net">mailto:michaelw@elkhart.net</A>"</SPAN></FONT><U><FONT \
 face=Arial color=blue size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: \
Arial">michaelw@elkhart.net</SPAN></FONT></U><o:p></o:p></P> <P class=MsoNormal><FONT \
face="Times New Roman" size=3><SPAN  style="FONT-SIZE: \
12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV><BR> <P><FONT size=2>--<BR>No virus \
found in this incoming message.<BR>Checked by AVG  Anti-Virus.<BR>Version: 7.0.322 / \
Virus Database: 266.11.17 - Release Date:  5/25/2005<BR></FONT></P>
<P><FONT face=Arial size=2></FONT></P><BR>
<P><FONT size=2>--<BR>No virus found in this outgoing message.<BR>Checked by AVG 
Anti-Virus.<BR>Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 
5/25/2005<BR></FONT></P></BODY></HTML>



_______________________________________________
Ntop mailing list
Ntop@unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic