bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48756: guix offload: error: corrupt input while restoring archive fr


From: Ludovic Courtès
Subject: bug#48756: guix offload: error: corrupt input while restoring archive from #<closed: file 7f68866bf770>
Date: Tue, 15 Jun 2021 11:24:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

Madhavan Krishnan <krishnanmadhavan000@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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]