It’s probably selinux blocking the access did you tune selinux or set it to permissive mode?
-Shane On Apr 15, 2014, at 5:12 PM, [email protected] wrote: > > > Message: 1 > Date: Tue, 15 Apr 2014 11:13:32 +0430 > From: shokoofeh nobahari <[email protected]> > Subject: [Nfsen-discuss] problem with nfsen > To: [email protected] > Message-ID: > <CAE7FP1mJdi0Or7=i7gkf5ex85zhw-r_tfavur68jomnren4...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > 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 > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Tue, 15 Apr 2014 21:12:08 -0300 > From: Alex Moura <[email protected]> > Subject: Re: [Nfsen-discuss] problem with nfsen > To: shokoofeh nobahari <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > 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 <[email protected]> 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 : >> >> >> >> 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 > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > 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 > > > End of Nfsen-discuss Digest, Vol 94, Issue 2 > ******************************************** > ------------------------------------------------------------------------------ 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
