Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
In the "Build a nodejs service" tutorial, at step 4 the app fails to run in jailmode with snapd >=2.20 #70
Comments
|
Thanks for this. Can I just check that your pull request #71 is seperate from this? I will pass this information along to our copy team. |
WillMoggridge
added
the
Type: Bug
label
Feb 1, 2017
oSoMoN
commented
Feb 1, 2017
|
Yes indeed, the changes in pull request #71 were minor cosmetic changes, this issue is an actual blocker that prevents me from completing the tutorial. |
ibrahimwu
commented
May 13, 2017
|
I got the same error and noticed the following errors in
true enough, adding |
WillMoggridge
added
the
Tutorials Content
label
Sep 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oSoMoN commentedJan 20, 2017
•
Edited 1 time
-
oSoMoN
Jan 20, 2017
I’m following the "Build a nodejs service" tutorial, and everything works fine until step 4. At that point, I’m seeing that:
$ snap try prime/ --jailmode
chuck-norris-webserver 1.0.0 mounted from […]/snap-codelabs-code/build-a-nodejs-service/start/prime
$ sudo chuck-norris-webserver.node-service
cannot snap-exec: cannot read info for "chuck-norris-webserver": stat /var/lib/snapd/snaps/chuck-norris-webserver_x1.snap: permission denied
I’m on xenial, I’ve tested both with snapd 2.20 and 2.21 (from -proposed). Same error.