Your message dated Sun, 03 Mar 2024 16:49:54 +0000
with message-id <[email protected]>
and subject line Bug#1060648: fixed in libmodule-signature-perl 0.88-3
has caused the Debian Bug report #1060648,
regarding libmodule-signature-perl: obsolete pool.sks-keyservers.net yields a 
20-second timeout in DNS resolution and a possible failure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1060648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmodule-signature-perl
Version: 0.88-2
Severity: normal
Tags: upstream
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=151098

When I used "cpan -i ...", I could see several timeouts in the
strace output:

725098 00:37:58.837653 connect(3, {sa_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("192.168.1.1")}, 16) = 0
725098 00:37:58.837679 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, 
revents=POLLOUT}])
725098 00:37:58.837692 sendto(3, 
"\30\330\1\0\0\1\0\0\0\0\0\0\4pool\16sks-keyservers\3net\0\0\1\0\1", 41, 
MSG_NOSIGNAL, NULL, 0) = 41
725098 00:37:58.837733 poll([{fd=3, events=POLLIN}], 1, 5000) = 0 (Timeout)
725098 00:38:03.843214 socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 
IPPROTO_IP) = 4
725098 00:38:03.843459 setsockopt(4, SOL_IPV6, IPV6_RECVERR, [1], 4) = 0
725098 00:38:03.843704 connect(4, {sa_family=AF_INET6, sin6_port=htons(53), 
sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "2a02:8428:1b1d:4d01::1", 
&sin6_addr), sin6_scope_id=0}, 28) = 0
725098 00:38:03.843826 poll([{fd=4, events=POLLOUT}], 1, 0) = 1 ([{fd=4, 
revents=POLLOUT}])
725098 00:38:03.843846 sendto(4, 
"\30\330\1\0\0\1\0\0\0\0\0\0\4pool\16sks-keyservers\3net\0\0\1\0\1", 41, 
MSG_NOSIGNAL, NULL, 0) = 41
725098 00:38:03.844005 poll([{fd=4, events=POLLIN}], 1, 5000) = 0 (Timeout)
725098 00:38:08.849500 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, 
revents=POLLOUT}])
725098 00:38:08.849728 sendto(3, 
"\30\330\1\0\0\1\0\0\0\0\0\0\4pool\16sks-keyservers\3net\0\0\1\0\1", 41, 
MSG_NOSIGNAL, NULL, 0) = 41
725098 00:38:08.849986 poll([{fd=3, events=POLLIN}], 1, 5000) = 0 (Timeout)
725098 00:38:13.855521 poll([{fd=4, events=POLLOUT}], 1, 0) = 1 ([{fd=4, 
revents=POLLOUT}])
725098 00:38:13.855577 sendto(4, 
"\30\330\1\0\0\1\0\0\0\0\0\0\4pool\16sks-keyservers\3net\0\0\1\0\1", 41, 
MSG_NOSIGNAL, NULL, 0) = 41
725098 00:38:13.855728 poll([{fd=4, events=POLLIN}], 1, 5000) = 0 (Timeout)
725098 00:38:18.861210 close(3)         = 0
725098 00:38:18.861470 close(4)         = 0

i.e. 20 seconds in total.

This is due to the DNS resolution of pool.sks-keyservers.net, which
no longer exists:

  
https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead

The DNS records have no longer been provided since 2021-06-21!

On one of my machines, the installation with "cpan -i" even fails
because subkeys are missing (I don't know why there is a difference
between machines, but perhaps a correct keyserver selected by this
module would solve the issue).

I've just reported the upstream bug.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), 
(500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.6.9-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libmodule-signature-perl depends on:
ii  perl  5.38.2-2

Versions of packages libmodule-signature-perl recommends:
ii  gnupg  2.2.40-1.1

libmodule-signature-perl suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

--- End Message ---
--- Begin Message ---
Source: libmodule-signature-perl
Source-Version: 0.88-3
Done: gregor herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libmodule-signature-perl, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated 
libmodule-signature-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 03 Mar 2024 17:33:31 +0100
Source: libmodule-signature-perl
Architecture: source
Version: 0.88-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1060648
Changes:
 libmodule-signature-perl (0.88-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.2, no changes needed.
 .
   [ gregor herrmann ]
   * Add patch to switch default keyserver to keyserver.ubuntu.com.
     Thanks to Vincent Lefevre for the bug report. (Closes: #1060648)
   * Update years of packaging copyright.
Checksums-Sha1:
 44cfb0db7e32cc7fccd6de3d168d53e59c5a01d3 2501 
libmodule-signature-perl_0.88-3.dsc
 76d384b85dfb02e164403722e3a7fcb8b8b050c8 6428 
libmodule-signature-perl_0.88-3.debian.tar.xz
Checksums-Sha256:
 d5d26cb3edb41e5b5035b73485a90d29c1a1399af8c6fa44ecb4529939c5ba8e 2501 
libmodule-signature-perl_0.88-3.dsc
 ab7c4972e654130951561bcc930299836ebe1ef3a54aa84429e2a7bb62bdf401 6428 
libmodule-signature-perl_0.88-3.debian.tar.xz
Files:
 7e7c5459dbd80a5bdb65c92363647c21 2501 perl optional 
libmodule-signature-perl_0.88-3.dsc
 cff113b68b7f551e01ab5075fbd0625a 6428 perl optional 
libmodule-signature-perl_0.88-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmXkptVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY7qw/+O8TwvTC1ri1AHuU9jgDsKJb44Jlyc9DjS6fi0JanbEDXu+yjkEKqKQOS
R4hPv60VKXec1yIZz/7g9IYYftoAH39LCHnWu+7cQmbGkOACtTZZmwdgVyLGO6BN
sTIteyS8UhQ7SEYrKtzY/wL63xuJHgVXXyYZtzPWk7I+/kkKaFq59KJHtyKs6F1m
ZJUt1684Et3bPoH+qdCfDHlSulVq5De4s/CsqS3wsOXC9WpovHK3CMiuSTK61rqp
Bq+2/Jzwj1y8LeuQVdERGGPcYjFaTgSrvr1CgpGTnhZrzJLPRaCC6dPEabaPmcnG
rvxZvUlPnxSL/1pud2IpUK/m6GO4gzflrwwAQso+nmQtkSR5RPP4sqWEXNhmw1Dd
RomM7SSOb0nlidqTPUbqVEAvZXm7YFq/9xr0I2c3MdkgoFkE5maDJ6iApKaFcX2r
oYTV6RpbpsIki8ZpYtrD2N8DN9Oivx8P8Zr4xKZM48IDZ04BHX7htdXkxxCZTilH
RZZozQwpHOknw49SAGoblOtzjrFS27BGqmgn0KorXvMw5/aspqv//+zkdtcHZC6I
7o8BtiJEO68Op1gj4ou8FmrYzWZcW/avsMmicbnR2tLmXRcw2ziCfnWeqUcdHNcc
nQZgg67VmetXzrCb2+e7IWKQuKmnLLrL+ZF0H+oBfpu33vjBSHk=
=Y0ng
-----END PGP SIGNATURE-----

Attachment: pgp3e1Q4nKnI9.pgp
Description: PGP signature


--- End Message ---

Reply via email to