GNU bug report logs - #62890
StumpWM fails to start - Read only file system

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Kjartan Óli Águstsson <kjartanoli@HIDDEN>; dated Sun, 16 Apr 2023 22:56:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at 62890 <at> debbugs.gnu.org:


Received: (at 62890) by debbugs.gnu.org; 12 Jan 2024 21:02:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 12 16:02:24 2024
Received: from localhost ([127.0.0.1]:37831 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rOOfY-0006TM-3J
	for submit <at> debbugs.gnu.org; Fri, 12 Jan 2024 16:02:24 -0500
Received: from mail-108-mta238.mxroute.com ([136.175.108.238]:35053)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <richard@HIDDEN>) id 1rOOfS-0006T4-HK
 for 62890 <at> debbugs.gnu.org; Fri, 12 Jan 2024 16:02:22 -0500
Received: from filter006.mxroute.com ([136.175.111.2] filter006.mxroute.com)
 (Authenticated sender: mN4UYu2MZsgR)
 by mail-108-mta238.mxroute.com (ZoneMTA) with ESMTPSA id
 18cff7b8bf40003727.001 for <62890 <at> debbugs.gnu.org>
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
 Fri, 12 Jan 2024 21:02:16 +0000
X-Zone-Loop: b6d1d345ba30d59af4bc30e3b9be3f48416d93079427
X-Originating-IP: [136.175.111.2]
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=freakingpenguin.com; s=x; h=Content-Transfer-Encoding:Content-Type:
 Message-ID:Subject:To:From:Date:MIME-Version:Sender:Reply-To:Cc:Content-ID:
 Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
 :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=Ks96QWogry9MhONCIhqpyqdbU46wLwfmaTJCFWe21S8=; b=Y+4QeoWdlhdhE0RtGBVFPjGP6q
 ZLcj0tenvwGb/WktzVLpYMIdc5qZBOGHUzhmHBYVGPsz9E2L3ADrqtexUEVLWQjQkszz51WYWJJnw
 ScyhJ89JTjXHqTCZ/h6BHosXOJyRmCxZjs/ouZY/tVFYadAC1D9xO7P9xnGkq3pp0EJU/g4aTDRq1
 +okbtUJC6Gms+T5xRe9+mFalSQfAJF5oLHyrEd1pMhW1Sg8mciDVdbFXymPp8edZ/QRETPFEVbyQF
 npVIm4KT65NwpO0v+VDGf7lUm5Rldv0rd+C05rgUopvv33U3r9wHW3u83SBrRH3SvB7tCOhbJBHl9
 ebS/y+3Q==;
MIME-Version: 1.0
Date: Fri, 12 Jan 2024 16:02:13 -0500
From: Richard Sent <richard@HIDDEN>
To: 62890 <at> debbugs.gnu.org
Subject: StumpWM with --no-grafts and System/Home mismatches
Message-ID: <1e0e77cc4d8f9b49c181d8eff6ee2bdd@HIDDEN>
X-Sender: richard@HIDDEN
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
X-Authenticated-Id: richard@HIDDEN
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 62890
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

I've noticed the same behavior and was able to resolve it by adding 
--no-grafts whenever I reconfigure my system and home profiles. Likely 
just the former is necessary, but I haven't tested it.

I've also noticed this behavior (SBCL trying to place .fasl in 
/gnu/store) once when I pulled, reconfigured system, and didn't 
reconfigure home. I have my setup configured such that StumpWM is 
installed at the system level, while contrib packages are installed via 
guix home.

I ran a git bisect and continually reconfigured my system to try and 
narrow down what commit it was, and was able to isolate it to either an 
xorgproto or Mesa update. Home was built before (49a7a95ba4) the commit, 
System after (d55a4431f3). The offending commit in this particular case 
lies somewhere between d55a4431f3 and 17c3a3bfff. (This probably isn't 
actually a bug, but I'm posting it in case anyone else runs into a 
similar issue in the future.)

If anyone else has a similar setup, encounters this issue, and already 
uses --no-grafts, be sure both the system and home profiles are built 
with the same version of Guix.

Richard Sent




Information forwarded to bug-guix@HIDDEN:
bug#62890; Package guix. Full text available.

Message received at 62890 <at> debbugs.gnu.org:


Received: (at 62890) by debbugs.gnu.org; 25 Apr 2023 09:54:10 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Apr 25 05:54:10 2023
Received: from localhost ([127.0.0.1]:51448 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1prFNB-0006lT-UA
	for submit <at> debbugs.gnu.org; Tue, 25 Apr 2023 05:54:10 -0400
Received: from mout01.posteo.de ([185.67.36.65]:38731)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <glv@HIDDEN>) id 1prFN9-0006kf-NY
 for 62890 <at> debbugs.gnu.org; Tue, 25 Apr 2023 05:54:08 -0400
Received: from submission (posteo.de [185.67.36.169]) 
 by mout01.posteo.de (Postfix) with ESMTPS id C38D724027C
 for <62890 <at> debbugs.gnu.org>; Tue, 25 Apr 2023 11:54:01 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017;
 t=1682416441; bh=v5IJGVO5kY8L0Qg0xjgW4jIs/FMe4Fu0qvyljA17D1g=;
 h=From:To:Cc:Subject:Date:From;
 b=rDNxjho/0hTUGzFBmpJwHWO9zeZ3GNFaz+8WZMVn7rNDd3PASGyzHIdLtN+/nL3o+
 t05hr7WL2w3dR13Di16pnlrM7lbP+7u0pq/AFNiNndgtBgCAX3iot04QtqdWKInw5E
 98FFQp+YkRppeBBTATqD9rLjmyX+tQyQ+MCw/5YS6V0j2KQjIn5FZoZmN21sKlFelz
 zVozRMNm8mvG/B79TJDdLsMcnJ8Np6+utKHnQ/tKKgw17Y6ib06hTbGX9VVkQTeMr8
 ygrBBAlRN2+1rkPHRan6YhZSWEtUhXx57foAtPb66pLHjbbLBnk7c/7Py+zfv+yxad
 tZZZRTct5Up7A==
Received: from customer (localhost [127.0.0.1])
 by submission (posteo.de) with ESMTPSA id 4Q5HQK0MgVz6tvl;
 Tue, 25 Apr 2023 11:54:00 +0200 (CEST)
References: <GV1P193MB23106F1D18FD3516594772CBDF9F9@HIDDEN>
 <878rehifo4.fsf@kitej>
From: Guillaume Le Vaillant <glv@HIDDEN>
To: Guillaume Le Vaillant <glv@HIDDEN>
Subject: Re: bug#62890: StumpWM fails to start - Read only file system
Date: Tue, 25 Apr 2023 09:35:23 +0000
In-reply-to: <878rehifo4.fsf@kitej>
Message-ID: <877cu05ltz.fsf@kitej>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 62890
Cc: Kjartan =?utf-8?Q?=C3=93li_=C3=81gustsson?= <kjartanoli@HIDDEN>,
 62890 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

--=-=-=
Content-Type: text/plain

I think the issue comes from grafts.

Without grafts, the ASDF configuration is coherent; the path for
stumpwm's sources and libraries is the same everywhere (here in
stumpwm:lib and sbcl-stumpwm-cpu):

--8<---------------cut here---------------start------------->8---
$ cat $(guix build --no-grafts stumpwm | grep 'lib$')/etc/common-lisp/*/50-stumpwm.conf
(("/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*)
 ("/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/lib/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*))

(:tree "/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm")

$ cat $(guix build --no-grafts sbcl-stumpwm-cpu)/etc/common-lisp/*/50-stumpwm.conf
(("/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*)
 ("/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/lib/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*))

(:tree "/gnu/store/v18hzbid3rjblz35s69w4c0gcsx9f9w9-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm")
--8<---------------cut here---------------end--------------->8---


With grafts, we get different paths, which probably explains why ASDF
fails to find the compiled Lisp files it is looking for:

--8<---------------cut here---------------start------------->8---
$ cat $(guix build stumpwm | grep 'lib$')/etc/common-lisp/*/50-stumpwm.conf
(("/gnu/store/wsjyjqf20ldbmgdq96h73qikmwhxv36c-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*)
 ("/gnu/store/wsjyjqf20ldbmgdq96h73qikmwhxv36c-stumpwm-22.11-lib/lib/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*))

(:tree "/gnu/store/wsjyjqf20ldbmgdq96h73qikmwhxv36c-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm")

$ cat $(guix build sbcl-stumpwm-cpu)/etc/common-lisp/*/50-stumpwm.conf
(("/gnu/store/h8i8mwsgjb96r407xqa2sf56clgy7r7c-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*)
 ("/gnu/store/h8i8mwsgjb96r407xqa2sf56clgy7r7c-stumpwm-22.11-lib/lib/common-lisp/sbcl/stumpwm"
  :**/
  :*.*.*))

(:tree "/gnu/store/h8i8mwsgjb96r407xqa2sf56clgy7r7c-stumpwm-22.11-lib/share/common-lisp/sbcl/stumpwm")
--8<---------------cut here---------------end--------------->8---

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZEejOA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8JWAD/XbO6V2+ZOWww6M1/AJJ3meeCnG0lSZFIJspj
72/m7lAA/RSLVnm64CbDerB5H65zC2INTyOHO3vnEEtcbvDUZe7A
=Uiaz
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to bug-guix@HIDDEN:
bug#62890; Package guix. Full text available.

Message received at 62890 <at> debbugs.gnu.org:


Received: (at 62890) by debbugs.gnu.org; 24 Apr 2023 13:16:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Apr 24 09:16:37 2023
Received: from localhost ([127.0.0.1]:47826 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pqw3Z-0005bM-5X
	for submit <at> debbugs.gnu.org; Mon, 24 Apr 2023 09:16:37 -0400
Received: from mout01.posteo.de ([185.67.36.65]:58641)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <glv@HIDDEN>) id 1pqw3X-0005b8-1s
 for 62890 <at> debbugs.gnu.org; Mon, 24 Apr 2023 09:16:35 -0400
Received: from submission (posteo.de [185.67.36.169]) 
 by mout01.posteo.de (Postfix) with ESMTPS id 414D324002A
 for <62890 <at> debbugs.gnu.org>; Mon, 24 Apr 2023 15:16:29 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017;
 t=1682342189; bh=zd9HF1Po7d3bD0qCUELk8acVNmbxwZN+Xpwi2E+g7+g=;
 h=From:To:Cc:Subject:Date:From;
 b=UQ8VvatAYT2zDxbz+iG/vmw4KIjGEYyC1lAouoER1c51wks1R1RrbZCopnM6BZQkn
 9ysD83BVWa4FA/IDZSvblDwaF8+zgPF/Dc/0is8MFZPpgm5fWW4aswDp2w6DdSbQ15
 dIc5s8EXzaMsl60+nmM2F2s1pgxRLy68PHTaVSN5xzdtagZnP/Hh7DM8E20nfqjWq8
 yJ74TWUHgg/9NpftrsjSfNkOGZLR8LiK83ooZKmxho0TlGb2reNpLkYL7CumS4zRbV
 uIucgSGR7ewXktpzLmTVPkzZh/duT/OQfOFZq3WAmaHgeVsu+SnfTM0bQ6v2P/UWqc
 bSK4yCZtp+Diw==
Received: from customer (localhost [127.0.0.1])
 by submission (posteo.de) with ESMTPSA id 4Q4lyN4Q2hz9rxL;
 Mon, 24 Apr 2023 15:16:28 +0200 (CEST)
References: <GV1P193MB23106F1D18FD3516594772CBDF9F9@HIDDEN>
From: Guillaume Le Vaillant <glv@HIDDEN>
To: Kjartan =?utf-8?Q?=C3=93li_=C3=81gustsson?= <kjartanoli@HIDDEN>
Subject: Re: bug#62890: StumpWM fails to start - Read only file system
Date: Mon, 24 Apr 2023 12:57:46 +0000
In-reply-to: <GV1P193MB23106F1D18FD3516594772CBDF9F9@HIDDEN>
Message-ID: <878rehifo4.fsf@kitej>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 62890
Cc: 62890 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Kjartan =C3=93li =C3=81gustsson <kjartanoli@HIDDEN> skribis:

> I just started experiencing an issue with stumpwm where it fails to
> start, complaining about a read only file system.  A web search for the
> error message leads me to
> https://lists.gnu.org/archive/html/help-guix/2021-02/msg00080.html,
> which sounds exactly like the problem I'm experiencing.  I'm unsure how
> to get the backtrace shared in that thread, or in general how to proceed
> with debugging this.
>
> guix describe shows:
>   guix 9a5e1dc
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 9a5e1dc1f16f5f8c056e64f2077b035784003673
> but I tried rolling back to an earlier system generation:
>   guix:
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: d513ba83ebca347164098bb0fa1354f3657bc7e2
> to no success so I doubt it is a new change in Guix.
>
> Unless I'm missing something in the help-guix thread there is no
> solution discussed there, so any help in debugging this would be greatly
> appreciated.

Hi,

I just got the same problem after reconfiguring a machine (using
guix-home, but I'm not sure if it is relevant). It only happens when
I try to load extra modules from the ".stumpwm/init.lisp" file.

It looks like the configuration indicating where to search for the
compiled Common Lisp files (ASDF's source-registry and
output-translations) is not taken into consideration by Stumpwm
anymore... so it tries to recompile them in the wrong place.

As a workaround, replacing:
  exec stumpwm
by:
  exec sbcl --no-userinit --non-interactive --eval '(require :asdf)' --eval=
 '(asdf:load-system "stumpwm")' --eval '(stumpwm:stumpwm)'
in my ".xsession" file seems to work...

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZEaBKw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9SdgD9G+NN54TQ5dXqN+Qu+vT2amTOGrLziC5gmsJJ
m7w45WgA/jfK4NFpi+lJPvcJfeF84hdiE94Zd0XCwZDYJCKwL3oM
=EDnO
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to bug-guix@HIDDEN:
bug#62890; Package guix. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 16 Apr 2023 22:55:11 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 16 18:55:11 2023
Received: from localhost ([127.0.0.1]:52675 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1poBH5-0006zN-5T
	for submit <at> debbugs.gnu.org; Sun, 16 Apr 2023 18:55:11 -0400
Received: from lists.gnu.org ([209.51.188.17]:33292)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kjartanoli@HIDDEN>) id 1poBH3-0006z9-2T
 for submit <at> debbugs.gnu.org; Sun, 16 Apr 2023 18:55:09 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kjartanoli@HIDDEN>)
 id 1poBH2-0004vR-JE
 for bug-guix@HIDDEN; Sun, 16 Apr 2023 18:55:08 -0400
Received: from mail-am6eur05olkn20824.outbound.protection.outlook.com
 ([2a01:111:f400:7e1b::824]
 helo=EUR05-AM6-obe.outbound.protection.outlook.com)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kjartanoli@HIDDEN>)
 id 1poBH0-0006NR-KT
 for bug-guix@HIDDEN; Sun, 16 Apr 2023 18:55:08 -0400
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 b=Rpa6UXYUK1RYIUJMmmiDqxvNdcn1I6l/QkcE0rFQZkgMN/75V8BRBzxuff1C8LUZXcUFBdkuqsFsTpSG5oK+o4oB/kMYUBWRbi927jscOjieC7AcYC+rAb1lIAhs+HITnxkRTWxlGka5BPtLFXe8BCOKiS5Kc97QB561UTAFxTvANcM6a8JPTiPwMp+g/VDm96VUC09GGNJaoCp5+VJ4yxouDtkCGKDGTEpLRK/h9kdF2s8O3MO2UzHHKRXRl54j7g/znmb4guSP8CqqAamZE7YWvV8vD9TyviNZ48Rp80NrsVSFfTN8Y3bk3yBVh2EhYXCGexOAUSX2e/cuZZPnGA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; 
 s=arcselector9901;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=tq2nHLM6oStgGdoMsTs2qS9Jg029VptE2kfTtwrHSp4=;
 b=FoH8MSZzrRP6ksjNa+P0XiYLA8q5T4EgJDh1+Fl4Ustwe2eC9tz+ZJECwF39FYVypTreBE+PjxuEKAiLLbCqIPRgkU/FF/XwhMW+Is15rV7g4QTn4gYcFSHjvp21Ci/pMGvv1IblDfUnFOAH6L0H4+b7fR3N5c/SokwcW3rBg/c9QRTm8chdkRsJTXXPMeT8xGQhK2iThghyKgsYmn78I85Fs8ClkEZ93rfU9r1r7tGzsWZt5m/pKmwlJIl8WSJZAXITvBZRDUfNK8YkVO1Kqdsm1N/487x+nPa1xYWw8qLxUvMy1qteNfnknoZksyVqHN2625aJ1bDUxkvdDbvkBw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none;
 dkim=none; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com;
 s=selector1;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=tq2nHLM6oStgGdoMsTs2qS9Jg029VptE2kfTtwrHSp4=;
 b=rbmDVNjJM2SqtWIZkfhK4crSf6mv6D7M1pQWD3b/IuIb9QXR0JP4XFMjdfcaopqFnSpRHT5YbCPaflam8crD9Dkr6ykknhA7hrgrmMMjdLCYMwdMiKQ0OFnGlzjBuabi2HxoL22UnsuzSaZsm7+ptTy8i24g6nMyc5ytNoLl/oTddMH7Y7vwA9ir+0XdSLXjf8biBtq+4E19MhbWuq0TlDBGnVkuhog8rzb+hlRuK8utUtkQm9096nDxJWbgIaa9XB6kFXYjTFKPxRrju+skrujdxKAP1XlvEAxQ2kALgm9Kkcgo8wwCvGBbwjBF4A4rqoUWrDvog+aEcATYNIF46Q==
Received: from GV1P193MB2310.EURP193.PROD.OUTLOOK.COM (2603:10a6:150:2a::20)
 by GV1P193MB2021.EURP193.PROD.OUTLOOK.COM (2603:10a6:150:2b::9) with
 Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6298.30; Sun, 16 Apr
 2023 22:50:01 +0000
Received: from GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 ([fe80::27af:327b:5614:4a79]) by GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 ([fe80::27af:327b:5614:4a79%2]) with mapi id 15.20.6298.045; Sun, 16 Apr 2023
 22:50:01 +0000
User-agent: mu4e 1.10.2; emacs 30.0.50
From: Kjartan =?utf-8?Q?=C3=93li_=C3=81gustsson?= <kjartanoli@HIDDEN>
To: bug-guix@HIDDEN
Subject: StumpWM fails to start - Read only file system
Date: Sun, 16 Apr 2023 22:32:45 +0000
Message-ID: <GV1P193MB23106F1D18FD3516594772CBDF9F9@HIDDEN>
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha256; protocol="application/pgp-signature"
X-TMN: [q8hRGQopeagJ/vaaJut07bwtnGyc0UFf]
X-ClientProxiedBy: LNXP265CA0032.GBRP265.PROD.OUTLOOK.COM
 (2603:10a6:600:5c::20) To GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 (2603:10a6:150:2a::20)
X-Microsoft-Original-Message-ID: <87y1mre92i.fsf@HIDDEN>
MIME-Version: 1.0
X-MS-Exchange-MessageSentRepresentingType: 1
X-MS-PublicTrafficType: Email
X-MS-TrafficTypeDiagnostic: GV1P193MB2310:EE_|GV1P193MB2021:EE_
X-MS-Office365-Filtering-Correlation-Id: fa0f46de-af51-46bb-59df-08db3ecce8f4
X-Microsoft-Antispam: BCL:0;
X-Microsoft-Antispam-Message-Info: GjmG5qqhboNppFJy4cU/LeO8tqfi+eC7295wyxistN4WPBx4CauSQc4J6SpTCwVN7xa8BiadUAi9nh4mQjmwbFeWdBDhkzl4JGL1vYYtKvzBbG9FORVwOtXW+BxyEnWdn3zXWc11uARsBTH0lfHhfqlHz/YhZFm+ZYcktxmiO0DAKw0WCO3sPezoD5LwOWR+ddYgTr5PcTjVMSELzEcn7YBRd3chW2bMXv8ECHLiEDZahrZWxkWJ+L+b3HzTXd6YgMg10zqvZSMb6VkEBt58hJOTsyWCcg8VN1EzCCyk+A2jcS1YtnMQ5YcDhasgO0COOD9WKvE/LzkjKVpW2GboLHgwNV55xcLh4U1gXvA+qeuv6qSEjhHlt6dFwCSz6q0pCe9D5L02yp3KoQ2yzVKqGgboBuN7caa3V9Buugm8J5P2RPtCPOFz9m+YRzAgLK+jgh+o/66rPV0jUdDn5Pb/hdp5P6xmkmd+EjQPCkApFKwuI7u1VR8cm8NOwLod55KCsaP4qrK2Dn/d4pf2osV0fr5l1bSqa0u5vAVly22c6sA=
X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1
X-MS-Exchange-AntiSpam-MessageData-0: =?us-ascii?Q?rZZleDDQTAoO3z9q26L8KOc9yqtQQCjlZpfxDKRH5rMlcYLYbQEGtzh2/+MQ?=
 =?us-ascii?Q?Vvgt87QQdggyon0EeWiv7NE5snBms+RmFBb+dct5OUEBu0RMuV2bYTqciH8Q?=
 =?us-ascii?Q?P6OcoZ7B0qtUCqLIiwDxVA9L/92WrWeaTNZR3F7NxspQwcRyPLv8eletfxi+?=
 =?us-ascii?Q?juaTshyG14bDZRD1Xx4gvAgJmo1VLFmJkFeYKtevbL95uSeFODUJ4iXZI9fv?=
 =?us-ascii?Q?Ys/IZIDIiYWS0RJRi2K6kxSjShd6ohdJBEFze9ciMe4JFbUUxlqv+/kCvgOD?=
 =?us-ascii?Q?ii818IzdDm4GdrrQrnVr5T86R49dkrldNbmRy7bXUVLq1XjtynnUJW3svEuO?=
 =?us-ascii?Q?kM28V8tSPw761QASNTXSdgNp1Y7QFLoolsd6CXY1WI+d6Lle29/5lymMAfIT?=
 =?us-ascii?Q?jrr8FnEqulXuttE+6ddZTlhq3cTVFnkJiUQv6aMQVie+mgxqg6j1c6k671j+?=
 =?us-ascii?Q?TtHEVVbO/zJHSYLpS9ZxSOTXuA5QcBB/L0omQ+zYznjklG5a4BlKDioTGU/9?=
 =?us-ascii?Q?ATn0WSvBAfe9VxN/FBfKqQorFSvpp9M0f0XuwUNi5XkSej/2QWHIlJL5yzV0?=
 =?us-ascii?Q?xPbzXoQ02+V+tfgQLS6zRZUMgw8rbvDtCCFSiQGgzPjsmb/BWVvNaWvwn86J?=
 =?us-ascii?Q?ORFfyzkMiZ2Qx38TRS65NozUK2MqbB87aepbIARCAIsyWXWygvUhAS213EfQ?=
 =?us-ascii?Q?T6C3dDOkigbNIvi2AIOWi/j5fYfmpIZC7yN9cdqbTc29LYkjw79yAAfJtCOz?=
 =?us-ascii?Q?KCY+wEg81qOn4WhI1KV1HVEQHXumgynlVzqBXQW0mrd/q5gy70dBdyJaSJRF?=
 =?us-ascii?Q?8aIhmtima8iTbaeWodax0gj7EDkNFqfF8pZ3plV0Zvyw2X4rr1NO4NnsaLJj?=
 =?us-ascii?Q?EToukg/XoOq9mGiaS4gVpSWyRao2fi+MoVTTf9uQa+mMgM8G4yVClu+m6xHS?=
 =?us-ascii?Q?usVFrjqTxMdpPRSKt71pJZ53TwBbCJ6mIeJ/nnx75PKq/RzZehcp9W1R2AeV?=
 =?us-ascii?Q?+yx2peAZLcMfZ+FMGyLOV+2HPceUB8WXQ8aogkFwOSsvJ/PSHnHfPNBo/4Uf?=
 =?us-ascii?Q?v4y8kYazdSgf5nfh3gHkaP9u9wiYFdDoEA0sfe3CwVmCJv9nyhbLnAPb5X0o?=
 =?us-ascii?Q?1aYgynT1NzSZvQp0HOomNINg1VTFzV1MMJBalukMlu8xjO7PyCluGHYT8j6p?=
 =?us-ascii?Q?P21wbJnlpEP0rSbyQ7r51PSWOYEDBgTiqG4/8k36HOZnF/+5vA8hKROYokM?=
 =?us-ascii?Q?=3D?=
X-OriginatorOrg: outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: fa0f46de-af51-46bb-59df-08db3ecce8f4
X-MS-Exchange-CrossTenant-AuthSource: GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 16 Apr 2023 22:50:01.1297 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-Transport-CrossTenantHeadersStamped: GV1P193MB2021
Received-SPF: pass client-ip=2a01:111:f400:7e1b::824;
 envelope-from=kjartanoli@HIDDEN;
 helo=EUR05-AM6-obe.outbound.protection.outlook.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

I just started experiencing an issue with stumpwm where it fails to
start, complaining about a read only file system.  A web search for the
error message leads me to
https://lists.gnu.org/archive/html/help-guix/2021-02/msg00080.html,
which sounds exactly like the problem I'm experiencing.  I'm unsure how
to get the backtrace shared in that thread, or in general how to proceed
with debugging this.

guix describe shows:
  guix 9a5e1dc
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 9a5e1dc1f16f5f8c056e64f2077b035784003673
but I tried rolling back to an earlier system generation:
  guix:
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: d513ba83ebca347164098bb0fa1354f3657bc7e2
to no success so I doubt it is a new change in Guix.

Unless I'm missing something in the help-guix thread there is no
solution discussed there, so any help in debugging this would be greatly
appreciated.

=2D-=20
Kjartan Oli Agustsson
GPG Key fingerprint: 4801 0D71 49C0 1DD6 E5FD  6AC9 D757 2FE3 605E E6B0

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQHLBAEBCAA1FiEESAENcUnAHdbl/WrJ11cv42Be5rAFAmQ8e5UXHGtqYXJ0YW5v
bGlAb3V0bG9vay5jb20ACgkQ11cv42Be5rBssgv+MZWF74qgxhIe3tm5ALAWNdQB
9+B+neLCrO6yiujo343lthpPM6FgeSVJ0vpMZnE1gDCX9pg45iWU/d3MIHNSIeEC
cIKPXIZHbwQWPQBqPA0lEGshOa9PGBCGrs7XuqyvPmRaEvKcTnNx/Vs+qRNOdR6T
f4dPDgb6Y7CpPIcC84DiV9eg4I+W3XlS2xePnnqgSBgbvAU86yYpbjMSVE2O/InI
8PNRKnp5XPvsNuDHVzi/79g2FXMEfTQKGlyeWZqdsv4KMj+3Xze/3LCHihl67gEd
9kzFaAKxFlNQTn0aK9fBthEC0eK3HGu5vCf+QjoBayAFAXhYBBcWSue/cRlVUohY
xk1knjXFLUZbkWZ4l7Oa+6e3DWEcYmMdJmM2kC/NIyO9fxVmLK6uWyU2X/l1HVCh
CRYPXSU7bgdVC9iDEbBkmrLIqE342vjvOj6gANTt7r4w6tEXvS2G9j6qCgVQdlW/
sF7TrNCulIoLqaixaFYbESAi2mPGOH22CpAjAO+r
=7+6W
-----END PGP SIGNATURE-----

--=-=-=--




Acknowledgement sent to Kjartan Óli Águstsson <kjartanoli@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#62890; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 20 Jan 2024 12:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.