Comment 20 for bug 1970252

Revision history for this message
Simon Déziel (sdeziel) wrote :

I verified the -proposed package on a arm64 VM running Jammy. Before the update, `dig +nssearch google.com` would hang but after updating to -proposed:

# apt-get install bind9-dnsutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  bind9-host bind9-libs
The following packages will be upgraded:
  bind9-dnsutils bind9-host bind9-libs
3 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
Need to get 1409 kB of archives.
After this operation, 151 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ca-montreal-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-proposed/main arm64 bind9-host arm64 1:9.18.12-0ubuntu0.22.04.1 [51.9 kB]
Get:2 http://ca-montreal-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-proposed/main arm64 bind9-dnsutils arm64 1:9.18.12-0ubuntu0.22.04.1 [158 kB]
Get:3 http://ca-montreal-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-proposed/main arm64 bind9-libs arm64 1:9.18.12-0ubuntu0.22.04.1 [1199 kB]
Fetched 1409 kB in 1s (1687 kB/s)
(Reading database ... 34244 files and directories currently installed.)
Preparing to unpack .../bind9-host_1%3a9.18.12-0ubuntu0.22.04.1_arm64.deb ...
Unpacking bind9-host (1:9.18.12-0ubuntu0.22.04.1) over (1:9.18.1-1ubuntu1.3) ...
Preparing to unpack .../bind9-dnsutils_1%3a9.18.12-0ubuntu0.22.04.1_arm64.deb ...
Unpacking bind9-dnsutils (1:9.18.12-0ubuntu0.22.04.1) over (1:9.18.1-1ubuntu1.3) ...
Preparing to unpack .../bind9-libs_1%3a9.18.12-0ubuntu0.22.04.1_arm64.deb ...
Unpacking bind9-libs:arm64 (1:9.18.12-0ubuntu0.22.04.1) over (1:9.18.1-1ubuntu1.3) ...
Setting up bind9-libs:arm64 (1:9.18.12-0ubuntu0.22.04.1) ...
Setting up bind9-host (1:9.18.12-0ubuntu0.22.04.1) ...
Setting up bind9-dnsutils (1:9.18.12-0ubuntu0.22.04.1) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...

It now works fine:

$ dig +nssearch google.com
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 2001:4860:4802:32::a in 16 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 2001:4860:4802:38::a in 12 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 216.239.38.10 in 12 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 216.239.32.10 in 12 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 216.239.36.10 in 24 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 2001:4860:4802:34::a in 20 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 216.239.34.10 in 20 ms.
SOA ns1.google.com. dns-admin.google.com. 517756399 900 900 1800 60 from server 2001:4860:4802:36::a in 20 ms.

$ echo $?
0