You are not logged in.
My relatively new arch install gets stuck in post-install scripts when installing a package.
In journal I can find
systemd-udevd[331]: enp4s0: Worker [4351] processing SEQNUM=4293 is taking a long timeand then later
kernel: INFO: task kworker/u8:5:496 blocked for more than 122 seconds.What could be the issue here?
Full journal for that boot (I had to manually shut down using power button)
Last edited by F43nd1r (2024-05-08 10:42:46)
Offline
May 07 23:54:13 earendil.lan powertop[454]: modprobe cpufreq_stats failedMay 07 23:58:07 earendil.lan kernel: igc_resume+0xfe/0x200 [igc a6aac84d96cc5465ff6105ee0df378744db3746c]
May 07 23:58:07 earendil.lan kernel: ? __pfx_pci_pm_runtime_resume+0x10/0x10
May 07 23:58:07 earendil.lan kernel: __rpm_callback+0x41/0x170
May 07 23:58:07 earendil.lan kernel: rpm_callback+0x35/0x70Semi-wild guess: disable powertop autotuning?
Ftr. the package is installed from a local source, the freeze perhaps triggered by udevadm trigger.
Might also be https://bugs.archlinux.org/task/77789, try to add
sudo touch /etc/systemd/do-not-udevadm-trigger-on-updateOnline
May 07 23:54:13 earendil.lan powertop[454]: modprobe cpufreq_stats failedMay 07 23:58:07 earendil.lan kernel: igc_resume+0xfe/0x200 [igc a6aac84d96cc5465ff6105ee0df378744db3746c] May 07 23:58:07 earendil.lan kernel: ? __pfx_pci_pm_runtime_resume+0x10/0x10 May 07 23:58:07 earendil.lan kernel: __rpm_callback+0x41/0x170 May 07 23:58:07 earendil.lan kernel: rpm_callback+0x35/0x70Semi-wild guess: disable powertop autotuning?
Thank you very much - problem is fixed after disabled powertop and rebooting ![]()
Offline
You can probably fine-tune this and just exempt the chip/bus from optimization/RPM
Online