That said, it is unclear how to fix this. We are running the following:
OS: Rocky Linux 9.5 (5.14.0-162.6.1.el9_1.x86_64)
Httpd: httpd-2.4.62-1.el9.x86_64
OOD: ondemand-3.1.10-1.el9.x86_64
Is this issue related to the above bug? Or am I just missing a new config somewhere?
Appreciated and no worries about he delay, I implemented the following:
/etc/ood/config/apps/shell/env
# /etc/ood/config/apps/shell/env
#needed for shell app to not log you out every 2 minutes
OOD_SHELL_INACTIVE_TIMEOUT_MS=1200000
OOD_SHELL_MAX_DURATION_MS=3600000
# OOD_SHELL_PING_PONG=false
However, it is not taking affect. I tried running the ‘update_ood_portal’ ‘systemctl restart httpd’ and ‘restart web server’ in OOD but no dice. I read through the docs as well and couldn’t see anything else to try. Thoughts?