Re: [systemd-devel] Mounting /proc with -o hidepid breaks sd-login

2012-10-08 Thread Lennart Poettering
On Tue, 09.10.12 00:28, Marti Raudsepp ([email protected]) wrote: > Hi list, > > Recently I upgraded to Gnome 3.6 on my Arch Linux desktop, but > gnome-session didn't work no matter what I tried. Ages of debugging > later, strace revealed this: > [pid 2063] open("/proc/1/cgroup", O_RDONLY|O_CLOEXE

[systemd-devel] Mounting /proc with -o hidepid breaks sd-login

2012-10-08 Thread Marti Raudsepp
Hi list, Recently I upgraded to Gnome 3.6 on my Arch Linux desktop, but gnome-session didn't work no matter what I tried. Ages of debugging later, strace revealed this: [pid 2063] open("/proc/1/cgroup", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [...] [pid 2063] writev(2, [{"gno

Re: [systemd-devel] startup performance

2012-10-08 Thread Kay Sievers
On Mon, Oct 8, 2012 at 3:36 PM, Allmeroth, Robert wrote: > While playing around with systemd and our automotive setup we found that > systemd checks some kernel features at startup (from systemd 33). > > static const char * const kmod_table[] = { > "autofs4", "/sys/class/misc/autofs", >

Re: [systemd-devel] Hang when mounting NFS via systemd

2012-10-08 Thread Bardur Arantsson
On 09/24/2012 12:56 PM, Lennart Poettering wrote: > On Sun, 23.09.12 17:21, Bardur Arantsson ([email protected]) wrote: > >> Hi all, >> [--snip--] > > This indicates a bug i systemd actually. For some reason systemd appears > to believe that your NFS share is a device to wait for. > > I tried

Re: [systemd-devel] [PATCH] configure.ac: Add a --with-python option.

2012-10-08 Thread Wulf C. Krueger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Zbigniew, On 08.10.2012 14:34, Zbigniew Jędrzejewski-Szmek wrote: > I think that a patch which adds the explicit switch, but leaves > the default as autodetect, would be welcome. Thanks for your feedback! You'll find the updated patch with the

Re: [systemd-devel] Problems with name_to_handle_at

2012-10-08 Thread Lennart Poettering
On Mon, 08.10.12 18:26, Michael Olbrich ([email protected]) wrote: > Hi, > > compiling the latest systemd fails with: > [...] > src/shared/path-util.c: In function 'path_is_mount_point': > src/shared/path-util.c:348:10: error: dereferencing pointer to incomplete type > src/shared/path-util

[systemd-devel] Problems with name_to_handle_at

2012-10-08 Thread Michael Olbrich
Hi, compiling the latest systemd fails with: [...] src/shared/path-util.c: In function 'path_is_mount_point': src/shared/path-util.c:348:10: error: dereferencing pointer to incomplete type src/shared/path-util.c:350:9: warning: implicit declaration of function 'name_to_handle_at' [-Wimplicit-func

[systemd-devel] startup performance

2012-10-08 Thread Allmeroth, Robert
Hello, While playing around with systemd and our automotive setup we found that systemd checks some kernel features at startup (from systemd 33). static const char * const kmod_table[] = { "autofs4", "/sys/class/misc/autofs", "ipv6","/sys/module/ipv6", "unix","/pro

Re: [systemd-devel] [PATCH] shared: fix broken string_is_safe

2012-10-08 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 04, 2012 at 02:27:29PM +0200, Martin Mikkelsen wrote: > --- > src/shared/util.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied. Zbyszek ___ systemd-devel mailing list [email protected] http://lists.

Re: [systemd-devel] [PATCH] dbus-manager: check return of unit_dbus_path

2012-10-08 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 04, 2012 at 09:49:04AM +0200, Lukas Nykryn wrote: > Reply of dbus_message_new_method_return was check twice and > path from unit_dbus_path was not. Applied. Zbyszek ___ systemd-devel mailing list [email protected] http://lis

Re: [systemd-devel] [PATCH] configure.ac: Add a --with-python option.

2012-10-08 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Oct 06, 2012 at 03:20:12PM +0200, Wulf C. Krueger wrote: > From: "Wulf C. Krueger" > > Being explicit about Python support rather than auto-detecting it and > acting upon the result, specifying it as an option gains us more > control about both dependencies and the resulting build. > > F