OSError: [Errno 30] Read-only file system #41
-
Hello, I have just installed PYP (no webinterface).
runs correctly. However, command
gives the following error:
Suggestions how to fix this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This probably means that the location you are trying to run |
Beta Was this translation helpful? Give feedback.
-
Hi Alberto! Adding the current directory (or rather its parent) to My Singularity (Apptainer version is 1.1.8-1: |
Beta Was this translation helpful? Give feedback.
This probably means that the location you are trying to run
pyp
from is not writable from inside the container. I believe this issue came up with older versions of singularity, which version are you running:singularity --version
? One thing you could try is adding the path/projappl
(assuming you are launchingpyp
from a location under that path) to the[binds]
section of the configuration file/projappl/project_2009485/usrappl/huiskone/PYP/config.toml
. I don't see why that wouldn't be the case, but is the file.pyp_history
in the current directory writable?