Re: Ubuntu core on BBB

2016-12-15 Thread Mark Shuttleworth
Hi Luther To help firm up BBB support, please log that request / preference with the SoC manufacturer. Rpi2/3 and Qualcomm Dragonboard are already certified iirc. Mark -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/lis

Re: mysqltuner on a snap install

2016-12-15 Thread Mark Shuttleworth
Hi Tiago One straightforward approach would be to ask the Nextcloud folks to include mysqltuner inside their snap. They will probably prefer that to the other option of exposing a mysql interface which would allow other things to mess with their DB :) Mark On 15/12/16 06:40, Tiago Carrondo wrote

Re: WIP snap for 0ad

2016-12-15 Thread Mark Shuttleworth
On 15/12/16 07:15, Olivier Tilloy wrote: > I haven’t gotten any further information. 2.18 is in zesty, (when) > will it be backported to xenial/yakkety? I think the push is on for 2.20-in-xenial before the Christmas holiday. Mark -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify

Re: Accessing dbus (KDE Application)

2016-12-15 Thread Mark Shuttleworth
On 15/12/16 13:33, Jamie Strandboge wrote: > FYI, the upcoming snapd 2.20 will support the 'dbus' interface. With > this you > can update your snap to include something like: > > slots: > dbus-corebird: > interface: dbus > bus: session > name: org.baedert.corebird > > and then you sho

Deploying private snap store

2016-12-15 Thread Luther Goh Lu Feng
I am looking for software to roll out my own snap store. I am under the impression that these are the 2 to look at: - https://github.com/noise/snapstore/ - https://github.com/snapcore/snapweb Can I confirm please? Any others I missed and which is better? Thanks. -- Luther -- Snapcraft mailin

man: command not found

2016-12-15 Thread Luther Goh Lu Feng
I was surprised that man wasn't present. Is this intended, and if so, what is the rationale. Thanks. -- Luther -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Ubuntu core on BBB

2016-12-15 Thread Luther Goh Lu Feng
I would like to know if there is a roadmap for official support of BBB for Ubuntu Core. Currently, I am running relying on the image made by Oliver http://people.canonical.com/~ogra/snappy/all-snaps/stable/current/ I also see a gadeget snap for Beagleblack[1]. But am unsure how to use it to cre

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 11:42 AM, Penk Chen wrote: > Maybe a bit off-topic, but I've got OpenGLES working on RPi2/3 with Qt, > using the eglfs_brcm backend from Broadcom's dispmanx/EGL driver. > > Here's a digital signage demo using it: > https://github.com/penk/oxide-eglfs-snap/tree/rpi2 Not off

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Penk Chen
Hi, Maybe a bit off-topic, but I've got OpenGLES working on RPi2/3 with Qt, using the eglfs_brcm backend from Broadcom's dispmanx/EGL driver. Here's a digital signage demo using it: https://github.com/penk/oxide-eglfs-snap/tree/rpi2 Best, penk On Fri, Dec 16, 2016 at 3:06 AM, Dan Kegel wrote:

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 10:34 AM, Stephen M. Webb wrote: >>> GLES is what I'm after. >>> but there are still some kernel issues to be solved to make the driver work properly. probably paolo pisati, kevin gunn or thomas voss can chime in here, these three are currently acti

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Stephen M. Webb
On 2016-12-15 01:26 PM, Dan Kegel wrote: > On Thu, Dec 15, 2016 at 9:44 AM, Dan Kegel wrote: >> GLES is what I'm after. >> >>> but there are still >>> some kernel issues to be solved to make the driver work properly. >>> >>> probably paolo pisati, kevin gunn or thomas voss can chime in here, >>> t

Re: Accessing dbus (KDE Application)

2016-12-15 Thread Jamie Strandboge
On Mon, 2016-09-12 at 20:13 +, Daniel Llewellyn wrote: > An informational: > > I just ran-up against this issue while trying to snap corebird, which wants > to reserve the dbus name "org.baedert.corebird". This would fall afoul of > the option to limit names to being under org.gnome namespace.

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 9:44 AM, Dan Kegel wrote: > GLES is what I'm after. > >> but there are still >> some kernel issues to be solved to make the driver work properly. >> >> probably paolo pisati, kevin gunn or thomas voss can chime in here, >> these three are currently actively working on it.

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 9:49 AM, Oliver Grawert wrote: >> way to test what they've got (what's the snap equivalent of a ppa?). > > a snap ;) Or, I suppose, a snap store... -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: running your pi3 from USB only (no SD card)

2016-12-15 Thread Jamie Bennett
> On 15 Dec 2016, at 17:45, Oliver Grawert wrote: > > hi, > > a minute ago a new gadget snap for the pi3 has hit the edge channel. > > alfonso beato kindly provided a pull request that enables our pi3 > gadget to completely boot from USB after you turned your ROM to USB > boot following the in

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Oliver Grawert
hi, Am Donnerstag, den 15.12.2016, 09:44 -0800 schrieb Dan Kegel: >  > way to test what they've got (what's the snap equivalent of a ppa?). > a snap ;) ciao oli signature.asc Description: This is a digitally signed message part -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Mod

running your pi3 from USB only (no SD card)

2016-12-15 Thread Oliver Grawert
hi, a minute ago a new gadget snap for the pi3 has hit the edge channel. alfonso beato kindly provided a pull request that enables our pi3 gadget to completely boot from USB after you turned your ROM to USB boot following the instructions on [1]. this will allow you to drop SD cards completely i

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 9:34 AM, Oliver Grawert wrote: > what is being worked on is GLES I was speaking loosely. GLES is what I'm after. (I would like to try testing it by running piglit and maybe glmark, using gles rather than plain old opengl.) > but there are still > some kernel issues to be

Re: opengl on ubuntu core on pi3?

2016-12-15 Thread Oliver Grawert
hi, Am Donnerstag, den 15.12.2016, 09:20 -0800 schrieb Dan Kegel: > So, I installed ubuntu core 16 on my pi and verified that with > classic I was able to build my little world. > Next step: run an opengl program.  So I created a local > password, logged into the console, and ... what? > startx isn

opengl on ubuntu core on pi3?

2016-12-15 Thread Dan Kegel
So, I installed ubuntu core 16 on my pi and verified that with classic I was able to build my little world. Next step: run an opengl program. So I created a local password, logged into the console, and ... what? startx isn't there, and even in classic, there's nothing in apt that looks especially

Re: Development environment for debs and snaps for raspberry pi 3?

2016-12-15 Thread Dan Kegel
On Thu, Dec 15, 2016 at 2:47 AM, Oliver Grawert wrote: > http://pad.lv/1650207 Thanks. I added a comment there asking for /etc/issue to be classic-ized, too. -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/sna

Re: mysqltuner on a snap install

2016-12-15 Thread XiaoGuo Liu
Hi, Some time ago, I created a tomcat/mysql/jsp web application. The sample snap app can be found at: https://github.com/liu-xiao-guo/tomcat-maven-webapp I created a blog for at http://blog.csdn.net/ubuntutouch/article/details/52217173 Hopefully, the example code is useful to you! Best regards

Re: Out of date documentation on snapcraft.io

2016-12-15 Thread Sergio Schvezov
Done El 15 dic. 2016 4:36 AM, "Sebastien Bacher" escribió: > Le 15/12/2016 à 02:27, Leo Arias a écrit : > > Here's a bug for that: > > https://bugs.launchpad.net/snapcraft/+bug/1627781 > > > > But it needs triaging, because I'm not sure if we should fix > > snapcraft, or fix the doc. > > Please

Re: Development environment for debs and snaps for raspberry pi 3?

2016-12-15 Thread Loïc Minier
For docker, make sure you're using snapd 2.19.1 or newer; the core (OS) snap from the edge channel works for me: *lool@localhost*:*~*$ snap list Name Version Rev Developer Notes core 16.04.1 694 canonical - [...] *lool@localhost*:*~*$ snap version snap2.19+ppa1

Re: WIP snap for 0ad

2016-12-15 Thread Olivier Tilloy
On Fri, Nov 18, 2016 at 3:38 PM, Jamie Strandboge wrote: > On Fri, 2016-11-18 at 15:33 +0100, Olivier Tilloy wrote: >> On Fri, Nov 18, 2016 at 2:37 PM, Jamie Strandboge >> wrote: >> > >> > On Fri, 2016-11-18 at 13:13 +0100, Olivier Tilloy wrote: >> > > >> > > Hi everyone, >> > > >> > > I’ve been

mysqltuner on a snap install

2016-12-15 Thread Tiago Carrondo
Hi, all I have a question/problem: I have installed the nexcloud snap and I want to use de mysqltuner to fine tune his mysql server but if I "apt install" mysqltuner is going to run on the global mysq server of the machine but not on the server inside the snap. How can I solve this? Thanks in

Re: Development environment for debs and snaps for raspberry pi 3?

2016-12-15 Thread Oliver Grawert
hi, Am Donnerstag, den 15.12.2016, 11:38 +0100 schrieb Oliver Grawert: > > > i have filed http://pad.lv/165020 for further discussion ...  EEK ! paste error http://pad.lv/1650207 sorry ... ciao oli signature.asc Description: This is a digitally signed message part -- Snapcraft mailin

Re: Development environment for debs and snaps for raspberry pi 3?

2016-12-15 Thread Oliver Grawert
hi, Am Mittwoch, den 14.12.2016, 14:05 -0800 schrieb Dan Kegel: > Trying the classic snap now. > First hitch: /etc/lsb-release is not very classic, my scripts choke > because it doesn't match normal ubuntu. > I guess I can try special-casing them to pretend they see xenial > there. > i have filed

Re: Snapcraft's state tracking improvements

2016-12-15 Thread Stuart Bishop
On 14 December 2016 at 04:57, Kyle Fazzari wrote: > Hey everyone. > > I feel it coming on... this is going to be a tome. tl;dr... snapcraft > could be smarter than it is. But would that lead to its doing more for > you than you want? We'd like to find out. > > > *Option 1*: Error out and make y