![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
В Sun, 22 Sep 2013 00:11:03 +1000 Basil Chupin <blchupin@iinet.net.au> пишет:
On 21/09/13 23:18, Andrey Borzenkov wrote:
� Sat, 21 Sep 2013 22:53:10 +1000 Basil Chupin <blchupin@iinet.net.au> �����:
It is not the question of dependencies. You have single service that takes this time to start.
The first obvious question - are you using ifup or NetworkManager. ifup.
OK, then you can simply test what happens if you manually start it.
export SYSTEMD_NO_WRAP=1 /etc/init.d/network stop /etc/init.d/network start
Does it take the same time?
Yep, perhaps a second longer as well.
OK. Check "journalctl -u network.service". It gives you output of scripts run when networks starts with time stamps. This could provide enough hints what step takes the most time. If not, you can stick "set -x" on top of /etc/init.d/network and look where it stalls.
BC
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org