-
Notifications
You must be signed in to change notification settings - Fork 100
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
slurm-web-agent not working on rhel 8 #419
Comments
Hello @jonoharms, thank you very much for reporting! I consider this a serious bug. I will work on a fix ASAP. |
Install werkzeug library in the version distributed in el8, in order to be as close as this environment as possible and try reproduce #419.
Install Werkzeug library in the version distributed in el8, in order to be as close as possible to this environment and reproduce #419. This also requires to downgrade Flask to version <1.0 to avoid pulling more recent version of Werkzeug.
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. |
Thank you @jonoharms for this confirmation, and thanks again for reporting the issue. I will let the issue open until #420 is merged and the fix lands in next release. |
Install Werkzeug library in the version distributed in el8, in order to be as close as possible to this environment and reproduce #419. This also requires to downgrade Flask to version <1.0 to avoid pulling more recent version of Werkzeug.
Install Werkzeug library in the version distributed in el8, in order to be as close as possible to this environment and reproduce #419. This also requires to downgrade Flask to version <1.0 to avoid pulling more recent version of Werkzeug.
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
:The text was updated successfully, but these errors were encountered: