Protocal authentication error/1007 #484
-
Hi there! I have sucessfully set up These are the logs from
Logs from
I've even tried to check with
What's very interesting is the My slurm auth is:
The same jwt key is used across the board. User
But I know that acording to docs I believe that munge works fine cause rest of the components of the cluster can talk to each other. Please, help me understand what might be wrong here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found the root cause of the problem.
When I commented this env variable definition and restarted |
Beta Was this translation helpful? Give feedback.
I have found the root cause of the problem.
The
slurmrestd
(DEB pkg) comes with systemd service file which has some defaults. The one which was causing problems is:When I commented this env variable definition and restarted
slurmrestd
theslurm-web-agent
finally started working fine.