graph.c:

  fork_result = fork();

  if (fork_result == (pid_t) -1) {
    traceEvent(CONST_TRACE_ERROR, "ERROR: GDC_out_pie(001) - fork failed!");
    return;

and (http.c):

      if((childpid = fork()) < 0)
        traceEvent(CONST_TRACE_ERROR, "An error occurred while forking ntop
[errno=%d]..", errno);
      else {

man fork - for your OS.


You'll probably find it's ENOMEM

       ENOMEM fork failed to allocate the necessary kernel structures
because
              memory is tight.


-----Burton


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Falk Hayn
Sent: Monday, March 10, 2003 5:55 AM
To: [EMAIL PROTECTED]
Subject: [Ntop-dev] ERROR: GDC_out_pie(001) - fork failed!


Dear Ladies and Sirs,

from time to time the following messages appear:

ERROR: GDC_out_pie(001) - fork failed!
An error occurred while forking ntop [errno=12]..
... and so on...

-->and one of the pie charts is not displayed

Menue Item: Stats--->Traffic

I attached all messages from 2 different ntop runs
as text files.

ntop code base is as of CVS March 7th.


--
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte l�cheln! Fotogalerie online mit GMX ohne eigene Homepage!

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

Reply via email to