Re: [systemd-devel] slow systemd-networkd DHCP client on wlan0 with systemd v217

2015-02-03 Thread Charles Devereaux
True, but it's better than nothing. Well, I guess systemd-networkd doing basic things will have to wait on kdbus :-) On Tue, Feb 3, 2015 at 3:32 PM, Lennart Poettering wrote: > 1;3802;0cOn Tue, 03.02.15 14:38, Charles Devereaux (syst...@guylhem.net) > wrote: > > > On Tue,

Re: [systemd-devel] slow systemd-networkd DHCP client on wlan0 with systemd v217

2015-02-03 Thread Charles Devereaux
On Tue, Feb 3, 2015 at 2:29 PM, Lennart Poettering wrote: > I am pretty sure signals are not a particularly good interface for > this. We should add a proper bus API for this one day, but this kinda > has to wait until kdbus is a done deal, since networkd runs in early > boot, and dbus-daemon is

Re: [systemd-devel] slow systemd-networkd DHCP client on wlan0 with systemd v217

2015-02-03 Thread Charles Devereaux
te: > > > On Mon, 02.02.15 23:12, Charles Devereaux (syst...@guylhem.net) wrote: > > > > > > > Another problem with systemd-networkd is that the lease is not > renewed > > > > after sleep. > > > > > > > > This is a basic feature, a

Re: [systemd-devel] slow systemd-networkd DHCP client on wlan0 with systemd v217

2015-02-02 Thread Charles Devereaux
me, since systemd-networkd does not seem to support triggers. At the moment I'm back to dhcpcd5. On Mon, Feb 2, 2015 at 5:33 PM, Lennart Poettering wrote: > On Sun, 11.01.15 18:45, Charles Devereaux (syst...@guylhem.net) wrote: > > > What's not is the time it takes to systemd-n

Re: [systemd-devel] systemd networking : problems with bridges

2015-01-28 Thread Charles Devereaux
Will do! On Wed, Jan 28, 2015 at 9:41 PM, Lennart Poettering wrote: > On Sun, 11.01.15 18:18, Charles Devereaux (syst...@guylhem.net) wrote: > > > What about another option in networkd-wait-online-link.c to pass an > > "ignore" parameter, along with a list

[systemd-devel] slow systemd-networkd DHCP client on wlan0 with systemd v217

2015-01-11 Thread Charles Devereaux
Hello With dhcpcd5 and the following options, once wpa_supplicant is done, I have a connection within the same second if I ignore ARP. With systemd-network, it's much much slower. $ systemd-analyze blame 3.923s systemd-networkd-wait-online.service (...) I tried to measure the time ta

Re: [systemd-devel] systemd networking : problems with bridges

2015-01-11 Thread Charles Devereaux
(oops, accidentally replied off-list. Reposting) Hello On Sat, Jan 3, 2015 at 6:58 AM, Andrei Borzenkov wrote: > So if I understand it correctly you want > > - configure one interface > - start some program that establishes what you call "uplink". I presume > it results in one more interface

[systemd-devel] systemd networking : problems with bridges

2015-01-02 Thread Charles Devereaux
Hello I'm trying to configure systemd networking for a bridge, using v217-stable from anongit.freedesktop.org/systemd/systemd-stable I mostly have 3 problems: 1- 3 - I do not understand how to properly use systemd-networkd-wait-online I have one service (establishing the uplink) with: After=net