Validated for Bionic according to test case from description: root@bionic-vm:~# dpkg -l | grep dirmngr ii dirmngr 2.2.4-1ubuntu1.4 amd64 GNU privacy guard - network certificate management service root@bionic-vm:~# apt-key adv --fetch-keys https://www.postgreSQL.org/media/keys/ACCC4CF8.asc Executing: /tmp/apt-key-gpghome.Ktk68TsVfY/gpg.1.sh --fetch-keys https://www.postgreSQL.org/media/keys/ACCC4CF8.asc gpg: requesting key from 'https://www.postgreSQL.org/media/keys/ACCC4CF8.asc' gpg: key 7FCC7D46ACCC4CF8: 2 signatures not checked due to missing keys gpg: key 7FCC7D46ACCC4CF8: public key "PostgreSQL Debian Repository" imported gpg: Total number processed: 1 gpg: imported: 1 root@bionic-vm:~# grep ipv6.disable /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.15.0-135-generic root=UUID=ef3d4aea-b40a-406e-89ee-5f2ec310fcf6 ro ipv6.disable=1 quiet splash console=tty1 console=ttyS0 vt.handoff=1
I also ran a simple test with v4/v6 exclusive connection, as well as a dual stack connection, to make sure we didn't introduce any major regressions: root@bionic-vm:~# apt-key adv --fetch-keys https://ipv4.google.com Executing: /tmp/apt-key-gpghome.KsRawrZtqv/gpg.1.sh --fetch-keys https://ipv4.google.com gpg: requesting key from 'https://ipv4.google.com' gpg: no valid OpenPGP data found. gpg: Total number processed: 0 root@bionic-vm:~# apt-key adv --fetch-keys https://ipv6.google.com Executing: /tmp/apt-key-gpghome.HD4rkLJ2OU/gpg.1.sh --fetch-keys https://ipv6.google.com gpg: requesting key from 'https://ipv6.google.com' gpg: no valid OpenPGP data found. gpg: Total number processed: 0 root@bionic-vm:~# apt-key adv --fetch-keys https://www.postgreSQL.org/media/keys/ACCC4CF8.asc Executing: /tmp/apt-key-gpghome.bCV1CDO7Rc/gpg.1.sh --fetch-keys https://www.postgreSQL.org/media/keys/ACCC4CF8.asc gpg: requesting key from 'https://www.postgreSQL.org/media/keys/ACCC4CF8.asc' gpg: key 7FCC7D46ACCC4CF8: 2 signatures not checked due to missing keys gpg: key 7FCC7D46ACCC4CF8: "PostgreSQL Debian Repository" not changed gpg: Total number processed: 1 gpg: unchanged: 1 ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910432 Title: dirmngr doesn't work with kernel parameter ipv6.disable=1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1910432/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
