Found that the issue can be fixed by this commit in upstream
"""
commit 26591d62c62796b1f65146648022d68e1279
Author: Yu Watanabe
Date: Sun Nov 14 15:46:47 2021 +0900
resolve: do not clear DNS servers or friends on link which is not managed
by networkd
When networkd detects an
When DNS is not working
vagrant@ubuntu-jammy:~$ ping google.com
ping: google.com: Temporary failure in name resolution
vagrant@ubuntu-jammy:~$ resolvectl status
Global
Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub
Link 2 (enp0s3)
Current Scopes:
** Tags added: originate-from-2012231
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2028023
Title:
[jammy] DNS issue triggered by command "udevadm trigger --subsystem-
** Description changed:
[Summary]
In jammy server image, when we use NetworkManager as netplan renderer, we may
have DNS issue after executing command "udevadm trigger
--subsystem-nomatch=input" as super user, the udevadm command may also be
executed when we use "apt install XX" or "sna
bin/bash
set -ex
counter=1
while true; do
echo "$(date): test round ${counter}"
counter=$((counter + 1))
sudo udevadm trigger --subsystem-nomatch=input
ping google.com -c 2
sleep 0.5
done
"""
** Affects: oem-priority
Importance: Critical
Assignee: Aristo Chen (ar
5 matches
Mail list logo