Re: [systemd-devel] [PATCH] Add usernames as arguments to tmpfiles ignore directives.

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 12, 2015 at 06:03:31PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Jan 12, 2015 at 03:11:08PM +0100, Thomas Blume wrote: > > On Donnerstag 2015-01-08 21:29, Zbigniew Jędrzejewski-Szmek wrote: > > > > >On Thu, Jan 08, 2015 at 01:37:57PM +0100, Thomas Blume wrote: > > >>Currently

Re: [systemd-devel] [PATCH 04/12] Add some plymouth functionality to connect and send, messages

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 29, 2015 at 06:42:42PM +0100, Didier Roche wrote: > Le 28/01/2015 15:44, Zbigniew Jędrzejewski-Szmek a écrit : > >On Wed, Jan 28, 2015 at 02:22:04PM +0100, Didier Roche wrote: > >> bool plymouth_running(void) { > >> return access("/run/plymouth/pid", F_OK) >= 0; > >> } > >>+

Re: [systemd-devel] [PATCH 04/12] Add some plymouth functionality to connect and send, messages

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 29, 2015 at 06:43:22PM +0100, Didier Roche wrote: > Le 28/01/2015 21:22, Lennart Poettering a écrit : > >On Wed, 28.01.15 14:22, Didier Roche (didro...@ubuntu.com) wrote: > > > >> # > >> -- > >>+have_plymouth=

Re: [systemd-devel] [PATCH 11/12] Add man page and references to it.

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 29, 2015 at 06:46:40PM +0100, Didier Roche wrote: > >This is very detailed too, but it is OK, we don't really have a good place > >for this > >kind of documentation. > > Yeah, some API for plymouth theme authors. I didn't find a better > place (or the systemd wiki?) The wiki tends to

Re: [systemd-devel] [PATCH 01/12] fsckd daemon for inter-fsckd communication

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 29, 2015 at 06:37:53PM +0100, Didier Roche wrote: > Le 28/01/2015 15:37, Zbigniew Jędrzejewski-Szmek a écrit : > >On Wed, Jan 28, 2015 at 02:20:40PM +0100, Didier Roche wrote: > Hey Zbigniew, > > Thanks for the quick feedbacks! Integrated your changes in the > incoming patches. Just an

Re: [systemd-devel] [PATCH 06/12] Support cancellation of fsck in progress

2015-01-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 29, 2015 at 06:44:23PM +0100, Didier Roche wrote: > Le 28/01/2015 15:53, Zbigniew Jędrzejewski-Szmek a écrit : > >On Wed, Jan 28, 2015 at 02:22:54PM +0100, Didier Roche wrote: > >> From 104cf82ba28941e907f277a713f834ceb3d909f0 Mon Sep 17 00:00:00 2001 > >>From: Didier Roche > >>Date: M

Re: [systemd-devel] User sessions, session buses, user buses

2015-01-30 Thread Elias Probst
On 01/30/2015 09:30 AM, Simon McVittie wrote: > Remaining issue: environment variables > == > > […] > As a short-term solution, I'm tempted to write that tool, but make it > only upload a whitelisted set of variables automatically, and say "if > you install dbus

Re: [systemd-devel] crash after commit core: make setting the shutdown watchdog configuration via dbus work

2015-01-30 Thread Kay Sievers
On Thu, Jan 29, 2015 at 6:35 PM, Cristian Rodríguez wrote: > > systemd crashes after that commit with > > gdb --args ./systemd > > Failed to create root cgroup hierarchy: Permission denied > Failed to allocate manager object: Permission denied > > Program received signal SIGSEGV, Segmentation faul

Re: [systemd-devel] Docker vs PrivateTmp

2015-01-30 Thread Alexander Larsson
On fre, 2015-01-23 at 11:31 -0500, Daniel J Walsh wrote: > On 01/22/2015 10:02 PM, Lennart Poettering wrote: > > On Sat, 17.01.15 23:02, Lars Kellogg-Stedman (l...@redhat.com) wrote: > > > >> See the `devicemapper` mountpoint created by Docker for the container: > >> > >> # grep devicemapper/mn

Re: [systemd-devel] What's the correct way to configure encrypted volume and mount point?

2015-01-30 Thread Jan Janssen
John Lane jelmail.com> writes: > $ mount /home/myuser/data > mount: special device /dev/mapper/keyring does not exist Your crypttab entry uses "noauto" as an option. This means that it won't get activated and no plain text device is created. Hence your manual mount can only fail. > I'm guessi

Re: [systemd-devel] Programmatically setting udev properties

2015-01-30 Thread Martin Pitt
Tomasz Torcz [2015-01-29 23:42 +0100]: > Have you seen umockdev? https://github.com/martinpitt/umockdev/ Right, with that you can run your tests as normal user, completely isolated from the actual system, and you can set up/change devices, attributes and properties at any time without restrictio

Re: [systemd-devel] Programmatically setting udev properties

2015-01-30 Thread Martin Pitt
Peter Hutterer [2015-01-30 8:12 +1000]: > Because of uinput, the test suite runs as root. One solution would be to > drop a custom test rule, reload, create the uinput device, run the test, > rm the rule again. Not pretty though, I was hoping there was something > nicer. I'm not aware of anything

Re: [systemd-devel] Support for staged startup

2015-01-30 Thread Umut Tezduyar Lindskog
Hi, What you have figured out is so far the only way if you want to have dynamic targets. If you do not use "--no-block" to start your second target, first target will never finish. Other caveat of your way is that systemd doesn't know about your final target until it receives "systemctl start des

[systemd-devel] [PATCH] config_parse_set_status: put signals in the correct set

2015-01-30 Thread Michael Olbrich
This was broken when the code was rearranged in "1e2fd62d70ff core/load-fragment.c: correct argument sign and split up long lines" --- src/core/load-fragment.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 516

[systemd-devel] User sessions, session buses, user buses

2015-01-30 Thread Simon McVittie
[For those who are there, I'll be at the system hackfest today and at FOSDEM this weekend, so if you are interested in these topics, please talk to me about them; I'll try to summarize discussion to these lists. For those not there, I'll try to keep up with responses via email and raise any interes