You are not logged in.

#26 2021-12-28 02:17:54

Superadmin
Member
Registered: 2021-08-22
Posts: 92

Re: Wierd System Slowlessness at unknown random boot

My laptop welcomed me with the slowness today just like an old friend

$ sudo cpupower monitor 
    | Mperf              || Idle_Stats                
 CPU| C0   | Cx   | Freq  || POLL | C1   | C2   | C3    
   0|  1.23| 98.77|   400||  0.00|  0.07|  0.00| 98.97
   1|  0.05| 99.95|   400||  0.00|  0.00|  0.00| 99.92
   2|  1.12| 98.88|   400||  0.00|  0.09|  0.00| 99.03
   3|  1.59| 98.41|   400||  0.00|  0.00|  0.00| 98.63
   4|  0.90| 99.10|   400||  0.00|  0.00|  0.08| 99.17
   5|  5.49| 94.51|   400||  0.00|  0.13|  0.00| 95.93
   6|  0.80| 99.20|   400||  0.00|  0.00|  0.00| 99.30
   7|  0.06| 99.94|   400||  0.00|  0.00|  0.00| 99.92
   8|  0.50| 99.50|   400||  0.00|  0.00|  0.00| 99.59
   9|  0.43| 99.57|   400||  0.00|  0.00|  0.00| 99.62
  10|  0.44| 99.56|   400||  0.00|  0.05|  0.00| 99.54
  11|  0.70| 99.30|   400||  0.00|  0.00|  0.00| 99.47
  12|  0.84| 99.16|   400||  0.00|  0.10|  0.00| 99.26
  13|  0.21| 99.79|   400||  0.00|  0.05|  0.00| 99.76
  14|  0.38| 99.62|   400||  0.00|  0.05|  0.00| 99.61
  15|  1.01| 98.99|   400||  0.00|  0.00|  0.00| 99.04
# echo governor | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
governor
tee: /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: Invalid argument
 

I don't know why my scaling governer is missing?
What might be the reason?

Last edited by Superadmin (2021-12-28 02:47:56)

Offline

#27 2021-12-28 02:26:15

loqs
Member
Registered: 2014-03-06
Posts: 18,987

Re: Wierd System Slowlessness at unknown random boot

CPU_frequency_scaling#Scaling_governors

# echo governor | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
wiki wrote:

where governor is the name of the governor, mentioned in the above table, that you want to activate.

Offline

#28 2021-12-28 02:39:47

Superadmin
Member
Registered: 2021-08-22
Posts: 92

Re: Wierd System Slowlessness at unknown random boot

loqs wrote:

CPU_frequency_scaling#Scaling_governors

# echo governor | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
wiki wrote:

where governor is the name of the governor, mentioned in the above table, that you want to activate.


Sorry
I was supposed to write nano
although I had cpupower systemd unit set to a certain governer the frequency was set to 400Hz....
I just wanna know why is that the case?
I had a huge update yesterday
I just wanted to know the relation of my packages upgrade and my cpu frequency
Is it possible to know which package caused this symptoms to be shown again?
Here is the journal : http://ix.io/3JID which showed slowness

$ sudo tail -150 /var/log/pacman.log
[2021-12-27T19:51:12+0545] [ALPM] removed python-markupsafe (2.0.1-3)
[2021-12-27T19:51:12+0545] [ALPM] removed python-beaker (1.11.0-8)
[2021-12-27T19:51:14+0545] [ALPM] removed go (2:1.17.5-1)
[2021-12-27T19:51:14+0545] [ALPM] removed extra-cmake-modules (5.89.0-1)
[2021-12-27T19:51:14+0545] [ALPM] removed cmake (3.22.1-5)
[2021-12-27T19:51:14+0545] [ALPM] removed rhash (1.4.2-1)
[2021-12-27T19:51:14+0545] [ALPM] removed libuv (1.42.0-1)
[2021-12-27T19:51:14+0545] [ALPM] removed jsoncpp (1.9.5-1)
[2021-12-27T19:51:14+0545] [ALPM] removed appstream-glib (0.7.18-2)
[2021-12-27T19:51:14+0545] [ALPM] removed gcab (1.4-1)
[2021-12-27T19:51:14+0545] [ALPM] transaction completed
[2021-12-27T19:51:15+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T19:51:31+0545] [PACMAN] Running 'pacman -S -c --config /etc/pacman.conf --'
[2021-12-27T19:51:52+0545] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2021-12-27T19:51:52+0545] [PACMAN] synchronizing package lists
[2021-12-27T19:52:06+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:04:25+0545] [ALPM] transaction started
[2021-12-27T20:04:25+0545] [ALPM] upgraded popt (1.18-1 -> 1.18-2)
[2021-12-27T20:04:25+0545] [ALPM] upgraded systemd-libs (249.7-2 -> 250-1)
[2021-12-27T20:04:25+0545] [ALPM] upgraded cryptsetup (2.4.2-1 -> 2.4.2-3)
[2021-12-27T20:04:25+0545] [ALPM] upgraded expat (2.4.1-1 -> 2.4.2-1)
[2021-12-27T20:04:25+0545] [ALPM] upgraded libxml2 (2.9.12-5 -> 2.9.12-6)
[2021-12-27T20:04:26+0545] [ALPM] warning: /etc/default/grub installed as /etc/default/grub.pacnew
[2021-12-27T20:04:26+0545] [ALPM] upgraded grub (2:2.06-2 -> 2:2.06-3)
[2021-12-27T20:04:26+0545] [ALPM] upgraded systemd (249.7-2 -> 250-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded libglvnd (1.3.4-1 -> 1.4.0-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded python (3.10.1-1 -> 3.10.1-2)
[2021-12-27T20:04:27+0545] [ALPM] upgraded gst-plugins-bad-libs (1.18.5-3 -> 1.18.5-4)
[2021-12-27T20:04:27+0545] [ALPM] upgraded hwloc (2.5.0-1 -> 2.7.0-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded iniparser (4.1-3 -> 4.1-4)
[2021-12-27T20:04:27+0545] [ALPM] upgraded iproute2 (5.15.0-1 -> 5.15.0-2)
[2021-12-27T20:04:27+0545] [ALPM] upgraded jemalloc (1:5.2.1-5 -> 1:5.2.1-6)
[2021-12-27T20:04:28+0545] [ALPM] upgraded ldns (1.7.1-2 -> 1.8.1-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded lib32-expat (2.4.1-1 -> 2.4.2-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded lib32-libglvnd (1.3.4-1 -> 1.4.0-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libopenmpt (0.5.14-1 -> 0.6.0-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libpackagekit-glib (1.2.4-2 -> 1.2.4-3)
[2021-12-27T20:04:28+0545] [ALPM] upgraded shaderc (2021.2-1 -> 2021.3-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libplacebo (3.120.3-3 -> 4.157.0-1)
[2021-12-27T20:04:28+0545] [ALPM] installed libcgif (0.0.4-2)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libvips (8.11.4-1 -> 8.12.1-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded mlt (7.4.0-1 -> 7.4.0-2)
[2021-12-27T20:04:28+0545] [ALPM] upgraded packagekit (1.2.4-2 -> 1.2.4-3)
[2021-12-27T20:04:28+0545] [ALPM] upgraded perl-lwp-mediatypes (6.02-9 -> 6.04-1)
[2021-12-27T20:04:29+0545] [ALPM] upgraded plasma-workspace (5.23.4-2 -> 5.23.4-3)
[2021-12-27T20:04:30+0545] [ALPM] upgraded stellarium (0.21.2-1 -> 0.21.3-1)
[2021-12-27T20:04:30+0545] [ALPM] upgraded systemd-sysvcompat (249.7-2 -> 250-1)
[2021-12-27T20:04:30+0545] [ALPM] upgraded unicode-emoji (13.1-1 -> 14.0-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vim-runtime (8.2.3582-3 -> 8.2.3890-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vim (8.2.3582-3 -> 8.2.3890-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vlc (3.0.16-5 -> 3.0.16-6)
[2021-12-27T20:04:32+0545] [ALPM] transaction completed
[2021-12-27T20:04:32+0545] [ALPM] running '20-systemd-sysusers.hook'...
[2021-12-27T20:04:32+0545] [ALPM] running '30-systemd-catalog.hook'...
[2021-12-27T20:04:33+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-27T20:04:33+0545] [ALPM] running '30-systemd-hwdb.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-sysctl.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal/259583a4b00e476ab5a68bccc40f0a0d', maybe due to incompatibility in specified attributes, previous=0x00081000, current=0x00081000, expected=0x00881000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal/remote', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/lib/mysql', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] ==> Starting build: 5.15.11-arch2-1
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-12-27T20:04:36+0545] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-12-27T20:04:36+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-12-27T20:04:37+0545] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2021-12-27T20:04:37+0545] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Starting build: 5.15.11-arch2-1
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-12-27T20:04:40+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2021-12-27T20:04:41+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2021-12-27T20:04:42+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-12-27T20:04:43+0545] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2021-12-27T20:04:44+0545] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-12-27T20:04:45+0545] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-12-27T20:04:46+0545] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-12-27T20:04:47+0545] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-12-27T20:04:47+0545] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2021-12-27T20:04:48+0545] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-12-27T20:04:48+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'dbus-reload.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'detect-old-perl-modules.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'texinfo-install.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2021-12-27T20:09:47+0545] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2021-12-27T20:09:47+0545] [PACMAN] synchronizing package lists
[2021-12-27T20:09:51+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:37:33+0545] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2021-12-27T20:37:33+0545] [PACMAN] synchronizing package lists
[2021-12-27T20:37:46+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:38:24+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/davinci-resolve/davinci-resolve-17.4.3-1-any.pkg.tar.zst'
[2021-12-27T20:38:24+0545] [ALPM] transaction started
[2021-12-27T20:38:42+0545] [ALPM] upgraded davinci-resolve (17.4.2-1 -> 17.4.3-1)
[2021-12-27T20:38:42+0545] [ALPM] transaction completed
[2021-12-27T20:38:42+0545] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-12-27T20:38:42+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T20:38:42+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T20:38:43+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T20:38:43+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T20:38:45+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T20:44:27+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T07:53:11+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T08:03:39+0545] [PACMAN] Running 'pacman -S cpupower'
[2021-12-28T08:03:45+0545] [ALPM] transaction started
[2021-12-28T08:03:46+0545] [ALPM] reinstalled cpupower (5.15-2)
[2021-12-28T08:03:47+0545] [ALPM] transaction completed
[2021-12-28T08:03:47+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:03:50+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:03:50+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-28T08:04:36+0545] [PACMAN] Running 'pacman -Rns cpupower'
[2021-12-28T08:04:37+0545] [ALPM] transaction started
[2021-12-28T08:04:38+0545] [ALPM] removed cpupower (5.15-2)
[2021-12-28T08:04:40+0545] [ALPM] transaction completed
[2021-12-28T08:04:40+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:04:42+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:04:42+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-28T08:04:45+0545] [PACMAN] Running 'pacman -S cpupower'
[2021-12-28T08:04:51+0545] [ALPM] transaction started
[2021-12-28T08:04:51+0545] [ALPM] installed cpupower (5.15-2)
[2021-12-28T08:04:52+0545] [ALPM] transaction completed
[2021-12-28T08:04:52+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:04:55+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:04:55+0545] [ALPM] running '90-packagekit-refresh.hook'...

Last edited by Superadmin (2021-12-28 02:44:09)

Offline

#29 2021-12-28 02:53:40

loqs
Member
Registered: 2014-03-06
Posts: 18,987

Re: Wierd System Slowlessness at unknown random boot

Superadmin wrote:

although I had cpupower systemd unit set to a certain governer the frequency was set to 400Hz....

What governor is currently in use and what frequency limits if any have you placed on it?  Limiting a chip that can burst to 4.2Ghz to 400Mhz would be an obvious cause of slowness.

Superadmin wrote:

Here is the journal : http://ix.io/3JID which showed slowness

What is showing slowness?

Offline

#30 2021-12-28 03:00:52

Superadmin
Member
Registered: 2021-08-22
Posts: 92

Re: Wierd System Slowlessness at unknown random boot

loqs wrote:

What governor is currently in use and what frequency limits if any have you placed on it?  Limiting a chip that can burst to 4.2Ghz to 400Mhz would be an obvious cause of slowness.
What is showing slowness?

Before I figured out that lower frequency is causing this slowness..... probably 400 frequency level
Before I had governer issues.... It was set to scheduleutil and I manually set the value of governer to powersave.
It was working all well when suddenly after yesterday update things came back
I was just curious to know why was that the case

seth wrote:

And this seems to be because there isn't *any* /sys/devices/system/cpu/cpufreq/*/scaling_governor in the "bad" case - no idea why, though.

This is a conversation between me and seth before....

CPU Governer: Powersave as assured by hardware
Frequency Limits: 1.4 Ghz to 2.9 Ghz
The symptoms has been mentioned above #1

Last edited by Superadmin (2021-12-28 03:04:34)

Offline

#31 2021-12-28 08:53:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,154

Re: Wierd System Slowlessness at unknown random boot

The journal doesn't suggest early microcode loading nor are you limiting the processors c-state.. The pacman tail (which doesn't seem to cover the entire update) shows that grub was updated, so maybe you rebuilt the config?
Please post an earlier journal (from when you didn't experience the issue) for comparism.

Offline

#32 2021-12-29 05:06:52

Superadmin
Member
Registered: 2021-08-22
Posts: 92

Re: Wierd System Slowlessness at unknown random boot

seth wrote:

The journal doesn't suggest early microcode loading nor are you limiting the processors c-state.. The pacman tail (which doesn't seem to cover the entire update) shows that grub was updated, so maybe you rebuilt the config?

Here is when I had no any issues :
Boot 5:  http://ix.io/3JID
Boot 6: http://ix.io/3JTh
Boot8: http://ix.io/3JTi

And here is the complete pacman list :

$ sudo tail -300 /var/log/pacman.log
[2021-12-25T11:07:16+0545] [ALPM] running 'gtk4-querymodules.hook'...
[2021-12-25T11:07:16+0545] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- gst-plugins-bad-libs gtk4 libadwaita python-markupsafe python-beaker python-mako gobject-introspection ninja meson nodejs nodejs-nopt semver node-gyp npm gcab appstream-glib go'
[2021-12-25T11:22:33+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/brave-bin/brave-bin-1:1.33.106-1-x86_64.pkg.tar.zst'
[2021-12-25T11:22:33+0545] [ALPM] transaction started
[2021-12-25T11:22:34+0545] [ALPM] upgraded brave-bin (1:1.29.81-1 -> 1:1.33.106-1)
[2021-12-25T11:22:35+0545] [ALPM] transaction completed
[2021-12-25T11:22:35+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:22:35+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:22:35+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-25T11:22:35+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-25T11:25:51+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/davinci-resolve/davinci-resolve-17.4.2-1-any.pkg.tar.zst'
[2021-12-25T11:25:51+0545] [ALPM] transaction started
[2021-12-25T11:26:09+0545] [ALPM] upgraded davinci-resolve (17.4-1 -> 17.4.2-1)
[2021-12-25T11:26:09+0545] [ALPM] transaction completed
[2021-12-25T11:26:09+0545] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-12-25T11:26:09+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:26:09+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-25T11:26:10+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:26:10+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-25T11:26:10+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-25T11:26:20+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/python-pylspci/python-pylspci-0.4.0-1-any.pkg.tar.zst'
[2021-12-25T11:26:20+0545] [ALPM] transaction started
[2021-12-25T11:26:20+0545] [ALPM] upgraded python-pylspci (0.3.4-1 -> 0.4.0-1)
[2021-12-25T11:26:21+0545] [ALPM] transaction completed
[2021-12-25T11:26:21+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:26:21+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:27:43+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/touchegg/touchegg-2.0.12-1-x86_64.pkg.tar.zst'
[2021-12-25T11:27:43+0545] [ALPM] transaction started
[2021-12-25T11:27:43+0545] [ALPM] upgraded touchegg (2.0.11-1 -> 2.0.12-1)
[2021-12-25T11:27:43+0545] [ALPM] transaction completed
[2021-12-25T11:27:43+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-25T11:27:43+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:27:43+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:28:43+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/touche/touche-2.0.2-1-x86_64.pkg.tar.zst'
[2021-12-25T11:28:43+0545] [ALPM] transaction started
[2021-12-25T11:28:43+0545] [ALPM] upgraded touche (1.0.7-1 -> 2.0.2-1)
[2021-12-25T11:28:44+0545] [ALPM] transaction completed
[2021-12-25T11:28:44+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:28:44+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:28:44+0545] [ALPM] running 'glib-compile-schemas.hook'...
[2021-12-25T11:28:44+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-25T11:28:44+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-25T11:29:24+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/visual-studio-code-bin/visual-studio-code-bin-1.63.2-1-x86_64.pkg.tar.zst'
[2021-12-25T11:29:24+0545] [ALPM] transaction started
[2021-12-25T11:29:25+0545] [ALPM] upgraded visual-studio-code-bin (1.60.1-1 -> 1.63.2-1)
[2021-12-25T11:29:25+0545] [ALPM] transaction completed
[2021-12-25T11:29:25+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:29:25+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-25T11:29:26+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:29:26+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-25T11:30:18+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/yay/yay-11.0.2-1-x86_64.pkg.tar.zst'
[2021-12-25T11:30:18+0545] [ALPM] transaction started
[2021-12-25T11:30:18+0545] [ALPM] upgraded yay (10.3.1-2 -> 11.0.2-1)
[2021-12-25T11:30:18+0545] [ALPM] transaction completed
[2021-12-25T11:30:18+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:30:18+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:30:42+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/zoom/zoom-5.9.0-1-x86_64.pkg.tar.zst'
[2021-12-25T11:30:42+0545] [ALPM] transaction started
[2021-12-25T11:30:43+0545] [ALPM] upgraded zoom (5.7.6a-1 -> 5.9.0-1)
[2021-12-25T11:30:43+0545] [ALPM] transaction completed
[2021-12-25T11:30:43+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T11:30:43+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-25T11:30:44+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T11:30:44+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-25T12:04:57+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-25T18:05:49+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-25T21:48:25+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-25T23:40:04+0545] [PACMAN] Running 'pacman -S mariadb'
[2021-12-25T23:40:43+0545] [ALPM] transaction started
[2021-12-25T23:40:43+0545] [ALPM] installed mariadb-libs (10.6.5-2)
[2021-12-25T23:40:43+0545] [ALPM] installed mariadb-clients (10.6.5-2)
[2021-12-25T23:40:44+0545] [ALPM] installed mariadb (10.6.5-2)
[2021-12-25T23:40:44+0545] [ALPM-SCRIPTLET] :: You need to initialize the MariaDB data directory prior to starting
[2021-12-25T23:40:44+0545] [ALPM-SCRIPTLET]    the service. This can be done with mariadb-install-db command, e.g.:
[2021-12-25T23:40:44+0545] [ALPM-SCRIPTLET]    mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
[2021-12-25T23:40:44+0545] [ALPM] transaction completed
[2021-12-25T23:40:44+0545] [ALPM] running '20-systemd-sysusers.hook'...
[2021-12-25T23:40:44+0545] [ALPM-SCRIPTLET] Creating group mysql with gid 969.
[2021-12-25T23:40:44+0545] [ALPM-SCRIPTLET] Creating user mysql (MariaDB) with uid 969 and gid 969.
[2021-12-25T23:40:44+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-25T23:40:44+0545] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-12-25T23:40:45+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T23:40:45+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-25T23:42:08+0545] [PACMAN] Running 'pacman -S phpmyadmin'
[2021-12-25T23:42:29+0545] [ALPM] transaction started
[2021-12-25T23:42:29+0545] [ALPM] installed oniguruma (6.9.7.1-1)
[2021-12-25T23:42:29+0545] [ALPM] installed php (8.0.14-1)
[2021-12-25T23:42:30+0545] [ALPM] installed phpmyadmin (5.1.1-1)
[2021-12-25T23:42:30+0545] [ALPM] transaction completed
[2021-12-25T23:42:30+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-25T23:42:30+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-26T00:22:58+0545] [PACMAN] Running 'pacman -S php-iconv'
[2021-12-26T00:27:30+0545] [PACMAN] Running 'pacman -S php'
[2021-12-26T00:35:07+0545] [PACMAN] Running 'pacman -S php-cgi'
[2021-12-26T00:35:13+0545] [ALPM] transaction started
[2021-12-26T00:35:13+0545] [ALPM] installed php-cgi (8.0.14-1)
[2021-12-26T00:35:13+0545] [ALPM] transaction completed
[2021-12-26T00:35:13+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-26T00:35:13+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-26T00:35:17+0545] [PACMAN] Running 'pacman -S /etc/php/php.ini'
[2021-12-26T00:35:25+0545] [PACMAN] Running 'pacman -S mod_fcgid'
[2021-12-26T00:35:32+0545] [ALPM] transaction started
[2021-12-26T00:35:32+0545] [ALPM] installed apr (1.7.0-3)
[2021-12-26T00:35:32+0545] [ALPM] installed apr-util (1.6.1-9)
[2021-12-26T00:35:32+0545] [ALPM] installed apache (2.4.52-1)
[2021-12-26T00:35:32+0545] [ALPM] installed mod_fcgid (2.3.9-5)
[2021-12-26T00:35:32+0545] [ALPM] transaction completed
[2021-12-26T00:35:32+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-26T00:35:32+0545] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-12-26T00:35:32+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-26T00:35:32+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-26T00:38:03+0545] [PACMAN] Running 'pacman -S apache'
[2021-12-26T00:47:57+0545] [PACMAN] Running 'pacman -S mod_fcgid'
[2021-12-26T00:48:08+0545] [PACMAN] Running 'pacman -S php-cgi'
[2021-12-26T01:17:20+0545] [PACMAN] Running 'pacman -S /etc/php/php.ini'
[2021-12-26T02:31:14+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T03:21:27+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T09:15:33+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T13:09:57+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T13:31:25+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T19:15:10+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T20:15:55+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-26T21:42:21+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-27T09:21:05+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-27T19:02:14+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-27T19:39:22+0545] [PACMAN] Running 'pacman -Rns youtube-dl'
[2021-12-27T19:39:23+0545] [ALPM] transaction started
[2021-12-27T19:39:23+0545] [ALPM] removed youtube-dl (2021.12.17-1)
[2021-12-27T19:39:24+0545] [ALPM] transaction completed
[2021-12-27T19:39:24+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T19:39:24+0545] [ALPM] running '90-packagekit-refresh.hook
[2021-12-27T19:51:12+0545] [ALPM] transaction started
[2021-12-27T19:51:12+0545] [ALPM] removed npm (8.3.0-1)
[2021-12-27T19:51:12+0545] [ALPM] removed node-gyp (8.4.1-1)
[2021-12-27T19:51:12+0545] [ALPM] removed semver (7.3.5-2)
[2021-12-27T19:51:12+0545] [ALPM] removed nodejs-nopt (5.0.0-2)
[2021-12-27T19:51:12+0545] [ALPM] removed nodejs (17.3.0-1)
[2021-12-27T19:51:12+0545] [ALPM] removed meson (0.60.3-1)
[2021-12-27T19:51:12+0545] [ALPM] removed ninja (1.10.2-1)
[2021-12-27T19:51:12+0545] [ALPM] removed libgit2 (1:1.3.0-1)
[2021-12-27T19:51:12+0545] [ALPM] removed http-parser (2.9.4-1)
[2021-12-27T19:51:12+0545] [ALPM] removed gobject-introspection (1.70.0-4)
[2021-12-27T19:51:12+0545] [ALPM] removed python-mako (1.1.6-3)
[2021-12-27T19:51:12+0545] [ALPM] removed python-markupsafe (2.0.1-3)
[2021-12-27T19:51:12+0545] [ALPM] removed python-beaker (1.11.0-8)
[2021-12-27T19:51:14+0545] [ALPM] removed go (2:1.17.5-1)
[2021-12-27T19:51:14+0545] [ALPM] removed extra-cmake-modules (5.89.0-1)
[2021-12-27T19:51:14+0545] [ALPM] removed cmake (3.22.1-5)
[2021-12-27T19:51:14+0545] [ALPM] removed rhash (1.4.2-1)
[2021-12-27T19:51:14+0545] [ALPM] removed libuv (1.42.0-1)
[2021-12-27T19:51:14+0545] [ALPM] removed jsoncpp (1.9.5-1)
[2021-12-27T19:51:14+0545] [ALPM] removed appstream-glib (0.7.18-2)
[2021-12-27T19:51:14+0545] [ALPM] removed gcab (1.4-1)
[2021-12-27T19:51:14+0545] [ALPM] transaction completed
[2021-12-27T19:51:15+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T19:51:15+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T19:51:31+0545] [PACMAN] Running 'pacman -S -c --config /etc/pacman.conf --'
[2021-12-27T19:51:52+0545] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2021-12-27T19:51:52+0545] [PACMAN] synchronizing package lists
[2021-12-27T19:52:06+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:04:25+0545] [ALPM] transaction started
[2021-12-27T20:04:25+0545] [ALPM] upgraded popt (1.18-1 -> 1.18-2)
[2021-12-27T20:04:25+0545] [ALPM] upgraded systemd-libs (249.7-2 -> 250-1)
[2021-12-27T20:04:25+0545] [ALPM] upgraded cryptsetup (2.4.2-1 -> 2.4.2-3)
[2021-12-27T20:04:25+0545] [ALPM] upgraded expat (2.4.1-1 -> 2.4.2-1)
[2021-12-27T20:04:25+0545] [ALPM] upgraded libxml2 (2.9.12-5 -> 2.9.12-6)
[2021-12-27T20:04:26+0545] [ALPM] warning: /etc/default/grub installed as /etc/default/grub.pacnew
[2021-12-27T20:04:26+0545] [ALPM] upgraded grub (2:2.06-2 -> 2:2.06-3)
[2021-12-27T20:04:26+0545] [ALPM] upgraded systemd (249.7-2 -> 250-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded libglvnd (1.3.4-1 -> 1.4.0-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded python (3.10.1-1 -> 3.10.1-2)
[2021-12-27T20:04:27+0545] [ALPM] upgraded gst-plugins-bad-libs (1.18.5-3 -> 1.18.5-4)
[2021-12-27T20:04:27+0545] [ALPM] upgraded hwloc (2.5.0-1 -> 2.7.0-1)
[2021-12-27T20:04:27+0545] [ALPM] upgraded iniparser (4.1-3 -> 4.1-4)
[2021-12-27T20:04:27+0545] [ALPM] upgraded iproute2 (5.15.0-1 -> 5.15.0-2)
[2021-12-27T20:04:27+0545] [ALPM] upgraded jemalloc (1:5.2.1-5 -> 1:5.2.1-6)
[2021-12-27T20:04:28+0545] [ALPM] upgraded ldns (1.7.1-2 -> 1.8.1-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded lib32-expat (2.4.1-1 -> 2.4.2-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded lib32-libglvnd (1.3.4-1 -> 1.4.0-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libopenmpt (0.5.14-1 -> 0.6.0-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libpackagekit-glib (1.2.4-2 -> 1.2.4-3)
[2021-12-27T20:04:28+0545] [ALPM] upgraded shaderc (2021.2-1 -> 2021.3-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libplacebo (3.120.3-3 -> 4.157.0-1)
[2021-12-27T20:04:28+0545] [ALPM] installed libcgif (0.0.4-2)
[2021-12-27T20:04:28+0545] [ALPM] upgraded libvips (8.11.4-1 -> 8.12.1-1)
[2021-12-27T20:04:28+0545] [ALPM] upgraded mlt (7.4.0-1 -> 7.4.0-2)
[2021-12-27T20:04:28+0545] [ALPM] upgraded packagekit (1.2.4-2 -> 1.2.4-3)
[2021-12-27T20:04:28+0545] [ALPM] upgraded perl-lwp-mediatypes (6.02-9 -> 6.04-1)
[2021-12-27T20:04:29+0545] [ALPM] upgraded plasma-workspace (5.23.4-2 -> 5.23.4-3)
[2021-12-27T20:04:30+0545] [ALPM] upgraded stellarium (0.21.2-1 -> 0.21.3-1)
[2021-12-27T20:04:30+0545] [ALPM] upgraded systemd-sysvcompat (249.7-2 -> 250-1)
[2021-12-27T20:04:30+0545] [ALPM] upgraded unicode-emoji (13.1-1 -> 14.0-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vim-runtime (8.2.3582-3 -> 8.2.3890-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vim (8.2.3582-3 -> 8.2.3890-1)
[2021-12-27T20:04:31+0545] [ALPM] upgraded vlc (3.0.16-5 -> 3.0.16-6)
[2021-12-27T20:04:32+0545] [ALPM] transaction completed
[2021-12-27T20:04:32+0545] [ALPM] running '20-systemd-sysusers.hook'...
[2021-12-27T20:04:32+0545] [ALPM] running '30-systemd-catalog.hook'...
[2021-12-27T20:04:33+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-27T20:04:33+0545] [ALPM] running '30-systemd-hwdb.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-sysctl.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal/259583a4b00e476ab5a68bccc40f0a0d', maybe due to incompatibility in specified attributes, previous=0x00081000, current=0x00081000, expected=0x00881000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/log/journal/remote', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] Cannot set file attributes for '/var/lib/mysql', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T20:04:34+0545] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET] ==> Starting build: 5.15.11-arch2-1
[2021-12-27T20:04:34+0545] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-12-27T20:04:35+0545] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-12-27T20:04:36+0545] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-12-27T20:04:36+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-12-27T20:04:37+0545] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2021-12-27T20:04:37+0545] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2021-12-27T20:04:38+0545] [ALPM-SCRIPTLET] ==> Starting build: 5.15.11-arch2-1
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-12-27T20:04:39+0545] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-12-27T20:04:40+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2021-12-27T20:04:41+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2021-12-27T20:04:42+0545] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-12-27T20:04:43+0545] [ALPM-SCRIPTLET]   -> Running build hook: [lvm2]
[2021-12-27T20:04:44+0545] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-12-27T20:04:45+0545] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-12-27T20:04:46+0545] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-12-27T20:04:47+0545] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-12-27T20:04:47+0545] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2021-12-27T20:04:48+0545] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-12-27T20:04:48+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'dbus-reload.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'detect-old-perl-modules.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'texinfo-install.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T20:04:48+0545] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2021-12-27T20:09:47+0545] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2021-12-27T20:09:47+0545] [PACMAN] synchronizing package lists
[2021-12-27T20:09:51+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:37:33+0545] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2021-12-27T20:37:33+0545] [PACMAN] synchronizing package lists
[2021-12-27T20:37:46+0545] [PACMAN] starting full system upgrade
[2021-12-27T20:38:24+0545] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/robert/.cache/yay/davinci-resolve/davinci-resolve-17.4.3-1-any.pkg.tar.zst'
[2021-12-27T20:38:24+0545] [ALPM] transaction started
[2021-12-27T20:38:42+0545] [ALPM] upgraded davinci-resolve (17.4.2-1 -> 17.4.3-1)
[2021-12-27T20:38:42+0545] [ALPM] transaction completed
[2021-12-27T20:38:42+0545] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-12-27T20:38:42+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-27T20:38:42+0545] [ALPM] running '30-update-mime-database.hook'...
[2021-12-27T20:38:43+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-27T20:38:43+0545] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-12-27T20:38:45+0545] [ALPM] running 'update-desktop-database.hook'...
[2021-12-27T20:44:27+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T07:53:11+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T08:03:39+0545] [PACMAN] Running 'pacman -S cpupower'
[2021-12-28T08:03:45+0545] [ALPM] transaction started
[2021-12-28T08:03:46+0545] [ALPM] reinstalled cpupower (5.15-2)
[2021-12-28T08:03:47+0545] [ALPM] transaction completed
[2021-12-28T08:03:47+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:03:50+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:03:50+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-28T08:04:36+0545] [PACMAN] Running 'pacman -Rns cpupower'
[2021-12-28T08:04:37+0545] [ALPM] transaction started
[2021-12-28T08:04:38+0545] [ALPM] removed cpupower (5.15-2)
[2021-12-28T08:04:40+0545] [ALPM] transaction completed
[2021-12-28T08:04:40+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:04:42+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:04:42+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-28T08:04:45+0545] [PACMAN] Running 'pacman -S cpupower'
[2021-12-28T08:04:51+0545] [ALPM] transaction started
[2021-12-28T08:04:51+0545] [ALPM] installed cpupower (5.15-2)
[2021-12-28T08:04:52+0545] [ALPM] transaction completed
[2021-12-28T08:04:52+0545] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-12-28T08:04:55+0545] [ALPM] running '30-systemd-update.hook'...
[2021-12-28T08:04:55+0545] [ALPM] running '90-packagekit-refresh.hook'...
[2021-12-28T08:18:31+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T10:03:43+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T19:01:28+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-28T20:29:42+0545] [PACKAGEKIT] synchronizing package lists
[2021-12-29T10:45:34+0545] [PACKAGEKIT] synchronizing package lists

This thread is solved so I will mark this solved again.....
yesterday event just triggered curiosity what is causing such issues

Offline

#33 2021-12-29 08:50:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,154

Re: Wierd System Slowlessness at unknown random boot

"Boot 5" of "no any issues" is the same you posted as "which showed slowness" in #28 ???
And none of the journals in #32 suggest early microcode updates (nor the c-state limitation)…

Offline

#34 2021-12-30 15:06:29

Superadmin
Member
Registered: 2021-08-22
Posts: 92

Re: Wierd System Slowlessness at unknown random boot

seth wrote:

"Boot 5" of "no any issues" is the same you posted as "which showed slowness" in #28 ???

Sry Might have been a mistake whilst copying things

Here are the one: This boot had no issues so : http://ix.io/3K2k
I had issues so Journal of boot 2: http://ix.io/3K2m
Boot 1 too had no issues but it was the boot after the slowness had been seen: http://ix.io/3K2G

seth wrote:

And none of the journals in #32 suggest early microcode updates

AFAIK I have placed microcode to be early loaded during boot... You can check this pastebin to take a look into my grub: https://pastebin.com/Sk9C34gb
If there is something more I have to do Please let me know

Now for the real issue:
Today when I got the issue on my boot 2
The CpuPower Systemd unit was loaded and active that was setting the governer to powersave by default on boot in my system

$ sudo systemctl status cpupower
● cpupower.service - Apply cpupower configuration
     Loaded: loaded (/usr/lib/systemd/system/cpupower.service; enabled; vendor preset: disabled)
     Active: active (exited) since Thu 2021-12-30 08:31:22 +0545; 5min ago
    Process: 523 ExecStart=/usr/lib/systemd/scripts/cpupower (code=exited, status=0/SUCCESS)
   Main PID: 523 (code=exited, status=0/SUCCESS)
        CPU: 180ms

Dec 30 08:31:19 superadmin systemd[1]: Starting Apply cpupower configuration...
Dec 30 08:31:22 superadmin systemd[1]: Finished Apply cpupower configuration.

In the configuration file I had set powersave as default governer
and yes the governer was set to powersave as assured by:

$ nano /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
powersave

In each cpu profile this governer was set.... yet the cpu frequency was set to 400 MHz

$ cpupower frequency-info
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.40 GHz - 2.90 GHz
  available frequency steps:  2.90 GHz, 1.70 GHz, 1.40 GHz
  available cpufreq governors: conservative ondemand userspace powersave performance schedutil
  current policy: frequency should be within 1.40 GHz and 2.90 GHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 399 MHz (asserted by call to kernel)
  boost state support:
    Supported: yes
    Active: no

Seems like the issue was not solved even if the cpu governer was changed to something during..... Governer can also be set to kernel parameter.........I have done that which can be seen in above grub pastebin link
The Slowness still persists at random boots

Edit: The slowness was seen again today
Here are the journal of Boot1: http://ix.io/3Kch
Here are the journal of Boot2: http://ix.io/3Kci
This boot got no issues but also for comparison: http://ix.io/3Kcm

Despite setting up the governer via systemd unit or kernel parameter the CPU was down clocked to 400 MHz......
I have kept the lines of codes as suggested by Microcode Wiki Page in the lines but still the microcode is being loaded late..... I don't know what to do further



IDK what kind of problem is my computer facing
Please help me.... sad

Last edited by Superadmin (2021-12-31 14:13:42)

Offline

Board footer

Powered by FluxBB