Re: netplan and post-up/pre-down scripts

2017-02-14 Thread Mike Pontillo
On Mon, Feb 13, 2017 at 8:21 AM, Mathieu Trudel-Lapierre < mathieu.trudel-lapie...@canonical.com> wrote: > I agree booting should continue for any device that is down even if it's > configured and marked as fine to still be down. I think rather than trying > to skip a long delay that would happen

Getting involved with the snapd project

2017-02-14 Thread Federico Gimenez
Hi, Ever wanted to get involved with snapd development but didn't know where to start? Well, in order to make it easier we have recently created a new "Getting involved" section in the snapd wiki [1] with a list of pending tasks that can be picked by anyone willing to help. So far the list include

Re: Exposing dbus interface and using it inside the same snap

2017-02-14 Thread Sergey Borovkov
Nvm guys, I figured it out. On 14 February 2017 at 09:44, Sergey Borovkov wrote: > Hi, I am using this code: > > apps: > playlist: > command: usr/bin/playlist-service.sh > daemon: simple > plugs: [network-bind, network] > slots: [playlist-dbus-server] > > websocket: > com

Re: Currernt config hook implementation scales very badly

2017-02-14 Thread Oliver Grawert
hi, Am Dienstag, den 14.02.2017, 10:53 +0800 schrieb XiaoGuo Liu: > Hi, > > Today, I just followed the instructions at: > > https://github.com/CanonicalLtd/ubuntu-core-docs/blob/master/en/refer > ence/core-configuration.md > > to disable ssh. However, I got the error like: > > liu-xiao-guo@loca

Re: Currernt config hook implementation scales very badly

2017-02-14 Thread XiaoGuo Liu
Hi Ciao, Thanks! I just upgraded it to edge channel, and now it works as expected. liu-xiao-guo@localhost:~$ snap set core service.ssh.disable=true liu-xiao-guo@localhost:~$ sudo snap set core service.ssh.disable=true liu-xiao-guo@localhost:~$ snap set core service.ssh.disable=true liu-xiao-guo

Re: Currernt config hook implementation scales very badly

2017-02-14 Thread Oliver Grawert
hi, Am Dienstag, den 14.02.2017, 17:59 +0800 schrieb XiaoGuo Liu: >  > I think the problem could be that the stable channel does not support > it. > yes, this is definitely the case, this was not released to stable yet, the next stable release will have it.  ciao oli signature.asc Descri

Re: Currernt config hook implementation scales very badly

2017-02-14 Thread Sergio Schvezov
El martes, 14 de febrero de 2017 07h'08:33 ART, Oliver Grawert escribió: hi, Am Dienstag, den 14.02.2017, 17:59 +0800 schrieb XiaoGuo Liu: I think the problem could be that the stable channel does not support it. yes, this is definitely the case, this was not released to stable yet, the next

Re: Currernt config hook implementation scales very badly

2017-02-14 Thread Oliver Grawert
hi, On Di, 2017-02-14 at 09:23 -0300, Sergio Schvezov wrote: > El martes, 14 de febrero de 2017 07h'08:33 ART, Oliver Grawert  > escribió: > > > > hi, > > Am Dienstag, den 14.02.2017, 17:59 +0800 schrieb XiaoGuo Liu: > > > > > > > > > I think the problem could be that the stable channel does no

Re: Porting Ubuntu-Core

2017-02-14 Thread Shengyang E
You can look at: https://bugs.launchpad.net/ubuntu-image/+bug/1630769 We modified the gadget.yaml as follows: device-tree: s900-96board.dtb volumes: bubblegum96: schema: mbr bootloader: u-boot structure: - name: Bootstrap type: bare size: 6M offset: 2M

Re: GEM/Ruby snapcraft plugin?

2017-02-14 Thread Justin McPherson
I had a chance to take a quick look at this; see here < https://github.com/justincan/snap-gist> The plugin works in this case, with gist. But is not good enough to be a general solution - no native extensions, probably need to clean up the paths, etc. Happy to hear comments. - Justin On Wed,

Re: Porting Ubuntu-Core

2017-02-14 Thread Woodrow Shen
Hi Shengyang, My board also works now, thanks. On Wed, Feb 15, 2017 at 10:02 AM, Shengyang E wrote: > You can look at: https://bugs.launchpad.net/ubuntu-image/+bug/1630769 > We modified the gadget.yaml as follows: > device-tree: s900-96board.dtb > volumes: > bubblegum96: > schema: mbr >