[Testing Update] 2021-12-26 - Kernels, Mesa, Cutefish, Systemd 250, Firefox, Thunderbird, Wine 7.0rc1

Not that this will apply to many

warning: /etc/default/grub installed as /etc/default/grub.pacnew
:: Grub does no longer support side-loading modules when secure boot is
   enabled. Thus booting will fail, unless you have an efi executable
   'grubx64.efi' with bundled modules.

but just noting it here.

1 Like

I don’t know IF I’ve installed something over pip, but I know, that packages such as youtube-dl, which I installed over pamac are also in pip freeze.
Shall this be like that? Shall I do those extra steps?

Kernel 5.15.11 and system start, however i have “failed to start load kernel modules”. Any advice?

> tomek@tomek-pc ~> sudo systemctl status systemd-modules-load.service
[sudo] hasło użytkownika tomek: 
× systemd-modules-load.service - Load Kernel Modules
     Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
     Active: failed (Result: exit-code) since Sun 2021-12-26 16:18:09 CET; 1min 11s ago
       Docs: man:systemd-modules-load.service(8)
             man:modules-load.d(5)
    Process: 544 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
   Main PID: 544 (code=exited, status=1/FAILURE)
        CPU: 3ms
gru 26 16:18:09 tomek-pc systemd[1]: Starting Load Kernel Modules...
gru 26 16:18:09 tomek-pc systemd-modules-load[544]: Failed to insert module 'acpi_call': Exec format error
gru 26 16:18:09 tomek-pc systemd-modules-load[544]: Failed to insert module 'acpi_call': Exec format error
gru 26 16:18:09 tomek-pc systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
gru 26 16:18:09 tomek-pc systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
gru 26 16:18:09 tomek-pc systemd[1]: Failed to start Load Kernel Modules.

@elektronicznypank Can you please post the output of:
pacman -Q | grep linux5

During the update these messages where seen:

Compiling GSettings XML schema files...                                                                                              [24/32]
/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.override: Key file contains line “app-hotkey-1@as []” which is not a key-value pair, group, or comment.  Ignoring this file.

Since I do not use dash to dock I will ignore this message. I checked on VM and I get the same message on stable btw.

Cannot set file attributes for '/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
Cannot set file attributes for '/var/log/journal/3fe029ab50234931ac241264662f7e49', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
Cannot set file attributes for '/var/log/journal/remote', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring

Not sure what to do with these 3 lines above. Below the ls -Al of the directories referenced above.

drwxr-sr-x+ 4 root systemd-journal        4096  4 dec  2020 journal
drwxr-sr-x+ 2 root systemd-journal        4096 26 dec 17:09 3fe029ab50234931ac241264662f7e49
drwxr-sr-x  2 root systemd-journal-remote 4096  3 dec  2020 remote

Edit: /var/ is on a ext4 partition, so nothing to worry about after reading the post linked by @bluewhale99.

Hi, I found the following message during update:

( 7/27) Creating temporary files...
Cannot set file attributes for '/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
Cannot set file attributes for '/var/log/journal/****', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.
Cannot set file attributes for '/var/log/journal/remote', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring.

edit: Systemd 250-1: Cannot set file attributes for /var/log/journal/remote

1 Like

I got this error

(2/2) Compiling GSettings XML schema files...
/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.override: Key file contains line “app-hotkey-1@as []” which is not a key-value pair, group, or comment.  Ignoring this file.

these instructions did solve it:

sudo pacman -Rdd gnome-shell-extension-dash-to-dock
sudo rm /usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.override
sudo pacman -Syu gnome-shell-extension-dash-to-dock
1 Like

Oops. Fixed with manjaro-gnome-extension-settings 20211226-2.

3 Likes

Of course:

tomek@tomek-pc ~ [3]> pacman -Q | grep linux5
linux515 5.15.11-1
linux515-acpi_call 1.2.2-2
linux515-headers 5.15.11-1
linux515-r8168 8.049.02-18
linux515-vhba-module 20211023-18
linux516 5.16rc6.211220.ga7904a5-1
linux516-acpi_call 1.2.2-0.2
linux516-headers 5.16rc6.211220.ga7904a5-1
linux516-r8168 8.049.02-0.5

I tried reinstalling 5.15 kernel and modules but still have that error.

Remove the acpi_call and install this Arch Linux - acpi_call-dkms 1.2.2-1 (any)

The Kernel modules will load correctly then…

But later if the Manjaro Developer Team have a solution for this revert back to the extramodules provided by Manjaro.:

1 Like

A post was split to a new topic: Problem when upgrading opencl-amd package

Thank you very much, it works now! Kudos for you. I also installed dkms version of vhba-module and r8168. So it is generally better to install dkms versions of kernel modules?

Where do I see what version of python I am using?

type python in your console

Or without starting a Python shell, just python --version. :wink:

    ~/Documents  python --version                                                                                                                                   INT ✘ 
Python 3.10.1

~/Documents /usr/lib/python3.10/python -m pip freeze -l > pip_list_3.10.txt                                                                                        
zsh: no such file or directory: /usr/lib/python3.10/python

Thoughts?

There is no such file (let alone an executable) in the python package. The executable lives in /usr/bin.

Thanks @freggel.doe, that did it!

That should never been the solution. If one of our extramodules is broken it needs to be reported to us. Based on the last CI build that 1.2.2-2 should work for 5.15.11-1 kernel: Release 5.15.11-1 · manjaro-kernels/linux515 · GitHub

But based on the logs there is some issue:

validating keys: 
gpg: directory '/build/.gnupg' created
gpg: keybox '/build/.gnupg/pubring.kbx' created
==> Making package: linux515-acpi_call 1.2.2-2 (Wed 22 Dec 2021 12:19:12 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading acpi_call-1.2.2.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   141  100   141    0     0    660      0 --:--:-- --:--:-- --:--:--   661

100 12403    0 12403    0     0  27404      0 --:--:-- --:--:-- --:--:-- 27404
==> Validating source files with sha256sums...
    acpi_call-1.2.2.tar.gz ... Passed
==> Extracting sources...
  -> Extracting acpi_call-1.2.2.tar.gz with bsdtar
==> Starting build()...
make -C /lib/modules/5.11.0-1022-azure/build M=/build/linux515-acpi_call/src/acpi_call-1.2.2 modules
make[1]: *** /lib/modules/5.11.0-1022-azure/build: No such file or directory.  Stop.
make: *** [Makefile:8: default] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

@oberon

2 Likes

Jap, you right I will update my comment with your point