Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
Oh, I figured out the root cause. It's the permission. After added the user to the docker group, I can run docker commands now. $sudo gpasswd -a ${USER} docker Docker snap works perfectly! Thanks. On Tue, Nov 1, 2016 at 6:26 PM, Peng Liu wrote: > Hi Loïc, > > I also realized that might be a p

Re: Confined Docker snap available

2016-11-01 Thread Peng Liu
Hi Loïc, I also realized that might be a problem in an old version. So I upgraded the snapd to the latest version. $ snap --version snap 2.16ubuntu3 snapd 2.16ubuntu3 series 16 ubuntu 16.04 And I tried to install the docker from both stable and edge channel. In both cases, the plug and slot can

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

2016-11-01 Thread Sergio Schvezov
El 01/11/16 a las 23:31, Joseph Rushton Wakeling escribió: 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 there. Note that if you didn't already, you should really start develop

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

2016-11-01 Thread Joseph Rushton Wakeling
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 there. Note that if you didn't already, you should really start developping your snap in devmode. That way, it will get confinment ou

Re: snap integration with XFCE

2016-11-01 Thread PC Actual
Hi Didier, hi all. I've been trying to accomplish this mission but I miss something (my bet is that I need an interface similar to gsettings but it doesn't exist something like this). 1.- I have successfully created a symlink from /home/$USER/.config/xfce4/xfconf/xfce-perchannel-xml inside the sn

Re: Client authentication for private snap stores?

2016-11-01 Thread Dan Kegel
I have no problem with the server side; I'm sure I can add client cert support to the https://github.com/noise/snapstore demo. The question is the 'snap install' command. How do you install a client certificate for it to use while contacting an app store that uses https client certificate authenti

Re: Client authentication for private snap stores?

2016-11-01 Thread Marcos Alano
A private app store supports authentication? On 01/11/2016 17:56, Mark Shuttleworth wrote: > If you are using snaps as a format, you can build your own app store > easily enough. > > In the Ubuntu store, IIRC we support several approaches you can take > advantage of: > > - snaps scoped to a speci

Re: Client authentication for private snap stores?

2016-11-01 Thread Mark Shuttleworth
If you are using snaps as a format, you can build your own app store easily enough. In the Ubuntu store, IIRC we support several approaches you can take advantage of: - snaps scoped to a specific device - snaps priced for purchase (like a phone app store) ... and combinations of those, where

Client authentication for private snap stores?

2016-11-01 Thread Dan Kegel
We might like to have snap stores which require a client to have a certain certificate to be able to connect and download packages, just as one can do with apt. I think the way go works, the word 'Certificates' would be in the source tree for snapd if this were already supported but I don't se

Re: Confined Docker snap available

2016-11-01 Thread Loïc Minier
Hi, What's the output of snap --version? Thanks! - Loïc Minier On Tue, Nov 1, 2016 at 4:21 AM, Peng Liu wrote: > Hi Loïc, > > I encountered some errors when I tried to connect the interfaces, for > example: > > sudo snap connect docker:d

xterm

2016-11-01 Thread Joe Coates
The main app in my snapped feature wants to initiate some xterm sessions and run a different local snap command in each. However, I can't manage to get a terminal emulator of any sort to behave correctly within the snap (if they startup at all, then they cannot receive keystroke input). I have

valgring

2016-11-01 Thread Renato Filho
Hi Guys, My app is crashing on startup when running on "strict" mode, I tried to add more verbose debug but until now I did not find the problem. I would like to run the app with valgrind. This will make the developer apps easy. Is that possible? I already tried to install valgrind with my app a