unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48604: Linux-libre 5.12.5 freezes
@ 2021-05-23  9:22 Yusuf Talha via Bug reports for GNU Guix
  2021-05-24 13:36 ` Maxime Devos
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yusuf Talha via Bug reports for GNU Guix @ 2021-05-23  9:22 UTC (permalink / raw)
  To: 48604

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

hello.  i am using a librebooted thinkpad x200 laptop with gnu guix.  if i use the latest kernel on my system, my computer suddenly freezes without a reason after a while of usage.  it is probably a kernel panic.  older kernels don't have that problem.  i'd be glad if you fix this.  thank you for your attention.

[-- Attachment #2: Type: text/html, Size: 483 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
@ 2021-05-24 13:36 ` Maxime Devos
  2021-05-24 14:42 ` bug#48604: Yusuf Talha via Bug reports for GNU Guix
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Maxime Devos @ 2021-05-24 13:36 UTC (permalink / raw)
  To: Yusuf Talha, 48604

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

Yusuf Talha via Bug reports for GNU Guix schreef op zo 23-05-2021 om 11:22 [+0200]:
> hello.  i am using a librebooted thinkpad x200 laptop with gnu guix.
> if i use the latest kernel on my system, my computer suddenly freezes
> without a reason after a while of usage.

Maybe your computer is experiencing an OOM (out-of-memory).

Maybe keep a system monitor visible (e.g. gnome-system-monitor or htop)
and keep an eye on the memory & swap usage. Does the freeze coincide with
high memory usage?

Also, can you still hear your disk spinning after a freeze?
(IIUC, that would indicate Linux is still issuing I/O to the disk
so Linux did not OOP? I'm not an expert on these matters though.)

> it is probably a kernel panic. older kernels don't have that problem. [...]

What was the latest kernel version that worked for you?

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604:
  2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
  2021-05-24 13:36 ` Maxime Devos
@ 2021-05-24 14:42 ` Yusuf Talha via Bug reports for GNU Guix
  2021-05-24 15:53 ` bug#48604: Linux-libre 5.12.5 freezes Leo Famulari
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Yusuf Talha via Bug reports for GNU Guix @ 2021-05-24 14:42 UTC (permalink / raw)
  To: 48604

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

linux-libre 5.11.22 (the one in the installation iso) is working just fine.  i am sure that this is a kernel related issue.  i always run the same programs so my system's memory and swap usage is usual as always.  during the freeze my disk is not spinning but my fan sounds very loud.

[-- Attachment #2: Type: text/html, Size: 439 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
  2021-05-24 13:36 ` Maxime Devos
  2021-05-24 14:42 ` bug#48604: Yusuf Talha via Bug reports for GNU Guix
@ 2021-05-24 15:53 ` Leo Famulari
  2021-05-27 17:17 ` Mark H Weaver
  2021-05-29 14:06 ` Yusuf Talha via Bug reports for GNU Guix
  4 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2021-05-24 15:53 UTC (permalink / raw)
  To: 48604

On Sun, May 23, 2021 at 11:22:25AM +0200, Yusuf Talha via Bug reports for GNU Guix wrote:
> hello.  i am using a librebooted thinkpad x200 laptop with gnu guix.  if i use the latest kernel on my system, my computer suddenly freezes without a reason after a while of usage.  it is probably a kernel panic.  older kernels don't have that problem.  i'd be glad if you fix this.  thank you for your attention.

Sorry to hear that.

The first step to solving this the "Guix way" is to rollback your
system, using the `guix system` command [0].

For example, you could use `guix system list-generations` to find the
most recent generation of your system profile that does not use
linux-libre 5.12. Then, you would use `guix system switch-generation $N
&& reboot`, where $N is the number of the generation you'd like to roll
back to.

Once your system is working again, I recommend choosing the 5.10 kernel
series, by putting (kernel linux-libre-5.10) in your config.scm [1],
reconfiguring, and rebooting. 5.11 is no longer available.

The 5.10 kernel series will be supported upstream until the end of 2026
[2], and hopefully will not introduce regressions for your hardware.

Finally, you may search for upstream bug reports, or report the bug to
Linux. I doubt many kernel developers are testing on the x200 at this
point, so they will need bug reports in order to fix the problem.

I hope that helps.

[0] https://guix.gnu.org/manual/en/html_node/Invoking-guix-system.html
[1] https://guix.gnu.org/manual/en/html_node/operating_002dsystem-Reference.html
[2] https://www.kernel.org/category/releases.html




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
                   ` (2 preceding siblings ...)
  2021-05-24 15:53 ` bug#48604: Linux-libre 5.12.5 freezes Leo Famulari
@ 2021-05-27 17:17 ` Mark H Weaver
  2021-05-27 17:57   ` Leo Famulari
  2021-05-29 14:06 ` Yusuf Talha via Bug reports for GNU Guix
  4 siblings, 1 reply; 8+ messages in thread
From: Mark H Weaver @ 2021-05-27 17:17 UTC (permalink / raw)
  To: Yusuf Talha, 48604

Hi,

Yusuf Talha via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
> hello.  i am using a librebooted thinkpad x200 laptop with gnu guix. 
> if i use the latest kernel on my system, my computer suddenly freezes
> without a reason after a while of usage.  it is probably a kernel
> panic.  older kernels don't have that problem.  i'd be glad if you fix
> this.  thank you for your attention.

FYI, linux-libre 5.12.4 also locked up on my Thinkpad X200, within a
minute of launching an Xorg session, and within a couple of minutes of
booting.  I only tried booting into that kernel once, and I didn't try
any other 5.12.x series kernel.

For now, I've switched to the 5.10.x series.  5.10.39 and 5.10.40 have
been working well for me.

Thanks for the report.

      Mark

-- 
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-27 17:17 ` Mark H Weaver
@ 2021-05-27 17:57   ` Leo Famulari
  0 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2021-05-27 17:57 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 48604, Yusuf Talha

On Thu, May 27, 2021 at 01:17:37PM -0400, Mark H Weaver wrote:
> FYI, linux-libre 5.12.4 also locked up on my Thinkpad X200, within a
> minute of launching an Xorg session, and within a couple of minutes of
> booting.  I only tried booting into that kernel once, and I didn't try
> any other 5.12.x series kernel.
> 
> For now, I've switched to the 5.10.x series.  5.10.39 and 5.10.40 have
> been working well for me.

I've started a meta-discussion that is related to this issue:

https://lists.gnu.org/archive/html/guix-devel/2021-05/msg00414.html

Mark, it would be great to hear your opinion on it.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
                   ` (3 preceding siblings ...)
  2021-05-27 17:17 ` Mark H Weaver
@ 2021-05-29 14:06 ` Yusuf Talha via Bug reports for GNU Guix
  2021-05-29 17:46   ` Maxime Devos
  4 siblings, 1 reply; 8+ messages in thread
From: Yusuf Talha via Bug reports for GNU Guix @ 2021-05-29 14:06 UTC (permalink / raw)
  To: 48604

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

i used linux-libre-5.10 and it worked fine.  but today i've tried linux-libre-5.12.7 and it seems like the problem has solved.  thanks for your help.

[-- Attachment #2: Type: text/html, Size: 288 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#48604: Linux-libre 5.12.5 freezes
  2021-05-29 14:06 ` Yusuf Talha via Bug reports for GNU Guix
@ 2021-05-29 17:46   ` Maxime Devos
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Devos @ 2021-05-29 17:46 UTC (permalink / raw)
  To: 48604

[-- Attachment #1: Type: text/plain, Size: 4 bytes --]




[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-29 17:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23  9:22 bug#48604: Linux-libre 5.12.5 freezes Yusuf Talha via Bug reports for GNU Guix
2021-05-24 13:36 ` Maxime Devos
2021-05-24 14:42 ` bug#48604: Yusuf Talha via Bug reports for GNU Guix
2021-05-24 15:53 ` bug#48604: Linux-libre 5.12.5 freezes Leo Famulari
2021-05-27 17:17 ` Mark H Weaver
2021-05-27 17:57   ` Leo Famulari
2021-05-29 14:06 ` Yusuf Talha via Bug reports for GNU Guix
2021-05-29 17:46   ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).