rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Can not access Rstudio trough localhost since 1 week.mv: cannot stat '/etc/rstudio/disable_auth_rserver.conf': No such file or directory #239

Closed Sporgelum closed 4 years ago

Sporgelum commented 4 years ago

My surprise is after saving the image and migrating it to my windows pc and trying to go to it it displays the following screen locked and the message: R is taking longer than usual to start: Reload Safe mode Terminate R image

And the console message is: docker run --rm -p 8787:8787 -v /mnt/e/new/smallRNAsDck/dockerDoor/:/home/rstudio r_smallrna_pirnas:4.0.7 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] userconf: executing... mv: cannot stat '/etc/rstudio/disable_auth_rserver.conf': No such file or directory Skipping authentication as requested [cont-init.d] userconf: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.

The file which is asking for,disable_auth_rserver.conf, i tried to copy it from rocker-versioned github with the lines inside but still not working.

Any solution or bypass, thank you very much.

cboettig commented 4 years ago

Duplicate of #235. Yes, RStudio's recent release broke disable_auth, it'll be fixed soon. Meanwhile, please just supply a dummy password and use that to log in.

Sporgelum commented 4 years ago

Thank you very much!