From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: Error when running `guix system reconfigure`: Read-only file system Date: Mon, 30 Sep 2019 10:53:25 +0200 Message-ID: <20190930085325.pdkna5iudocdkidm@rafflesia> References: <20190925071659.amjeovehzhlru7tc@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55072) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iErQw-0006LW-MQ for help-guix@gnu.org; Mon, 30 Sep 2019 04:53:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iErQv-0007ru-Px for help-guix@gnu.org; Mon, 30 Sep 2019 04:53:30 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:46151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iErQv-0007p8-Jk for help-guix@gnu.org; Mon, 30 Sep 2019 04:53:29 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id BF08A100014 for ; Mon, 30 Sep 2019 08:53:25 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20190925071659.amjeovehzhlru7tc@rafflesia> 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: Guix Dear Guix, Le 09/25, Tanguy Le Carrour a écrit : > ``` > ❯ sudo guix system reconfigure ~/config/rafflesia.config.scm > The following derivation will be built: > /gnu/store/ak375xdnkalqnvfardp9hwasb8wg440h-grub.cfg.drv > building /gnu/store/ak375xdnkalqnvfardp9hwasb8wg440h-grub.cfg.drv... > /gnu/store/92nna44aa0k2ppwx79bkn7rcq0c8br0y-system > /gnu/store/rzcb902axrd5cxxywxkcs7y5kh4z9hf3-grub.cfg > > activating system... > making '/gnu/store/92nna44aa0k2ppwx79bkn7rcq0c8br0y-system' the current system... > setting up setuid programs in '/run/setuid-programs'... > populating /etc from /gnu/store/i0271lgj9wi7gzghv1zaiwp04gzfyfpj-etc... > guix system: error: mkdir: Read-only file system > ``` I've solved the problem by… reinstalling the system! It's a little frustrating not to know what went wrong… but really pleasant to get back to the exact same system in less than 2 hours, thanks to `config.scm` and `manifest.scm`! -- Tanguy