Skip to content
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 execution error #2902

Closed
ct-clmsn opened this issue Feb 2, 2018 · 4 comments
Closed

singularity execution error #2902

ct-clmsn opened this issue Feb 2, 2018 · 4 comments

Comments

@ct-clmsn
Copy link

ct-clmsn commented Feb 2, 2018

  1. Windows Version/build number
  • Windows 10 CLI ver output

MS Windows [Version 10.10.15063]

  • WSL "gcc --version" output

(Ubuntu5.4.1-2ubuntu~14.04) 5.4.1 20160904

  • WSL "uname -a" output

Linux hostname 4.4.0-43-Microsoft #1-Microsoft Wed Dec31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux

  1. Steps required to reproduce

git clone https://github.com/singularityware/singularity.git
cd singularity
./autogen.sh
./configure
make
sudo make install
sudo singularity run shub://vsoch/singularity-images

  1. Copy of terminal output

$ sudo singularity run shub://vsoch/singularity-images

Progress |===================================| 100.0%
ERROR : Could not virtualize file system namespace: Function not implemented
ABORT : Retval = 255

  1. Expected behavior

The sun is shining, the weather is sweet...
You say please, but all I see is pizza..

  1. Strace (running strace -ff)

https://gist.github.com/ct-clmsn/25761696b27a32e553b1577b2f30b7c1

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

@therealkenc
Copy link
Collaborator

fail from your strace (appreciated) is:

unshare(CLONE_FS)                       = -1 ENOSYS (Function not implemented)

Which was implemented somewhere along the way per message here, but I can't find a dupe issue# for it or an entry in the release notes. You are on 15063. Try FCU 16299 and you'll probably be alright; or at least get over that fail.

@ct-clmsn
Copy link
Author

ct-clmsn commented Feb 3, 2018

@therealkenc thanks for the quick turn-around! what's the best way to do that specific update/patch?

@benhillis
Copy link
Member

Install Windows 10 Fall Creators Update.

@ct-clmsn
Copy link
Author

ct-clmsn commented Feb 4, 2018

@benhillis @therealkenc ran the update - got a new error. will submit a new issue and close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants