Open jonoharms opened 1 day ago
Hello @jonoharms, thank you very much for reporting! I consider this a serious bug.
I will work on a fix ASAP.
I managed to reproduce it in CI.
@jonoharms, I just published in the repo RPM packages 4.0.0-2 for el8 with the patch developed in #420 included. Can you please try to update and confirm it works for you?
Thanks rezib, I will try when I'm back at work tomorrow morning (Australian time).
it is working now! thankyou very much for the quick turnaround.
I have been trying to get slurm-web working on rhel8. I have successfully installed everything using the rackslab repo. Racksdb and slurm-web-gateway both seem to be working fine. However, the slurm-web-agent will not start. It seems like the python3-werkzeug package that is installed is not recent enough, because it does not contain
werkzeug.middleware
. The installed version is 0.12.2.werkzeug.middleware was added in 0.15
This is the output from
sudo journalctl -u slurm-web-agent
: