You are not logged in.
Recently, most of time when I power it on or reboot the computer, I can't open any websites. (Only occasionally, it works fine.)
I can ping ip address (e.g. 192.168.1.1 or 114.114.114.114) without problem. But if I do anything with domain names like www.bing.com, it says it can't find the address.
It can be fixed by disable Wired Connection and enable it again. but I don't feel like doing it every time I use computer.
There are some logs may be relevant:
dhcpcd: route socket overflowed (rcvbuflen 106496) - learning interface state
and
dhcpcd: process 484 unexpectedly terminating on signal 15
Is there any way I can fix it permanently? Thanks in advance!
Last edited by mayagamer (2020-05-31 01:15:40)
Offline
What's your output for
systemctl list-unit-files --state=enabled
Offline
What's your output for
systemctl list-unit-files --state=enabled
The output shows:
UNIT FILE STATE VENDOR PRESET
autovt@.service enabled disabled
bluetooth.service enabled disabled
dbus-org.bluez.service enabled disabled
dbus-org.freedesktop.nm-dispatcher.service enabled disabled
dhcpcd.service enabled disabled
display-manager.service enabled disabled
docker.service enabled disabled
gdm.service enabled disabled
getty@.service enabled enabled
jenkins.service enabled disabled
NetworkManager-dispatcher.service enabled disabled
NetworkManager-wait-online.service enabled disabled
NetworkManager.service enabled disabled
smartd.service enabled disabled
sshd.service enabled disabled
remote-fs.target enabled enabled
fstrim.timer enabled disabled
17 unit files listed.
Offline
dhcpcd and networkmanager will run into a race over the NICs, pick one and stop/disable the other.
Online
And ensure that you don't have an additional second dhcpcd instance that isn't listed in this output: https://bbs.archlinux.org/viewtopic.php?id=256156
Offline
What if I simply uninstall dhcpcd (since networkmanager is part of GNOME with better GUI control)? Any side effects would happen?
Offline
Not really no. Unless networkmanager breaks for some reason and you'd need a fallback.
Offline
That's great! I uninstalled it just now and problem solved!
Thank you all!
Offline