-
I try to run slurm-web on a single, localhost cluster as a test. when i try to go to localhost:5011 from my browser, i get the following message: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 20 replies
-
Hi @Talavig, I converted the issue into a Q&A discussion thread as it is arguably more a set of questions than an actual bug.
The error your are facing could be explained by permission issue on slurmrestd Unix socket. In the documented configuration, we run both
As stated in architecture documentation, Slurm-web only supports the Unix socket for the moment. It might change in the future with #313. |
Beta Was this translation helpful? Give feedback.
OK, unfortunately you are actually running a version of Slurm that is too old… As stated in the quickstart guide, Slurm-web requires Slurm >= 23.02.
BTW, I suspect a regression in Slurm >= 22.05.7 introduced with commit SchedMD/slurm@0a07c53 that may cause slurm user fatal error to never be triggered in more recent versions of Slurm. I will check this in more depth.
I will also try to do something in Slurm-web to report clearer error when the version of Slurm is not supported.