Good morning,
Thanks for all of the advice in regard to slurm on NFS. I've
started on my slurm quest by installing munge but I'm
having some trouble. I'm not sure this is the right place
to ask about munge but here goes.
I'm building and install munge with the following options:
./configure --exec-prefix=/share/ec2-user --prefix= \
--sysconfdir=/etc/ --sharedstatedir=/var/
This allows me to store the local state information in /var
and the configuration information in /etc, but everything
else is stored in /share/ec2-user/ (NFS shared directory).
The build goes fine but when I try to start the munge
service I get the following:
[ec2-user@ip-10-0-1-72 munge-0.5.11]$ sudo service munge start
Starting MUNGE: munged (failed).
munged: Error: Failed to check logfile "/var/log/munge/munged.log":
Permission denied
The permissions on /var/log/munge are:
[ec2-user@ip-10-0-1-72 munge-0.5.11]$ sudo ls -lstar /var/log/munge
total 8
4 drwxr-xr-x 6 root root 4096 Mar 25 13:39 ..
4 drwx------ 2 root root 4096 Mar 25 13:39
I'm not sure but should this directory be owned by user munge?
TIA!
Jeff