Ask Your Question
0

How can I fix error: Security violation, ping RPC from uid 1001 in Slurm log?

asked 2023-04-10 15:53:38 +0000

qstack gravatar image

This error is likely due to the fact that there is no slurm user with user ID 1001

To check type:

id 1001

If you see

id: ‘1001’: no such user

the user does not exist. Add the following line to your /etc/passwd file:

slurm:x:1001:1001::/home/slurm:/bin/sh

After that, id 1001 should give the following output:

uid=1001(slurm) gid=1001(slurm) groups=1001(slurm)
edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2023-04-10 15:53:59 +0000

qstack gravatar image

This should fix it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

1 follower

Stats

Asked: 2023-04-10 15:53:38 +0000

Seen: 31 times

Last updated: Apr 10 '23