Hi, I’m trying to install SLURM on our cluster, but I’m having a little trouble with munge auth.
For me on ubuntu trustee, I have run munge using the following: sudo munged --force -S /var/run/munge/munge.socket.2 --key-file ~/slurm/configuration_files/munge.key , thus the socket is being created in /var/run/munge/munge.socket.2 I have made this available in my slum config: AuthType=auth/munge AuthInfo=/var/run/munge/munge.socket.2 When I start slurmd, or the controller for that matter, I don’t see that option being parsed by the debug (is it supposed to echo? I’ve tried using -vvvvvvvvv). The controller and the nodes seem to be connecting fine, but when I give a command on the controller like “srun sleep 10” , slurmd gives the output slurmd: debug: Munge decode failed: Failed to access "/usr/local/var/run/munge/munge.socket.2": No such file or directory (retrying …) Which tells me that slurmd is still looking for the wrong socket file even though I have specified where it is. What am I doing wrong? Jordan
