* bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
@ 2021-06-17 12:59 Maxime Devos
2021-06-18 7:48 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Maxime Devos @ 2021-06-17 12:59 UTC (permalink / raw)
To: 49071
[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]
tags: + substituter
(^ not sure if that works, 'substituter' isn't a standard tag)
During a "guix system -L. reconfigure [...].scm":
[...]
substitute: lijst van substitutes van ‘[...]’ aan het bijwerken... 0.0%
guix substitute: warning: [...]: host not found: Naam of dienst is niet bekend
guix-1.3.0-3.50dfbbf 35.9MiB 60KiB/s 09:03 [################ ] 89.4%guix substitute: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
vervanging van /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf mislukt
guix system: error: beschadigde invoer tijdens het terugplaatsen van het archief uit #<closed: file 7f875a3ac4d0>
Version of the daemon:
$ ls -l /run/current-system/profile/bin/guix-daemon
lrwxrwxrwx 2 root root 80 1 jan 1970 /run/current-system/profile/bin/guix-daemon -> /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon
I'll try to work-around with --no-substitutes.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
2021-06-17 12:59 bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet Maxime Devos
@ 2021-06-18 7:48 ` Ludovic Courtès
2021-06-18 14:37 ` Maxime Devos
2021-06-18 14:44 ` Maxime Devos
0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-06-18 7:48 UTC (permalink / raw)
To: Maxime Devos; +Cc: 49071
Hi Maxime,
Maxime Devos <maximedevos@telenet.be> skribis:
> During a "guix system -L. reconfigure [...].scm":
>
> [...]
> substitute: lijst van substitutes van ‘[...]’ aan het bijwerken... 0.0%
> guix substitute: warning: [...]: host not found: Naam of dienst is niet bekend
> guix-1.3.0-3.50dfbbf 35.9MiB 60KiB/s 09:03 [################ ] 89.4%guix substitute: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
> vervanging van /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf mislukt
> guix system: error: beschadigde invoer tijdens het terugplaatsen van het archief uit #<closed: file 7f875a3ac4d0>
Could you please test as suggested at
<https://issues.guix.gnu.org/48903>?
> Version of the daemon:
>
> $ ls -l /run/current-system/profile/bin/guix-daemon
> lrwxrwxrwx 2 root root 80 1 jan 1970 /run/current-system/profile/bin/guix-daemon -> /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon
That’s also the one actually running (as shown by “ps aux | grep
guix-daemon”), right?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
2021-06-18 7:48 ` Ludovic Courtès
@ 2021-06-18 14:37 ` Maxime Devos
2021-06-18 14:44 ` Maxime Devos
1 sibling, 0 replies; 4+ messages in thread
From: Maxime Devos @ 2021-06-18 14:37 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 49071
[-- Attachment #1: Type: text/plain, Size: 2437 bytes --]
Ludovic Courtès schreef op vr 18-06-2021 om 09:48 [+0200]:
> Hi Maxime,
>
> Maxime Devos <maximedevos@telenet.be> skribis:
>
> > During a "guix system -L. reconfigure [...].scm":
> >
> > [...]
> > substitute: lijst van substitutes van ‘[...]’ aan het bijwerken... 0.0%
> > guix substitute: warning: [...]: host not found: Naam of dienst is niet bekend
> > guix-1.3.0-3.50dfbbf 35.9MiB 60KiB/s 09:03 [################ ] 89.4%guix substitute: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
> > vervanging van /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf mislukt
> > guix system: error: beschadigde invoer tijdens het terugplaatsen van het archief uit #<closed: file 7f875a3ac4d0>
>
> Could you please test as suggested at
> <https://issues.guix.gnu.org/48903>;?
Command:
$ while echo substitute /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf /tmp/t | guix substitute --substitute ; do chmod -R +w /tmp/t && rm -rf /tmp/t; done
Output:
> guix substitute: warning: tijdens het binnenhalen van http://ci.guix.gnu.org/nar/lzip/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf: de server is een beetje traag
> guix substitute: warning: probeer ‘--no-substitutes’ als het probleem hardnekkig is
> guix substitute: error: connect*: Verbinding is verlopen
I cannot reproduce at the moment, though I'm currently on a very flaky network
so that probably doesn't mean much. I'll retry later, when I'm on a better network.
(FWIW, using "guix download" on the URL fails as well.)
>
> > Version of the daemon:
> >
> > $ ls -l /run/current-system/profile/bin/guix-daemon
> > lrwxrwxrwx 2 root root 80 1 jan 1970 /run/current-system/profile/bin/guix-daemon -> /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon
>
> That’s also the one actually running (as shown by “ps aux | grep
> guix-daemon”), right?
Yes, it's the same:
root 312 0.0 0.0 11996 5772 ? Ss 15:11 0:00 /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon --build-users-group guixbuild --max-silent-time 0 --
timeout 0 --log-compression bzip2 --discover=yes --substitute-urls [...]:8080 [...]:8080 https://ci.guix.gnu.org https://bayfront.guix.gnu.org https://guix.tobias.gr --gc-keep-outputs=yes
Greetings,
Maxime
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
2021-06-18 7:48 ` Ludovic Courtès
2021-06-18 14:37 ` Maxime Devos
@ 2021-06-18 14:44 ` Maxime Devos
1 sibling, 0 replies; 4+ messages in thread
From: Maxime Devos @ 2021-06-18 14:44 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 49071
[-- Attachment #1: Type: text/plain, Size: 3118 bytes --]
Ludovic Courtès schreef op vr 18-06-2021 om 09:48 [+0200]:
> Hi Maxime,
>
> Maxime Devos <maximedevos@telenet.be> skribis:
>
> > During a "guix system -L. reconfigure [...].scm":
> >
> > [...]
> > substitute: lijst van substitutes van ‘[...]’ aan het bijwerken... 0.0%
> > guix substitute: warning: [...]: host not found: Naam of dienst is niet bekend
> > guix-1.3.0-3.50dfbbf 35.9MiB 60KiB/s 09:03 [################ ] 89.4%guix substitute: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet.
> > vervanging van /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf mislukt
> > guix system: error: beschadigde invoer tijdens het terugplaatsen van het archief uit #<closed: file 7f875a3ac4d0>
>
> Could you please test as suggested at
> <https://issues.guix.gnu.org/48903>;?
Command:
$ while echo substitute /gnu/store/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf /tmp/t | guix substitute --substitute ; do chmod -R +w /tmp/t && rm -rf /tmp/t; done
Output:
> guix substitute: warning: tijdens het binnenhalen van http://ci.guix.gnu.org/nar/lzip/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf: de server is een beetje traag
> guix substitute: warning: probeer ‘--no-substitutes’ als het probleem hardnekkig is
> guix substitute: error: connect*: Verbinding is verlopen
I cannot reproduce at the moment, though I'm currently on a very flaky network
so that probably doesn't mean much. I'll retry later, when I'm on a better network.
http://ci.guix.gnu.org/nar/lzip/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf aan het binnenhalen ...
guix-1.3.0-3.50dfbbf 35.9MiB 3.1MiB/s 00:12 [##################] 100.0%
chmod: kan geen toegang krijgen tot '/home/sylviidae/guix/git/guix-config/t': Bestand of map bestaat niet
http://ci.guix.gnu.org/nar/lzip/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf aan het binnenhalen ...
guix substitute: warning: tijdens het binnenhalen van http://ci.guix.gnu.org/nar/lzip/3j9kzhsygg56pmhlwpvjqicvjgsni49w-guix-1.3.0-3.50dfbbf: de server is een beetje traag
guix substitute: warning: probeer ‘--no-substitutes’ als het probleem hardnekkig is
guix substitute: error: connect*: Verbinding is verlopen
>
> > Version of the daemon:
> >
> > $ ls -l /run/current-system/profile/bin/guix-daemon
> > lrwxrwxrwx 2 root root 80 1 jan 1970 /run/current-system/profile/bin/guix-daemon -> /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon
>
> That’s also the one actually running (as shown by “ps aux | grep
> guix-daemon”), right?
Yes, it's the same:
root 312 0.0 0.0 11996 5772 ? Ss 15:11 0:00 /gnu/store/pv9i296wfjl3zwkmsg4w24ksqcb9qhnb-guix-1.3.0-2.9f2b2c4/bin/guix-daemon --build-users-group guixbuild --max-silent-time 0 --
timeout 0 --log-compression bzip2 --discover=yes --substitute-urls [...]:8080 [...]:8080 https://ci.guix.gnu.org https://bayfront.guix.gnu.org https://guix.tobias.gr --gc-keep-outputs=yes
Greetings,
Maxime
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-18 14:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17 12:59 bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet Maxime Devos
2021-06-18 7:48 ` Ludovic Courtès
2021-06-18 14:37 ` Maxime Devos
2021-06-18 14:44 ` Maxime Devos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).