Re: [systemd-devel] Cleaning up transient scopes

2015-06-01 Thread Alexander Larsson
On tis, 2015-05-19 at 19:00 +0200, Lennart Poettering wrote: > On Thu, 05.03.15 10:12, Alexander Larsson (al...@redhat.com) wrote: > > > See, even when the sleep command died the scope still exists, and is > > even ACTIVE. > > This appears to work fine here on git.

Re: [systemd-devel] DBus api of systemd user instance

2015-03-09 Thread Alexander Larsson
for this to use kdbus when that is available, but for now this is the only sane way to get a cgroup for an unprivileged app. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redha

Re: [systemd-devel] Cleaning up transient scopes

2015-03-05 Thread Alexander Larsson
On tor, 2015-03-05 at 00:00 +0100, Lennart Poettering wrote: > On Wed, 04.03.15 18:51, Alexander Larsson (al...@redhat.com) wrote: > > > If i run a transient scope on the user systemd instance like: > > > > $ systemd-run --user --scope true > > > > Then the

[systemd-devel] Cleaning up transient scopes

2015-03-04 Thread Alexander Larsson
? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a gun-slinging gay filmmaker possessed of the uncanny powers of an insect. She's an elegant tomboy widow with some

[systemd-devel] Device cgroups for user systemd scopes

2015-03-04 Thread Alexander Larsson
systemd-216-20.fc21.x86_64 from Fedora 21 under gnome. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a world-f

Re: [systemd-devel] Docker vs PrivateTmp

2015-02-02 Thread Alexander Larsson
On mån, 2015-02-02 at 12:12 +0100, Lennart Poettering wrote: > On Fri, 30.01.15 11:02, Alexander Larsson (al...@redhat.com) wrote: > > > I think the problem is that docker daemon makes > > /var/lib/docker/devicemapper private in the host namespace to handle > > some sca

Re: [systemd-devel] Docker vs PrivateTmp

2015-01-30 Thread Alexander Larsson
er/devicemapper at the point of startup, but when these are eventually unmounted in the host namespace this is not propagated into the service (due to it being a private mount, not a slave mount). We could try making this slave instead, but I don't know if that then fixes the scalability issues

Re: [systemd-devel] udev database backwards compatibility guarantees

2014-10-27 Thread Alexander Larsson
On lör, 2014-10-25 at 13:45 +0200, Kay Sievers wrote: > > Kay, any ideas on the udev database stability? > > No stability. And so far no guarantees that things will not change. > > The versions of the udev daemon, libudev and the runtime data must > match. Any expectations about version mix and m

[systemd-devel] udev database backwards compatibility guarantees

2014-09-11 Thread Alexander Larsson
Hi, I'm looking at creating a runtime/app thing for Gnome in the style of: http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html However, I noticed that some core dependencies like mesa uses libudev. And in fact, needs user-set additional info not in sysfs. In particular, it r