From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Error when running `guix system reconfigure`: Read-only file system Date: Wed, 25 Sep 2019 09:16:59 +0200 Message-ID: <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]:42912) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD1Xv-0002Z0-VG for help-guix@gnu.org; Wed, 25 Sep 2019 03:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD1Xu-0005hR-PW for help-guix@gnu.org; Wed, 25 Sep 2019 03:17:07 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:47471) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iD1Xt-0005eY-6r for help-guix@gnu.org; Wed, 25 Sep 2019 03:17:05 -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 6AA2310000D for ; Wed, 25 Sep 2019 07:16:59 +0000 (UTC) Content-Disposition: inline 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, I would have preferred to write to tell you that I had installed Guix on all my computers (work, home and laptop) and that I was happily working on packaging some Python and Rust libraries (for [fd][]), but… [fd]: https://github.com/sharkdp/fd I took 2 weeks off, and when I came back, the first thing I did was updating my system (at work… I haven't tried at home yet) and ended up with this error: ``` ❯ 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 ``` But the file system doesn't look read-only to me: ``` /dev/sda3 on / type ext4 (rw,relatime) ``` Is it something I've done?! I'll try at home at the week end, just to make sure. Anyway, this won't keep me from working on my packaging! :-) Any help welcome! -- Tanguy