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
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
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
_
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.
>
>
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
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
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
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
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