nickjer / singularity-rstudio

RStudio Server in a Singularity container
https://singularity-hub.org/collections/463
MIT License
54 stars 41 forks source link

Server startup failure #8

Closed verdurin closed 4 years ago

verdurin commented 4 years ago

I have been testing the ldap_auth.py script and can't see a way of specifying the user in the run command. Hence when I try to run the container it appears to stall.

I tested the script itself (i.e. not in the context of the container) and it does work. However, in that case I use a positional argument:

./ldap_auth.py <username>
verdurin commented 4 years ago

Actually I see the same results when using rstudio_auth:

singularity run /apps/software/containers/rstudio-server-3.6.2.sif --auth-none 0 --auth-pam-helper-path rstudio_auth --www-port 28787

It just hangs there, not asking for a username or a password.

verdurin commented 4 years ago

Ignore this, it was working all along...