-
Notifications
You must be signed in to change notification settings - Fork 13
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
Singularity image fail to start #132
Comments
hi @mfasco , this sounds like a permissions issue with how your HPC has set up singularity. i think the best course would be to reach out to your HPC support team directly. |
hi @bschilder, thanks for the quick reply. I actually replicated the same issue on my desktop, which has Ubuntu 18.04 and the latest version of Singularity, 3.10.4. Thanks. |
sorry to bother you again @bschilder - I would like to help debug the problem - is there a way to access the Dockerfile and all it's needed to build the image? |
Thanks for this info @mfasco, this helps narrow down the possibilities. Sorry haven't had a chance to look into this further just yet. WIll try to get to this soon. The Docker image that is currently on Dockerhub is one that I created manually (without a Dockerfile) by pulling the Bioc docker image: I'm working on automating this with my I've just launched a new GitHub Actions run for echolocatoR, so if all goes well, hopefully the new image will be be up soon on Dockerhub. I'll keep you posted! |
MacI've just tried regenerating the singularity container on my local Mac:
When i try the command I get a different error, but this has to do with Singularity not being supported on Mac:
The issue has something to do with how my VM is setup, which I'll also need to follow up on. LinuxSo I tried generating a new container on my HPC, which is Linux/CentOS-based:
Then ran this command to access the terminal within the container:
After an initial warning (seems unrelated to your issue), I'm able to access the terminal within the container and open R:
That said, it doesn't seem to have
This may be resolved by using the Dockerfile-bases approach that |
1. Bug description
Our cluster does not support Docker, so we would like to use the Singularity image.
Unfortunately, it fail to start with the following error message:
s6-overlay-preinit: fatal: unable to chown /var/run/s6: Read-only file system
Expected behaviour
The image should run.
2. Reproducible example
Code
Environment
Console output
see above
Data
not applicable
3. Session info
not applicable
The text was updated successfully, but these errors were encountered: