Continuing my monologue. :-)
On the client side (with gnutls-cli), the handshake looks like:
--8<---cut here---start->8---
connect(4, {sa_family=AF_INET, sin_port=htons(443),
sin_addr=inet_addr("131.159.14.26")}, 16) = 0
writev(4,
[{"\26\3\1\1\0\1\0\0\374\3\
l...@gnu.org (Ludovic Courtès) skribis:
> $ while echo 'GET /index.html' | gnutls-cli mirror.hydra.gnu.org ; do : ; done
Same with GnuTLS 3.4.11.
Ludo’.
$ ssh -X daya20
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Because:
$ strings $(which ssh) |grep /xauth
/usr/X11R6/bin/xauth
%s/xauthfile
However,
$ which xauth
/home/dannym/.guix-profile/bin/xauth
Adding the following and rebuilding doesn't help either (for
On Thu, Apr 14, 2016 at 06:50:32PM +0200, Ludovic Courtès wrote:
> (operating-system
> ;; …
> (services (cons (screen-locker-service "xscreensaver")
> %desktop-services)))
> Could you try and report back?
> I guess we’ll enable it by default in %desktop-services.
Will
l...@gnu.org (Ludovic Courtès) skribis:
> Sometimes, TLS handshakes fail in strange ways (the following happens
> after a dozen of iterations; I’ve enabled GnuTLS debugging in (guix
> build download) here):
Can also be reproduced like this:
--8<---cut here---start
Alex Kost skribis:
> Ludovic Courtès (2016-04-18 20:41 +0300) wrote:
>
>> It seems to me that this bug has no clear purpose, or too broad a
>> purpose, or something.
>>
>> Could you retitle it, or close it, or fix it, whichever is appropriate?
>> :-)
>
> Was it for me?
‘To whom it may concern’.
John Darrington skribis:
> On Mon, Apr 18, 2016 at 04:45:11PM +0200, Ludovic Court??s wrote:
>> John Darrington skribis:
>>
>> > You have to run it with the -usedefcmap option. Then it works
>> > just fine.
>>
>> Can we improve on this or should we close the bug?
>>
>
> I see that debian ha
Ludovic Courtès (2016-04-18 20:41 +0300) wrote:
> It seems to me that this bug has no clear purpose, or too broad a
> purpose, or something.
>
> Could you retitle it, or close it, or fix it, whichever is appropriate?
> :-)
Was it for me? I think the main purpose of this report was to tell us
tha