Closed manolis2023 closed 3 years ago
Hi,
I want to install SLURM to my PC, to test it.
About munge I did the basic installation:
unzip munge-0.5.13.zip cd munge-munge-0.5.13/ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --runstatedir=/run \ && make \ && make check \ && sudo make install
But when I type:
munge -n | umunge
I have this error:
munge: Error: Failed to access "/run/munge/munge.socket.2": No such file or directory unmunge: Error: No credential specified
Thanks for your help!
You didn't start the daemon (munged).
munged
munged will create that socket when it starts, and remove it when it exits.
Hi,
I want to install SLURM to my PC, to test it.
About munge I did the basic installation:
But when I type:
munge -n | umunge
I have this error:
munge: Error: Failed to access "/run/munge/munge.socket.2": No such file or directory unmunge: Error: No credential specified
Thanks for your help!