[systemd-devel] [PATCH 1/2] continuation support for load_env_file

2013-01-18 Thread Michal Vyskocil
Variable definition can be written on more than one line - if each ends with a backslash, then is concatenated with a previous one. Only backslash and unix end of line (\n) are treated as a continuation. And backslash on the last line of the file is ignored. Fixes:

[systemd-devel] [PATCH 2/2] Document continuation support in systemd.exec

2013-01-18 Thread Michal Vyskocil
--- man/systemd.exec.xml |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 71472b4..8c23687 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -299,9 +299,11 @@ contain

[systemd-devel] multi-seat broken - udl - Fedora 18

2013-01-18 Thread poma
Bonjour, Once upon a time, Fedora 17 # CONFIG_DRM_UDL is not set CONFIG_FB_UDL=m multi-seat-x with udlfb.ko(DisplayLink kernel framebuffer driver) worked like a charm. Present time, Fedora 18 CONFIG_DRM_UDL=m # CONFIG_FB_UDL is not set multi-seat-x with udl.ko is broken.

Re: [systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-18 Thread Mirco Tischler
2013/1/18 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl Hi, I had a look at the your patches (without actually running them :). I started with a few cleanups, I'll post them as replies to this letter. Then I had a better look at the logic of USER_UNIT and I have a few questions. Hi Thanks

[systemd-devel] [PATCH] tmpfiles: introduce type X

2013-01-18 Thread msekleta
From: Michal Sekletar msekl...@redhat.com Type X will exclude path itself from clean-up. However, if the path is a directory systemd-tmpfiles will clean-up its content. In contrast to type x, where path is ignored completely, type X needs some Age parameter. In order to determine Age parameter,

[systemd-devel] multiseat broken with udl.ko - Fedora 18

2013-01-18 Thread poma
Bonne journée, If brackets can be of any help. Lennart, have you tested this *new* Fedora's setup, or is this some kind of zen puzzle? Once upon a time, Fedora 17 # CONFIG_DRM_UDL is not set CONFIG_FB_UDL=m multi-seat-x with udlfb.ko(DisplayLink kernel framebuffer driver) worked like a charm.

Re: [systemd-devel] [PATCH 1/2] continuation support for load_env_file

2013-01-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 18, 2013 at 10:05:10AM +0100, Michal Vyskocil wrote: Variable definition can be written on more than one line - if each ends with a backslash, then is concatenated with a previous one. Only backslash and unix end of line (\n) are treated as a continuation. And backslash on the last

Re: [systemd-devel] multiseat broken with udl.ko - Fedora 18

2013-01-18 Thread Peter Sztanojev
please stop spamming the list, we have received the first one On Fri, Jan 18, 2013 at 4:57 PM, poma pomidorabelis...@gmail.com wrote: Bonne journée, If brackets can be of any help. Lennart, have you tested this *new* Fedora's setup, or is this some kind of zen puzzle? Once upon a time,

Re: [systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 18, 2013 at 10:40:18AM +0100, Mirco Tischler wrote: 2013/1/18 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl Hi, I had a look at the your patches (without actually running them :). I started with a few cleanups, I'll post them as replies to this letter. Then I had a better

Re: [systemd-devel] systemd-196/196 fails to build with x32 Abi support

2013-01-18 Thread Colin Walters
On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote: src/core/manager.c: In function 'manager_setup_time_change': src/core/manager.c:160:14: error: static assertion failed: sizeof(time_t) == sizeof(long) assert_cc(sizeof(time_t) == sizeof(long)); ^ You'll have to

Re: [systemd-devel] [PATCH] systemctl: add command list-dependencies

2013-01-18 Thread Lennart Poettering
On Thu, 17.01.13 19:28, Lukas Nykryn (lnyk...@redhat.com) wrote: systemctl list-dependencies lists all unit's dependecies and recursively expands all subsidiary target units into a tree. Primary purpose for this command is to show all units which are enabled in specified target. BTW: This

Re: [systemd-devel] [PATCH] tmpfiles: do not make /run/nologin executable

2013-01-18 Thread Lennart Poettering
On Fri, 18.01.13 15:54, Dave Reisner (d...@falconindy.com) wrote: On Fri, Jan 18, 2013 at 09:33:59PM +0100, Michał Bartoszkiewicz wrote: --- tmpfiles.d/systemd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf