[Stable Update] 2022-06-12 - Kernels, Systemd 251, GNOME 42.2, KDE Gear 20.04.2, NVIDIA, Mesa, Pulseaudio, Pipewire, LibreOffice

TBD? Interesting…

I was feeling determined, and updated anyway - still alive n kicking too!

Cheers!

:smile:

6 Likes
❯ sudo modprobe r8168          
modprobe: ERROR: could not insert 'r8168': Exec format error

~  
❯ sudo modprobe r8169

~  
❯

It’s my experiments after rebooting without wired connection. r8169 is blacklisted.

Wow, boot and reboot times have been decreased dramatically on my system (with kernel 5.18.3-1), that is the first thing I noticed.

4 Likes

Another problem - akonadi doesn’t start:

❯ akonadictl start
org.kde.pim.akonadictl: Starting Akonadi Server...
org.kde.pim.akonadictl:    done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)                                                           
org.kde.pim.akonadiserver: Starting up the Akonadi Server...

~ 
❯ org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/user/.local/share/akonadi/mysql.conf", "--datadir=/home/user/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: "2022-06-12 18:33:57 0 [Note] /usr/bin/mysqld (server 10.8.3-MariaDB) starting as process 7442 ...\n"
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
1 Like

Dragons are protectors and one of the Creators/Designers of Man Kind - Ayahuasca and Yopo

(KDE PIM akonadi) Maybe related - here’s how I debugged (and finally reset the databases) after the last update: [Stable Update] 2022-05-23 - Kernels, Toolchain, NVIDIA, Mesa, KDE, Qt, Maui, LibreOffice, Plasma, Firefox, Thunderbird - #45 by jonas.eberle

1 Like

Also:

❯ vim           
vim: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

Also NAS can not be mounted (still have not look closer to it).
Can anybody please explain what’s happening?

That Big Dragon
© @philm - 2022

2 Likes

For now everything runs fine after the upgrade, but there is one message that seems like it should not be there:

Note: locale.conf is not longer tracked by
package management. Restoring /etc/locale.conf ...

From the Wiki post above: :arrow_down:

1 Like

Have found decision working for me:

touch /home/user/.local/share/akonadi/db_data/ib_logfile0

and then start akonadi with akonadictl start (and then kmail).
Source: 454948 – Akonadi server will not start on fresh install; yields "unknown error"

5 Likes

4 posts were split to a new topic: Grub doesnt list my manual btrfs timeshift snapshots anymore

A post was split to a new topic: Failed to load kernel modules at start

All seems fine, except for what concern systemd 251; I encountered this issue:
`systemd-analyze blame` showing way more devices than before · Issue #23629 · systemd/systemd · GitHub which also introduced, for me, a slower boot time.

Related topic:

+1 with Kmail kaput…
I’ve tried solutions posted above, and also:
rm -r ~/.local/share/akonadi/
sudo aa-complain /usr/bin/akonadiserver
sudo aa-enforce /usr/bin/akonadiserver

No success. I’m thinking to switch to Thunderbird…

Everything seems fine, except memory usage at boot went up ~150mb. Is it by design? nvidia-470xx and latest kernel.

A post was split to a new topic: After updating kernel to 5.18.3, system fails to start

A post was merged into an existing topic: After updating kernel to 5.18.3, system fails to start

I added the following (temporary) solution based on @student975’s link:

Akonadi (KMail / Kontact / KOrganizer…) fails to start

cp ~/.local/share/akonadi/db_data/ib_logfile0 ~/.local/share/akonadi/db_data/ib_logfile0.bak
pamac update
reboot 0
mv ~/.local/share/akonadi/db_data/ib_logfile0.bak ~/.local/share/akonadi/db_data/ib_logfile0
akonadi start
touch ~/.local/share/akonadi/db_data/ib_logfile0

Though i personally haven’t updated yet. So if anyone sees anything wrong with it, please don’t hesitate to fix it above.

4 Likes