You are not logged in.

#1 2021-11-18 22:08:32

bruceg
Member
Registered: 2021-08-11
Posts: 25

[SOLVED] Long delay during boot and networking problems

I have installed Arch Linux on my laptop when I got it a few months ago. Recently, it has had a startup problem that I have been unable to figure out. The symptoms are that the system takes a long time (about a minute) to boot up to the login screen, where it used to take just a few seconds. When I am able to log in, networking is not working and none of the interfaces has an address assigned. Running `sudo systemctl restart NetworkManager` gets that working, but I don't think the problem lies in NetworkManager.

I have tried backing out all the software upgrades to the point where I know it was last working, but that didn't accomplish anything, so I don't think the issue is related to an upgrade. I must have changed something in the configuration, but I don't know what. I have since upgraded everything to the latest stable versions.

Here is the boot log for the most recent startup. You can see a large gap between timestamps starting at 15:08:01. It looks like NetworkManager does start to connect to the wireless network, but is shut down because of another issue (dbus?).

Any ideas where to go next on this?

Last edited by bruceg (2021-11-19 15:05:23)

Offline

#2 2021-11-19 06:55:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,379

Re: [SOLVED] Long delay during boot and networking problems

It looks like NetworkManager does start to connect to the wireless network

Yes.

but is shut down because of another issue (dbus?).

It's not only NM

-- Journal begins at Sat 2021-10-23 17:31:33 CST, ends at Wed 2021-11-17 20:46:59 CST. --
Nov 17 15:08:45 rangerone systemd[1]: avahi-daemon.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: bluetooth.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: systemd-logind.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: NetworkManager.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: lightdm.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: colord.service: Unexpected error response from GetNameOwner(): Connection terminated
Nov 17 15:08:45 rangerone systemd[1]: wpa_supplicant.service: Unexpected error response from GetNameOwner(): Connection terminated

=> https://github.com/systemd/systemd/issues/15316

Edit:
https://bugs.archlinux.org/task/65842
possible cause is homed, disable that service.

Last edited by seth (2021-11-19 06:57:28)

Offline

#3 2021-11-19 15:04:41

bruceg
Member
Registered: 2021-08-11
Posts: 25

Re: [SOLVED] Long delay during boot and networking problems

Thank you, seth. Commenting out the "systemd" word in /etc/nsswitch.conf, as suggested in several posts, did the trick for me.

Offline

Board footer

Powered by FluxBB