[Dragonboard410c] Ubuntu OS Build Issues, and Support

2017-02-17 Thread Sunny Bhayani
Hi Ogra, Thank you for your reply. > hi, > Am Donnerstag, den 16.02.2017, 10:16 + schrieb Sunny Bhayani: > > > > We are able to make our Wifi work by doing insmod wcn36xx.ko, and > > doing the > > echo start > /sys/kernel/debug/remoteproc/remoteproc2/state. > > > > We have a question regardin

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Mark Shuttleworth
We do anticipate being able to send a message to devices that want to know when a new version of a snap is available in a particular channel. We call it 'real-time refresh' because it would enable the subscribing devices to refresh themselves the instant a new version of the snap was released. In

Re: pro tip: use scriptlets instead of custom plugins

2017-02-17 Thread Oliver Grawert
hi, Am Donnerstag, den 16.02.2017, 17:11 -0600 schrieb Leo Arias: > Hello! > > This week I've been cleaning a few of my old snaps, using some of the > new features in more recent versions of snapcraft. At first I wasn't > convinced about scriptlets, but now I think they are great. Take a > look at

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Oliver Grawert
Am Donnerstag, den 16.02.2017, 15:15 -0500 schrieb Max Brustkern: > > > On Thu, Feb 16, 2017 at 9:55 AM, Michael Vogt .com> wrote: > > Hello, > > > > The Snappy team is happy to announce the promotion of snapd 2.22.2 > > from the candidate channel to stable in both the "core" and > > "ubuntu-co

Re: Github badges?

2017-02-17 Thread Evan Dandrea
On Fri, 17 Feb 2017 at 01:59 Casey Marshall wrote: > I'd like to show off snaps for my Github projects with a nifty little > badge, like Travis CI, Appveyor, godoc, crates.io. > > It could have the snap version in it, and link to a nice simple landing > page with release history, instructions on

Re: [Dragonboard410c] Ubuntu OS Build Issues, and Support

2017-02-17 Thread Oliver Grawert
hi, Am Freitag, den 17.02.2017, 10:06 + schrieb Sunny Bhayani: >  > > You are correct that in the prebuilt image (Ubuntu OS) for > Dragonboard, the Wifi  > module is auto-loaded during boot. But in our case, this does not > happen. > > So can you please let us know, that in what part (plugin)

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Jamie Bennett
On 17/02/17 at 11:30am, Oliver Grawert wrote: > Am Donnerstag, den 16.02.2017, 15:15 -0500 schrieb Max Brustkern: > > > > > > On Thu, Feb 16, 2017 at 9:55 AM, Michael Vogt > .com> wrote: > > > Hello, > > > > > > The Snappy team is happy to announce the promotion of snapd 2.22.2 > > > from the c

snapcraft 2.27 has been released

2017-02-17 Thread Sergio Schvezov
Hello snapcrafters! We are pleased to announce the release of snapcraft `2.27`: https://launchpad.net/snapcraft/+milestone/2.27 This release is now available to users on Xenial Xerus, Yakkety Yak and Zesty Zapus. The pretty version of these notes can be found on https://github.com/snapcore/snap

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Oliver Grawert
hi, Am Freitag, den 17.02.2017, 12:04 + schrieb Jamie Bennett: >  > The systemd timer has gone away in favour of an internal timer in > snapd so > this will no longer work. > i dont think that has landed yet [1] ...  ogra@dragonboard:~$ snap get core refresh.schedule error: snap "core" has n

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Jamie Bennett
Sorry, yes, it will land with snapd 2.23 today hence why the timer should not be relied upon. Regards, Jamie. On Fri, Feb 17, 2017 at 1:00 PM, Oliver Grawert wrote: > hi, > Am Freitag, den 17.02.2017, 12:04 + schrieb Jamie Bennett: >> >> The systemd timer has gone away in favour of an intern

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Oliver Grawert
hi, Am Freitag, den 17.02.2017, 13:21 + schrieb Jamie Bennett: > Sorry, yes, it will land with snapd 2.23 today hence why the timer > should not be relied upon. > well, i just learned on IRC that the timer is already gone but the config option is not there yet, so currently you cant really in

Access denied on dbus for MM with plug connected

2017-02-17 Thread Maciej Kisielewski
Hey folks! There is a problem when I talk to ModemManager via dbus from Checkbox. At first I thought there was something wrong with how we're controlling the execution from Checkbox, but right now, it boils down to: checkbox-snappy.python3 -c "import dbus; dbus.Interface(dbus.SystemBus().get_obje

After last "snap refresh" problem with contents of /writable/system-data/etc/iproute2.

2017-02-17 Thread Luca Dionisi
Hi all I was in need to modify the file /etc/iproute2/rt_tables, but it was read-only on previous versions of the "core" snap. As a workaround, I was manually doing a bind-mount from the file /writable/system-data/etc/iproute2/rt_tables to the location /etc/iproute2/rt_tables. When I did last "sn

Re: New stable "core" and "ubuntu-core" snaps released

2017-02-17 Thread Paul Larson
On Thu, Feb 16, 2017 at 2:15 PM, Max Brustkern wrote: > > > On Thu, Feb 16, 2017 at 9:55 AM, Michael Vogt > wrote: >> >> Hello, >> >> The Snappy team is happy to announce the promotion of snapd 2.22.2 >> from the candidate channel to stable in both the "core" and >> "ubuntu-core" snaps. It will a

Re: Access denied on dbus for MM with plug connected

2017-02-17 Thread Jamie Strandboge
On Fri, 2017-02-17 at 15:06 +0100, Maciej Kisielewski wrote: > Hey folks! > > There is a problem when I talk to ModemManager via dbus from Checkbox. > At first I thought there was something wrong with how we're controlling > the execution from Checkbox, but right now, it boils down to: > > checkb

Re: HowTo: How to create a snap for a Python app with networking using snapcraft in Ubuntu 16.04

2017-02-17 Thread Didier Roche
Le 15/02/2017 à 16:33, Simos Xenitellis a écrit : > On Mon, Feb 13, 2017 at 7:13 PM, Didier Roche wrote: >> Le 10/02/2017 à 17:30, Simos Xenitellis a écrit : >>> I managed to complete the conversion and the tutorial is ready :-). >>> >>> Here it is, >>> https://docs.google.com/document/d/1Nk-kw79l

Re: After last "snap refresh" problem with contents of /writable/system-data/etc/iproute2.

2017-02-17 Thread Oliver Grawert
hi, Am Freitag, den 17.02.2017, 15:30 +0100 schrieb Luca Dionisi: > Hi all > > I was in need to modify the file /etc/iproute2/rt_tables, but it was > read-only on previous versions of the "core" snap. > As a workaround, I was manually doing a bind-mount from the file > /writable/system-data/etc/ip

Re: After last "snap refresh" problem with contents of /writable/system-data/etc/iproute2.

2017-02-17 Thread Luca Dionisi
Ok. Thanks. On Fri, Feb 17, 2017 at 3:49 PM, Oliver Grawert wrote: > hi, > Am Freitag, den 17.02.2017, 15:30 +0100 schrieb Luca Dionisi: >> Hi all >> >> I was in need to modify the file /etc/iproute2/rt_tables, but it was >> read-only on previous versions of the "core" snap. >> As a workaround, I

Fwd: petname snap bug

2017-02-17 Thread Dustin Kirkland
Is there something special I need to do to have the "man" binary available to me? My snap ships a manpage in /snap/petname/share/man/man1/petname.1 Perhaps too cleverly, when you run /snap/bin/petname --help, my program tries to "exec man petname", and that fails: $ /snap/bin/petname -h /snap/pe

sosreport and snaps

2017-02-17 Thread Louis Bouchard
Hello, sosreport is a tool used to collect diagnostic information for offline analysis, most often by support specialists[1]. Canonical uses sosreport extensively with our UA customers. I would like to craft a sosreport plugin that would collect valuable information on snaps running on an system.

Re: petname snap bug

2017-02-17 Thread Charles Butler
I popped in #snappy and fished up a bug about this with kyrofa's help https://bugs.launchpad.net/snappy/+bug/1575593 Seems like a good one to watch for this. Charles Butler - Juju Charmer Come see the future of modeling your datacenter: http://jujucharms.com Conjure up Kubernetes: `conjure-up

Re: Fwd: petname snap bug

2017-02-17 Thread Jamie Strandboge
On Fri, 2017-02-17 at 10:35 -0600, Dustin Kirkland wrote: > Is there something special I need to do to have the "man" binary > available to me? > > My snap ships a manpage in /snap/petname/share/man/man1/petname.1 > > Perhaps too cleverly, when you run /snap/bin/petname --help, my > program tries

Re: Fwd: petname snap bug

2017-02-17 Thread Dustin Kirkland
On Fri, Feb 17, 2017 at 2:38 PM, Jamie Strandboge wrote: > On Fri, 2017-02-17 at 10:35 -0600, Dustin Kirkland wrote: >> Is there something special I need to do to have the "man" binary >> available to me? >> >> My snap ships a manpage in /snap/petname/share/man/man1/petname.1 >> >> Perhaps too cle

Re: snapcraft 2.27 has been released

2017-02-17 Thread Joseph Rushton Wakeling
On 17/02/17 13:49, Sergio Schvezov wrote: ## classic confinement Improvements have been made to the experimental `classic` confinement build setup to be more robust and reliable. These improvements allow to build `classic` confined snaps that work across a wider set of OS releases (particular