From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: How to fix broken user guix? Date: Sat, 15 Feb 2020 23:28:28 -0500 Message-ID: <48B132D0-8D3F-4F1C-B42B-4EDF16015AF8@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53055) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3BXy-00087k-L1 for help-guix@gnu.org; Sat, 15 Feb 2020 23:28:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3BXx-0001jh-K0 for help-guix@gnu.org; Sat, 15 Feb 2020 23:28:46 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:60548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3BXx-0001bs-12 for help-guix@gnu.org; Sat, 15 Feb 2020 23:28:45 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org, Nathan Dehnel Le 15 f=C3=A9vrier 2020 22:25:51 GMT-05:00, Nathan Dehnel a =C3=A9crit : >bash-5=2E0$ guix pull >Updating channel 'nonguix' from Git repository at >'https://gitlab=2Ecom/nonguix/nonguix'=2E=2E=2E >guix pull: error: Git error: failed open - >'/home/nathan/=2Ecache/guix/checkouts/l74zueb3lgylhgxnuzx3d5fzraztxvzu2s4= 466wlqqvmz7hdct3a/=2Egit/FETCH_HEAD' >is locked: Permission denied It's a cache directory so it's safe to delete it=2E If you've been playing= with sudo guix, it could explain the permission issues=2E You might need s= udo to remove some of these files: sudo rm -rf /home/nathan/=2Ecache/guix/checkouts Hth :)