Re: [systemd-devel] Work on adding polkit support to systemd1

2014-09-01 Thread Stef Walter
On 18.08.2014 18:22, Lennart Poettering wrote: > On Fri, 15.08.14 19:28, Stef Walter (st...@redhat.com) wrote: > >> >> On 15.08.2014 18:56, Lennart Poettering wrote: >>> On Fri, 15.08.14 18:25, Stef Walter (st...@redhat.com) wrote: >>> On 13.08.2014 20:27, Lennart Poettering wrote: >

Re: [systemd-devel] Work on adding polkit support to systemd1

2014-09-01 Thread David Herrmann
Hi On Mon, Sep 1, 2014 at 9:51 AM, Stef Walter wrote: > On 18.08.2014 18:22, Lennart Poettering wrote: >> I have now pushed this, after reworking this on top some major changes >> to bus_verify_polkit(), which avoids having to pass the original >> callbacks through to the function that ultimately

[systemd-devel] [PATCH 3/3] TODO: Remove Elapsed Time DHCPv6 option as it is done

2014-09-01 Thread Patrik Flykt
--- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index 221b39f..4aebcc4 100644 --- a/TODO +++ b/TODO @@ -697,7 +697,6 @@ Features: - implement reconfigure support, see 5.3., 15.11. and 22.20. - implement information request, see 1.2. and 18.1.5. - implement suppo

[systemd-devel] [PATCH 1/3] sd-dhcp6-client: Implement Elapsed Time option

2014-09-01 Thread Patrik Flykt
Implement Elapsed Time option as it is defined as MUST in RFC 3315, section 22.9. The elapsed time value is a 1/100th of a second with a max value of 0x, i.e. 655.35 seconds. As the main loop might not be running yet when sd_dhcp6_client_start() is called, fetch the monotonic time directly and

[systemd-devel] [PATCH 0/3] Add DHCPv6 Elapsed Time option

2014-09-01 Thread Patrik Flykt
Hi, This patch implements the DHCPv6 Elapsed Time option. RFC 3315 says that this option is a MUST, so it'd be better to have it implemented. The patch is quite straight forward, the time at transaction start is recorded and the elapsed time calculated when the message is sent. In order

[systemd-devel] [PATCH 2/3] test-dhcp6-client: Add checks for Elapsed Time option

2014-09-01 Thread Patrik Flykt
Verify that the Elapsed Time option is present. --- src/libsystemd-network/test-dhcp6-client.c | 32 ++ 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/src/libsystemd-network/test-dhcp6-client.c b/src/libsystemd-network/test-dhcp6-client.c index d102a79.

Re: [systemd-devel] Work on adding polkit support to systemd1

2014-09-01 Thread Stef Walter
On 01.09.2014 11:47, David Herrmann wrote: > Hi > > On Mon, Sep 1, 2014 at 9:51 AM, Stef Walter wrote: >> On 18.08.2014 18:22, Lennart Poettering wrote: >>> I have now pushed this, after reworking this on top some major changes >>> to bus_verify_polkit(), which avoids having to pass the original

[systemd-devel] [PATCH] Add the CPU hotplug rule

2014-09-01 Thread Zhenzhong Duan
Cpu doesn't get online automaticly after hotplug when we test guest cpu add/remove in xen env. I don't have an baremetal env to test this, but I think it's same. The rule is missed in systemd but exist in legacy udev. Signed-off-by: Zhenzhong Duan --- rules/50-udev-default.rules |2 ++ 1

[systemd-devel] systemd-215: could not boot, missing /dev/disk/...-part2 symlink

2014-09-01 Thread Alexander E. Patrakov
Hello. I have a Gentoo system, with btrfs on /dev/sda2 (also known as /dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2) and with dracut 038 with Gentoo patches that you can view here: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/ (see 0038-*) To

Re: [systemd-devel] [PATCH] Add the CPU hotplug rule

2014-09-01 Thread Kay Sievers
On Tue, Sep 2, 2014 at 5:22 AM, Zhenzhong Duan wrote: > Cpu doesn't get online automaticly after hotplug when we test guest cpu > add/remove in xen env. > > I don't have an baremetal env to test this, but I think it's same. > > The rule is missed in systemd but exist in legacy udev. Udev is not a

Re: [systemd-devel] [PATCH] Add the CPU hotplug rule

2014-09-01 Thread Zhenzhong Duan
On 2014-9-2 13:55, Kay Sievers wrote: On Tue, Sep 2, 2014 at 5:22 AM, Zhenzhong Duan wrote: Cpu doesn't get online automaticly after hotplug when we test guest cpu add/remove in xen env. I don't have an baremetal env to test this, but I think it's same. The rule is missed in systemd but exist

Re: [systemd-devel] loginctl - multi-seats

2014-09-01 Thread poma
... > /etc/lightdm/lightdm.conf > [LightDM] > minimum-display-number=0 > minimum-vt=1 > user-authority-in-system-dir=true > > [SeatDefaults] > greeter-session=lightdm-greeter > session-wrapper=/etc/X11/xinit/Xsession > > [Seat:0] > xserver-command=/usr/bin/Xorg > xserver-config=/etc/X11/xorg.con