Hi every body
I have a killing problem with nfsen software
I installed nfdump and nfsen on the centos 6.4 , nfdump is ok and working
correctly but nfsen web page shows below error :



I cheked all permissions on every nfsen directories , all of them are 777
and also I set below settings but still not working.

1. In php.ini, set
"short_open_tag = On"

2. Apply the following patch where you have installed NfSen:

--- libexec/Nfcomm.pm.orig Sun Feb 17 13:12:15 2008
+++ libexec/Nfcomm.pm Sun Feb 17 13:12:20 2008
@@ -753,6 +753,7 @@
return undef;
}
chmod 0660, $socket_path;
+ chown $NfConf::UID, $NfConf::GID, $socket_path;

} else {
# TCP Internet socket

The error message:
ERROR: nfsend connect() error: Permission denied!
will be solved with the two steps above.

it is making me crazy , please send any solution our experiences to me
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to