GNU bug report logs -
#48756
guix offload: error: corrupt input while restoring archive from #<closed: file 7f68866bf770>
Previous Next
Full log
View this message in rfc822 format
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.