You are not logged in.

#1 2024-07-15 09:12:56

sonichy
Member
Registered: 2023-08-15
Posts: 18

Startup become slow after system upgrade

systemd-analyze blame
https://s21.ax1x.com/2024/07/15/pk5LmzF.png

reflector.service spend 2 minutes !
systemctl disable reflector.service

Offline

#2 2024-07-15 09:24:02

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,129
Website

Re: Startup become slow after system upgrade

Please don't post pictures of code. Rather post the code as text in code blocks.
Also, is there a question here?


Inofficial first vice president of the Rust Evangelism Strike Force

Offline

#3 2024-07-15 09:45:14

cryptearth
Member
Registered: 2024-02-03
Posts: 1,090

Re: Startup become slow after system upgrade

I don't know the timeout from the top of my head - but 2 min flat looks like it - so reflector likely not finished and not updated the mirrorlist.
Maybe a config issue - as in archiso it seem to work differently: in the background not blocking the full startup.

Offline

#4 2024-07-15 16:21:10

seth
Member
Registered: 2012-09-03
Posts: 59,897

Re: Startup become slow after system upgrade

I can already see NM and networkd, chances are there's more…
Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

If that's not it we'll have to see the system journal to figure what's wrong w/ your network…

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

Board footer

Powered by FluxBB