-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running RStudio server with podman #838
Comments
can you try with |
Thanks for the fast reply. Same problem with |
The |
@bernt-matthias looks like you may be running in an environment where root is blocked? Can you test
(apologies for all the suggestions, shooting a bit in the dark here. binder runs without root via jupyterhub and may thus sidestep the issue). |
I would guess so. Given that our HPC system (or its admins) is quiet restrictive.
This gives me.
So I guess that means that you are right?
Nothing to worry about. Anything is highly appreciated and I'm happy to try any suggestion. |
@bernt-matthias Does You could give podman run --rm \
-p 8888:8888 \
glcr.b-data.ch/jupyterlab/r/geospatial or
|
Yes.
This just gives me:
This seems to do much more:
But there is an error in the "end": |
I'd suspect a podman configuration issue; the output of Both |
Thanks for the feedback @nathanweeks. Good news is that it does work in principle :) Here is my
|
|
I assume that path on an NFS (or Lustre, GPFS, or other networked) file system? Note it must be on node-local storage (see
Then issue the command |
This changed something. Now I get something like the following for both:
|
Might be related to our kernel version: moby/moby#47962 .. |
You could try the "vfs" storage driver---though note the disadvantages of vfs compared to "overlay" with respect to storage overhead; this would seem to be a particularly-inefficient use of a memory-backed tmpfs. Alternatively, do the compute nodes on your institution's HPC cluster have a node-local secondary/disk storage filesystem path (with a non-tmpfs filesystem, e.g., ext4, XFS, ZFS) that is user-writable? If so, you could try changing graphroot & rootless_storage_path to point to a path on that filesystem that can be created/written to. (The |
I'm trying to get rocker running with podman (our HPC does only support podman).
This gives me the following output:
Any ideas that help me understand / solve the issue?
As far as I see (
curl http://localhost:8787/
gives mecurl: (56) Recv failure: Connection reset by peer
) the RStudio server is not up.The text was updated successfully, but these errors were encountered: