First off, since you are using OpenXtra you should contact them.  We don't support other people's packages - there's just no way to know what's in them...

Secondly, you haven't given us any information about your setup -see "How To Ask for help" in docs/FAQ...
 
 
That said this message is pretty clear... means just what it says
 
02/05/06 11:38:41  **ERROR** RRD: Disabled - unable to create base directory (err 2, \Program Files\OPENXTRA\NTopWin32/rrd)
 
I've posted on this one before - it's not unheard of during startup, but it should resolve itself.  If it doesn't then your host machine has a name resolution problem.
 
02/05/06 11:43:00  **WARNING** Address resolution queue is full [4096 slots]
 
 
These sounds like a configuration issue - HOW MANY HOSTS ARE YOU TRYING TO MONITOR?
 
02/05/06 11:47:21  WARNING: Max num hash entries (8192) reached (see -x)
02/05/06 11:47:21  **ERROR** Sanity check failed (2) [Low memory?]
 
This one:
 
02/05/06 11:38:39  **ERROR** errno 16383 during sending of page to web client
 
Is just a dump of the OS return code from send():
 
    rc = send(myGlobals.newSock, &theString[bytesSent], (size_t)len, 0);
...

      } else {
        traceEvent(CONST_TRACE_ERROR, "errno %d during sending of page to web client");
      }
 
So you need to figure out what error 16383 is under windows.  The normal error codes are 10xxx and 11xxx so I guess this is OS specific.
 
-----Burton



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Haskell, Robin G Contr WROCI/Network & Computer Resources
Sent: Sunday, February 05, 2006 1:56 PM
To: [email protected]
Subject: [Ntop] Ntop on Windows...

I can't seem to get the graphs to show up. The following are messages found in the "UTILS" View Log.
 
Any Suggestions...???
 
02/05/06 11:38:39  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:38:41  **ERROR** RRD: Disabled - unable to create base directory (err 2, \Program Files\OPENXTRA\NTopWin32/rrd)
02/05/06 11:38:41  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:43:00  **WARNING** Address resolution queue is full [4096 slots]
02/05/06 11:43:00  Addresses in excess won't be resolved - ntop continues
02/05/06 11:47:21  WARNING: Max num hash entries (8192) reached (see -x)
02/05/06 11:47:21  **ERROR** Sanity check failed (2) [Low memory?] <<< This machine is a power house with more than a Gig of Mem.
02/05/06 11:52:17  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:52:18  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:52:19  **ERROR** errno 16383 during sending of page to web client
 

//SIGNED//
Robin Haskell
*****************

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop
  • [Ntop] Ntop ... Haskell, Robin G Contr WROCI/Network & Computer Resources
    • RE: [Nt... Burton Strauss
    • RE: [Nt... Haskell, Robin G Contr WROCI/Network & Computer Resources
    • RE: [Nt... Haskell, Robin G Contr WROCI/Network & Computer Resources

Reply via email to