From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Unexpected results with Guix. Date: Thu, 7 Nov 2019 11:51:52 +0100 Message-ID: <20191107105152.gafbjchqti3bwkcq@pelzflorian.localdomain> References: <20191107064026.zgmzgiiigi7pcbx6@pelzflorian.localdomain> <5dc3f45e.1c69fb81.728e1.496d@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42959) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSfQJ-0006MW-5F for help-guix@gnu.org; Thu, 07 Nov 2019 05:54:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSfQH-000862-1p for help-guix@gnu.org; Thu, 07 Nov 2019 05:53:54 -0500 Received: from pelzflorian.de ([5.45.111.108]:52682 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSfOU-00042K-RR for help-guix@gnu.org; Thu, 07 Nov 2019 05:53:52 -0500 Content-Disposition: inline In-Reply-To: <5dc3f45e.1c69fb81.728e1.496d@mx.google.com> 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: Jone Cc: help-guix@gnu.org On Thu, Nov 07, 2019 at 01:39:43PM +0000, Jone wrote: > > We seem to be going in circles =) > > for r in $(guix gc --list-roots); do ls -l $r; done > You want to delete /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile. `for r in $(guix gc --list-roots); do ls -l $r; done` should list what links to the profile /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile. That is what you need to delete. Regards, Florian