Oleg Pykhalov skribis: > ludo@gnu.org (Ludovic Courtès) writes: > >> Hmm could it be that ‘machine-load’ in (guix scripts offload) always >> returns +inf.0, for instance because it fails to run “cat /proc/loadavg” >> on the remote machine? (If it succeeded we would see the message “load >> on machine XYZ is N”.) >> >> https://git.savannah.gnu.org/cgit/guix.git/tree/guix/scripts/offload.scm#n393 > > Can I actually look what is happening somehow? Yes, you can make a checkout of Guix, add ‘pk’ calls in (guix scripts offload) (see below), and run the daemon from there: ./pre-inst-env guix-daemon --build-users-group=guixbuild ‘pk’ is a function that prints its argument and returns it, so you could do: