guix pull: error: corrupt input while restoring archive

2021-03-30 Thread Simon Josefsson via
Hi. I have a machine that have been running Guix for a couple of years and since November I rely on unattended-upgrades to keep it updated. I have stopped doing manual upgrades but may have done it on reflex a couple of times since November. Now when I run 'guix pull' the errors below are shown.

guix pull: error: corrupt input while restoring archive

2021-03-30 Thread Simon Josefsson via
Hi. I have a machine that have been running Guix for a couple of years and since November I rely on unattended-upgrades to keep it updated. I have stopped doing manual upgrades but may have done it on reflex a couple of times since November. Now when I run 'guix pull' the errors below are shown.

Re: symbolic links for --profile argument

2021-03-30 Thread Fulbert
Le Tue, Mar 30, 2021 at 06:42:29AM -0400, Julien Lepiller a écrit : > The first and third commands are equivalent. I believe the second command > will replace .guix-profile with a symlink to .guix-profile-1 which will link > to the store. The last command should fail, because you can't create a s

Re: symbolic links for --profile argument

2021-03-30 Thread Julien Lepiller
Hi, The first and third commands are equivalent. I believe the second command will replace .guix-profile with a symlink to .guix-profile-1 which will link to the store. The last command should fail, because you can't create a store item that way. I think guix environment --profile will create

symbolic links for --profile argument

2021-03-30 Thread Fulbert
Hello and thanks for visiting my question ! It is a stupid one, but just to be sure : Given ~~~{.bash} $ readlink ~/.guix-profile /var/guix/profiles/per-user/fulbert/guix-profile $ readlink -f ~/.guix-profile /gnu/store/2sj11f64c9cgw40gkjy024vjl688zp7k-profile ~~~{end} Will the following comma