Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Bullseye Slow Boot Time

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Davin3938
Posts: 2
Joined: 2022-08-15 12:24

Bullseye Slow Boot Time

#1 Post by Davin3938 »

I updated from Stretch to Bullseye and have pretty much seemed to have fixed everything, except for a slow boot time. Systemd-analyze blame seems to place the blame on..... ***16.244s systemd-networkd-wait-online.service.*** My Ip address is static, I'm not using NetworkManager, I'm using systemd-networkd.service, systemd-resolved.service. This is the only error in the logs (pertaining to networking ) ****network.target: Job networking-routes.service/start deleted to break ordering cycle starting with network.target/start**** . I disabled the DHCP server in my gateway and gave the job to a Raspberry Pi running Pi-hole just to make sure the router/gateway was not freaking out and trying to hand out an ip address. Prior booting under Stretch was very fast. Thanks for the help.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: Bullseye Slow Boot Time

#2 Post by L_V »

I'm using systemd-networkd.service, systemd-resolved.service.
What is reporting this:

Code: Select all

systemctl list-unit-files systemd-{networkd*,resolved}.*
This is what I get

Code: Select all

UNIT FILE                              STATE           PRESET
systemd-networkd-wait-online.service   masked          disabled
systemd-networkd-wait-online@.service  disabled        enabled
systemd-networkd.service               enabled         enabled
systemd-resolved.service               enabled         enabled
systemd-networkd.socket                enabled         enabled

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Bullseye Slow Boot Time

#3 Post by Head_on_a_Stick »

Davin3938 wrote: 2022-08-15 13:35This is the only error in the logs (pertaining to networking ) ****network.target: Job networking-routes.service/start deleted to break ordering cycle starting with network.target/start****
It's always best to post (a link to) the entire journal content but that service is provided by the ifupdown-extras package but you're not using ifupdown so try

Code: Select all

# systemctl disable networking
Or investigate /etc/network/interfaces to see what it's trying to do. That information will also be in the journal content you didn't share.
deadbang

Post Reply