Re: ubuntu core + snap + gpios

2017-04-06 Thread Simon Stürz
Hi, are there any updates on this? I am facing the same issue with snapd running on debian armhf! Is this a snapd bug or a core snap issue? Also the serial-port interface and i2c interface are missing. My snap is blocked :-( Thanks in advance, Simon On 2017-01-18 10:33, Oliver Grawert wrote: >

Big snaps on ubuntu store.

2017-04-06 Thread José Pekkarinen
Hi list, I was trying to upload a clang snap to the ubuntu store today. To my surprise there seems to be a limit in how big the snap is: $ snapcraft push clang-git_0.1_amd64.snap Pushing 'clang-git_0.1_amd64.snap' to the store. Uploading clang-git_0.1_amd64.snap [

Re: Big snaps on ubuntu store.

2017-04-06 Thread John Lenton
I expect the store sent an X-Oops-Id header with that; maybe snapcraft should print it in these cases, to help with debugging? On 6 April 2017 at 12:26, José Pekkarinen wrote: > Hi list, > > I was trying to upload a clang snap to the ubuntu store today. To my > surprise there seem

Re: Big snaps on ubuntu store.

2017-04-06 Thread Bret A. Barker
José, Can you file a bug at https://bugs.launchpad.net/snapstore ? We have tested with snaps of around 1.5GB and generally this should work - we'll dig into it. Meanwhile, that's going to be quite a snap for users to install, even with delta downloads they'll get hit hard the first time. Is the

Re: Tracks for ldc2 snap package

2017-04-06 Thread Bret A. Barker
Joe, I've added these tracks for you, let me know if you have any troubles or questions. -bret On Wed, Apr 05, 2017 at 10:45:13PM +0200, Joseph Rushton Wakeling wrote: > Hello all, > > If I understand https://snapcraft.io/docs/reference/channels right, I'm > supposed to ask here about this --

Re: Big snaps on ubuntu store.

2017-04-06 Thread Jose Pekkarinen
I'll do later today with the bug report. Yes it's possible to slim it, as this is bringing all clang targets with all the bells and whistles the git code brings, however I see no way how to put some targets in a slimmer snap without duplicating the common part in all the others. I'm open to sugges

Re: Error with Launchpad uploading 403 Client Error: Forbidden

2017-04-06 Thread Colin Watson
On Wed, Apr 05, 2017 at 10:41:27PM +0200, Joseph Rushton Wakeling wrote: > Recently I was able to successfully set up Launchpad builds for my ldc2 > snap. However, auto-upload to the store failed with a 403 Client Error: > Forbidden. > > The error messages are no more informative than this, so any

Re: Big snaps on ubuntu store.

2017-04-06 Thread Manik Taneja
On Thu, Apr 6, 2017 at 5:57 AM, Jose Pekkarinen < jose.pekkari...@canonical.com> wrote: > I'll do later today with the bug report. > > Yes it's possible to slim it, as this is bringing all clang targets with > all the bells and whistles the git code brings, however I see no way how to > put some t

Snap issue with python daemon

2017-04-06 Thread MikeB
I'm using the python-package to daemonize a python command. In my snapcraft, I list my command as a forking daemon. When I run the command directly from command line, it does exactly what I expect, it damonizes and runs forever while the parent exits. When I try to install the snap, the installa

Re: Big snaps on ubuntu store.

2017-04-06 Thread José Pekkarinen
> > you can put the common part in 1 snap and share it via the content interface > with all the other snaps. since you are the publisher of these snaps, the > interfaces can also be auto-connected on installation. the only issue i see > is that users will have to install at least 2 different snaps

Re: Snap issue with python daemon

2017-04-06 Thread MikeB
As a follow-up, using the python-systemd package to change the daemon to 'notify' works in snappy - the snap is installed and the daemon is running as expected. http://gist.github.com/mabnhdev/17a8cb7bdc4df947a1c24d42c32b1daf Mike On Thu, Apr 6, 2017 at 12:26 PM, MikeB wrote: > I'm using the py

Re: Big snaps on ubuntu store.

2017-04-06 Thread Bret A. Barker
On Thu, Apr 06, 2017 at 07:31:57PM +0300, José Pekkarinen wrote: > > > > you can put the common part in 1 snap and share it via the content interface > > with all the other snaps. since you are the publisher of these snaps, the > > interfaces can also be auto-connected on installation. the only is

Re: Tracks for ldc2 snap package

2017-04-06 Thread Joseph Rushton Wakeling
On 06/04/17 14:55, Bret A. Barker wrote: I've added these tracks for you, let me know if you have any troubles or questions. All seems good! Thank you very much :-) -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/li

Exposing commands

2017-04-06 Thread Bruno Rogerio Fernandes
Hello everybody I'm not sure, but I think I'm doing it wrong. I would like to create snaps from scientific softwares. Initially I'm trying to build a gromacs snap. But gromacs has many binaries that I need to expose. I asked on IRC and I understood that I need to expose commands one by one. For no

From ROS prototype to production on Ubuntu Core (part 1)

2017-04-06 Thread Kyle Fazzari
Hey everyone, This is really for those on the list who are using ROS (Robot Operating System), but it may prove beneficial to others as well. I've been working on creating a blog/video series about taking a ROS prototype to production using snaps and Ubuntu Core. Barring any unforeseen circumstan