GNU bug report logs - #48756
guix offload: error: corrupt input while restoring archive from #<closed: file 7f68866bf770>

Previous Next

Package: guix;

Reported by: Madhavan Krishnan <krishnanmadhavan000 <at> gmail.com>

Date: Sun, 30 May 2021 23:16:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Madhavan Krishnan <krishnanmadhavan000 <at> gmail.com>
Cc: 48756 <at> debbugs.gnu.org
Subject: bug#48756: guix offload: error: corrupt input while restoring archive from #<closed: file 7f68866bf770>
Date: Tue, 15 Jun 2021 11:24:56 +0200
Hi,

Madhavan Krishnan <krishnanmadhavan000 <at> gmail.com> skribis:

>> Does /etc/guix/signing-key.{pub,sec} exist on both machines?
>
>> You can generate it with ‘guix archive’ (info "(guix) Invoking guix
>> archive").
>
> Yes, the files are generated by
>
>    #+begin_example
> sudo guix archieve --generate-key
>    #+end_example
>
>    
>   /etc/guix/signing-key.pub
>   /etc/guix/signing-key.sec
>
> and send the =signing-key.pub= to the build machine.
>
> #+begin_src shell
> sudo guix archieve --authorize< master/build.txt
> #+end_src
>
> both ways master <-> build

OK, so /etc/guix/acl exists on both machines, right?

Could you attach strace to sshd on the build machine:

  sudo strace -p $(pidof sshd) -f -o /tmp/sshd.log -s 500

and then run this on the head machine:

  sudo guix offload test

?

Looking at /tmp/sshd.log starting from the end might reveal an error
that occurs on the build machine.

You can share (part of) /tmp/sshd.log with me, but note that it may
contain sensitive material such as SSH secret keys or passwords.

Thanks,
Ludo’.




This bug report was last modified 3 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.