bug#46861: `guix deploy` permission denied error

2021-03-08 Thread Ludovic Courtès
Hi, pkill9 skribis: > Ok, I just did `guix pull` on the machine deploying to the remote host, > which had the same problem before, and it created last-expiry-cleanup > and the file is owned by root, and changing it to my user fixed it. Not > sure what happened the first time around, I'm so

bug#46861: `guix deploy` permission denied error

2021-03-03 Thread pkill9
Ok, I just did `guix pull` on the machine deploying to the remote host, which had the same problem before, and it created last-expiry-cleanup and the file is owned by root, and changing it to my user fixed it. Not sure what happened the first time around, I'm so confused... My only guess is that

bug#46861: `guix deploy` permission denied error

2021-03-02 Thread pkill9
It does this with guix pull too, and it's on the machine that is doing the deploying that gui pull causes the error, but guix pull worked fine on the machine being deployed to.

bug#46861: `guix deploy` permission denied error

2021-03-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ludovic Courtès 写道: It’s likely been caused by “sudo guix pull”, which changed the ownership to root. There’s no reason to run ‘guix deploy’ as root. Ownership of _what_, though? I thought the same as you at first, hence (on IRC): I've tried deleting ~/.cache/guix, and creating a chmod

bug#46861: `guix deploy` permission denied error

2021-03-02 Thread Ludovic Courtès
Hi, pkill9 skribis: > When I run Guix deploy, I get this error: > ``` > guix deploy: error: open-file: Permission denied: > "/home/itsme/.cache/guix/checkouts/last-expiry-cleanup" > ``` > > I've tried deleting ~/.cache/guix, and creating a chmod 777'd > ~/.cache/guix directory, but I still get

bug#46861: `guix deploy` permission denied error

2021-03-01 Thread pkill9
When I run Guix deploy, I get this error: ``` guix deploy: error: open-file: Permission denied: "/home/itsme/.cache/guix/checkouts/last-expiry-cleanup" ``` I've tried deleting ~/.cache/guix, and creating a chmod 777'd ~/.cache/guix directory, but I still get that error.