On Sun, 30 Mar 2014 08:11:17 +0400 Andrey Borzenkov wrote:
% systemd-analyze blame 30.455s wicked.service ...
==> /etc/sysconfig/network/ifcfg-eth1 <== BOOTPROTO='dhcp4' ...
Is there a way to debug the issue?
Try manually different dhcp clients (dhcpclient, NetworkManager) and check timing. How much time they need to acquire address? If they appear to be significantly faster - it would point at wicked implementation.
The fact is, eth1 isn't connected. It was in state "STARTMODE='ifplugd'". I have disabled eth1 at all at the moment. And wicked service looks much better: % systemd-analyze blame 4.159s wicked.service 2.403s systemd-udev-root-symlink.service 2.189s systemd-vconsole-setup.service 2.057s raw.service ... So, the question is: does wicked know anything about ifplugd? -- WBR Kyrill