GNU bug report logs - #43013
System reconfigure: expection reached when executing `start` on "file-system-/sys/kernel/debug" // and an unrelated "nouveau"-bug?

Previous Next

Package: guix;

Reported by: o.rojon <at> posteo.net

Date: Mon, 24 Aug 2020 07:35:02 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43013 in the body.
You can then email your comments to 43013 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#43013; Package guix. (Mon, 24 Aug 2020 07:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to o.rojon <at> posteo.net:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 24 Aug 2020 07:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: o.rojon <at> posteo.net
To: Bug guix <bug-guix <at> gnu.org>
Subject: System reconfigure: expection reached when executing `start` on
 "file-system-/sys/kernel/debug" // and an unrelated
 "nouveau"-bug?
Date: Mon, 24 Aug 2020 09:34:33 +0200
Hello everyone,

I'm recently running into problems updating my system. I had not 
reconfigured for a while (1~2 months) and now, when I reconfigure, I get 
the error message below.
At first I thought it might be related to a specific guix commit, but I 
have now tried four times over the course of 2 weeks, and I always get 
the same error.

Strangely enough, the only reason why I noticed something is not right 
is that nouveau's displaying behaviour would be weird after updating.
That is, it seems to either have changed my desktop resolution or 
applied a form of magnification on all text displayed (sddm, terminal, 
...)
I have no actual clue if these two things are related to each other AT 
ALL. I was just confused, because if they were totally unrelated,
I would struggle to understand why these two things happen concurrently 
;-)


While the error message is in german, I believe to have translated the 
more important chunks in the Subject field.

##### error message #####
guix system: Bootloader erfolgreich auf „/dev/sdb“ installiert
guix system: error: Ausnahme aufgetreten bei der Ausführung von „start“ 
auf Dienst „file-system-/sys/kernel/debug“:
Throw to key `match-error' with args `("match" "no matching pattern" 
("none" "/sys/kernel/debug" "debugfs" () #f #f #f))'.
#######################

As always, any help is appreciated. One good thing is that I finally 
learn the virtues of roll-back and switch-generation :)

Have a good day,
Olivier




Information forwarded to bug-guix <at> gnu.org:
bug#43013; Package guix. (Thu, 27 Aug 2020 19:25:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: raingloom <raingloom <at> riseup.net>
To: bug-guix <at> gnu.org
Subject: Re: bug#43013: System reconfigure: expection reached when executing
 `start` on "file-system-/sys/kernel/debug" // and an unrelated
 "nouveau"-bug?
Date: Thu, 27 Aug 2020 21:24:24 +0200
On Mon, 24 Aug 2020 09:34:33 +0200
o.rojon <at> posteo.net wrote:

> Hello everyone,
> 
> I'm recently running into problems updating my system. I had not 
> reconfigured for a while (1~2 months) and now, when I reconfigure, I
> get the error message below.
> At first I thought it might be related to a specific guix commit, but
> I have now tried four times over the course of 2 weeks, and I always
> get the same error.
> 
> Strangely enough, the only reason why I noticed something is not
> right is that nouveau's displaying behaviour would be weird after
> updating. That is, it seems to either have changed my desktop
> resolution or applied a form of magnification on all text displayed
> (sddm, terminal, ...)
> I have no actual clue if these two things are related to each other
> AT ALL. I was just confused, because if they were totally unrelated,
> I would struggle to understand why these two things happen
> concurrently ;-)
> 
> 
> While the error message is in german, I believe to have translated
> the more important chunks in the Subject field.
> 
> ##### error message #####
> guix system: Bootloader erfolgreich auf „/dev/sdb“ installiert
> guix system: error: Ausnahme aufgetreten bei der Ausführung von
> „start“ auf Dienst „file-system-/sys/kernel/debug“:
> Throw to key `match-error' with args `("match" "no matching pattern" 
> ("none" "/sys/kernel/debug" "debugfs" () #f #f #f))'.
> #######################
> 
> As always, any help is appreciated. One good thing is that I finally 
> learn the virtues of roll-back and switch-generation :)
> 
> Have a good day,
> Olivier
> 
> 
> 

I have this same issue on my Thinkpad, no Nouveau. I also had issues on
my AMDGPU setup. If it's related to graphics, it doesn't seem driver
specific.

It seems that reconfigure only fails during the build phase, not when
it's actually activating the new system, because running reconfigure
again causes no errors.




Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 28 Aug 2020 12:21:02 GMT) Full text and rfc822 format available.

Notification sent to o.rojon <at> posteo.net:
bug acknowledged by developer. (Fri, 28 Aug 2020 12:21:02 GMT) Full text and rfc822 format available.

Message #13 received at 43013-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: raingloom <raingloom <at> riseup.net>
Cc: 43013-done <at> debbugs.gnu.org
Subject: Re: bug#43013: System reconfigure: expection reached when executing
 `start` on "file-system-/sys/kernel/debug" // and an unrelated
 "nouveau"-bug?
Date: Fri, 28 Aug 2020 14:20:32 +0200
Hello,

> I have this same issue on my Thinkpad, no Nouveau. I also had issues on
> my AMDGPU setup. If it's related to graphics, it doesn't seem driver
> specific.
>
> It seems that reconfigure only fails during the build phase, not when
> it's actually activating the new system, because running reconfigure
> again causes no errors.

Yes this is harmless error that goes away by reconfiguring again. This
has been discussed here: https://issues.guix.gnu.org/42826.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 26 Sep 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 207 days ago.

Previous Next


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