dmesg_v9_new.debug has:

```
[   47.337075] systemd[1]: Setting '/proc/sys/kernel/printk_devkmsg' to 'on'
```

That matches roughly 47.314s (kernel) from systemd-analyze. So no need
to redo v4_new.

v4_new shows 30 seconds of sleep and v9_new does not. Can you sprinkle
the code with `cut -f1 -d' ' /proc/uptime` calls to figure out at which
point the time is spent? For a baseline, add that call to the beginning
and the end of configure_network. I would expect that configure_network
takes > 30 seconds for v4_new and it should take ~30 seconds less for
v9_new.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065037

Title:
  dhcpcd is called before interfaces have carrier causing a 29 seconds
  boot delay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2065037/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to