[Nfsen-discuss] Nfsen | Permission Denied
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Laurent D. <ad...@co...> - 2015-04-03 04:47:15
|
Hi gents,
I'm running into the dreaded error :
ERROR: nfsend connect() error: Permission denied!
ERROR: nfsend - connection failed!!
ERROR: Can not initialize globals!
Here is the environnement - Centos 6.6
#Should allow read/write for both the 'netflow' user and anyone in the
'apache' group.
srw-rw---- 1 netflow apache 0 Apr 3 00:12 /home/netflow/var/run/nfsen.comm
#The netflow user is in the Apache group
apache:x:48:sylvain,netflow
#The Nfsen process user is corretly set as netflow.
$USER = "netflow";
#The web process is run under the 'apache' user
$WWWUSER = "apache";
$WWWGROUP = "apache";
netflow 28372 0.1 1.1 117648 22940 ? Ss 00:12 0:00
/usr/bin/perl -w /home/netflow/bin/nfsend
netflow 28373 0.0 0.7 114688 15388 ? Ss 00:12 0:00
/home/netflow/bin/nfsend-comm
I remember solving that puzzle a while back but it's escaping me right now..
|