Hi All,
RStudio server as a whole on out cluster has been a really valuable approach. We have some issues to resolve before we go live though.
A round of testing has just completed and I would like to seek help to resolve some issues users raised. I have numbered each issue and would welcome a responses with an example if poss. Thx.
Note: I have chosen to install and run from RPMs rather than run RStudio server and R in a container. (Rhel9.6
Issue:
-
The Rstudio server job submits and runs but after selecting the “Connect to RStudio Server” button the IDE starts and renders but a popup appears. This happens to all users. How can I prevent this from happening?
-
A user login’s in and get this error:
Error – Warning: invalid configuration option “passenger_log_level”
can’t find group for 40156
Run ‘nginx_stage --help’ to see a full list of available command line options.My Comment: I don’t have “passenger_log_level” set at all - why is it complaining about an invalid config option? I suspect if I want to introduce an option I would add one to the “ood_portal.yml”?
Can you please give me the exact option and where to put it to enable log level 3?
[root@ood /etc/ood]# grep -R passenger_log_level *
config/nginx_stage.yml:passenger_log_level: “0” # Or desired log level (e.g., 0 for errors, 3 for info, 7 for debug)
- Issue with ‘Projects’. When setting up a Project during one run, when I come back to it on another day the project is no longer writable. This is causing a lot of troubles with separating my different projects easily. I have set up new ones and the same occurs.
-
After a period of inactivity, the tab the user was using may not let the user back in. To get back in, the user needs to go back to the “my interactive jobs” tab and press the “connect to Rstudio Server” button.
-
Upon reconnecting, user’s are often presented with an error saying the session died unexpectedly.
-
A redirect might be helpful when signing in to a session that is dead. How can I do this?
-
I load a module “4.4.1-wz5qfuk.lua” that sets: :" “setenv(“R_LIBS_USER”, “~/R/mk4-library/%v”)”
But in the “/var/www/ood/apps/sys/bc_rcc_rstudio_server/template/script.sh.erb”
file, the following”
exec rsession --r-libs-user ‘${R_LIBS_USER}’ “\${@}”results in creating a directory: “/home/chris/R/mk4-library”
”drwxr-xr-x. 2 chris chris.dg 4096 Oct 17 09:55 **%v”
**
in actual fact it should be “4.4” or representing the version of “r” I loaded as a module when submitting the form. How can I fix this?

