bug#52517: inconstency with offloading

2022-01-03 Thread zimoun
Hi Ludo, On Mon, 03 Jan 2022 at 19:30, Ludovic Courtès wrote: > Interestingly, GUIX_DAEMON_SOCKET=ssh://… almost achieves that. Thanks for the hint. > Alright, committing. Cool! Thanks. >> I am fine to close the issue but, as I said, the fix seems to be able to >> offload without root

bug#52517: inconstency with offloading

2022-01-03 Thread Ludovic Courtès
Hi, zimoun skribis: > On Mon, 03 Jan 2022 at 17:52, Ludovic Courtès wrote: > >> This is because guix-daemon spawns ‘guix offload’ as root. > > Yes. The issue is I cannot offload to a machine where I have an SSH > account and where Guix is installed if the sysadmin does not configure >

bug#52517: inconstency with offloading

2022-01-03 Thread zimoun
Hi, On Mon, 03 Jan 2022 at 17:52, Ludovic Courtès wrote: > This is because guix-daemon spawns ‘guix offload’ as root. Yes. The issue is I cannot offload to a machine where I have an SSH account and where Guix is installed if the sysadmin does not configure correctly this /root/.ssh/. > diff

bug#52517: inconstency with offloading

2022-01-03 Thread Ludovic Courtès
Hi, zimoun skribis: > The manual provides [1] the example: > > (build-machine > (name "armeight.example.org") > (systems (list "aarch64-linux")) > (host-key "ssh-rsa B3Nza…") > (user "alice") > (private-key > (string-append (getenv

bug#52517: inconstency with offloading

2021-12-15 Thread Maxim Cournoyer
Hello Simon! zimoun writes: > Hi, > > The manual provides [1] the example: > > (build-machine > (name "armeight.example.org") > (systems (list "aarch64-linux")) > (host-key "ssh-rsa B3Nza…") > (user "alice") > (private-key >

bug#52517: inconstency with offloading

2021-12-15 Thread zimoun
Hi, The manual provides [1] the example: --8<---cut here---start->8--- (build-machine (name "armeight.example.org") (systems (list "aarch64-linux")) (host-key "ssh-rsa B3Nza…") (user "alice") (private-key