Re: [systemd-devel] StopWhenUnneeded and Templated install paches

2013-01-29 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jan 16, 2013 at 02:36:14PM +0200, Oleksii Shevchuk wrote: > Hi list! > > First patch removes StopWhenUnneeded= when service starts, if service will > be stopped after start, because WantedBy=,RequiredBy,.. is empty. > > Second one allows templated enable, like: > > > grep WantedBy ~/.

Re: [systemd-devel] [HEADS-UP] systemd down/upstream meeting at FOSDEM?

2013-01-29 Thread Lennart Poettering
On Wed, 23.01.13 20:53, Lennart Poettering (lenn...@poettering.net) wrote: > > > Anybody else is coming who'd like to join us? Anybody from ArchLinux > > > attending FOSDEM? SUSE? Or the other distributions? > > > > I'll be there too (doing also a talk about Secure Boot on Sunday). > > OK, let's

Re: [systemd-devel] Someone working on gui for multiseat?

2013-01-29 Thread Lennart Poettering
On Tue, 29.01.13 13:28, Stef Bon (stef...@gmail.com) wrote: > Defaults? No I don't think so. I think this is a discussion about > flexibility and let users decide what to do with these devices. > > Right now in the 71-seat.rules : > > # 'Plugable' USB hub, sound, network, graphics adapter > SUBS

Re: [systemd-devel] vncserver@.service

2013-01-29 Thread Reindl Harald
Am 26.01.2013 11:19, schrieb Mantas Mikulėnas: > On Sat, Jan 26, 2013 at 7:05 AM, Ian Pilcher wrote: >> On 01/23/2013 08:59 AM, Reindl Harald wrote: >>> and why do you not use the User= and Group= options? >> >> ISTR reading that runuser was added because User= and Group= don't >> actually log i

Re: [systemd-devel] Typos in CODING_STYLE

2013-01-29 Thread Tollef Fog Heen
]] Robert Milasan > I found this in CODING_STYLE which is hard to read: > > - Do not issue NSS requests (that includes user name and host name > lookups) from the main daemon as this might trigger deadlocks when > we those lookups involve synchronously talking to services that we > would n

Re: [systemd-devel] Stopping socket activated containers after inactivity?

2013-01-29 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jan 29, 2013 at 02:15:17PM +, Lars Kellogg-Stedman wrote: > I've been playing around with the idea of socket-activated containers > proposed in: > > http://0pointer.de/blog/projects/socket-activated-containers.html. > > This seems like a really neat idea. I'm curious if there's any f

[systemd-devel] Stopping socket activated containers after inactivity?

2013-01-29 Thread Lars Kellogg-Stedman
I've been playing around with the idea of socket-activated containers proposed in: http://0pointer.de/blog/projects/socket-activated-containers.html. This seems like a really neat idea. I'm curious if there's any facility I could use to *stop* a container after some period of idle time (where "i

[systemd-devel] Typos in CODING_STYLE

2013-01-29 Thread Robert Milasan
I found this in CODING_STYLE which is hard to read: - Do not issue NSS requests (that includes user name and host name lookups) from the main daemon as this might trigger deadlocks when we those lookups involve synchronously talking to services that we would need to start up "deadlocks when

Re: [systemd-devel] systemd leaving empty cgroups when exiting a container?

2013-01-29 Thread Lars Kellogg-Stedman
On 2013-01-29, Lennart Poettering wrote: > Hmm, /sys/fs/cgroup/systemd/ is kinda private property of systemd. LXC > should never touch it. All controller hierarchies are shared by > everybody, but not this one hierarchy which is systemd's property. I figured that was the case. I'm going to chalk

Re: [systemd-devel] Memory leak in systemd on i686

2013-01-29 Thread Michael Tremer
Thank you very much for investigating this and sorry for the trouble at the systemd guys. I'll check if the next patch. Thanks again, -Michael On Mon, 2013-01-28 at 19:56 +0200, PaX Team wrote: > On 28 Jan 2013 at 19:21, Michael Tremer wrote: > > > Right when the system boots up, the PaX-enable

Re: [systemd-devel] Someone working on gui for multiseat?

2013-01-29 Thread Stef Bon
Defaults? No I don't think so. I think this is a discussion about flexibility and let users decide what to do with these devices. Right now in the 71-seat.rules : # 'Plugable' USB hub, sound, network, graphics adapter SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="000[13]", ENV{ID_AU

Re: [systemd-devel] journalctl to csv

2013-01-29 Thread William Giokas
On Tue, Jan 29, 2013 at 04:29:14PM +0800, Kai Hendry wrote: > On 29 January 2013 15:33, Zbigniew Jędrzejewski-Szmek > wrote: > > Try 'journalctl --lines=0 --follow' with the latest git. > > Ah, I see the change: > http://cgit.freedesktop.org/systemd/systemd/commit/?id=67e04a486b92fcb656049cb4d6b

Re: [systemd-devel] journalctl to csv

2013-01-29 Thread Mirco Tischler
2013/1/29 Kai Hendry > On 29 January 2013 15:33, Zbigniew Jędrzejewski-Szmek > wrote: > > Try 'journalctl --lines=0 --follow' with the latest git. > > Ah, I see the change: > > http://cgit.freedesktop.org/systemd/systemd/commit/?id=67e04a486b92fcb656049cb4d6b66148c7d2e61b > > I'm too much of a n

Re: [systemd-devel] journalctl to csv

2013-01-29 Thread Kai Hendry
On 29 January 2013 15:33, Zbigniew Jędrzejewski-Szmek wrote: > Try 'journalctl --lines=0 --follow' with the latest git. Ah, I see the change: http://cgit.freedesktop.org/systemd/systemd/commit/?id=67e04a486b92fcb656049cb4d6b66148c7d2e61b I'm too much of a newbie to compile systemd from git on Ar