[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: https://bugs.freedesktop.org/sho

[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 new

[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. http://9gag.com/gag/634

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 > 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 for having

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

2013-01-18 Thread msekleta
From: Michal Sekletar 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, we will look for con

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

2013-01-18 Thread Stephan Raue
Hi, i try to port my distro to x32 abi. compiling systemd-197 fails with /bin/sh ./libtool --tag=CC --mode=compile /home/stephan/projects/openelec-next/build.OpenELEC-ARCTIC_MC.x86_64-devel/toolchain/bin/x86_64-openelec-linux-gnux32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -include ./config.h -

[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. P

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 l

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 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, Fedora 17 > # CONFIG_

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

2013-01-18 Thread poma
On 01/18/2013 05:14 PM, Peter Sztanojev wrote: > please stop spamming the list, we have received the first one > I sincerely apologize for all the trouble I've caused. Cheers, poma […] ___ systemd-devel mailing list systemd-devel@lists.freedesktop.or

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 > > > 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 th

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 h

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

2013-01-18 Thread Stephan Raue
Am 18.01.2013 18:14, schrieb 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) == size

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

2013-01-18 Thread Lennart Poettering
On Fri, 18.01.13 16:57, 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, Fedora 17 > # CONFIG_DRM_UDL is not set > CONFIG_FB_UDL=m > m

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

2013-01-18 Thread Lennart Poettering
On Fri, 18.01.13 18:22, Stephan Raue (mailingli...@openelec.tv) wrote: > > Am 18.01.2013 18:14, schrieb 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 assert

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: T

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

2013-01-18 Thread Michał Bartoszkiewicz
--- tmpfiles.d/systemd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index f3928d6..ee86f2e 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -21,4 +21,4 @@ d /run/systemd/sessions 0755 root root - d

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

2013-01-18 Thread Dave Reisner
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 > index f3928d6..ee86f2e 100644 > --- a/tmpfiles.d/systemd.conf > +++ b

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

2013-01-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 18, 2013 at 07:34:29PM +0100, Lennart Poettering wrote: > On Fri, 18.01.13 18:22, Stephan Raue (mailingli...@openelec.tv) wrote: > > > > > Am 18.01.2013 18:14, schrieb Colin Walters: > > >On Fri, 2013-01-18 at 16:14 +0100, Stephan Raue wrote: > > > > > >>src/core/manager.c: In functio

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/syste

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

2013-01-18 Thread Lennart Poettering
On Fri, 18.01.13 21:33, Michał Bartoszkiewicz (mbartoszkiew...@gmail.com) wrote: Thanks! Applied! > --- > tmpfiles.d/systemd.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf > index f3928d6..ee86f2e 100644 > --- a/tm

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

2013-01-18 Thread Cristian Rodríguez
El 18/01/13 15:34, Lennart Poettering escribió: #ifdef MACRO_TO_CHECK In this case #if defined __x86_64__ && defined __ILP32__ ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-d

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

2013-01-18 Thread poma
On 01/18/2013 07:23 PM, Lennart Poettering wrote: > On Fri, 18.01.13 16:57, 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, Fe

[systemd-devel] Instantiated sockets?

2013-01-18 Thread Ian Pilcher
Is there any way to create something like an "instantiated socket"? As background, I'm setting up inetd-style activation for Xvnc. I've created the following two files: xvnc.socket: [Unit] Description=Socket for VNC remote display :10 [Socket] ListenStream=5910 Accept=tru