Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

munge.socket.2 not created #118

Closed
isturzunano opened this issue Apr 8, 2022 · 3 comments
Closed

munge.socket.2 not created #118

isturzunano opened this issue Apr 8, 2022 · 3 comments
Labels

Comments

@isturzunano
Copy link

isturzunano commented Apr 8, 2022

I am trying to run a small batch script after installation of slurm and munge and I getting this error:
`
sbatch: error: If munged is up, restart with --num-threads=10

sbatch: error: Munge encode failed: Failed to access "/run/munge/munge.socket.2": No such file or directory

sbatch: error: slurm_send_node_msg: auth_g_create: REQUEST_SUBMIT_BATCH_JOB has authentication error

sbatch: error: Batch job submission failed: Protocol authentication error
`
Can you please help? Thank you.

@dun dun added the question label Apr 9, 2022
@dun
Copy link
Owner

dun commented Apr 9, 2022

It appears munged is not running. Create a key, copy it to all nodes in the cluster, and start munged on each host. I don't think you need to specify --num-threads=10. The default is to run with 2 threads which should generally be sufficient.

See:

@dun dun closed this as completed Apr 11, 2022
@isturzunano
Copy link
Author

isturzunano commented Oct 11, 2022 via email

@dun
Copy link
Owner

dun commented Oct 11, 2022

If you installed it using a package manager, there should be a corresponding package manager command to remove it.

If you installed it with make install, there is a corresponding make uninstall. If you installed as root, you will need to uninstall as root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants