Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
snapd run from refresh-bits panics in InternalToolPath #25
Comments
|
Based on a conversation just a moment ago this is a self-defense mechanism that has gone a bit to far. As for devtools, I haven't used them myself in a while so there are probably a whole lot of things gone stale. For smaller things that I usually work with I resort to |
jhenstridge
commented
Nov 3, 2017
|
This is a bit of a hack, but the following seems to work to temporarily test out a new build of snapd without overwriting the distro packaged version:
And to reverse the process:
|
|
I also stop the socket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jhenstridge commentedSep 11, 2017
I was trying to use refresh-bits to test out a change to snapd, and had snapd panic with the following message:
This happened when I was trying to connect an interface that changed the mount configuration for the snap. The call in question seemed to come from
interfaces/mount/ns.go, which doesn't seem to like the way refresh-bits builds snapd.