Lots of errors in journalctl

New install of 21.0 KDE.

There are lots of errors, especially during the shutdown which is very slow (which is why I checked).

journalctl -b -1

Shutdown portion of journalctl

How do I track all the problems? or something wrong with my install.

BTW, I had problems with formatting /dev/sdc as gpt. I had to do a manual disk formatting.

$inxi -b

System:    Host: frogguski Kernel: 5.10.23-1-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.21.3 Distro: Manjaro Linux 
Machine:   Type: Desktop Mobo: MSI model: 970A-G46 (MS-7693) v: 2.0 serial: <superuser required> BIOS: American Megatrends 
           v: 2.8 date: 01/08/2016 
CPU:       Info: 8-Core AMD FX-8350 [MCP] speed: 3186 MHz min/max: 1400/4000 MHz 
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] driver: amdgpu 
           v: kernel 
           Display: x11 server: X.Org 1.20.10 driver: loaded: amdgpu,ati unloaded: modesetting,radeon 
           resolution: 2560x1080~60Hz 
           OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.40.0 5.10.23-1-MANJARO LLVM 11.1.0) v: 4.6 Mesa 20.3.4 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 
Drives:    Local Storage: total: 5.46 TiB used: 1.98 TiB (36.3%) 
Info:      Processes: 243 Uptime: 34m Memory: 11.71 GiB used: 1.78 GiB (15.2%) Shell: Bash inxi: 3.3.03 

Thank you

Hello @elfroggio :wink:

Not everything there are errors… have a look here: https://wiki.archlinux.org/index.php/Systemd/Journal#Priority_level

You can track down errors with:

journalctl -b0 -p err

or this contains errors, criticals and alerts:

journalctl -b0 -p err...alert

With KDE especially, take the message and search kde’s bug database. The KDE/QT debug level is quite liberal.