From mboxrd@z Thu Jan 1 00:00:00 1970 From: nightowl Subject: Re: GNU Icecat crashed tab Date: Sat, 29 Sep 2018 05:26:00 +0200 Message-ID: <704210b8c1e753fcaa03debfcc391c1e@posteo.net> References: <3db83d6ed0762a43ed6228ac6dacbe60@posteo.net> <87pnx5u9dl.fsf@elephly.net> <20180922103020.GA4237@jurong> <87o9cpu7ge.fsf@elephly.net> <874lefhsz2.fsf@elephly.net> <109421fc356f21fbed0adb92d39723e9@posteo.net> <87pnx0c0k6.fsf@gnu.org> <51cc89e1f32f73fef9b4a62179aef8a7@posteo.net> <8736tvad6v.fsf@gnu.org> <6af4caef9b19202bcabc30bd214b9a32@posteo.net> <20180927080646.172a98ba@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g65tU-0000Fh-0Z for help-guix@gnu.org; Fri, 28 Sep 2018 23:26:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g65tP-0007UD-1y for help-guix@gnu.org; Fri, 28 Sep 2018 23:26:11 -0400 Received: from mout02.posteo.de ([185.67.36.142]:37193) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g65tO-0007TP-Ko for help-guix@gnu.org; Fri, 28 Sep 2018 23:26:06 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 24F07211B2 for ; Sat, 29 Sep 2018 05:26:03 +0200 (CEST) In-Reply-To: <20180927080646.172a98ba@alma-ubu> 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: =?UTF-8?Q?Bj=C3=B6rn_H=C3=B6fling?= Cc: help-guix@gnu.org I have been trying to upgrade the icecat package. I am using the 'guix=20 system reconfigure' command, but seem to be running out of disk space. =20 It is also starting to compile some things instead of using substitutes,=20 but maybe I need to wait for the servers to settle down. Currently=20 after running garbage collection, my installation is still about 17GB on=20 a 20GB partition. I have several generations of past configurations, so=20 would it be possible to free up space by removing some of the past=20 generations? How would that be done, I do not see a command for doing=20 that? On 27.09.2018 08:06, Bj=C3=B6rn H=C3=B6fling wrote: > On Thu, 27 Sep 2018 05:30:43 +0200 > nightowl wrote: >=20 >> OK, I see the new version 60 now after running the 'guix pull' >> command. I tried running the 'guix package -u' command but does not >> do any upgrade. I have the icecat package called out in my >> config.scm file, so I think I need to run the 'guix system >> reconfigure' command to make an upgrade to that package. Does that >> make sense? I will try this tomorrow and let you know if it upgrades >> ok and if it fixes the tab crash problem. >=20 > If you have the package in your system definition, that is exactly what > you have to do. >=20 > Bj=C3=B6rn