You are not logged in.

#1 2024-04-05 14:06:04

sanjaykumar
Member
Registered: 2024-04-05
Posts: 2

System not shutting down/rebooting after full system upgrade

Edit: as pointed out here https://bbs.archlinux.org/viewtopic.php?id=294377 I am not seeing the problem after updating to 6.6.25-1-lts.

Recently I performed full system upgrade. My system after that doesn't poweroff properly.

It doesn't happen all the time i.e. out of 5 times, it 2-3 times fails. When it passes, it only shows one two lines of output on the screen and goes to shutdown/reboot immediately. But when it fails it throws lot of logs as shown in the following images and hangs at one of these lines:
https://imgur.com/a/eAzdCUL

I tried all officially supported kernels.
I performed clean install (on a separate partition)
I searched the internet, and I arrived at this manjaro link: https://forum.manjaro.org/t/reboot-and- … /154758/38 pointing out the error in the archlinux kernel. It suggests to use the kernels Liquorix or Xanmod. Haven't tried the kernels yet. I have tried all the archlinux's officially supported kernels - but the problem still persists. The given manjaro links also suggests the parameter `rcupdate.rcu_expedited=1` in grub but it didn't work either. 

For now I am not rebooting/powering off the computer.

Sometimes on booting up Bluetooth does not work - it says that no default controller is found. Currently it is working. Here are some related logs I see when I boot up my system:
https://imgur.com/a/kcWJxuW

Right now I am using Linux lts with nvidia lts
Using arch Linux from 2021 and never had such a problem.

`cat /var/log/pacman.log`: in the log file, there are two dates 22 March 2024 and 02 April 2024. Between these two times there were NO pacman command executed. Before the 22 March there was no such problem, but after the 02 April 2024, I started to see the problems.
https://0x0.st/Xiqb.txt

`journalctl -b -p err`:
https://0x0.st/Xiq8.txt

`journalctl -b`:
https://0x0.st/XiqP.txt

`inxi -Fxxxz`
https://0x0.st/XiqN.txt

You might see one spooky behaviour in the journalctl logs - many times I wakeup my laptop from the suspend mode, I unable to login, I have to use a new tty and restart sddm.service. This problem is there for a very long time. And I don't think it is related to the current issue.

Thanks in advance.

Last edited by sanjaykumar (2024-04-11 11:55:13)

Offline

#2 2024-04-07 13:09:31

volker.raschek
Member
From: Trier
Registered: 2017-12-17
Posts: 12

Re: System not shutting down/rebooting after full system upgrade

Hi sanjaykumar,

I have currently the same problem. My PC does not shutdown correctly after a fully system update between 23. March an 6. April. My computer shut down the graphic card and my monitors also turns off, but the fans plugged in on the motherboard are still working and CPU temperature displayed on the motherboard still goes up and down.

I've found the same discussion on the fedora project forum: https://discussion.fedoraproject.org/t/ … 4/111786/1

A user wrote, that the update of the Linux kernel 6.8.4 fixed the issue. I've updated today the latest Linux kernel 8.6.4, but the error remains. Maybe an upgrade to the latest kernel fix the issue for you.

I also have a problem with my bluetooth controller since the update. My bluetooth keyboard is no longer recognized. I always have to reload the kernel modules btusb and btintel so that my keyboard is recognized again.

#!/bin/bash

# https://unix.stackexchange.com/a/704657/223326
# https://bbs.archlinux.org/viewtopic.php?id=271459


sudo rmmod btusb
sudo rmmod btintel

sudo modprobe btintel
sudo modprobe btusb

Offline

#3 2024-04-07 13:16:07

sanjaykumar
Member
Registered: 2024-04-05
Posts: 2

Re: System not shutting down/rebooting after full system upgrade

Thanks for the reply. Exactly the same problem. The Links on the fedora forum are showing exactly the same issue. This is the case with both Linux-lts and linux.

Offline

#4 2024-04-07 14:40:44

Morlock
Member
Registered: 2022-06-20
Posts: 12

Re: System not shutting down/rebooting after full system upgrade

Offline

Board footer

Powered by FluxBB