Re: Strategy for Snaps with Debugging Symbols

2017-03-27 Thread Alfonso Sanchez-Beato
On Fri, Mar 24, 2017 at 6:49 PM, Dmitrii Shcherbakov < dmitrii.shcherba...@canonical.com> wrote: > Hi everybody, > > My question is in the context of a libvirt & qemu snap but I think it is > worthwhile to discuss that for any software written in C, C++ or other > compiled languages for which debu

Re: some console-conf start-up traceback

2017-03-27 Thread Michael Hudson-Doyle
On 28 March 2017 at 10:38, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > > > On 28 March 2017 at 02:50, Nicolino Curalli wrote: > >> Hi all, >> >> we have a strange output on console after the first boot: the first boot >> go straight without any traceback. >> >> We use our kernel

Re: Cleaning up on snap removal

2017-03-27 Thread Brian Murray
On Tue, Mar 28, 2017 at 01:07:59AM +0200, Michał Sawicz wrote: > W dniu 28.03.2017 o 00:56, Kyle Fazzari pisze: > > On 03/27/2017 03:47 PM, Brian Murray wrote: > >> I'm working on a snap of apport and when it is installed a daemon is run > >> that modifies "/proc/sys/kernel/core_pattern". How can I

Re: Cleaning up on snap removal

2017-03-27 Thread Michał Sawicz
W dniu 28.03.2017 o 00:56, Kyle Fazzari pisze: > On 03/27/2017 03:47 PM, Brian Murray wrote: >> I'm working on a snap of apport and when it is installed a daemon is run >> that modifies "/proc/sys/kernel/core_pattern". How can I modify that >> file back to what it originally was when the snap is re

Re: Cleaning up on snap removal

2017-03-27 Thread Kyle Fazzari
On 03/27/2017 03:47 PM, Brian Murray wrote: > I'm working on a snap of apport and when it is installed a daemon is run > that modifies "/proc/sys/kernel/core_pattern". How can I modify that > file back to what it originally was when the snap is removed? That sounds like the justification behind a

Cleaning up on snap removal

2017-03-27 Thread Brian Murray
I'm working on a snap of apport and when it is installed a daemon is run that modifies "/proc/sys/kernel/core_pattern". How can I modify that file back to what it originally was when the snap is removed? Thanks! -- Brian Murray signature.asc Description: PGP signature -- Snapcraft mailing list

Re: some console-conf start-up traceback

2017-03-27 Thread Michael Hudson-Doyle
On 28 March 2017 at 02:50, Nicolino Curalli wrote: > Hi all, > > we have a strange output on console after the first boot: the first boot > go straight without any traceback. > > We use our kernel snap on a orangepi plus 2e board (kernel 4.9). > > The traceback is the following: > > > [ OK ] Re

Modular Application Updates: Libvirt and QEMU

2017-03-27 Thread Dmitrii Shcherbakov
Hi everybody, TL;DR: Putting libvirt and QEMU into the same snap removes an ability to update them independently and only use new QEMU binaries after VM shutdown. The update process is not graceful as all processes are terminated (SIGTERM) or killed (SIGKILL) by snapd if termination was not succes

some console-conf start-up traceback

2017-03-27 Thread Nicolino Curalli
Hi all, we have a strange output on console after the first boot: the first boot go straight without any traceback. We use our kernel snap on a orangepi plus 2e board (kernel 4.9). The traceback is the following: [ OK ] Reached target Login Prompts. [ OK ] Started OpenBSD Secure Shell ser

Re: Moving from strict to classic confinement

2017-03-27 Thread Renato Filho
2017-03-27 4:22 GMT-03:00 Eloy García (PC Actual) : > Hello everybody. > > I currently have a snap package published on the store. It is called > wallpaperdownloader and it is a Java-based application. So far, it has been > packaged using the strict confinement. The application basically downloads

Re: Request for etcdctl alias autoconnect

2017-03-27 Thread Jamie Strandboge
On Sat, 2017-03-25 at 16:10 -0300, Gustavo Niemeyer wrote: > Sounds sane. > > Bret, Natalia, who's the best person to handle such requests after > approval?  I know Jamie can edit the declarations, so he could easily do > it, but that's not entirely security related. Should we just abuse ask > whe

Re: Moving from strict to classic confinement

2017-03-27 Thread Sergio Schvezov
On Mon, 27 Mar 2017 09:22:03 +0200, Eloy García (PC Actual) wrote: > Hello everybody. > > I currently have a snap package published on the store. It is called > wallpaperdownloader and it is a Java-based application. So far, it has been > packaged using the strict confinement. The application basic

[Fwd: Re: Request for etcdctl alias autoconnect]

2017-03-27 Thread Jamie Strandboge
This got caught up in an issue with the mailing list server and never made it to the list. Resending now-- sorry for the delay in response to the list. Forwarded Message From: Jamie Strandboge To: Mark Shuttleworth Cc: Snapcraft Subject: Re: Request for etcdctl alias autoconn

Re: Reserved project names and cooperative transfer of ownership

2017-03-27 Thread Bret A. Barker
On Sun, Mar 26, 2017 at 10:46:53PM -0400, Michael Hall wrote: > On 03/25/2017 06:53 AM, Joseph Rushton Wakeling wrote: > > ... yes, more questions :-) > > > > First, how problematic is it to organize a cooperative transfer of > > ownership of a reserved name between one snap publisher and another?

Re: Contributing cloud parts

2017-03-27 Thread Tim Süberkrüb
Hey Michael, that was the reason! Thank you! Have a nice day, Tim Süberkrüb On 27.03.2017 04:34, Michael Hall wrote: Have you logged out and back in to the wiki after being added to the wiki-editors group on Launchpad? Michael Hall mhall...@ubuntu.com On 03/26/2017 09:34 AM, Tim Süberkrüb

Re: Moving from strict to classic confinement

2017-03-27 Thread PC Actual
Hi Alistair! Thanks for the tip, but this is not a problem anymore. Yep, I used "the bridge" provided by Ubuntu Core for xdg-open and it works if the user installs snapd-xdg-open :) Best, Eloy 2017-03-27 9:32 GMT+02:00 Alistair Grant : > Hi Eloy, > > Your readme mentions problems with xdg-open

Re: Moving from strict to classic confinement

2017-03-27 Thread Alistair Grant
Hi Eloy, Your readme mentions problems with xdg-open. Take a look at: https://github.com/snapcore/snapd-xdg-open which may help. Note that the host has to have snapd-xdg-open installed. Cheers, Alistair On 27 March 2017 at 09:22, Eloy García (PC Actual) wrote: > Hello everybody. > > I curre

Moving from strict to classic confinement

2017-03-27 Thread PC Actual
Hello everybody. I currently have a snap package published on the store. It is called wallpaperdownloader and it is a Java-based application. So far, it has been packaged using the strict confinement. The application basically downloads wallpapers from the Internet and sets the wallpaper when the