From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: damaged installation Date: Tue, 02 Oct 2018 12:04:23 +0200 Message-ID: <87y3bgpsuw.fsf@gnu.org> References: <87k1n7crey.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7HXZ-0002cO-0K for help-guix@gnu.org; Tue, 02 Oct 2018 06:04:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7HXU-0005Mb-UU for help-guix@gnu.org; Tue, 02 Oct 2018 06:04:28 -0400 In-Reply-To: (carl hansen's message of "Fri, 28 Sep 2018 01:25:43 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: carl hansen Cc: help-guix@gnu.org Hello, carl hansen skribis: > On Thu, Sep 27, 2018 at 12:48 AM Mark H Weaver wrote: >> >> carl hansen writes: >> >> > I installed guix 0.15 on Debian testing system >> > Power went out while 'guix pull'ing or something. >> > Now, show stopper error. Attached. How to proceed? >> >> I would move .config/guix to another location (or simply delete it), >> optionally run "guix gc --verify=3Dcontents", and then rerun "guix pull". >> >> Mark > > I tried suggestions, no good. I reinstalled from the beginning , > starting with the guix.binary0.15.x86_64.tar.gz > TWICE and I get same problem: If you unpacked the guix-binary tarball on top of your system, it=E2=80=99s likely that the store is now corrupt. You should at least =E2=80=9Crm -rf /gnu /var/guix /etc/guix ~/.config/guix= =E2=80=9D before unpacking the tarball. (Though you shouldn=E2=80=99t need to reinst= all from the tarball in the first place.) HTH! Ludo=E2=80=99.