-
Notifications
You must be signed in to change notification settings - Fork 823
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 can not make mountspaces (mount MS_SLAVE) #2911
Comments
Ref ##2902. Fail is now:
Someone is going to tell you that combination of flags is not currently supported. Might be fun to put the following at the top of
That will change the call to:
Not that I am bullish on you seeing singularity light up. It might just return |
So I did the
Don't need to even look at the No sunshine or sweet weather either. I might order pizza. But this issue can be a landing zone for |
Yeah, as @therealkenc we currently have no support for slave or shared mounts, nor loop devices. |
@therealkenc thanks for looking into this issue! |
This also prevent Flatpak/Bubblewrap to work properly as they heavily rely on mounting directories |
Yes, but |
Agreed, but still a step to the next blocker. |
I do, but it will turn this thread into a Flatpak/Bubblewrap discussion unrelated to |
Mount propagation flag support added in build 17666. |
For the record, the wip/WSL bubblewrap branch has this workaround: containers/bubblewrap@088c24d I have not verified if t the fix that is available works for flatpak though. |
Microsoft Windows [Version 10.0.16299.125]
(Ubuntu5.4.1-2ubuntu~14.04) 5.4.1 20160904
Linux hostname 4.4.0-43-Microsoft #1-Microsoft Wed Dec31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux
git clone https://github.com/singularityware/singularity.git
cd singularity
./autogen.sh
./configure
make
sudo make install
sudo singularity run shub://vsoch/singularity-images
$ sudo singularity run shub://vsoch/singularity-images
Progress |===================================| 100.0%
ERROR : Could not make mountspaces slave: Invalid argument
ABORT : Retval = 255
The sun is shining, the weather is sweet...
You say please, but all I see is pizza..
strace -ff
)https://gist.github.com/ct-clmsn/7bb63e07673330965bdf3e2f782ab951
Attempted to run the singularity container software. The software compiles successfully. But, has runtime execution errors - specifically running the introductory tutorial.
Detailed logs emailed to support
The text was updated successfully, but these errors were encountered: