Hi there, first time on Linux, first week with Fedora. If there’s any information I can provide let me know.
I’ve been trying to upgrade my kernel from 6.8.5-301 to 6.8.11-300 and failing constantly, always hanging at 97% using Software app:
[ *] Job packagekit-offline-update.service/start running (time / no limit)
or it hangs at Running scriptlet when using sudo dnf upgrade
:
Running scriptlet: kernel-modules-extra-6.8.11-300.fc40.x86_64 5/5
Running scriptlet: kernel-modules-core-6.8.11-300.fc40.x86_64 5/5
Running scriptlet: kernel-core-6.8.11-300.fc40.x86_64 5/5
▓
I did some googling and found this post that was nearly identical, but my boot args don’t reference any swap volumes or have resume on them:
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.8.5-301.fc40.x86_64 root=UUID=d9f26449-bd1c-4bd3-8bf8-eda386a2c24a ro rootflags=subvol=root rhgb quiet
I am having A LOT of errors with my OCTO device and CoolerControl, but I doubt that’s relevant. No current fix for it either since the are no official drivers as far as I can tell. Here’s an output of sudo journalctl -xe
after a failed install and booting up 6.8.5-301 again:
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ERROR coolercontrol_liqctld.device_service - Error setting fixed speed:
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: Traceback (most recent call last):
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib/python3.12/site-packages/coolercontrol_liqctld/device_service.py", line 435, in set_fixed_speed
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: status_job.result(
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 456, in result
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: return self.__get_result()
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ^^^^^^^^^^^^^^^^^^^
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: raise self._exception
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib/python3.12/site-packages/coolercontrol_liqctld/device_executor.py", line 36, in run
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: result = self.fn(**self.kwargs)
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ^^^^^^^^^^^^^^^^^^^^^^
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib/python3.12/site-packages/liquidctl/driver/aquacomputer.py", line 500, in set_fixed_speed
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: self._set_fixed_speed_directly(channel, duty)
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib/python3.12/site-packages/liquidctl/driver/aquacomputer.py", line 445, in _set_fixed_speed_directly
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ctrl_settings = self.device.get_feature_report(_AQC_CTRL_REPORT_ID, report_length)
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "/usr/lib/python3.12/site-packages/liquidctl/driver/usb.py", line 495, in get_feature_report
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: data = self.hiddev.get_feature_report(report_id, length)
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: File "hidraw.pyx", line 361, in hidraw.device.get_feature_report
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: OSError: read error
Jun 15 16:51:16 RADI coolercontrold[2172]: Error applying scheduled speed setting: Setting fixed speed for LIQUIDCTL Device #1: ed0bc39916e0a82efb8013aa3206d16eaa76e91e8fc3ae4d7c65aaae0ef58fde
Jun 15 16:51:16 RADI coolercontrol-liqctld[1932]: WARNING liquidctl.driver.aquacomputer - required PWM functionality is not available in aquacomputer_d5next kernel driver, falling back to direct access
I’ve tried various dnf cache/package related commands to sort out any dependency issues and reinstalled PackageKit to no avail. sudo dnf clean all
sudo dnf makecache
sudo rpm --rebuilddb
sudo dnf reinstall PackageKit
! Any pointers?