Re: [systemd-devel] Revisiting the "ExecRestart" issue

2014-03-29 Thread Michael Scherer
Le vendredi 28 mars 2014 à 12:12 -0500, Brandon Black a écrit : > > Hi all, >I've brought this up before, but I became busy/discouraged and > dropped the ball. As systemd becomes increasingly widely deployed, I > can no longer afford to do so, so I'd like to explore this area a bit > further

[systemd-devel] [RFC PATCH] networkd: add 'search' to resolv.conf

2014-03-29 Thread Matthew Monaco
From: Matthew Monaco --- man/systemd.network.xml | 6 ++ src/network/networkd-manager.c | 3 +++ src/network/networkd-network-gperf.gperf | 1 + src/network/networkd-network.c | 1 + src/network/networkd.h | 1 + 5 files changed, 12 inse

Re: [systemd-devel] [PATCH] kdbus: Check for bloom parameter in "make bus" command

2014-03-29 Thread Kay Sievers
On Sat, Mar 29, 2014 at 5:54 PM, Ingo van Lil wrote: > When handling a KDBUS_CMD_BUS_MAKE command the kernel must make sure > that the message contains a bloom parameter item to avoid a null- > pointer dereference. > > Signed-off-by: Ingo van Lil > --- > bus.c | 2 +- Applied. Thanks, Kay _

Re: [systemd-devel] [PATCH] gummiboot: build-sys: don't copy .eh_frame into final exe

2014-03-29 Thread Kay Sievers
On Sat, Mar 29, 2014 at 7:22 PM, Florian Albrechtskirchinger wrote: > Apparently some firmware implementations[1] won't run executables > containing an .eh_frame section, failing instead with "Error reported: > Unsupported" on the shell. There's also no obvious need for it, so > don't copy it. > >

[systemd-devel] [PATCH] gummiboot: build-sys: don't copy .eh_frame into final exe

2014-03-29 Thread Florian Albrechtskirchinger
Apparently some firmware implementations[1] won't run executables containing an .eh_frame section, failing instead with "Error reported: Unsupported" on the shell. There's also no obvious need for it, so don't copy it. [1] e.g., the one used on the ASRock C2750D4I --- Makefile.am | 2 +- 1 file c

Re: [systemd-devel] Systemd not correctly handle audio device acls for the active session?

2014-03-29 Thread Mantas Mikulėnas
On Sat, Mar 29, 2014 at 4:13 AM, Kawing Chiu wrote: > Thanks, now I understand where does the problem come from. > > So, is that simply not achievable in systemd? I mean, since logind "has no > way to know about my session on vt7", then what about I *tell* it > explicitly? Maybe through some cmdli

[systemd-devel] [PATCH] kdbus: Check for bloom parameter in "make bus" command

2014-03-29 Thread Ingo van Lil
When handling a KDBUS_CMD_BUS_MAKE command the kernel must make sure that the message contains a bloom parameter item to avoid a null- pointer dereference. Signed-off-by: Ingo van Lil --- bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus.c b/bus.c index 8c4efda..9fea6

Re: [systemd-devel] Fwd: networkd failed to run

2014-03-29 Thread Tom Gundersen
On Sat, Mar 29, 2014 at 8:49 AM, Andrew Rose wrote: > networkd: error while loading shared libraries: librt.so.1: cannot open > shared object file: Permission denied I guess the lbrt library is missing? Cheers, Tom ___ systemd-devel mailing list syste

[systemd-devel] Fwd: networkd failed to run

2014-03-29 Thread Andrew Rose
I have custom linux build with kernel and some utils (coreutils, util-linux, network utils), i build systemd with option; ./configure --prefix=/ --host="$HOST" CFLAGS="-g -O0 -ftrapv -I$SYSROOT/usr/include/" \ --disable-manpage \ --disable-xattr \ --without-python \ --disable-gudev \ --disable-gcr