From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: Re: Noob issues with maintaining a guix laptop system Date: Tue, 4 Jun 2019 00:17:11 -0600 Message-ID: <20190604061710.nwkbw6uqxyhwhayh@cf0> References: <87r28ak9tn.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hY2lG-0006M5-FS for help-guix@gnu.org; Tue, 04 Jun 2019 02:17:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hY2l7-0006xc-H7 for help-guix@gnu.org; Tue, 04 Jun 2019 02:17:24 -0400 Received: from [2a06:1700:0:b:1::1] (port=60106 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hY2l6-0006cj-Qj for help-guix@gnu.org; Tue, 04 Jun 2019 02:17:21 -0400 Content-Disposition: inline In-Reply-To: <87r28ak9tn.fsf@santanas.co.za> 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: Divan Santana Cc: help-guix@gnu.org Just to be clear, when a reconfigure fails you can make any necessary changes and run it again. Guix operations are atomic so it doesn't actually change the state of your system in any way until it finishes. But, if you're asking about rolling back the "guix pull" so that you can run reconfigure with the older versions as if you had never ran "guix pull" in the first place, then I think you could try this: guix describe which should print out the "commit" used when you last reconfigured the system. Then you could try the following command with replaced with the value you got above: guix pull --commit= That should make sure your package data matches what was used last time you successfully reconfigured. As for the swapfile, it should work exactly how you showed. That error makes me think the problem is with how you set up the swapfile. Did you run "dd" to allocate space for the swapfile?