Hi!
Konrad Hinsen <[email protected]> skribis:
> 15629
> execve("/gnu/store/lm2zy00ciq5pb6gfibvakps7aa1hgz68-guix-daemon-0.15.0-6.f9a8fce/libexec/guix-authenticate",
> ["guix-authenticate", "rsautl", "-sign", "-inkey",
> "/etc/guix/signing-key.sec", "-in", "/tmp/nix-15338-0/hash"], 0x11542d0 /* 17
> vars */) = -1 ENOENT (No such file or directory)
Oops, this is fixed in commit 7a54b2281d1f60fd0ae2e058c219c5a600ad756b
(the next commit, 0fe1fba4af41f267c4bb2c006fb37f42422ab703, changes Guix
itself so that the script is installed as LIBEXECDIR/guix/authenticate,
for consistency.)
To test it, you’ll have to run ‘guix pull’ as root and to restart the
daemon.
Thanks,
Ludo’.