Leo Famulari <l...@famulari.name> writes: > This looks like bugs #47157 / #47266: > > https://bugs.gnu.org/47157 > https://bugs.gnu.org/47266 > > If so, it's a transient networking error caused by problems in Guix > fixed in more recent versions. You'll need to retry `guix pull` until it > succeeds and then restart guix-daemon. > > Let us know how it goes!
That was it! I justed needed to try 6 more times to have it go through :). Here's what I did, which is just add a loop around the solution in https://bugs.gnu.org/47266 ---8<--------------------------------------------------------------------------- try=1; while ! guix pull;\ do echo "Attempt $(( try++ )) failed, try again"; \ done && echo "Attempt $try succeeded!" && systemctl restart guix-daemon --------------------------------------------------------------------------->8--- Thanks! -- s/Fred[re]+i[ck]+/Fredrik/g