Re: Is there any way to disable snap-confine of the all-snap image?

2017-02-07 Thread Peng Liu
Is it possible to enable "classic" confinement policy for all-snap (Ubuntu core system) image? Thanks. Peng On Tue, Feb 7, 2017 at 10:22 PM, Peng Liu <pengliu.m...@gmail.com> wrote: > Hi Folks, > > A Linux kernel issue related to snap-confine (kernel panic!)

Is there any way to disable snap-confine of the all-snap image?

2017-02-07 Thread Peng Liu
Hi Folks, A Linux kernel issue related to snap-confine (kernel panic!) haunts me quite a while. Is there any way to disable it for now? Thanks. Peng -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: Error to call "docker" command in a snap

2017-02-07 Thread Peng Liu
Sure! I have reported a bug for it. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1662754 Thanks Peng On Tue, Feb 7, 2017 at 10:01 PM, Seth Arnold <seth.arn...@canonical.com> wrote: > On Tue, Feb 07, 2017 at 09:56:04PM -0600, Peng Liu wrote: > > Yes, thanks for your re

Is there any interface to disable the automatic update feature?

2016-12-23 Thread Peng Liu
Hi Folks, There used to be a command to disable the automatic update feature of ubuntu-core on 15.04 release. Is such interface still available for 16.04? Thanks. Peng -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at:

Re: A kernel panic issue of docker snap

2016-12-21 Thread Peng Liu
at 10:21 PM, Seth Arnold <seth.arn...@canonical.com> wrote: > On Wed, Dec 21, 2016 at 09:52:11PM -0600, Peng Liu wrote: > > I found a kernel panic issue when I was using pipework to config the > > network of a docker container on an x86 board with all-snap image. The

Re: A kernel panic issue of docker snap

2016-12-21 Thread Peng Liu
I just found a similar issue, but in an older version kernel. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1451360 On Wed, Dec 21, 2016 at 9:52 PM, Peng Liu <pengliu.m...@gmail.com> wrote: > Hi Folks, > > I found a kernel panic issue when I was using pipework to confi

A kernel panic issue of docker snap

2016-12-21 Thread Peng Liu
Hi Folks, I found a kernel panic issue when I was using pipework to config the network of a docker container on an x86 board with all-snap image. The issue is related to the auditing module of Linux kernel. So it should be an issue of pc-kernel-snap. I created a simple test snap to reproduce the

Re: Published snap on candidate channel not found

2016-12-19 Thread Peng Liu
Hi XiaoGuo, What could be the reason that I can not either find or install the snap I published to the 16.04 store through web page? https://myapps.developer.ubuntu.com/ Thanks. Peng On Mon, Dec 19, 2016 at 11:58 PM, XiaoGuo Liu wrote: > Hi Luther, > > Currently,

Re: Only Docker snap is allowed to use "docker" and "docker-control" interfaces?

2016-12-14 Thread Peng Liu
l allow you to say --dangerous when >> installing it (thanks to John), and snapd will ignore that issue at your >> discretion. In the future, we'll make the mechanism even nicer by allowing >> you to sign the snap, and snapd will be able to correlate the fact this is >> your

Re: Confused about the signature key

2016-11-23 Thread Peng Liu
Sorry, please ignore this mail. I have found the information about revoking a key in the email from Ubuntu store. On Wed, Nov 23, 2016 at 12:52 PM, Peng Liu <pengliu.m...@gmail.com> wrote: > Hi folks, > > Can anyone give me some hints about the management of the signature key?

Confused about the signature key

2016-11-23 Thread Peng Liu
Hi folks, Can anyone give me some hints about the management of the signature key? We can create a new key with "snap create-key" and register the key to the store with "snapcraft register-key" in one machine. If I want to work on another machine, and want to use the same key, is there any way we

Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
Oh, I figured out the root cause. It's the permission. After added the user to the docker group, I can run docker commands now. $sudo gpasswd -a ${USER} docker Docker snap works perfectly! Thanks. On Tue, Nov 1, 2016 at 6:26 PM, Peng Liu <pengliu.m...@gmail.com> wrote: > Hi Loïc, &

Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
, 2016 at 11:06 AM, Loïc Minier <loic.min...@ubuntu.com> wrote: > Hi, > > What's the output of snap --version? > > Thanks! > - Loïc Minier > > On Tue, Nov 1, 2016 at 4:21 AM, Peng Liu <pengliu.m...@gmail.com> wrote: > >> Hi Loïc, >> >> I encou

Re: Confined Docker snap available

2016-10-31 Thread Peng Liu
Hi Loïc, I encountered some errors when I tried to connect the interfaces, for example: sudo snap connect docker:docker-cli docker:docker-daemon error: cannot perform the following tasks: - Connect docker:docker-cli to docker:docker-daemon