Peter Haag wrote: > > > --On August 13, 2007 8:38:32 +0200 Felix Schueren <[EMAIL PROTECTED]> > wrote: > > | Eric Cables wrote: > | > I was able to get conf.php installed after fixing my setlogsock options, > but > | > that doesn't explain the errors I'm getting when accessing nfsen.php. > | > > | > ERROR: nfsend connect() error: No such file or directory! ERROR: nfsend - > | > connection failed!! ERROR: Can not initialize globals!What file is it > | > looking for that it can't find? What connection is failing, nfsend is > | > running. > | > > | I'm guessing it is looking for > | # nfsend communication socket > | # $COMMSOCKET = "$PIDDIR/nfsen.comm"; > | > | which means > | # > | # directory for all pid files > | # $PIDDIR="$VARDIR/run"; > | > | (on a default install), so if you've installed nfsen to > | /usr/local/nfsen, then it should be /usr/local/nfsen/run/nfsen.comm, and > | it probably needs +rw for both the webserver and nfsen UIDs. > > No - the webserver has nothing to do with $PIDDIR. > on my default install (only changed prefix) my conf.php for the web frontend has:
[EMAIL PROTECTED]:/var/flows/nfsen/www# cat conf.php <? /* This file was automatically created by the NfSen install.pl script */ $COMMSOCKET = "/var/flows/nfsen/var/run/nfsen.comm"; $DEBUG=0; ?> [EMAIL PROTECTED]:/var/flows/nfsen/var/run# ls -la total 12 drwxrwxr-x 2 nfsen www-data 85 2007-08-03 16:45 . drwxrwxr-x 6 nfsen www-data 50 2007-08-02 09:12 .. -rw-r--r-- 1 nfsen www-data 6 2007-08-02 13:56 jc_blue_cgn1.pid -rw-r--r-- 1 nfsen www-data 6 2007-08-02 13:56 jcore1_cgn2.pid srw-rw---- 1 nfsen www-data 0 2007-08-03 15:28 nfsen.comm -rw-r--r-- 1 nfsen www-data 6 2007-08-03 15:28 nfsend.pid as the nfcapd collector pids have nothing to do with the operation of the frontend, these don't matter, but the web server will need write access to the pipe nfsen.comm, won't it? regards, Felix -- Felix Schueren, Head of NOC mailto:[EMAIL PROTECTED] Host Europe GmbH - http://www.hosteurope.de Welserstrasse 14 - D-51149 Koeln - Germany Telefon (0800) 4678387 - Telefax (01805) 663233 HRB 28495 Amtsgericht Koeln - UST ID DE187370678 Geschaeftsfuehrer U. Braun - M. Read - S. Porter Fuer diese Nachricht gilt: http://www.hosteurope.de/disclaimer.html ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nfsen-discuss mailing list Nfsen-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfsen-discuss