You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2019. It is now read-only.
I was trying to use refresh-bits to test out a change to snapd, and had snapd panic with the following message:
2017/09/08 12:49:03 InternalToolPath can only be used from snapd, got: /home/james/src/.../snapd.amd64
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.
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.