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
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to