Results 1 to 2 of 2

Thread: Help investigate slow boot time after 24.10 upgrade

  1. #1
    Join Date
    Oct 2009
    Beans
    3

    Help investigate slow boot time after 24.10 upgrade

    I upgraded from 24.04 to 24.10 and 2 minutes were added to the boot time.

    This is what I see in dmesg:
    Code:
    [   13.746230] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
    [  130.189559] kauditd_printk_skb: 203 callbacks suppressed
    [  130.189562] audit: type=1400 audit(1728839659.646:215): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=2189 comm="apparmor_parser"
    I'm trying to print the suppressed messages, which is supposedly controlled by the message_cost and message_burst system variables.
    I created this file, and rebooted, but the messages are still suppressed.
    Code:
    $ cat /etc/sysctl.d/60-messages.conf 
    net.core.message_cost=0
    net.core.message_burst=0
    Any idea how to force them to appear, or any other avenues I should investigate to find what's causing the boot delay?
    Last edited by salty-horse; 4 Weeks Ago at 06:16 PM.

  2. #2
    Join Date
    Oct 2009
    Beans
    3

    Re: Help investigate slow boot time after 24.10 upgrade

    Scanning syslog, this message appeared 1.5 minutes after the previous one:

    Code:
     systemd-networkd-wait-online[1641]: Timeout occurred while waiting for network connectivity.
    Following these steps helped (not sure which was the culprit)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •