We recently upgraded our WebMO server to RHEL 9. I have reconfigured Apache and installed the necessary dependent packages. When I go to run a test job, the job reports as stuck in the "running" state but there is no actual job in the Slurm queue. When I look at /home/webmo/webmo/errors, I see the following:
Code: Select all
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
If I remember correctly, when I was troubleshooting install issues before, we had to set something in the /etc/sudoers file to get suexec to work for the webmo account. I can't for the life of me remember what that is. Does anyone know what needs to be set to resolve this issue? Thanks!