Re: Snapd free space available check

2017-01-11 Thread Boris Rybalkin
Done https://github.com/snapcore/snapd/issues/2603 On 9 Jan 2017 13:57, "Zygmunt Krynicki" wrote: > I don't think we're doing this yet. > > > Can you please report an issue so that it can be tracked. > > Best regards > ZK > > On Sun, Jan 8, 2017 at 6:25 PM, Boris Rybalkin wrote: > >> Hello, >>

Re: Slow snap build on Ubuntu Core device

2017-01-11 Thread Gustavo Niemeyer
Nice :) On Tue, Jan 10, 2017 at 5:55 PM, Oliver Grawert wrote: > hi, > Am Dienstag, den 10.01.2017, 15:40 + schrieb Alan Pope: > > > > > > > For archive packages being slow (as you have) I use apt-cacher-ng on > > my laptop. It caches the debs making snapcraft builds much faster. > > shamele

Bad system call - 45 for my binary app

2017-01-11 Thread Andrey Rogovsky
Hi, all! I crafted snap for i386 X11 app (no sources) which work success on amd64 arch in development mode. But when I install it in strict mode - got this error: = Seccomp = Time: Jan 11 11:26:38 Log: auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=17988 comm="BlueQuest" exe="/snap/blueques

Re: Manual update of snap/snapd and core/ubuntu-core

2017-01-11 Thread Jenny Murphy
Hi Jamie, Here is some more information as requested : admin@localhost:~$ snap info core name: core summary: "snapd runtime environment" publisher: canonical description: | The core runtime environment for snapd type:core tracking:stable installed: 16.04.1 (714) 79MB - refre

Re: Issue with ubuntu OS snap first time boot.

2017-01-11 Thread Oliver Grawert
hi, Am Dienstag, den 10.01.2017, 13:35 + schrieb Ajay Pandey: > Hi All, >   > We are facing issue with the Ubuntu OS snap first time boot console- > conf. >   ...                    >     error: while creating user: cannot communicate with server: > Post     >   http://l

Use of build-properties in the schema is deprecated.

2017-01-11 Thread Jenny Murphy
I recently upgraded to snapcraft 2.24 (from 2.22) for building my .snaps. Now I am getting the following warning : Use of build-properties in the schema is deprecated. Plugins should now implement get_build_properties This is my yaml file : name: gateway version: '2.0' # just for humans, typica

Re: Manual update of snap/snapd and core/ubuntu-core

2017-01-11 Thread Jamie Bennett
Hi Jenny, The lack of update is due to the platform you are using: St Louis. It looks like the team responsible for St Louis updates has not fully validated the new Ubuntu Core software which is why you haven't seen an update yet. I suspect that an update is forthcoming soon. Regards, Jamie.

Re: Manual update of snap/snapd and core/ubuntu-core

2017-01-11 Thread Jenny Murphy
Oh ok, so when they do, the updates will start happening automatically? Thanks. On 11 January 2017 at 11:54, Jamie Bennett wrote: > Hi Jenny, > > The lack of update is due to the platform you are using: St Louis. It > looks like the team responsible for St Louis updates has not fully > validated

Re: Manual update of snap/snapd and core/ubuntu-core

2017-01-11 Thread Chris Wayne
Hi Jenny, >From the looks of it, your system has actually been updated automatically, as your first email indicates you had core version 641, and now have core 714. The reason you could not update to core on the edge channel to version 870 is because that version has not been validated yet. Does

Re: Slow snap build on Ubuntu Core device

2017-01-11 Thread Jim Hodapp
That works well ogra, started using this on my laptop. On Tue, Jan 10, 2017 at 10:55 AM, Oliver Grawert wrote: > hi, > Am Dienstag, den 10.01.2017, 15:40 + schrieb Alan Pope: > > > > > > > For archive packages being slow (as you have) I use apt-cacher-ng on > > my laptop. It caches the debs

Re: Kernel plugin: Avoid redownloading os.snap on a local Git repo

2017-01-11 Thread Kyle Fazzari
This doesn't really involve cleaning, in fact it's not ideal that anything needs to be cleaned at all in this case-- snapcraft needs to pick up local changes automatically. That work in ongoing. On 01/09/2017 05:35 PM, Gustavo Niemeyer wrote: > > This is one area that is still super confusing, an

Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-11 Thread Mritunjai Singh
Hi All, Kindly refer to: https://github.com/snapcore/snapd/issues/2557 We are trying to get a head start on Core Snappy working with our RF Mesh network card. It connects over serial and needs to be available at boot. We first tried this using snap approach but due to missing hotplugging seria

Re: Serial Port Plug/Interface issue with Ubuntu-core 16.04 (#2557)

2017-01-11 Thread Oliver Grawert
hi, Am Mittwoch, den 11.01.2017, 17:59 + schrieb Mritunjai Singh: > Hi All, >   > Kindly refer to: https://github.com/snapcore/snapd/issues/2557 >   > We are trying to get a head start on Core Snappy working with our RF > Mesh network card. It connects over serial and needs to be available > at

Configuring snapd on ubuntu core for a web proxy

2017-01-11 Thread Max Brustkern
I'm trying to run ubuntu core 16 in a kvm instance in an internal lab that requires a web proxy. This bug: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1579652 seems to cover how to do this on classic ubuntu, but the files that hold the environment variables used by snapd on an ubuntu core

SystemD Unit file customization for a snap

2017-01-11 Thread Charles Butler
Greetings, I'm working on an update to the etcd snap so we can make the Kubernetes etcd2 -> etcd3 migration simple, transactional, and hopefully more bullet proof in iterations to come. I've got a question regarding the SystemD Daemon unitfile. You can declare to snapcraft, that a bin should be t

Re: Bad system call - 45 for my binary app

2017-01-11 Thread Jamie Strandboge
On Wed, 2017-01-11 at 11:34 +0200, Andrey Rogovsky wrote: > Hi, all! > > I crafted snap for i386 X11 app (no sources) which work success on amd64 > arch in development mode. > But when I install it in strict mode - got this error: > > = Seccomp = > Time: Jan 11 11:26:38 > Log: auid=4294967295 uid

Re: SystemD Unit file customization for a snap

2017-01-11 Thread Stuart Bishop
On 12 January 2017 at 02:31, Charles Butler wrote: > Greetings, > > I'm working on an update to the etcd snap so we can make the Kubernetes > etcd2 -> etcd3 migration simple, transactional, and hopefully more bullet > proof in iterations to come. I've got a question regarding the SystemD > Daemon

Re: SystemD Unit file customization for a snap

2017-01-11 Thread Stuart Bishop
On 12 January 2017 at 11:33, Stuart Bishop wrote: > > On 12 January 2017 at 02:31, Charles Butler > wrote: > You don't have much control over the generated systemd service file. Its > an open issue. So while you could have your snap accept configuration > options, the snap can't rewrite its own

Re: Configuring snapd on ubuntu core for a web proxy

2017-01-11 Thread Stuart Bishop
On 12 January 2017 at 01:44, Max Brustkern wrote: > I'm trying to run ubuntu core 16 in a kvm instance in an internal lab that > requires a web proxy. This bug: > https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1579652 > seems to cover how to do this on classic ubuntu, but the files that hol

Re: Bad system call - 45 for my binary app

2017-01-11 Thread Andrey Rogovsky
Hi, Jamie Strandboge! Thank you for reply! Update snap is resolve my problem! Thanks! 2017-01-12 0:12 GMT+02:00 Jamie Strandboge : > On Wed, 2017-01-11 at 11:34 +0200, Andrey Rogovsky wrote: > > Hi, all! > > > > I crafted snap for i386 X11 app (no sources) which work success on amd64 > > arch