Closed zkamvar closed 6 years ago
Possibly related to #79, PR #80
I can't look into this at the moment but happy to try tonight
I'm unable to replicate this issue given the example provided. I'm able to log into RStudio 3.4.4 without issue.
@zkamvar , this issue may be unrelated. However, the only time I have seen this error message is with trying to import the user-settings file for RStudio. These are preset customizations (see my gist, for example). If the file isn't accessible by the user then this error pops up.
Log into the container and go to /home/rstudio/. If you see the .rstudio directory (note the preceeding dot), then you should see the file monitored/user-settings/user-settings
If so, let me know what the permissions and owner of the file are, please.
Hello,
Embarrassingly, I am also unable to reproduce this 😞. I'm going to chalk this up to Docker being super wonky on MacOS in their most recent release. Thanks for checking!
No worries; now you know what to look for next time you get it.
I just ran into this problem myself, and after far too much trial, error, and Googling I discovered this small comment on the Docker forums:
It's possibly because the
Docker.qcow2
is full ... The disk is a 64GB Sparse Image that will expand on demand… We currently aren’t able to reclaim unused space but we’ll hopefully have a fix in a future beta. You can delete this file providing you aren’t worried about loosing any containers/images, and restart Docker. This should get you back on track.
Upon investigation this file was near the 64GB limit on my MacOS machine, and after deleting it, restarting Docker, and re-pulling/building images everything is working again.
The full path to the file on my system was
~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2
However, the only time I have seen this error message is with trying to import the user-settings file for RStudio. These are preset customizations (see my gist, for example). If the file isn't accessible by the user then this error pops up.
I know this is an old issue, but just wanted to leave a note after observing this problem myself. It was a permission issue with the user-settings which caused the initialization error.
I just ran into this problem myself, and after far too much trial, error, and Googling I discovered this small comment on the Docker forums:
It's possibly because the
Docker.qcow2
is full ... The disk is a 64GB Sparse Image that will expand on demand… We currently aren’t able to reclaim unused space but we’ll hopefully have a fix in a future beta. You can delete this file providing you aren’t worried about loosing any containers/images, and restart Docker. This should get you back on track.Upon investigation this file was near the 64GB limit on my MacOS machine, and after deleting it, restarting Docker, and re-pulling/building images everything is working again.
The full path to the file on my system was
~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2
Something similar fixed the problem for me too on OSX, but it was Whale icon -> Preferences -> Resources -> Advanced -> Disk image size. It showed the entire disk in use, and just enlarging the disk and selecting "Apply & Restart" worked.
I am getting an error attempting to run the rstudio container:
When I open
localhost:8787
in my browser (I've tried both Firefox and Safari) and enter in the credentials, I get the following error dialog:I don't know if it helps, but I get the following output from curl: