[Testing Update] 2020-12-18 - Kernels, Mesa, Gstreamer, KDE Apps, KDE Framework, Libreoffice, Cinnamon, Haskell

Hello community,

Another testing branch update with some usual updates for you. Remember that we expect possible breakage of your system with this update!


There are still some phones left. Get them now!.. #stayhome, #staysafe, #stayhealthy

  • Most of the Kernels got updated.
  • Qt6 got added to our repos.
  • Boost update might break some packages
  • KDE Apps are now at their December Release
  • KDE Frameworks got updated to 5.77.0
  • Libreoffice is now at 7.0.4
  • More Cinnamon and Deepin updates
  • Gstreamer got updated
  • Haskell and other regular upstream updates

If you like following latest Plasma development you may also like to check out our current version of manjaro-kde-dev, which we build on a regular basis against kde-git master packages. Also check out our latest Manjaro Nibia 20.2 release! KDE, XFCE and Gnome


Our current supported kernels

  • linux44 4.4.248
  • linux49 4.9.248
  • linux414 4.14.212
  • linux419 4.19.163
  • linux54 5.4.84
  • linux59 5.9.15
  • linux510 5.10.1
  • linux54-rt 5.4.82_rt45
  • linux59-rt 5.9.1_rt19

Packages Changes (Fri Dec 18 08:25:02 CET 2020)

  • testing community x86_64: 1478 new and 1460 removed package(s)
  • testing core x86_64: 36 new and 37 removed package(s)
  • testing extra x86_64: 890 new and 1010 removed package(s)
  • testing multilib x86_64: 28 new and 21 removed package(s)

A detailed list of all changes can be found here.

  • 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:

5 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Python 3.9 Requires Rebuilds

Instructions for quickly and easily rebuilding affected AUR packages:

# Install yay
sudo pacman -S --needed --noconfirm yay

# Rebuild AUR python packages
yay -S --noconfirm $(pacman -Qqo "/usr/lib/python3.8/site-packages")

Older Issues

libtraceevent>=5.9-1 update requires manual intervention

2020-10-23 - SĂ©bastien Luttringer

The libtraceevent package prior to version 5.9-1 was missing a soname link. This has been fixed in 5.9-1, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

libtraceevent: /usr/lib/libtraceevent.so.1 exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/libtraceevent.so.1

to perform the upgrade.

Arch Linux - News: libtraceevent>=5.9-1 update requires manual intervention

OpenVPN connection times out.

Workaround: donwgrade openvpn (2.5.0-1 => 2.4.9-2).
For a proper solution follow this bug report on Arch Linux: FS#68480 : [openvpn] running unprivileged with iproute no longer working

PAM and PAMBASE got updated, which might prevent you from login

Due to updates from pambase and pam you might take care about any .pacnew files in /etc/pam.d as for example pam_tally, pam_tally2 and pam_cracklib got deprecated. Read in the ArchWiki about managing those files.

Typical issue:

For recovery, it is enough to boot with kernel option “systemd.unit=rescue.target”, then proceed into /etc/pam.d and merge “system-auth” and “system-auth.pacnew”

System takes a long time to boot

If you’ve got errors like Failed to start Network Manager Wait Online. you can try removing systemd from passwd and group in /etc/nsswitch.conf as described here
Update: If you can see the line
dbus-daemon[1453]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 45146ms)
in in your dbus log ( journalctl -b -u dbus ), the new/better workaround is to switch cups from service to socket as described here:
systemctl disable cups.service
systemctl enable cups.socket

I think I’ve some font problems

With the update of fontconfig some major rules how fonts get applied changed. Make sure that your system has ttf-dejavu installed. A more in depth explanation can be found here.

Gnome-shell-extension-pop-shell is currently incompatible with wayland


 and causes the system to freeze when the first window is tiled and can render it unbootable. Solution is a hard reset and disabling either pop shell or wayland. If the system becomes unbootable, use a live USB to edit /etc/gdm/custom.conf to disable wayland and reboot.

Update went smooth in KVM
While rebooting there was a longer wait with 3 dots moving (sorry no screenshot)
Subsequent reboots are normal speed.

Hello,

Just a problem: the WIFI is very slow with the kernel 5.10 but not with kernel 5.9.

Network controller is Intel Corporation Killer Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW) (rev 30)

For example the output with the command ‘trizen -Syyuu’
With kernel 5.10:

With kernel 5.9:

The screenshot are take at same moment, just a reboot.

Speed with kernel 5.10 is 1/10 of kernel 5.9

Fred

2 Likes

Why grub is set to conflict with grub-customizer?

Hi there,

after the upgrade, kdepim is broken, more specifically Akonadi. It won’t start, because of it anything related to it won’t work, in my case KMail.

Error logs:

org.kde.pim.akonadiserver: Running DB initializer
org.kde.pim.akonadiserver: DB initializer done
org.kde.pim.akonadiserver: DATABASE ERROR:
org.kde.pim.akonadiserver:   Error code: "2013"
org.kde.pim.akonadiserver:   DB error:  "Lost connection to MySQL server during query"
org.kde.pim.akonadiserver:   Error text: "Lost connection to MySQL server during query QMYSQL3: Unable to execute statement"
org.kde.pim.akonadiserver:   Values: QMap((":0", QVariant(qlonglong, 1))(":1", QVariant(qlonglong, 2)))
org.kde.pim.akonadiserver:   Query: "SELECT count(DISTINCT PimItemTable.id), sum(PimItemTable.size), sum(CASE WHEN ( SeenFlags.Flag_id IS NOT NULL OR IgnoredFlags.Flag_id IS NOT NULL ) THEN 1 ELSE 0 END), PimItemTable.collectionId FROM PimItemTable LEFT JOIN PimItemFlag
Relation AS SeenFlags ON ( PimItemTable.id = SeenFlags.PimItem_id AND SeenFlags.Flag_id = :0 ) LEFT JOIN PimItemFlagRelation AS IgnoredFlags ON ( PimItemTable.id = IgnoredFlags.PimItem_id AND IgnoredFlags.Flag_id = :1 ) GROUP BY PimItemTable.collectionId"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Database error: Cannot open database.
org.kde.pim.akonadiserver:   Last driver error: "QMYSQL: Unable to connect"
org.kde.pim.akonadiserver:   Last database error: "Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (111)"
QSqlQuery::exec: database not open
org.kde.pim.akonadiserver: Database error: Cannot open database.
org.kde.pim.akonadiserver:   Last driver error: "QMYSQL: Unable to connect"
org.kde.pim.akonadiserver:   Last database error: "Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (111)"
QSqlQuery::exec: database not open
org.kde.pim.akonadiserver: Database error: Cannot open database.
org.kde.pim.akonadiserver:   Last driver error: "QMYSQL: Unable to connect"
org.kde.pim.akonadiserver:   Last database error: "Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (111)"
QSqlQuery::exec: database not open
QSqlQuery::prepare: database not open
org.kde.pim.akonadiserver: DATABASE ERROR while PREPARING QUERY:
org.kde.pim.akonadiserver:   Error code: ""
org.kde.pim.akonadiserver:   DB error:  ""
org.kde.pim.akonadiserver:   Error text: ""
org.kde.pim.akonadiserver:   Query: "SELECT CollectionTable.id, CollectionTable.remoteId, CollectionTable.remoteRevision, CollectionTable.name, CollectionTable.parentId, CollectionTable.resourceId, CollectionTable.enabled, CollectionTable.syncPref, CollectionTable.displ
ayPref, CollectionTable.indexPref, CollectionTable.cachePolicyInherit, CollectionTable.cachePolicyCheckInterval, CollectionTable.cachePolicyCacheTimeout, CollectionTable.cachePolicySyncOnDemand, CollectionTable.cachePolicyLocalParts, CollectionTable.queryString, Collect
ionTable.queryAttributes, CollectionTable.queryCollections, CollectionTable.isVirtual FROM CollectionTable"
org.kde.pim.akonadiserver: Failed to query initial collections for scheduler!
org.kde.pim.akonadiserver: Not a fatal error, no collections will be scheduled for sync or cache expiration!
org.kde.pim.akonadiserver: Database error: Cannot open database.
org.kde.pim.akonadiserver:   Last driver error: "QMYSQL: Unable to connect"
org.kde.pim.akonadiserver:   Last database error: "Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (111)"
QSqlQuery::exec: database not open
QSqlQuery::prepare: database not open
org.kde.pim.akonadiserver: DATABASE ERROR while PREPARING QUERY:
org.kde.pim.akonadiserver:   Error code: ""
org.kde.pim.akonadiserver:   DB error:  ""
org.kde.pim.akonadiserver:   Error text: ""
org.kde.pim.akonadiserver:   Query: "SELECT CollectionTable.id, CollectionTable.remoteId, CollectionTable.remoteRevision, CollectionTable.name, CollectionTable.parentId, CollectionTable.resourceId, CollectionTable.enabled, CollectionTable.syncPref, CollectionTable.displ
ayPref, CollectionTable.indexPref, CollectionTable.cachePolicyInherit, CollectionTable.cachePolicyCheckInterval, CollectionTable.cachePolicyCacheTimeout, CollectionTable.cachePolicySyncOnDemand, CollectionTable.cachePolicyLocalParts, CollectionTable.queryString, Collect
ionTable.queryAttributes, CollectionTable.queryCollections, CollectionTable.isVirtual FROM CollectionTable"
org.kde.pim.akonadiserver: Failed to query initial collections for scheduler!
org.kde.pim.akonadiserver: Not a fatal error, no collections will be scheduled for sync or cache expiration!
org.kde.pim.akonadiserver: DATABASE ERROR while PREPARING QUERY:
org.kde.pim.akonadiserver:   Error code: "2006"
org.kde.pim.akonadiserver:   DB error:  "MySQL server has gone away"
org.kde.pim.akonadiserver:   Error text: "MySQL server has gone away QMYSQL3: Unable to prepare statement"
org.kde.pim.akonadiserver:   Query: "SELECT id, name FROM PartTypeTable WHERE ( ns = :0 AND name = :1 )"
org.kde.pim.akonadiserver: Error during selection of record with ns "ATR" from table "PartTypeTable" "MySQL server has gone away QMYSQL3: Unable to prepare statement"
org.kde.pim.akonadiserver: DATABASE ERROR while PREPARING QUERY:
org.kde.pim.akonadiserver:   Error code: "2006"
org.kde.pim.akonadiserver:   DB error:  "MySQL server has gone away"
org.kde.pim.akonadiserver:   Error text: "MySQL server has gone away QMYSQL3: Unable to prepare statement"
org.kde.pim.akonadiserver:   Query: "INSERT INTO PartTypeTable (name, ns) VALUES (:0, :1)"
org.kde.pim.akonadiserver: Error during insertion into table "PartTypeTable" "MySQL server has gone away QMYSQL3: Unable to prepare statement"
org.kde.pim.akonadiserver: DATABASE ERROR while PREPARING QUERY:
org.kde.pim.akonadiserver:   Error code: "2006"
org.kde.pim.akonadiserver:   DB error:  "MySQL server has gone away"
org.kde.pim.akonadiserver:   Error text: "MySQL server has gone away QMYSQL3: Unable to prepare statement"
org.kde.pim.akonadiserver:   Query: "SELECT id, name, isVirtual FROM ResourceTable"
org.kde.pim.akonadiserver: Error during selection of all records from table "ResourceTable" "MySQL server has gone away QMYSQL3: Unable to prepare statement" "SELECT id, name, isVirtual FROM ResourceTable"
org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadicontrol: Akonadi server is now operational.
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_unifiedmailbox_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_unifiedmailbox_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_sendlater_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_sendlater_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_archivemail_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_archivemail_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_followupreminder_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_followupreminder_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_migration_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_migration_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_akonotes_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_akonotes_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_maildir_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildir_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_ical_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_ical_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_imap_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_imap_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_birthdays_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_birthdays_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_indexing_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_maildispatcher_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildispatcher_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_newmailnotifier_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_newmailnotifier_agent' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_contacts_resource" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_contacts_resource' crashed. No restart!
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadi_mailfilter_agent" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailfilter_agent' crashed. No restart!

This is probably because the mysqld process is crashing when akonadi is trying to start it:

ĐŽĐ”Đș 18 13:37:29 zoki-pc systemd-coredump[21363]: Process 21336 (mysqld) of user 1000 dumped core.  
                                                     
                                                   Stack trace of thread 21348:  
                                                   #0  0x00007f388a16e615 raise (libc.so.6 + 0x3d615)  
                                                   #1  0x00007f388a157912 abort (libc.so.6 + 0x26912)  
                                                   #2  0x000055ea5fee3414 n/a (mariadbd + 0x613414)  
                                                   #3  0x000055ea5fee8383 n/a (mariadbd + 0x618383)  
                                                   #4  0x000055ea605ba947 n/a (mariadbd + 0xcea947)  
                                                   #5  0x000055ea604fe7e4 n/a (mariadbd + 0xc2e7e4)  
                                                   #6  0x000055ea6020774f _ZN7handler11ha_rnd_nextEPh (mariadbd + 0x93774f)  
                                                   #7  0x000055ea6034f5be _Z13rr_sequentialP11READ_RECORD (mariadbd + 0xa7f5be)  
                                                   #8  0x000055ea6004645d _Z10sub_selectP4JOINP13st_join_tableb (mariadbd + 0x77645d)  
                                                   #9  0x000055ea60071221 _ZN4JOIN10exec_innerEv (mariadbd + 0x7a1221)  
                                                   #10 0x000055ea6007154f _ZN4JOIN4execEv (mariadbd + 0x7a154f)  
                                                   #11 0x000055ea6006f489 _Z12mysql_selectP3THDP10TABLE_LISTR4ListI4ItemEPS4_jP8st_orderS9_S7_S9_yP13select_resultP18st_select_l
ex_unitP13st_select_lex (mariadbd + 0x79f489)                                                                                                                                     
                                                   #12 0x000055ea6006feda _Z13handle_selectP3THDP3LEXP13select_resultm (mariadbd + 0x79feda)  
                                                   #13 0x000055ea60000664 n/a (mariadbd + 0x730664)  
                                                   #14 0x000055ea6000d468 _Z21mysql_execute_commandP3THD (mariadbd + 0x73d468)  
                                                   #15 0x000055ea600224b6 _ZN18Prepared_statement7executeEP6Stringb (mariadbd + 0x7524b6)  
                                                   #16 0x000055ea600225d9 _ZN18Prepared_statement12execute_loopEP6StringbPhS2_ (mariadbd + 0x7525d9)  
                                                   #17 0x000055ea60022f2e n/a (mariadbd + 0x752f2e)  
                                                   #18 0x000055ea6002311c _Z19mysqld_stmt_executeP3THDPcj (mariadbd + 0x75311c)  
                                                   #19 0x000055ea60011e37 _Z16dispatch_command19enum_server_commandP3THDPcjbb (mariadbd + 0x741e37)  
                                                   #20 0x000055ea60012bc1 _Z10do_commandP3THD (mariadbd + 0x742bc1)  
                                                   #21 0x000055ea6010466c _Z24do_handle_one_connectionP7CONNECTb (mariadbd + 0x83466c)  
                                                   #22 0x000055ea60104906 handle_one_connection (mariadbd + 0x834906)  
                                                   #23 0x000055ea60464098 n/a (mariadbd + 0xb94098)  
                                                   #24 0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #25 0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21338:  
                                                   #0  0x00007f388a64e9c8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf9c8)  
                                                   #1  0x000055ea6040386b n/a (mariadbd + 0xb3386b)  
                                                   #2  0x000055ea603fbdf6 n/a (mariadbd + 0xb2bdf6)  
                                                   #3  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #4  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21336:  
                                                   #0  0x00007f388a22646f __poll (libc.so.6 + 0xf546f)  
                                                   #1  0x000055ea5ff49a28 _Z26handle_connections_socketsv (mariadbd + 0x679a28)  
                                                   #2  0x000055ea5ff4a889 _Z11mysqld_mainiPPc (mariadbd + 0x67a889)  
                                                   #3  0x00007f388a159152 __libc_start_main (libc.so.6 + 0x28152)  
                                                   #4  0x000055ea5ff3eb7e _start (mariadbd + 0x66eb7e)  
                                                     
                                                   Stack trace of thread 21343:  
                                                   #0  0x00007f388a64ecf8 pthread_cond_clockwait (libpthread.so.0 + 0xfcf8)  
                                                   #1  0x000055ea606bc03a _ZN5tpool19thread_pool_generic14wait_for_tasksERSt11unique_lockISt5mutexEPNS_11worker_dataE (mariadbd
+ 0xdec03a)                                                                                                                                                                       
                                                   #2  0x000055ea606bc45f _ZN5tpool19thread_pool_generic8get_taskEPNS_11worker_dataEPPNS_4taskE (mariadbd + 0xdec45f)  
                                                   #3  0x000055ea606bdaae _ZN5tpool19thread_pool_generic11worker_mainEPNS_11worker_dataE (mariadbd + 0xdedaae)  
                                                   #4  0x00007f388a529c24 execute_native_thread_routine (libstdc++.so.6 + 0xcfc24)  
                                                   #5  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #6  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21340:  
                                                   #0  0x00007f388a64e9c8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf9c8)  
                                                   #1  0x000055ea60638275 n/a (mariadbd + 0xd68275)  
                                                   #2  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #3  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21346:  
                                                   #0  0x00007f388a64e9c8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf9c8)  
                                                   #1  0x000055ea60104a70 _ZN12Thread_cache4parkEv (mariadbd + 0x834a70)  
                                                   #2  0x000055ea6010451a _Z24do_handle_one_connectionP7CONNECTb (mariadbd + 0x83451a)  
                                                   #3  0x000055ea60104906 handle_one_connection (mariadbd + 0x834906)  
                                                   #4  0x000055ea60464098 n/a (mariadbd + 0xb94098)  
                                                   #5  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #6  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21337:  
                                                   #0  0x00007f388a64e9c8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf9c8)  
                                                   #1  0x000055ea60720dfb n/a (mariadbd + 0xe50dfb)  
                                                   #2  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #3  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21339:  
                                                   #0  0x00007f388a22bd5d syscall (libc.so.6 + 0xfad5d)  
                                                   #1  0x00007f388a67c187 n/a (libaio.so.1 + 0x1187)  
                                                   #2  0x000055ea606bf45a _ZN5tpool9aio_linux23getevent_thread_routineEPS0_ (mariadbd + 0xdef45a)  
                                                   #3  0x00007f388a529c24 execute_native_thread_routine (libstdc++.so.6 + 0xcfc24)  
                                                   #4  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #5  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21345:  
                                                   #0  0x00007f388a64e6a2 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf6a2)  
                                                   #1  0x000055ea5ff5f49c handle_slave_background (mariadbd + 0x68f49c)  
                                                   #2  0x000055ea60464098 n/a (mariadbd + 0xb94098)  
                                                   #3  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #4  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21341:  
                                                   #0  0x00007f388a64ecf8 pthread_cond_clockwait (libpthread.so.0 + 0xfcf8)  
                                                   #1  0x000055ea606bc03a _ZN5tpool19thread_pool_generic14wait_for_tasksERSt11unique_lockISt5mutexEPNS_11worker_dataE (mariadbd
+ 0xdec03a)                                                                                                                                                                       
                                                   #2  0x000055ea606bc45f _ZN5tpool19thread_pool_generic8get_taskEPNS_11worker_dataEPPNS_4taskE (mariadbd + 0xdec45f)  
                                                   #3  0x000055ea606bdaae _ZN5tpool19thread_pool_generic11worker_mainEPNS_11worker_dataE (mariadbd + 0xdedaae)  
                                                   #4  0x00007f388a529c24 execute_native_thread_routine (libstdc++.so.6 + 0xcfc24)  
                                                   #5  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #6  0x00007f388a231293 __clone (libc.so.6 + 0x100293)  
                                                     
                                                   Stack trace of thread 21344:  
                                                   #0  0x00007f388a16f402 __sigtimedwait (libc.so.6 + 0x3e402)  
                                                   #1  0x000055ea5ff416a4 signal_hand (mariadbd + 0x6716a4)  
                                                   #2  0x000055ea60464098 n/a (mariadbd + 0xb94098)  
                                                   #3  0x00007f388a6483e9 start_thread (libpthread.so.0 + 0x93e9)  
                                                   #4  0x00007f388a231293 __clone (libc.so.6 + 0x100293)

Having same libbpf error messages at boot with linux510 as discussed here: Libbpf error message on boot.

Can’t find these messages in journalctl, but same as in this screenshot.

Edit:

4 Likes

threre is a grub.pacnew
adding line for access read only ( check by systemd-fsck)
i have a text ( too fast ) before logo appears ( message libbpf )

no solution on Xfce lightdm - light-lock
==> error on login after screen lock
user is not send , password is ok

i have to connect TTY
login ,
sudo systemctl restart lightdm.service

always error cgroups & slice in log
==> systemd

ok on boot linux5.10 for Ryen 3600XT

No issues with kernel 5.9 but kernel 5.10 is missing the vmware modules. Also get a couple of warnings when booting with 5.10, everything seems to work OK but the warnings are that quick I missed them.

Edit

Same error as @Nanook posted

I am having the same problem with linux510

Thanks.

I see apparmor=1 and security=apparmor are being removed from GRUB_CMDLINE_LINUX_DEFAULT= in grub.pacnew, and GRUB_ROOT_FS_RO=true was added as a line.

I perceive a slight (slightly annoying) stuttering when moving windows around (KDE, Nvidia 455 proprietary, kernel 5.10), maybe related to the new Qt6 backend? Doing changes in KDE’s compositor doesn’t help.

So while Qt 5 relied on OpenGL for hardware-accelerated graphics, the picture completely changes with Qt 6. All of our 3D graphics in Qt Quick is now built on top of a new abstraction layer for 3D graphics called RHI (Rendering Hardware Interface). RHI makes it possible for Qt to use the native 3D graphics API of the underlying OS/platform.
The OpenGL specific classes in Qt still exist, but are now moved out of QtGui in the QtOpenGL module.

When will there be a new iso with 5.10 kernel?

A system Qt version hasn’t changed, the announcement is about adding Qt6 to repos, not updating existing ones at the user end. Plasma also stays compiled with Qt 15.2.

1 Like

Thanks, it must be nvidia/prime/kernel related, just checked in nvidia-settings and synchronization was turned off. (kernel 5.10)

Same issue with Kernel 510

errors read as follows:
libbpf: Failed to find valid kernel BTF
libbpf: Error loading vmlinux BTF: -3
libbpf: Failed to load object ‘iterators_bpf’
libbpf: failed to load BPF skeleton iterators_bpf: -3
Failed load could be wrong endianess

3 Likes

I just had a dialog box in pamac at the end of the update with “Error in the configuration of”, but of what?
Nevertheless in the text output everything seemed successful, and after reboot I don’t see any issues so far.

I could not upgrade my Postgresql DBs from v12 to v13 because the version of PostGIS in the repo (v3.0.2) is built for Postgreql v12 and not v13.
I resolved by downloading the PKGBUILD file for v3.0.2, and re-adapting it to v3.0.3 by:

  1. changing the version number
  2. dropping the reference to the changelog file
  3. rebuilding with makepkg
  4. installing with pacman -U

Then, everything went well.

@philm: the lesson learnt is that the PostGIS package needs to be rebuilt against the newer Postgresql v13.1 libraries for this upgrade.

For me everything went fine, booted kernel 5.10, optimus-manager worked (took some time to load to de), similar fps while gaming as before.
Good job by the devs

We found the bug - it will be fixed immediately with version 5.10.1-5
The update should be available shortly.

9 Likes