Where is your nfsend COMMSOCKET?

# nfsend communication socket
# $COMMSOCKET = "$PIDDIR/nfsen.comm";

What are its permissions?

From: Alex Moura [mailto:ale...@gmail.com]
Sent: Tuesday, April 15, 2014 5:12 PM
To: shokoofeh nobahari
Cc: nfsen-discuss@lists.sourceforge.net
Subject: Re: [Nfsen-discuss] problem with nfsen

Isn't the error message related to nfdump or rrdtool versions?

Was there some recent version change in any backend component?

On 15/04/2014, at 03:43, shokoofeh nobahari 
<sh.nobahar...@gmail.com<mailto:sh.nobahar...@gmail.com>> wrote:
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 :

[X]
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
Nfsen-discuss@lists.sourceforge.net<mailto:Nfsen-discuss@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
________________________________
No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2014.0.4569 / Virus Database: 3882/7348 - Release Date: 04/15/14
------------------------------------------------------------------------------
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
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to