Re: Request for snap interface that expose user-space device APIs

2016-11-14 Thread Lorn Potter
On 15/11/16 08:50, Jian LUO wrote: > Hi snapcrafters, > > Embedded systems (which are likely called IoT devices these days :) > sometime need access to peripherals via user-space device APIs, namely > i2cdev[1], spidev[2] and uio[3]. Snaps of type core and gadget should be > able to expose

Re: Cliqz Snap

2016-11-14 Thread Chris
On Mon, 2016-11-14 at 17:16 -0800, Seth Arnold wrote: > On Mon, Nov 14, 2016 at 08:13:33AM -0600, Chris wrote: > > > > Hallo Cpollock, > > > > deine Anfrage hat den CLIQZ Support erreicht. Unser Ziel ist es, > > dir so > > schnell wie möglich zu antworten. Das wird nicht allzu lange > > dauern,

Re: Cliqz Snap

2016-11-14 Thread Seth Arnold
On Mon, Nov 14, 2016 at 08:13:33AM -0600, Chris wrote: > Hallo Cpollock, > > deine Anfrage hat den CLIQZ Support erreicht. Unser Ziel ist es, dir so > schnell wie möglich zu antworten. Das wird nicht allzu lange dauern, > versprochen. > > In der Zwischenzeit kannst du mal in unsere FAQs schauen:

Re: configure hook

2016-11-14 Thread Sergio Schvezov
El 14/11/16 a las 18:35, Boris Rybalkin escribió: VM has snapd v2.17, is it possible to install this version on desktop 16.04/16.10 so I can have it for integration tests? It is in xenial-proposed https://launchpad.net/ubuntu/+source/snapd If you want the latest and greatest at all times (non

Re: configure hook

2016-11-14 Thread Boris Rybalkin
Great, on ubuntu core vm hook worked perfectly fine and even was executed on install with all the issues printed to the output until fixed it! VM has snapd v2.17, is it possible to install this version on desktop 16.04/16.10 so I can have it for integration tests? Also is there any documentation

Re: Nand flash booting.

2016-11-14 Thread Barry Warsaw
On Nov 14, 2016, at 11:38 AM, Steve Langasek wrote: >It is an explicit element of the ubuntu-image design that a gadget snap >should be able to emit multiple images for a given model, so that these can >be written out separately across e.g. an SD card and a NAND device. However, >the current

Spread 2016.11.14

2016-11-14 Thread Gustavo Niemeyer
Hello all, The 2016.11.14 release of Spread is now available both as a snap and at Travis. There are quite a few interesting changes on this one: - Support for fetching files generated by the remote tasks: https://github.com/snapcore/spread#residue - Support for "manual"

Ubuntu Online Summit coming up: 15-16 Nov 2016

2016-11-14 Thread Daniel Holbach
Hello everybody, tomorrow Ubuntu kicks off its once-a-cycle Ubuntu Online Summit, which will feature key developers and contributors both presenting what's new in Ubuntu 16.10 and discussing upcoming work for 17.04 as well. There's a Core track as well, which for all snap-related topics will be

Feedback and requests from the syncthing snap

2016-11-14 Thread Leo Arias
Hello dear snapcraft, I have been working with the syncthing main dev, Jakob Borg, to make a syncthing snap. If you want to join the early adopters, $ sudo snap install syncthing --edge He has been really nice, digging into snaps and providing valuable feedback. We have something that works, but

Re: Nand flash booting.

2016-11-14 Thread Oliver Grawert
hi, On Mo, 2016-11-14 at 01:21 +, Daniel Toussaint wrote: > I am working on a board similar to Beaglebone Black, however instead > of SD/eMMC it is booting from NAND flash directly. As far as I can > see in the documentation there is no way yet to boot a Snappy image > in this fashion, is

Re: Is there any guidance/document about how to write App-provided slots

2016-11-14 Thread Enwei Zhang
Yes, you are right Simon. I am clear now. Thanks a lot. Br Enwei On Mon, Nov 14, 2016 at 9:29 PM, Simon Fels wrote: > On 14.11.2016 11:56, Enwei Zhang wrote: > > Thanks David. Did you forget to add Morphis and Zyga? :) > > Loop Simon. > > Simon told me here is the

Re: Is there any guidance/document about how to write App-provided slots

2016-11-14 Thread Simon Fels
On 14.11.2016 11:56, Enwei Zhang wrote: > Thanks David. Did you forget to add Morphis and Zyga? :) > Loop Simon. > Simon told me here is the latest bluez snap, > https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/bluez >

Re: Cross platform snap creation?

2016-11-14 Thread Mark Shuttleworth
Hi Peter While snaps are currently Linux-only, there is good progress on a range of related fronts in the Windows Subsystem for Linux ("Ubuntu for Windows") which makes it plausible that snaps could be built on a future Windows as easily as on native Linux today. On Linux, currently most snaps

Issues installing services in classic mode on Ubuntu core

2016-11-14 Thread MikeB
I'm trying to install a Debian package that contains a system service in Classic mode on Ubuntu core. * I've added a case to /usr/sbin/polivy-rc.d to return 104 for the service. * The service file is installed at /lib/systemd/system/foo.service. * There is a dropin file for the service at

Re: Cross platform snap creation?

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 13:24, Érico P a écrit : > > Didier, > > Peter asked about building snaps from other systems, not running them. > I think the idea would be to automate the building process of an app > in Electron for multiple platforms. Forgive me if you got right and I > just didn't understood

Re: Cross platform snap creation?

2016-11-14 Thread Érico P
Didier, Peter asked about building snaps from other systems, not running them. I think the idea would be to automate the building process of an app in Electron for multiple platforms. Forgive me if you got right and I just didn't understood what you have said. Em 14 de nov de 2016 7:32 AM,

Re: Packaging nodejs apps

2016-11-14 Thread Stephen Stewart
On Mon, Nov 14, 2016 at 10:34 AM Didier Roche wrote: > Le 14/11/2016 à 10:55, Stephen Stewart a écrit : > > Hi, > > > > While looking into a nodejs/yarn plugin I wondered if I could make a > > yarn snap (not plugin), and simply define nodejs and yarn as parts, > > use dump

Re: Is there any guidance/document about how to write App-provided slots

2016-11-14 Thread Enwei Zhang
Thanks David. Did you forget to add Morphis and Zyga? :) Loop Simon. Simon told me here is the latest bluez snap, https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/bluez Simon told me that bluez snap only

Re: Packaging nodejs apps

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 10:55, Stephen Stewart a écrit : > Hi, > > While looking into a nodejs/yarn plugin I wondered if I could make a > yarn snap (not plugin), and simply define nodejs and yarn as parts, > use dump plugin and be done, no plugin required: > > "Parts 'yarn' and 'node' have the following

Packaging nodejs apps

2016-11-14 Thread Stephen Stewart
Hi, While looking into a nodejs/yarn plugin I wondered if I could make a yarn snap (not plugin), and simply define nodejs and yarn as parts, use dump plugin and be done, no plugin required: "Parts 'yarn' and 'node' have the following file paths in common which have different contents:"

Re: Symlink to snapcraft apps no longer working

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 10:41, Zygmunt Krynicki a écrit : >> Wiadomość napisana przez Martin Winter w >> dniu 11.11.2016, o godz. 10:54: >> >> Not sure when this (recently) changed. >> >> All apps as defined by a snap are prefixed with the snap name >> >> Ie, I have under

Re: snapd-glib 1.3 released

2016-11-14 Thread Zygmunt Krynicki
> Wiadomość napisana przez Robert Ancell w dniu > 14.11.2016, o godz. 04:30: > > Overview of changes in snapd-glib 1.3 Congratulations :-) Speaking about releases, we have a dedicated list for announcing releases, the snapcraft-relea...@snapcraft.io list. Could

Re: Symlink to snapcraft apps no longer working

2016-11-14 Thread Zygmunt Krynicki
> Wiadomość napisana przez Martin Winter w dniu > 11.11.2016, o godz. 10:54: > > Not sure when this (recently) changed. > > All apps as defined by a snap are prefixed with the snap name > > Ie, I have under apps a “vtysh” defined, which then ends up as >

Re: Symlink to snapcraft apps no longer working

2016-11-14 Thread Didier Roche
Le 11/11/2016 à 10:54, Martin Winter a écrit : > Not sure when this (recently) changed. > > All apps as defined by a snap are prefixed with the snap name > > Ie, I have under apps a “vtysh” defined, which then ends up as > quagga.vtysh (for the quagga snap). > > So far no issue. > > Now, a few

Re: Cross platform snap creation?

2016-11-14 Thread Didier Roche
Le 13/11/2016 à 15:58, Peter Uithoven a écrit : > Hi folks, > > This is a question on behalf of the people behind Electron: Is is > possible to create snaps from other platforms than Linux? Would this > be possible through a Docker container? Are there docs on this? > >

Re: Provisional snap for DUB (D language package/build manager)

2016-11-14 Thread Zygmunt Krynicki
> Wiadomość napisana przez Joseph Rushton Wakeling > w dniu 01.11.2016, o godz. 22:31: > > On 27/10/16 22:13, Joseph Rushton Wakeling wrote: >> On 27/10/16 08:37, Didier Roche wrote: >>> I would look at /var/log/syslogs. Apparmor and seccomp denials are >>> listed

Re: configure hook

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 10:04, Boris Rybalkin a écrit : > > Will it help if I upgrade to 16.10? > No, it contains the same version: https://launchpad.net/ubuntu/+source/snapd Try the ubuntu core vm is the only easy way for you to progress there. > Also what is really relation between snapd and ubuntu

Re: configure hook

2016-11-14 Thread Boris Rybalkin
Will it help if I upgrade to 16.10? Also what is really relation between snapd and ubuntu core on amd64? On 14 Nov 2016 8:01 am, "Didier Roche" wrote: > Le 12/11/2016 à 17:45, Boris Rybalkin a écrit : > > Still struggling with hooks, they are not executed on install. > >

Re: Nand flash booting.

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 02:21, Daniel Toussaint a écrit : > I am working on a board similar to Beaglebone Black, however instead > of SD/eMMC it is booting from NAND flash directly. As far as I can see > in the documentation there is no way yet to boot a Snappy image in > this fashion, is support for this

Re: crontab like snaps or interfaces

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 09:03, Didier Roche a écrit : > Le 14/11/2016 à 02:29, Enwei Zhang a écrit : >> Hello, >> I want to ask if there is any snaps or interfaces that could support >> crontab or systemd.timer or that kind of timed operations. >> For example, if my snap uses syslog to save all the logs,

Re: configure hook

2016-11-14 Thread Didier Roche
Le 12/11/2016 à 17:45, Boris Rybalkin a écrit : > > Still struggling with hooks, they are not executed on install. > > snap$ snap run --hook=configure syncloud-platform > cannot snap-exec: cannot find hook "configure" in "syncloud-platform" > and even 'snap run --hook=configure mysnap' silently