[ARM Stable Update] 2021-09-05 - PlaMo Gear, LibreOffice, Plasma, Mesa and Kernels

Hello ARM community.

This is a pretty big update. Hot after our 21.08 release!

glxgears


Some highlights:

  • Most of our kernels got updated
  • PlaMo Gear is now at version 21.08
  • Also Plasma got it’s last 5.22 bugfix release with 5.22.5
  • Libreoffice is now at version 7.2.0 for fresh and 7.1.5 for still
  • A big update hit Mesa bringing it to 21.2.1
  • Lots of updated packages for our Mobile offerings
  • The regular Python updates
  • And regular updates from upstream

How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker linux-rpi4 xf86-video-fbturbo-git

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installled. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
dtoverlay=rpivid-v4l2
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
https://archlinux.org/news/sorting-out-old-password-hashes/

Older notifications

Chromium will loose sync support in early March:
Arch Linux - News: Chromium losing Sync support in early March

ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention:
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss and zn_poly packages requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention
Arch Linux - News: zn_poly 0.9.2-2 update requires manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package changes:

(Sun Sep 5 21:02:57 CEST 2021)

  • arm-stable community aarch64: 584 new and 544 removed package(s)
  • arm-stable core aarch64: 44 new and 43 removed package(s)
  • arm-stable extra aarch64: 841 new and 841 removed package(s)
  • arm-stable kde-unstable aarch64: 401 new and 401 removed package(s)

To see the full package list, click here!


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in #manjaro-arm:arm-testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


Donation

Please consider supporting Manjaro ARM directly via Patreon, Ko-Fi or Open Collective.
You can also donate to our upstream, which is Arch Linux ARM.

Poll

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

1 Like

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered

No ethernet on rk3399 boards
A recent kernel regression has resulted in built in ethernet on rk3399 based boards, such as RockPro64 and Rock Pi 4’s, no longer works on kernel 5.14. This is an upstream issue that has not been located and fixed yet.
Workaround: Ignore the update to the linux package until it’s fixed upstream.

Vivaldi no longer working
The issue is present in all chrome based browser (except Chromium that got a patch for it).
It’s an issue with systemd-resolved and has been reported in the Arch Linux Bug Tracker.
Needs to be fixed by Vivaldi updates in the future.
Fix: Vivaldi 4.1.2369.21 fixed this issue.

Old Issues

Modemmanager-pp dependency issue
modemmanager-pp 1.16.10 depends on libqmi-pp and libmbim-pp, but they are no longer found in the repo.
Fixed by updated to modemmanager-pp 1.18rc1+2+ga20f2c05-2.

systemd-hook unsuccesful after pacman 6 update
After the pacman 6 update, updates will create this message in the post-transation hooks part:

Running the command manually works and there has been no issues reported as the result of this. This will either get fixed at some point in Pacman or SystemD.
Should be fixed with pacman-6.0.0-4

Keyring issues
If you have some gpg keyring issues, you can run sudo systemctl start pacman-init.service which will regenerate your keyring. Will take a few minutes to complete.
Should be fixed with manjaro-system-20210716-1

Plasma Mobile no longer boots
The current update to qt5-es2-base results in Plasma Mobile no longer booting, showing a screen that says to run a loginctl command to login.
Fixed by updating to qt5-es2-base-5.15.2+kde+r199-3.1 and qt5-es2-declarative-5.15.2+kde+r28-3.1.

Kwin crashes on startup on Pinebook Pro
This seems to be related to Mesa 20.3 and the Pinebook Pro support in kernel 5.10, as this does not seem to happen on other devices.
It does not impact 3d performance as far as I can tell. Just the OpenGL compositing in Kwin.
Fixed with mesa 20.3.2-2.

My VPN no longer connects
OpenVPN 2.5.0 changed how VPN routes work.
Workaround is to downgrade to previous version (2.4.9):

sudo pacman -U /var/cache/pacman/pkg/openvpn-2.4.9*

DP Alt Mode no longer works on Pinebook Pro
This is a known issue, the hacky patch we had to enable this has broken in recent kernels.
@tsys and Ayufan are looking into it.
As a workaround you can install linux-pinebookpro again.
FIXED with linux-5.9.12-4 and linux-rc-5.10-rc7-2 and above.

brcm-patchram-plus and pi-blueooth are in conflict
See this post for workaround:
[ARM Testing Update] 2020-11-16 - Bitwarden, Mesa-Git, Pacman and kernels - #10 by Darksky

Plasma Mobile Keyboard
The plasma mobile onscreen keyboard does not work with QT 5.15.0.
This is fixed by updating to kwin 5.19.3-1.1.

PinePhone uboot
This update to the PinePhone Uboot package (2020.04-2), changed how the DTS is loaded from the kernel, since the Kernel DTS for the Pinephone also changed. When doing this update on the PinePhone images from Alpha5 and back, please make this change to the /boot/extlinux/extlinux.conf before rebooting:

  • sun50i-a64-pinephone.dtb to sun50i-a64-pinephone-1.2.dtb
  • root=LABEL=ROOT to root=LABEL=ROOT_MNJRO

Manual interventions:
The nss and zn_poly packages prior to version 3.51.1-1 and version 0.9.2-2 respectively, were missing a soname link each. This has been fixed in 3.51.1-1 and 0.9.2-2 of these packages, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

nss: /usr/lib/p11-kit-trust.so exists in filesystem
zn_poly: /usr/lib/libzn_poly-0.9.so  exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/p11-kit-trust.so --overwrite /usr/lib/libzn_poly-0.9.so

to perform the upgrade.

Device stopped booting after Uboot update
The uboot update included a change to the extlinux.conf file. This change will be incompatible with the old 1 partition layout of some devices.
So if you are updating installs made with images 20.02.1 or older, you need to apply this fix before rebooting!
To fix this please edit your /boot/extlinux/extlinux.conf file and add 2 periods in front of each first slash, like so:

KERNEL ../Image
FDT ../dtbs/ #etc.
APPEND initrd=../initramfs-linux.img #etc.

Save the file and reboot.

Haven’t had the time to do some thorough testing, but I also updated Uboot on my Pinebook Pro and I’m still able to restart. Error message about keyring is gone. Thanks for the update.

My rockpro64 that boots from nvme no longer has Ethernet connection working. Tried to flash spi again to latest version and still didn’t fix the issue.

::reversed Linux PKG and Ethernet working again

Everything working smoothly with the update on my Raspberry Pi 400 with XFCE and KDE Plasma.

Vivaldi version 4.1.2369.21 (Stable channel) stable (64-bit) is working smoothly. Version 4.1.2369.16 fixed the previous issue that needed the downgrade workaround.

2 Likes

GT King Pro Gnome and XFCE updated successfully to Stable 2021-09-05.

Chromium 93 Ozone-Platform-Wayland works with mesa 21.2.1.

Just noticed Ethernet 1 Gbps is downshift/downgraded to 100 Mbps on both Manjaro Gnome and XFCE. Could not remember having this issue before. What could be the cause of this?


[   28.702241] RTL8211F Gigabit Ethernet 0.0:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[   28.703753] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx

[   28.786955] RTL8211F Gigabit Ethernet 0.0:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling!
[   28.788467] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   28.788496] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Edit: With the latest linux-5.14.1-1 kernel, still cannot reboot running on USB Flash drive. Shutdown cleanly just like with linux-5.13.y but does not reboot on USB drive, it reboot into Android. After that need a SD Card with Linux to boot up from USB Flash.

Hello,

I install the “Manjaro-ARM-xfce-rockpi4b-21.08.img” on a SD-Card for my RockPi4B. The wired connection over a network cable works very well.

When I start an update (sudo pacman -Syyu) and restart the RockPi4B the wired connection over the network cable is down. It get’s no ipv4 and ipv6 from my dhcp-sever. I tried if WLAN is working. WLAN works.

Here the logfile /var/log/pacman.log:

[2021-08-08T20:59:43+0200] [PACMAN] Running 'pacman -Rsn --noconfirm calamares-arm-oem'
[2021-08-08T20:59:43+0200] [ALPM] transaction started
[2021-08-08T20:59:44+0200] [ALPM] removed calamares-arm-oem (20210715-1)
[2021-08-08T20:59:44+0200] [ALPM-SCRIPTLET] Removed /etc/systemd/system/default.target.wants/resize.service.
[2021-08-08T20:59:45+0200] [ALPM] removed kde-cli-tools (5.22.4-1)
[2021-08-08T20:59:45+0200] [ALPM] removed kdesu (5.85.0-1)
[2021-08-08T20:59:45+0200] [ALPM] removed kpty (5.85.0-1)
[2021-08-08T20:59:45+0200] [ALPM] removed libutempter (1.2.1-1)
[2021-08-08T20:59:45+0200] [ALPM] removed kcmutils (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed calamares (3.2.40-1)
[2021-08-08T20:59:46+0200] [ALPM] removed yaml-cpp (0.6.3-2)
[2021-08-08T20:59:46+0200] [ALPM] removed squashfs-tools (4.5-1)
[2021-08-08T20:59:46+0200] [ALPM] removed qt5-xmlpatterns (5.15.2-1)
[2021-08-08T20:59:46+0200] [ALPM] removed plasma-framework (5.85.0-2)
[2021-08-08T20:59:46+0200] [ALPM] removed kwayland (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed kirigami2 (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed qt5-quickcontrols2 (5.15.2-1)
[2021-08-08T20:59:46+0200] [ALPM] removed qt5-quickcontrols (5.15.2-1)
[2021-08-08T20:59:46+0200] [ALPM] removed qt5-graphicaleffects (5.15.2-1)
[2021-08-08T20:59:46+0200] [ALPM] removed kdeclarative (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed kpackage (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed kactivities (5.85.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed mkinitcpio-openswap (0.1.0-3)
[2021-08-08T20:59:46+0200] [ALPM] removed libpwquality (1.4.4-3)
[2021-08-08T20:59:46+0200] [ALPM] removed cracklib (2.9.7-2)
[2021-08-08T20:59:46+0200] [ALPM] removed kpmcore (21.08.0-1)
[2021-08-08T20:59:46+0200] [ALPM] removed smartmontools (7.2-1)
[2021-08-08T20:59:46+0200] [ALPM] removed qca-qt5 (2.3.3-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kio (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kwallet (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed knotifications (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed libdbusmenu-qt5 (0.9.3+16.04.20160218-5)
[2021-08-08T20:59:47+0200] [ALPM] removed ktextwidgets (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed sonnet (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed qt5-speech (5.15.2-1)
[2021-08-08T20:59:47+0200] [ALPM] removed qt5-multimedia (5.15.2-1)
[2021-08-08T20:59:47+0200] [ALPM] removed openal (1.21.1-1)
[2021-08-08T20:59:47+0200] [ALPM] removed gst-plugins-base (1.18.4-1)
[2021-08-08T20:59:47+0200] [ALPM] removed libvisual (0.4.0-8)
[2021-08-08T20:59:47+0200] [ALPM] removed gst-plugins-base-libs (1.18.4-1)
[2021-08-08T20:59:47+0200] [ALPM] removed gstreamer (1.18.4-1)
[2021-08-08T20:59:47+0200] [ALPM] removed graphene (1.10.6-1)
[2021-08-08T20:59:47+0200] [ALPM] removed cdparanoia (10.2-8)
[2021-08-08T20:59:47+0200] [ALPM] removed kcompletion (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kjobwidgets (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kded (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kservice (5.85.0-1)
[2021-08-08T20:59:47+0200] [ALPM] removed kbookmarks (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kxmlgui (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kglobalaccel (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kdbusaddons (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kcrash (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed solid (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed media-player-info (24-2)
[2021-08-08T20:59:49+0200] [ALPM] removed kiconthemes (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kitemviews (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kconfigwidgets (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kguiaddons (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed qt5-wayland (5.15.2+kde+r29-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kcodecs (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kwidgetsaddons (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed karchive (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed ki18n (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed qt5-declarative (5.15.2+kde+r29-1)
[2021-08-08T20:59:49+0200] [ALPM] removed kconfig (5.85.0-1)
[2021-08-08T20:59:49+0200] [ALPM] removed appstream-qt (0.14.4-1)
[2021-08-08T20:59:49+0200] [ALPM] removed appstream (0.14.4-1)
[2021-08-08T20:59:50+0200] [ALPM] transaction completed
[2021-08-08T20:59:50+0200] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-08-08T20:59:51+0200] [ALPM] running '30-systemd-hwdb.hook'...
[2021-08-08T20:59:54+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-08-08T20:59:54+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-08T20:59:54+0200] [ALPM] running 'dbus-reload.hook'...
[2021-08-08T20:59:54+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-08-08T20:59:54+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-08-08T20:59:26+0200] [PACMAN] Running 'pacman -Syyu'
[2021-08-08T20:59:26+0200] [PACMAN] synchronizing package lists
[2021-08-08T20:59:32+0200] [ALPM] transaction started
[2021-08-08T20:59:32+0200] [ALPM] upgraded archlinux-keyring (20210802-1 -> 20210820-1)
[2021-08-08T20:59:32+0200] [ALPM-SCRIPTLET] ==> Füge Schlüssel aus archlinux.gpg hinzu...
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] ==> Signiere die vertrauenswürdigen Schlüssel im Schlüsselbund lokal...
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: "Trust-DB" wird überprüft
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: Tiefe: 0  gültig:   1  signiert:  29  Vertrauen: 0-, 0q, 0n, 0m, 0f, 1u
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: Tiefe: 1  gültig:  29  signiert:  79  Vertrauen: 1-, 0q, 0n, 28m, 0f, 0u
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: Tiefe: 2  gültig:   1  signiert:   0  Vertrauen: 1-, 0q, 0n, 0m, 0f, 0u
[2021-08-08T20:59:53+0200] [ALPM-SCRIPTLET] gpg: nächste "Trust-DB"-Pflichtüberprüfung am 2021-12-01
[2021-08-08T20:59:54+0200] [ALPM-SCRIPTLET] gpg: "Trust-DB" wird überprüft

...

[2021-08-08T21:00:16+0200] [ALPM-SCRIPTLET] gpg: nächste "Trust-DB"-Pflichtüberprüfung am 2021-12-01
[2021-08-08T21:00:17+0200] [ALPM] transaction completed
[2021-08-08T21:00:17+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-08T21:00:18+0200] [PACMAN] starting full system upgrade
[2021-08-08T21:02:20+0200] [ALPM] transaction started
[2021-08-08T21:02:20+0200] [ALPM] upgraded tzdata (2021a-1 -> 2021a-2)
[2021-08-08T21:02:20+0200] [ALPM] upgraded aom (3.1.2-1 -> 3.1.2-2)
[2021-08-08T21:02:23+0200] [ALPM] upgraded archlinux-appstream-data (20210723-1 -> 20210902-1)
[2021-08-08T21:02:23+0200] [ALPM] upgraded e2fsprogs (1.46.3-3 -> 1.46.4-1)
[2021-08-08T21:02:24+0200] [ALPM] upgraded openssl (1.1.1.k-1 -> 1.1.1.l-1)
[2021-08-08T21:02:24+0200] [ALPM] upgraded audit (3.0.3-1 -> 3.0.4-1)
[2021-08-08T21:02:25+0200] [ALPM] upgraded glib2 (2.68.3-1 -> 2.68.4-1)
[2021-08-08T21:02:25+0200] [ALPM] upgraded libcap (2.51-1 -> 2.53-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded libgcrypt (1.9.3-1 -> 1.9.4-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded systemd-libs (249.3-1 -> 249.4-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded avahi (0.8+20+gd1e71b3-1 -> 0.8+22+gfd482a7-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded bluez (5.60-1 -> 5.61-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded bluez-libs (5.60-1 -> 5.61-1)
[2021-08-08T21:02:26+0200] [ALPM] upgraded ca-certificates-mozilla (3.69-1 -> 3.69.1-1)
[2021-08-08T21:02:27+0200] [ALPM] upgraded libarchive (3.5.1-1 -> 3.5.2-1)
[2021-08-08T21:02:30+0200] [ALPM] upgraded smbclient (4.14.6-1 -> 4.14.7-1)
[2021-08-08T21:02:30+0200] [ALPM] upgraded cifs-utils (6.13-2 -> 6.13-3)
[2021-08-08T21:02:30+0200] [ALPM] upgraded cryptsetup (2.3.6-1 -> 2.4.0-1)
[2021-08-08T21:02:31+0200] [ALPM] upgraded nss (3.69-1 -> 3.69.1-1)
[2021-08-08T21:02:31+0200] [ALPM] upgraded freetype2 (2.10.4-1 -> 2.11.0-3)
[2021-08-08T21:02:31+0200] [ALPM] upgraded libssh (0.9.5-1 -> 0.9.6-1)
[2021-08-08T21:02:32+0200] [ALPM] upgraded systemd (249.3-1 -> 249.4-1)
[2021-08-08T21:02:33+0200] [ALPM] upgraded pango (1:1.48.9-1 -> 1:1.48.9-2)
[2021-08-08T21:02:33+0200] [ALPM] upgraded vulkan-icd-loader (1.2.186-1 -> 1.2.188-1)
[2021-08-08T21:02:36+0200] [ALPM] upgraded mesa (21.1.6-1 -> 21.2.1-1.1)
[2021-08-08T21:02:38+0200] [ALPM] upgraded libibus (1.5.24-1 -> 1.5.25-2)
[2021-08-08T21:02:38+0200] [ALPM] upgraded gtk-update-icon-cache (1:4.2.1-2 -> 1:4.4.0-1)
[2021-08-08T21:02:39+0200] [ALPM] upgraded iso-codes (4.6.0-1 -> 4.7.0-1)
[2021-08-08T21:02:39+0200] [ALPM] upgraded json-glib (1.6.4-1 -> 1.6.6-1)
[2021-08-08T21:02:39+0200] [ALPM] upgraded glib-networking (1:2.68.1-1 -> 1:2.68.2-1)
[2021-08-08T21:02:39+0200] [ALPM] upgraded libsoup (2.72.0+10+gfe1e295d-1 -> 2.74.0-1)
[2021-08-08T21:02:42+0200] [ALPM] upgraded firefox (91.0.1-1 -> 91.0.2-1)
[2021-08-08T21:02:48+0200] [ALPM] upgraded glslang (11.5.0-1 -> 11.6.0-1)
[2021-08-08T21:02:49+0200] [ALPM] upgraded gpm (1.20.7.r38.ge82d1a6-3 -> 1.20.7.r38.ge82d1a6-4)
[2021-08-08T21:02:59+0200] [ALPM] upgraded iproute2 (5.13.0-1 -> 5.14.0-1)
[2021-08-08T21:03:00+0200] [ALPM] upgraded mobile-broadband-provider-info (20201225-1 -> 20210805-1)
[2021-08-08T21:03:05+0200] [ALPM] upgraded libnma (1.8.30-1 -> 1.8.32-1)
[2021-08-08T21:03:05+0200] [ALPM] upgraded shaderc (2021.1-1 -> 2021.1-2)
[2021-08-08T21:03:06+0200] [ALPM] upgraded libplacebo (3.120.3-2 -> 3.120.3-3)
[2021-08-08T21:03:17+0200] [ALPM] upgraded poppler (21.08.0-1 -> 21.09.0-1)
[2021-08-08T21:05:02+0200] [ALPM] upgraded libreoffice-fresh (7.1.5-2 -> 7.2.0-2)
[2021-08-08T21:05:02+0200] [ALPM] upgraded libwacom (1.11-1 -> 1.12-1)
[2021-08-08T21:07:02+0200] [ALPM] upgraded linux-firmware (20210716.b7c134f-1 -> 20210818.c46b8c3-1)
[2021-08-08T21:07:46+0200] [ALPM] upgraded linux (5.13.12-1 -> 5.14.1-1)
[2021-08-08T21:07:48+0200] [ALPM] upgraded man-pages (5.12-2 -> 5.13-1)
[2021-08-08T21:07:48+0200] [ALPM] upgraded matray (1.0.2-1 -> 1.0.3-1)
[2021-08-08T21:07:49+0200] [ALPM] upgraded openssh (8.6p1-1 -> 8.7p1-1)
[2021-08-08T21:09:35+0200] [ALPM] upgraded papirus-icon-theme (20210802-1 -> 20210901-1)
[2021-08-08T21:09:35+0200] [ALPM] upgraded python-cairo (1.20.0-3 -> 1.20.1-1)
[2021-08-08T21:09:45+0200] [ALPM] upgraded qt5-base (5.15.2+kde+r215-2 -> 5.15.2+kde+r222-1)
[2021-08-08T21:09:46+0200] [ALPM] upgraded run-parts (4.11.2-1 -> 5.4-1)
[2021-08-08T21:09:47+0200] [ALPM] warning: directory permissions differ on /etc/sudoers.d/
filesystem: 755  package: 750
[2021-08-08T21:09:53+0200] [ALPM] upgraded samba (4.14.6-1 -> 4.14.7-1)
[2021-08-08T21:09:55+0200] [ALPM] upgraded smplayer (21.1.0-1 -> 21.8.0-1)
[2021-08-08T21:09:55+0200] [ALPM] upgraded systemd-sysvcompat (249.3-1 -> 249.4-1)
[2021-08-08T21:09:55+0200] [ALPM] upgraded uboot-rockpi4b (2021.07-2 -> 2021.07-3)
[2021-08-08T21:09:55+0200] [ALPM-SCRIPTLET] New version of U-Boot firmware can be flashed to your microSD card (mmcblk1)
[2021-08-08T21:09:55+0200] [ALPM-SCRIPTLET] or eMMC module (mmcblk2).  You can do that by running:
[2021-08-08T21:09:55+0200] [ALPM-SCRIPTLET] # dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc,fsync
[2021-08-08T21:09:55+0200] [ALPM-SCRIPTLET] # dd if=/boot/u-boot.itb of=/dev/mmcblkX seek=16384 conv=notrunc,fsync
[2021-08-08T21:09:55+0200] [ALPM-SCRIPTLET] Keeping old extlinux.conf file...
[2021-08-08T21:09:55+0200] [ALPM] upgraded upower (0.99.12-2 -> 0.99.13-1)
[2021-08-08T21:09:55+0200] [ALPM] upgraded usbutils (013-1 -> 014-1)
[2021-08-08T21:09:57+0200] [ALPM] upgraded xfsprogs (5.12.0-1 -> 5.13.0-1)
[2021-08-08T21:09:57+0200] [ALPM] upgraded xorg-xrdb (1.2.0-2 -> 1.2.1-1)
[2021-08-08T21:10:07+0200] [ALPM] transaction completed
[2021-08-08T21:10:15+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2021-08-08T21:10:20+0200] [ALPM] running '30-systemd-catalog.hook'...
[2021-08-08T21:10:22+0200] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-08-08T21:10:28+0200] [ALPM] running '30-systemd-hwdb.hook'...
[2021-08-08T21:10:36+0200] [ALPM] running '30-systemd-sysctl.hook'...
[2021-08-08T21:10:38+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-08-08T21:10:39+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-08-08T21:10:40+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-08T21:10:40+0200] [ALPM] running '40-update-ca-trust.hook'...
[2021-08-08T21:10:50+0200] [ALPM] running '60-depmod.hook'...
[2021-08-08T21:10:50+0200] [ALPM] running '60-linux.hook'...
[2021-08-08T21:11:02+0200] [ALPM] running '90-linux.hook'...
[2021-08-08T21:11:03+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2021-08-08T21:11:03+0200] [ALPM-SCRIPTLET]   -> -k 5.14.1-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-08-08T21:11:12+0200] [ALPM-SCRIPTLET] ==> Starting build: 5.14.1-1-MANJARO-ARM
[2021-08-08T21:11:16+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-08-08T21:11:41+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-08-08T21:12:04+0200] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2021-08-08T21:12:06+0200] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-08-08T21:12:07+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-08-08T21:12:07+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-08-08T21:12:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-08-08T21:12:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-08-08T21:12:08+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-08-08T21:12:09+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-08-08T21:12:09+0200] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2021-08-08T21:12:14+0200] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-08-08T21:12:14+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-08-08T21:12:15+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2021-08-08T21:12:15+0200] [ALPM-SCRIPTLET]   -> -k 5.14.1-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-08-08T21:12:15+0200] [ALPM-SCRIPTLET] ==> Starting build: 5.14.1-1-MANJARO-ARM
[2021-08-08T21:12:15+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-08-08T21:12:17+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-08-08T21:12:17+0200] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2021-08-08T21:12:19+0200] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-08-08T21:12:19+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-08-08T21:12:20+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-08-08T21:12:21+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-08-08T21:12:21+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-08-08T21:12:21+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2021-08-08T21:12:22+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-08-08T21:12:22+0200] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2021-08-08T21:12:27+0200] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-08-08T21:12:27+0200] [ALPM] running 'dbus-reload.hook'...
[2021-08-08T21:12:27+0200] [ALPM] running 'gio-querymodules.hook'...
[2021-08-08T21:12:28+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2021-08-08T21:12:28+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-08-08T21:13:19+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-08-08T21:13:19+0200] [ALPM] running 'update-mime-database.hook'...
[2021-08-31T15:20:28+0200] [PACMAN] Running 'pacman -S yay'
[2021-08-31T15:21:29+0200] [ALPM] transaction started
[2021-08-31T15:21:29+0200] [ALPM] installed m4 (1.4.19-1)
[2021-08-31T15:21:29+0200] [ALPM] installed autoconf (2.71-1)
[2021-08-31T15:21:29+0200] [ALPM] installed automake (1.16.4-1)
[2021-08-31T15:21:29+0200] [ALPM] installed elfutils (0.185-1)
[2021-08-31T15:21:30+0200] [ALPM] installed binutils (2.35-1)
[2021-08-31T15:21:30+0200] [ALPM] installed bison (3.7.6-1)
[2021-08-31T15:21:30+0200] [ALPM] installed fakeroot (1.25.3-2)
[2021-08-31T15:21:31+0200] [ALPM] installed flex (2.6.4-3)
[2021-08-31T15:21:31+0200] [ALPM] installed libmpc (1.2.1-1)
[2021-08-31T15:21:36+0200] [ALPM] installed gcc (10.2.0-1)
[2021-08-31T15:21:36+0200] [ALPM] installed texinfo (6.8-2)
[2021-08-31T15:21:36+0200] [ALPM] installed gc (8.0.4-4)
[2021-08-31T15:21:38+0200] [ALPM] installed guile (2.2.7-1)
[2021-08-31T15:21:38+0200] [ALPM] installed make (4.3-3)
[2021-08-31T15:21:38+0200] [ALPM] installed patch (2.7.6-8)
[2021-08-31T15:21:38+0200] [ALPM] installed pkgconf (1.7.3-1)
[2021-08-31T15:21:38+0200] [ALPM] installed yay (10.3.1-2)
[2021-08-31T15:21:38+0200] [ALPM] transaction completed
[2021-08-31T15:21:38+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-31T15:21:38+0200] [ALPM] running 'texinfo-install.hook'...
[2021-08-31T15:24:36+0200] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- bluez-utils'
[2021-08-31T15:24:43+0200] [ALPM] transaction started
[2021-08-31T15:24:43+0200] [ALPM] installed bluez-utils (5.61-1)
[2021-08-31T15:24:43+0200] [ALPM] transaction completed
[2021-08-31T15:24:43+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-31T15:31:15+0200] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- vim'
[2021-08-31T15:31:30+0200] [ALPM] transaction started
[2021-08-31T15:31:32+0200] [ALPM] installed vim-runtime (8.2.2891-1)
[2021-08-31T15:31:32+0200] [ALPM] installed vim (8.2.2891-1)
[2021-08-31T15:31:32+0200] [ALPM] transaction completed
[2021-08-31T15:31:32+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-31T15:31:32+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-08-31T15:31:33+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-08-31T15:33:05+0200] [PACMAN] Running 'pacman -S -u -y -y --config /etc/pacman.conf --'
[2021-08-31T15:33:05+0200] [PACMAN] synchronizing package lists
[2021-08-31T15:33:15+0200] [PACMAN] starting full system upgrade
[2021-08-31T15:33:23+0200] [ALPM] transaction started
[2021-08-31T15:33:24+0200] [ALPM] upgraded matray (1.0.3-1 -> 1.1.0-1)
[2021-08-31T15:33:25+0200] [ALPM] transaction completed
[2021-08-31T15:33:25+0200] [ALPM] running '30-systemd-update.hook'...
[2021-08-31T15:33:25+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-08-31T15:33:25+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-08-31T15:15:38+0200] [PACMAN] Running 'pacman -S -y -y -u --config /etc/pacman.conf --'
[2021-08-31T15:15:38+0200] [PACMAN] synchronizing package lists
[2021-08-31T15:15:52+0200] [PACMAN] starting full system upgrade

Best Regards
Andreas

Read the above post with Known issues.

Hello Strit,

sorry, I have not see the posting about known issues.

Andreas

Hello,
Since the last two or three updates I was not able to launch neither Prusa Slicer nor Cura. I read that I am not the only one to encounter this. Did someone find a way to make them run again?
thank you

Pinebook Pro / KDE Plasma:
Sorry to say that, but every update destroys my WLAN setting. My router is configured to allow connections for previously stored MAC addresses only. After every update I try to set the cloned MAC address to the configured one in the router via the network GUI. But this does not work any more. It might be an upstream issue, but this drives me crazy.
After every reboot the MAC address changes to a different one. This might be useful for mobile internet connections but not other circumstances.
I tried to follow several instructions found on the internet to set the MAC address in different places or disable randomized MAC addresses but without success.
Is there a way to get the real MAC address ?
The command
ip link
shows just the randomized one.

This is not normal, you should find the reason for it, first.

I have just installed fresh Manjaro 21.08 sway on pinebook pro, and updated right after fresh install, and now I am unable to boot into GUI. I can login into terminal with Ctrl-Alt-F2.