dun / munge

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating user credentials.
GNU Lesser General Public License v3.0
250 stars 46 forks source link

Failed to access "/run/munge/munge.socket.2" #109

Closed manolis2023 closed 3 years ago

manolis2023 commented 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!

dun commented 3 years ago

You didn't start the daemon (munged).

munged will create that socket when it starts, and remove it when it exits.