Ran zypper dup today to install about a month worth of updates (about 3000 packages to 20190226, previously 201901xx) on a machine that has been working fine for more than a year. Since then the NetworkManager applet shows a yellow exclamation mark next to the connection and anything requiring domain names fails (including zypper).
IP connectivity is still there and
heptapus:/home/valentin # host google.com
google.com has address 172.217.21.238
google.com has IPv6 address 2a00:1450:4001:819::200e
google.com mail is handled by 40 alt3.aspmx.l.google.com.
google.com mail is handled by 10 aspmx.l.google.com.
google.com mail is handled by 20 alt1.aspmx.l.google.com.
google.com mail is handled by 50 alt4.aspmx.l.google.com.
google.com mail is handled by 30 alt2.aspmx.l.google.com.
looks okay to me as well.
Can’t see anything unusual here either, but networking is not really my expertise:
heptapus:/home/valentin # ip addr show wlp3s03:
wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 08:11:96:a7:04:d8 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.2/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp3s0
valid_lft 862694sec preferred_lft 862694sec
inet6 2001:4dd2:9d45:0:903:7fbe:4f96:5e1/64 scope global temporary dynamic
valid_lft 6931sec preferred_lft 3331sec
inet6 2001:4dd2:9d45:0:204:835e:576b:6b04/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 6931sec preferred_lft 3331sec
inet6 fe80::c93f:6be7:a6a1:d65f/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Already tried the Troubleshooting guide, looked at /etc/resolv.conf and tried using wicked instead of NetworkManager. The problem has persisted across several reboots. Previous system snapshots fail to boot because of Name Service Cache Daemon not starting, so a rollback seem not to be an option, while the current configuration work except for that DNS problem.
I’m running out of ideas where to look for possible causes or how to fix this short of attempting a complete reinstall.
I ended up with the same problem after zypper dup. Machine been running tumbleweed since 2015 without problem. Been using linux since 2001. However, after several hours of searching for solution still came out a bust. DNS worked, according to nslookup etc, but still failed to resolve. Ended up reinstalling, which annoyed me a lot. One of the few problems I haven’t been able to solve.
Any idea why /var got dropped from pathname? Tumbleweed 20190108 definitely had a file /etc/resolv.conf instead of a link. Name resolution failed randomly and required restarting the network e.g. after resume from suspend. The linked version never failed so far.