Replies: 1 comment
-
That seems like a connectivity issue on your side. How do you resolve the IPv6 address? I can reach the address just fine:
and
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My server connects over ipv6 to update packages, however it fails updating although it doe see there are updates available:
Err:1 https://packages.sury.org/php buster/main amd64 php-common all 2:93+0
20230409.46+debian101.gbpdb4dccCould not wait for server fd - select (11: Resource temporarily unavailable) [IP: 2400:52e0:1e01::879:1 443]
it takes a very long time for the error to arrive and that times the number of packages it needs to update.
I checked my firewall for dropped messages or similar, but IPv6 is working fine on all my computers and connecting to the world
I tried : curl -6 https://packages.sury.org/php/dists/buster/main/binary-amd64/packages.gz
and get: curl: (35) error:02FFF036:system library:func(4095):Connection reset by peer
Is this a known issue?
Martijn
Beta Was this translation helpful? Give feedback.
All reactions