LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 10-02-2022, 09:23 AM   #1
jkcray
Member
 
Registered: Feb 2019
Location: Ireland
Distribution: Ubuntu 20.04 LTS
Posts: 65

Rep: Reputation: Disabled
System halts after 1-2 days ACPI BIOS Error?


Hello.
I'm running Ubuntu 22.04 on
Code:
uname -a
Linux kinsella-OptiPlex-5060 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
It is fully updated to Ubuntu 22.04.1 LTS

Every 24-48 hours my system halts. When I look at the output from dmesg I see multiple error messages of the form
Code:
ACPI BIOS Error
Here is the output from sudo dmesg -T --level=err

Code:
[Sun Oct  2 14:28:25 2022] x86/cpu: SGX disabled by BIOS.
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR01._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR02._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR03._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR04._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR05._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR06._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR07._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR08._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR09._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR10._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[Sun Oct  2 14:28:25 2022] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
[Sun Oct  2 14:28:25 2022] ACPI Error: Aborting method \_SB.PR11._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Am I correct in supposing that the dmesg error messages point to the problem?

I have done some searching online and came across a suggestion that the above is an issue for kernel 5.15 and is resolved in 5.18.

But I'd like to stay with my LTS Ubuntu release if possible.

Any advice very welcome.
 
Old 10-02-2022, 06:25 PM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,341

Rep: Reputation: Disabled
No, the ACPI error is very unlikely to be related to your issue. "Could not resolve symbol" errors are extremely common.

When you say your system "halts," do you mean it freezes, or does the kernel crash ("panic") and you have to reset/power cycle to restart?
 
1 members found this post helpful.
Old 10-03-2022, 03:06 AM   #3
jkcray
Member
 
Registered: Feb 2019
Location: Ireland
Distribution: Ubuntu 20.04 LTS
Posts: 65

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ser Olmy View Post
No, the ACPI error is very unlikely to be related to your issue. "Could not resolve symbol" errors are extremely common.

When you say your system "halts," do you mean it freezes, or does the kernel crash ("panic") and you have to reset/power cycle to restart?
Thanks.

The first time,the system displayed a black screen and seemed to have powered down. The second time, a few days later, the desktop was displayed but the system had frozen.

In both cases, I couldn't ssh in to the system.

Interesting (to me) the output from

Code:
sudo dmesg -T --level=err
is now empty.

I'll post again if the system freezes again.
 
Old 10-03-2022, 04:08 AM   #4
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
I'm pretty sure, I recently saw a bunch of acpi fixes in the kernel changelog...
 
1 members found this post helpful.
Old 10-03-2022, 11:23 AM   #5
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,341

Rep: Reputation: Disabled
Quote:
Originally Posted by Jan K. View Post
I'm pretty sure, I recently saw a bunch of acpi fixes in the kernel changelog...
And you will continue to see that in just about every changelog going forward, as ACPI is a mess and new motherboards with new and exiting ACPI bugs keeps being releases.

ACPI bugs can in some cases cause problems with suspend/resume as well as power saving in general (after all, that's what it does), but it will almost certainly not cause hangs/lockups/freezes, kernel panics, or application crashes.
 
Old 10-03-2022, 11:28 AM   #6
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,341

Rep: Reputation: Disabled
Quote:
Originally Posted by jkcray View Post
The first time,the system displayed a black screen and seemed to have powered down. The second time, a few days later, the desktop was displayed but the system had frozen.
I'm willing to bet it's not ACPI-related.

It could be a kernel bug, but it's much more likely to be a hardware issue, typically related to either power, RAM, or cooling.

I'd recommend checking your PSU and motherboard for bad capacitors. If all seems good, run memtest86 for a few hours.
 
1 members found this post helpful.
Old 10-03-2022, 06:26 PM   #7
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Well, why not just try a new kernel?

Could be interesting for others as well...
 
Old 10-04-2022, 07:08 AM   #8
jkcray
Member
 
Registered: Feb 2019
Location: Ireland
Distribution: Ubuntu 20.04 LTS
Posts: 65

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ser Olmy View Post
I'm willing to bet it's not ACPI-related.

It could be a kernel bug, but it's much more likely to be a hardware issue, typically related to either power, RAM, or cooling.

I'd recommend checking your PSU and motherboard for bad capacitors. If all seems good, run memtest86 for a few hours.
Bizarre discovery.

memtest86+ doesn't appear on my grub menu (obtained when booting with Shift key pressed).

This is weird?

A config choice missed when upgrading to 22.04?


Any suggestions?

Thanks.

Last edited by jkcray; 10-04-2022 at 07:23 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy process (cp) via mounted NFS halts chronically after replacing complete system (Kubuntu) viennale Ubuntu 5 10-04-2016 10:21 AM
How do I grep my /var/log/secure file for the past 7 days or so many days? johnmccarthy Linux - Newbie 5 01-04-2013 09:43 PM
system halts after typing init 0. why? neeraj123 Linux - Newbie 13 11-10-2009 05:56 PM
Linux ACPI and BIOS ACPI - problem to understand and giving out bugs marisdembovskis Linux - Software 3 09-20-2007 10:22 PM
kernel halts, system halts, computer commits suicide stupid_guy Linux - Newbie 10 06-07-2003 05:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 01:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration