Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-06 Thread Jacques Supcik
Dear community. I have a program , written in go, and running on a raspberry Pi 2, which displays messages on a LED panel. The panel is made of "neo pixels" and is connected to the GPIO of the raspberry Pi. Internally,

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-06 Thread Jacques Supcik
Note that it works in --devmode, but I would like to have it also running in "safe mode". █ Jacques On 6 November 2016 at 11:29, Jacques Supcik wrote: > Dear community. > > I have a program , written in go, > and running on a raspberry Pi 2, which displa

Re: Error on compiling snap using wxPython

2016-11-06 Thread Vincent JOBARD
Hi Ralf I add python-distutils-extra as dependancy in my snapcraft.yaml but I still have the same issue. According to fin, I have wx modules installed in the install folder of my parts https://pastebin.ubuntu.com/23437170/ So I suppose that's maybe could be due to the path. What do you think ?

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-06 Thread Oliver Grawert
hi, On So, 2016-11-06 at 17:00 +0100, Jacques Supcik wrote: > Note that it works in --devmode, but I would like to have it also > running in "safe mode". >  well, i suspect we will need a "mailbox-device" interface or some such for apps accessing /dev/vcio (or mailbox devices on other boards), plea

Help making images to test console-conf changes

2016-11-06 Thread Michael Hudson-Doyle
Hi all, I've been working on a rewrite of console-conf's networking bits, with the intent of making the UI a bit clearer and more dynamic (e.g. if you stick a USB Ethernet adapter in after you've started console-conf, it shows up in the UI). I've tested this locally but this is the sort of thing

Re: Help making images to test console-conf changes

2016-11-06 Thread Mark Shuttleworth
On 07/11/16 06:27, Michael Hudson-Doyle wrote: > I've been working on a rewrite of console-conf's networking bits, with > the intent of making the UI a bit clearer and more dynamic (e.g. if > you stick a USB Ethernet adapter in after you've started console-conf, > it shows up in the UI). > > I've t

Re: configure hook

2016-11-06 Thread Didier Roche
Le 06/11/2016 à 00:22, Boris Rybalkin a écrit : > > Hello, > Hey Boris, > > I want to generate my config on snap install using snap location > variables. > > From the docs configure hook is only triggered when 'snap set' is > called. Will configure also be called on install and upgrade? > I didn't

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-06 Thread Didier Roche
Le 06/11/2016 à 11:50, Jacques Supcik a écrit : > Dear community. > > I have a program , written in > go, and running on a raspberry Pi 2, which displays messages on a LED > panel. The panel is made of > "neo pixels" an

Re: Project templates in snapcraft

2016-11-06 Thread Didier Roche
Le 05/11/2016 à 07:37, Spencer a écrit : > Small, well commented examples, but not too small so as to leave out > obviously wanted functionality, IMO, are way better than templates. > Part of the problem I have with any kind of template is OCD-based. I > don't want to start where someone else lef