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.


> Also, I am still unsure as to why nfsend is running; yet is not listening on
> the UDP source ports specified.
> 
the nfsen startup script will spawn an instance of nfcapd for each
configured source, these will listen on the specified udp ports. nfsend
does not handle the capturing itself.


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

Reply via email to