On 04/21/2018 04:16 AM, David C. Rankin wrote:
reating and checking a plot of the startup:
$ systemd-analyze plot > opensuse_boot.svg
Shows I could reduce this further, as nothing is waiting on any of the devices, and SuSEFirewall comes right up (925ms) as soon as the 5 second delay times out.
Hell yes! After making the final tweak: # /etc/sysconfig/network/config WAIT_FOR_INTERFACES="1" I boot from cold-start to full desktop in 12.135 seconds! That's what systemd is supposed to do, not some snoozer of almost a full-minute to boot. The proof is in the pudding: $ systemd-analyze Startup finished in 5.433s (kernel) + 3.511s (initrd) + 3.190s (userspace) = 12.135s 1 2 . 1 3 5 S e c o n d s ! ! ! Y a B a b y ! ! ! Just by getting wicked fixed made all the difference in the world (well 30+ seconds difference). We don't have to wait for modems to find a carrier anymore, and there is no reason that boot shouldn't execute wicked startup in parallel with all that doesn't depend on network. Right now there is a dead 30 delay in boot where wicked just blocks waiting on eth0 (which isn't even plugged in). This may not occur for all NICs, but it does for my: Intel Corporation 82579LM Gigabit Network Connection (rev 04) (and that's not some strange or rare NIC) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org