Comment 20 for bug 1785383

Revision history for this message
Dan Streetman (ddstreet) wrote :

ubuntu@lp1785383-h:~$ dpkg -l systemd|grep systemd
ii systemd 247.3-3ubuntu3 amd64 system and service manager
ubuntu@lp1785383-h:~$ systemd-resolve --reset-server-features
ubuntu@lp1785383-h:~$ systemd-resolve --flush-caches
ubuntu@lp1785383-h:~$ time host test.test
test.test has address 1.2.3.4

real 0m5.066s
user 0m0.012s
sys 0m0.012s

ubuntu@lp1785383-h:~$ dpkg -l systemd|grep systemd
ii systemd 247.3-3ubuntu3.1 amd64 system and service manager
ubuntu@lp1785383-h:~$ systemd-resolve --reset-server-features
ubuntu@lp1785383-h:~$ systemd-resolve --flush-caches
ubuntu@lp1785383-h:~$ time host test.test
test.test has address 1.2.3.4

real 0m0.044s
user 0m0.006s
sys 0m0.017s