You are not logged in.
Everytime I reboot my system, it can't load the network service or something. It does successfully connect to it, but I receive no internet connection at all sometimes. The DNS refuses to connect. How do I fix this permanently?
Offline
can't load the network service or something … no internet … DNS refuses to connect
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
How do I fix this permanently?
How do you fix it temporarily?
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 -fPlease post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stPlease post the output of
ip a; ip r; resolvectl status; dig google.comOffline