From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= Subject: guix gc takes long in "deleting unused links ..." Date: Fri, 1 Feb 2019 06:53:40 +0100 Message-ID: <20190201065332.6d4c9815@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpRls-0002PI-KZ for guix-devel@gnu.org; Fri, 01 Feb 2019 00:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpRlr-0003d2-Iy for guix-devel@gnu.org; Fri, 01 Feb 2019 00:53:48 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:40972 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpRlr-0003bB-6E for guix-devel@gnu.org; Fri, 01 Feb 2019 00:53:47 -0500 Received: from alma-ubu (unknown [10.9.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id B7B663F9A0 for ; Fri, 1 Feb 2019 06:53:40 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel When I do a guix gc -d , it usually is quite fast, until I hit: $ guix gc -d /gnu/store/apnk0ibj6axl9f0x5qa7ixpfvqww77rv-ruby-contracts-0.16.0 findin= g garbage collector roots... deleting `/gnu/store/apnk0ibj6axl9f0x5qa7ixpfvqww77rv-ruby-contracts-0.16.0' deleting `/gnu/store/trash' deleting unused links... Why does that take soo long? Or better: Is it save here to just hit CTRL-C (and let the daemon work in background, or whatever)? Bj=C3=B6rn