Hi,

> I got exactly th same error message in the case, when NFSen was not
> running... Do you have running processes nfsend and nfcapd?


Thanks for the hint, but both of them are running (this in fact was my
first guess too):

# ps auxw | grep nfse
www    3588  2.4  0.7  7688  7284  ??  Ss    2:01PM   0:00.47
/usr/local/bin/perl -w /usr/local/bin/nfsend
www    3589  0.0  0.6  6664  6104  ??  Ss    2:01PM   0:00.00
/usr/local/bin/perl -w /usr/local/bin/nfsend
# ps auxw | grep nfcapd
www    3586  0.0  0.1  2552  1200  ??  Ss    2:01PM   0:00.00
/usr/local/bin/nfcapd -w -D -I ej1 -p 2600 -u www -g www -B 200000 -l
www    3585  0.0  0.1  1464  1036  p0  I     2:01PM   0:00.00
/usr/local/bin/nfcapd -w -D -I ej1 -p 2600 -u www -g www -B 200000 -l
#

The problem remains the same: blank page shown upon accessing
http://<myserver>/nfsen/nfsen.php

BTW, this is what the "blank page" contains when I look at the HTML-source:

<?
/* This file was automatically created by the NfSen install.pl script */

$VARDIR     = "/usr/local/var/nfsen";
$DOCURL     = "/nfsen/doc";
$PROFILESTATDIR = "/usr/local/var/nfsen/profiles";
$PROFILEDATADIR = "/usr/local/var/nfsen/profiles";
$FRONTEND_PLUGINDIR = "/usr/local/www/nfsen//plugins";
$LIBEXECDIR = "/usr/local/libexec/nfsen";
$RRDoffset  = "67";
?>


[Thu Nov 16 14:14:30 2006] [error] [client 192.168.2.2] PHP Warning:
socket_connect() [<a
href='function.socket-connect'>function.socket-connect</a>]: unable to
connect [2]: No such file or directory in
/usr/local/www/nfsen/nfsenutil.php on line 24
[Thu Nov 16 14:14:30 2006] [error] [client 192.168.2.2] PHP Notice:
Undefined index:  nfsend in /usr/local/www/nfsen/nfsenutil.php on line
95

The respective lines in "nfsenutil.php" are
line 24:                 if ( !socket_connect($nfsend, $sock) ) {
line 95:        $nfsend = $_SESSION['nfsend'];

Puzzled...

Any ideas?

TIA for your help,
-ewald

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to