You are not logged in.

#1 2022-01-07 17:27:08

Strangiato
Member
Registered: 2020-01-10
Posts: 357

[solved] kernel panic on shutdown after kernel update

Hi

Yesterday I updated to 5.15.13-arch1-1, left my pc on for ~10 hours until turned it off after midnight,
when I got kernel panic, as seen in the pictures below. It was not my first kernel panic after kernel update.
How to prevent kernel panic after kernel update?

https://i.imgur.com/auXfubI.jpg
https://i.imgur.com/KgnPgdg.jpg
https://i.imgur.com/RXFFN6Z.jpg

Edit: I can shutdown without any problem now. The kernel panic occurs when I try to turn my pc off for the first time after kernel update.

Last edited by Strangiato (2022-10-14 09:19:21)

Offline

#2 2022-01-07 22:26:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [solved] kernel panic on shutdown after kernel update

What are all these mount units we see at the end? It fails somewhere in fuse, what kind of files/filesystems/network drives/... do you have mounted?

Offline

#3 2022-01-07 23:03:01

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

This computer has some samba shares. And sometimes I mount a CIFS share from it.

Offline

#4 2022-01-08 08:25:36

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

The kernel panic occurs when I try to turn my pc off for the first time after kernel update.

And sometimes I mount a CIFS share from it.

The general pitfall for the given context is to try to load modules for the running kernel after they've been removed by the update and the details suggest that the module in question is cifs.
Next time you updated the kernel, check whether cifs is loaded (lsmod | grep cifs) and if not, load it before the update (sudo modprobe cifs) and see whether you're still facing the same problem.

Offline

#5 2022-01-08 10:33:55

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

seth wrote:

The kernel panic occurs when I try to turn my pc off for the first time after kernel update.

And sometimes I mount a CIFS share from it.

The general pitfall for the given context is to try to load modules for the running kernel after they've been removed by the update and the details suggest that the module in question is cifs.
Next time you updated the kernel, check whether cifs is loaded (lsmod | grep cifs) and if not, load it before the update (sudo modprobe cifs) and see whether you're still facing the same problem.

Did you mean to load cifs module before shutdown? Ok, I will test when a kernel update is available.
But your command gives no output on my system even while the cifs share is mounted.

Offline

#6 2022-01-08 10:40:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [solved] kernel panic on shutdown after kernel update

A failure in FUSE should also be something that isn't cifs, what are you actually using to do the mount of a share? Dolphin integration/ a gtk client using gvfs/... ? Output of

findmnt

? Is the used "filesystem type" fuseblk for the share? FWIW the relevant module to load/check  for that theory would be "fuse" .

Last edited by V1del (2022-01-08 10:45:55)

Offline

#7 2022-01-08 10:57:51

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

I mount the cifs share with my laptop using autofs. My cifs share is located in a ntfs partition mounted with ntfs3 driver, it is mounted right now.

output of your commnad on Arch with kernel panic:

$ findmnt
TARGET                                        SOURCE      FSTYPE      OPTIONS
/                                             /dev/sdb3   ext4        rw,relatime
├─/proc                                       proc        proc        rw,nosuid,nodev,noexec,relatime
│ └─/proc/sys/fs/binfmt_misc                  systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxpr
│   └─/proc/sys/fs/binfmt_misc                binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
├─/sys                                        sys         sysfs       rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security                      securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/cgroup                            cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_r
│ ├─/sys/fs/pstore                            pstore      pstore      rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/bpf                               none        bpf         rw,nosuid,nodev,noexec,relatime,mode=700
│ ├─/sys/kernel/tracing                       tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/debug                         debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/config                        configfs    configfs    rw,nosuid,nodev,noexec,relatime
│ └─/sys/fs/fuse/connections                  fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
├─/dev                                        dev         devtmpfs    rw,nosuid,relatime,size=3991824k,nr_inodes=997956,m
│ ├─/dev/shm                                  tmpfs       tmpfs       rw,nosuid,nodev,inode64
│ ├─/dev/pts                                  devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=0
│ ├─/dev/hugepages                            hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
│ └─/dev/mqueue                               mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
├─/run                                        run         tmpfs       rw,nosuid,nodev,relatime,mode=755,inode64
│ ├─/run/credentials/systemd-sysusers.service none        ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
│ ├─/run/user/977                             tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=800708k,nr_inodes=200
│ └─/run/user/1003                            tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=800708k,nr_inodes=200
├─/tmp                                        tmpfs       tmpfs       rw,nosuid,nodev,size=4003552k,nr_inodes=1048576,ino
├─/var/lib/snapd/snap/b1freearchiver/2        /dev/loop1  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/bare/5                  /dev/loop2  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core/11993              /dev/loop4  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core/11798              /dev/loop3  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/b1freearchiver/1        /dev/loop0  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core18/2253             /dev/loop6  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core18/2246             /dev/loop5  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core20/1270             /dev/loop8  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/deadbeef-vs/6           /dev/loop9  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/core20/1242             /dev/loop7  squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/gtk-common-themes/1519  /dev/loop11 squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/gtk-common-themes/1515  /dev/loop10 squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/kde-frameworks-5-core18/32
│                                             /dev/loop12 squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/vlc/x1                  /dev/loop14 squashfs    ro,nodev,relatime,errors=continue
├─/var/lib/snapd/snap/spacepurge/1            /dev/loop13 squashfs    ro,nodev,relatime,errors=continue
├─/mnt/2TB                                    /dev/sda1   ntfs3       rw,nosuid,nodev,noexec,relatime,uid=1003,gid=0,ioch
├─/mnt/SEAGATE                                /dev/sdc1   ntfs3       rw,nosuid,nodev,noexec,relatime,uid=1003,gid=0,ioch
├─/mnt/WIN7                                   /dev/sdb2   ntfs3       rw,nosuid,nodev,noexec,relatime,uid=1003,gid=0,ioch
└─/mnt/WD                                     /dev/sdb4   ext4        rw,nosuid,nodev,noexec,relatime

output of your command on client machine:

$ findmnt
TARGET                                SOURCE         FSTYPE      OPTIONS
/                                     /dev/sda2      ext4        rw,noatime,discard
├─/sys                                sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security              securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/cgroup                    tmpfs          tmpfs       ro,nosuid,nodev,noexec,mode=755,inode64
│ │ ├─/sys/fs/cgroup/unified          cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
│ │ ├─/sys/fs/cgroup/systemd          cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
│ │ ├─/sys/fs/cgroup/cpu,cpuacct      cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
│ │ ├─/sys/fs/cgroup/cpuset           cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
│ │ ├─/sys/fs/cgroup/net_cls,net_prio cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
│ │ ├─/sys/fs/cgroup/devices          cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,devices
│ │ ├─/sys/fs/cgroup/hugetlb          cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,hugetlb
│ │ ├─/sys/fs/cgroup/perf_event       cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
│ │ ├─/sys/fs/cgroup/pids             cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,pids
│ │ ├─/sys/fs/cgroup/memory           cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,memory
│ │ ├─/sys/fs/cgroup/rdma             cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,rdma
│ │ ├─/sys/fs/cgroup/blkio            cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,blkio
│ │ └─/sys/fs/cgroup/freezer          cgroup         cgroup      rw,nosuid,nodev,noexec,relatime,freezer
│ ├─/sys/fs/pstore                    pstore         pstore      rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/bpf                       none           bpf         rw,nosuid,nodev,noexec,relatime,mode=700
│ ├─/sys/kernel/debug                 debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/tracing               tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/fuse/connections          fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
│ └─/sys/kernel/config                configfs       configfs    rw,nosuid,nodev,noexec,relatime
├─/proc                               proc           proc        rw,nosuid,nodev,noexec,relatime
│ └─/proc/sys/fs/binfmt_misc          systemd-1      autofs      rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5
│   └─/proc/sys/fs/binfmt_misc        binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
├─/dev                                udev           devtmpfs    rw,nosuid,noexec,relatime,size=3969764k,nr_inodes=992441
│ ├─/dev/pts                          devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
│ ├─/dev/shm                          tmpfs          tmpfs       rw,nosuid,nodev,inode64
│ ├─/dev/hugepages                    hugetlbfs      hugetlbfs   rw,relatime,pagesize=2M
│ └─/dev/mqueue                       mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
├─/run                                tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=804344k,mode=755,in
│ ├─/run/lock                         tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
│ ├─/run/rpc_pipefs                   sunrpc         rpc_pipefs  rw,relatime
│ └─/run/user/1000                    tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=804340k,mode=700,uid=1000,
│   └─/run/user/1000/doc              portal         fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
├─/snap/bare/5                        /dev/loop1     squashfs    ro,nodev,relatime
├─/snap/chromium-ffmpeg/24            /dev/loop0     squashfs    ro,nodev,relatime
├─/snap/core18/2246                   /dev/loop2     squashfs    ro,nodev,relatime
├─/tmp                                tmpfs          tmpfs       rw,noatime,inode64
├─/snap/gifex/3                       /dev/loop3     squashfs    ro,nodev,relatime
├─/snap/core/11993                    /dev/loop4     squashfs    ro,nodev,relatime
├─/snap/chromium-ffmpeg/23            /dev/loop5     squashfs    ro,nodev,relatime
├─/snap/core18/2253                   /dev/loop6     squashfs    ro,nodev,relatime
├─/snap/core/11798                    /dev/loop7     squashfs    ro,nodev,relatime
├─/snap/gnome-3-28-1804/161           /dev/loop8     squashfs    ro,nodev,relatime
├─/snap/gtk2-common-themes/13         /dev/loop9     squashfs    ro,nodev,relatime
├─/snap/qt551/39                      /dev/loop10    squashfs    ro,nodev,relatime
├─/snap/deadbeef-vs/6                 /dev/loop11    squashfs    ro,nodev,relatime
├─/mnt/DADOS                          /dev/sda3      fuseblk     rw,relatime,user_id=0,group_id=0,allow_other,blksize=409
├─/snap/qt513/24                      /dev/loop12    squashfs    ro,nodev,relatime
├─/snap/qt513/23                      /dev/loop13    squashfs    ro,nodev,relatime
├─/snap/gnome-3-34-1804/72            /dev/loop14    squashfs    ro,nodev,relatime
├─/snap/spacepurge/1                  /dev/loop15    squashfs    ro,nodev,relatime
├─/snap/gnome-3-34-1804/77            /dev/loop16    squashfs    ro,nodev,relatime
├─/snap/qt551/37                      /dev/loop17    squashfs    ro,nodev,relatime
├─/snap/snapd/14066                   /dev/loop18    squashfs    ro,nodev,relatime
├─/snap/snapd/14295                   /dev/loop19    squashfs    ro,nodev,relatime
├─/snap/gtk-common-themes/1515        /dev/loop20    squashfs    ro,nodev,relatime
├─/snap/gtk-common-themes/1519        /dev/loop21    squashfs    ro,nodev,relatime
├─/snap/gnome-3-28-1804/145           /dev/loop22    squashfs    ro,nodev,relatime
├─/CIFS1                              /etc/auto.2TB  autofs      rw,relatime,fd=6,pgrp=1301,timeout=300,minproto=5,maxpro
├─/CIFS2                              /etc/auto.WD   autofs      rw,relatime,fd=12,pgrp=1301,timeout=300,minproto=5,maxpr
├─/CIFS3                              /etc/auto.SEAGATE
│                                                    autofs      rw,relatime,fd=18,pgrp=1301,timeout=300,minproto=5,maxpr
│ └─/CIFS3/SEAGATE                    //192.168.0.50/SEAGATE
│                                                    cifs        rw,nosuid,nodev,noexec,relatime,vers=3.1.1,sec=none,cach
├─/CIFS4                              /etc/auto.WIN7 autofs      rw,relatime,fd=24,pgrp=1301,timeout=300,minproto=5,maxpr
└─/media/stalker/Arch                 /dev/sda1      ext4        rw,nosuid,nodev,relatime

Offline

#8 2022-01-08 14:44:16

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

So the shutdown crashing system is the server - are the ntfs partitions mounted unconditionally or only on access (systemd-automount et al)?
Because then it might be the ntfs module (rather than cifs, which is irrelevant for the server)

Offline

#9 2022-01-08 14:59:41

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

ntfs partition is mounted on boot.

Offline

#10 2022-01-09 21:57:43

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

Apparently it's not related to kernel update. Got another kernel panic a few minutes ago when tried to reboot.
My system failed to unmount my ntfs partitions with message 'target is busy'.

jan 09 18:30:02 Arch-PC navidrome[446]: time="2022-01-09T18:30:02-03:00" level=debug msg="Found matching player" client=Strawberry id=a4519dd3-29f2-4958-b7dd-16f2143b5ff9 type="strawberry 1.0.1" username=admin
jan 09 18:30:02 Arch-PC navidrome[446]: time="2022-01-09T18:30:02-03:00" level=debug msg="Streaming RAW file" id=4297bfcb79b156f671f9e557168f6563 originalBitrate=320 originalFormat=mp3 path="/mnt/SEAGATE/Minhas músicas/The Cult/(1994) The Cult (With Bonus Tracks)/10 - Universal You.mp3" requestBitrate=0 requestFormat= requestId=Arch-PC/kCdY82jmLy-001335 selectedBitrate=0 selectedFormat=raw
jan 09 18:30:02 Arch-PC navidrome[446]: time="2022-01-09T18:30:02-03:00" level=info msg="Streaming file" artist="The Cult" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 title="Universal You" transcoding=false user=admin
jan 09 18:30:03 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:30:08 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:30:08 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:30:08 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:30:08 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:30:17 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Activating service name='org.kde.kwalletd5' requested by ':1.357' (uid=1003 pid=14219 comm="/usr/lib/opera/opera --type=utility --utility-sub-")
jan 09 18:30:17 Arch-PC dbus-daemon[15103]: writing oom_score_adj error: Permission denied
jan 09 18:30:17 Arch-PC kwalletd5[15103]: kf.wallet.kwalletd: Lacking a socket, pipe: 0 env: 0
jan 09 18:30:17 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:30:18 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.389152:ERROR:object_proxy.cc(642)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
jan 09 18:30:18 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.516876:ERROR:kwallet_dbus.cc(100)] Error contacting kwalletd5 (isEnabled)
jan 09 18:30:18 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.517553:ERROR:object_proxy.cc(642)] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
jan 09 18:30:18 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.517572:ERROR:kwallet_dbus.cc(72)] Error contacting klauncher to start kwalletd5
jan 09 18:30:17 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:30:18 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Successfully activated service 'org.kde.kwalletd5'
jan 09 18:30:19 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.806698:ERROR:object_proxy.cc(642)] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
jan 09 18:30:19 Arch-PC plasmashell[14219]: [14219:14224:0109/183018.806722:ERROR:kwallet_dbus.cc(418)] Error contacting kwalletd5 (close)
jan 09 18:30:17 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:30:18 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Activating service name='org.kde.kwalletd5' requested by ':1.357' (uid=1003 pid=14219 comm="/usr/lib/opera/opera --type=utility --utility-sub-")
jan 09 18:30:17 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:30:18 Arch-PC dbus-daemon[15110]: writing oom_score_adj error: Permission denied
jan 09 18:30:18 Arch-PC kwalletd5[15110]: kf.wallet.kwalletd: Lacking a socket, pipe: 0 env: 0
jan 09 18:30:18 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Successfully activated service 'org.kde.kwalletd5'
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:30:18 Arch-PC plasmashell[8237]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:30:18 Arch-PC plasmashell[8237]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_17(0x55dee61c5410, name="popupWindow")
jan 09 18:30:18 Arch-PC plasmashell[8237]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_17(0x55dee61c5410, name="popupWindow")
jan 09 18:30:18 Arch-PC plasmashell[8237]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_17(0x55dee61c5410, name="popupWindow")
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:30:18 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:30:20 Arch-PC systemd[606]: Started Konsole - Terminal.
jan 09 18:30:21 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:30:21 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:30:21 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:30:21 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:30:28 Arch-PC navidrome[446]: time="2022-01-09T18:30:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:30:28.006360387 -0300 -03"
jan 09 18:30:28 Arch-PC navidrome[446]: time="2022-01-09T18:30:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:31:28 -0300 -03" now="2022-01-09 18:30:28.006360387 -0300 -03"
jan 09 18:30:35 Arch-PC navidrome[446]: time="2022-01-09T18:30:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:29:28.009 -0300 -03"
jan 09 18:30:35 Arch-PC navidrome[446]: time="2022-01-09T18:30:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=198.6ms total=1252
jan 09 18:30:35 Arch-PC navidrome[446]: time="2022-01-09T18:30:29-03:00" level=debug msg="Finished deleted folders check" elapsed="230.986µs" total=0
jan 09 18:30:35 Arch-PC navidrome[446]: time="2022-01-09T18:30:29-03:00" level=debug msg="No changes found in Music Folder" elapsed=1.6s folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:30:35 Arch-PC navidrome[446]: time="2022-01-09T18:30:29-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=1.36s
jan 09 18:30:33 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:30:49 Arch-PC plasmashell[8237]: "backend: writing cache, plasmoidId = 620"
jan 09 18:30:49 Arch-PC plasmashell[8237]: "backend: file /home/stalker/.cache/plasmashell/plasmoids/org.kde.weatherWidget/plasmoidId-620.json"
jan 09 18:30:49 Arch-PC plasmashell[8237]: backend: writing cache content finished
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: temperature0 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: iconName0 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: isPast0 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: temperature1 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: iconName1 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: isPast1 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: temperature2 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: iconName2 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:52 Arch-PC plasmashell[8237]: <Unknown File>: isPast2 is undefined. Adding an object with a undefined member does not create a role for it.
jan 09 18:30:58 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:30:58 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:01 Arch-PC plasmashell[15096]: Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
jan 09 18:31:03 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:31:06 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:06 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:06 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:06 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:08 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:08 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:08 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:08 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:10 Arch-PC soffice.bin[15096]: qt.qpa.wayland: setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x5607e9579f40) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x5607ec93ed80) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly because xdg-shell mandate that child popups close before parents
jan 09 18:31:10 Arch-PC soffice.bin[15096]: qt.qpa.wayland: setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x5607e9579f40) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x5607ec93ed80) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly because xdg-shell mandate that child popups close before parents
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:31:28.006357692 -0300 -03"
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:32:28 -0300 -03" now="2022-01-09 18:31:28.006357692 -0300 -03"
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:30:28.006 -0300 -03"
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=79.9ms total=1252
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Finished deleted folders check" elapsed="321.62µs" total=0
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=271.7ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:31:28 Arch-PC navidrome[446]: time="2022-01-09T18:31:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=184.4ms
jan 09 18:31:30 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:31 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:31 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:31 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:32 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:32 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:33 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:31:39 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Failed to activate service 'org.kde.runners.baloo': timed out (service_start_timeout=120000ms)
jan 09 18:31:47 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:47 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:47 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:47 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:48 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:48 Arch-PC soffice.bin[15096]: This plugin supports grabbing the mouse only for popup windows
jan 09 18:31:48 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:48 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:49 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:55 Arch-PC soffice.bin[15096]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:31:56 Arch-PC systemd[606]: app-libreoffice\x2dwriter-aa22da7d6aee481287a5142b91e807df.scope: Consumed 9.661s CPU time.
jan 09 18:32:03 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:32:28.003049459 -0300 -03"
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:33:28 -0300 -03" now="2022-01-09 18:32:28.003049459 -0300 -03"
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:31:28.006 -0300 -03"
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=95.7ms total=1252
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Finished deleted folders check" elapsed="288.566µs" total=0
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=198.2ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:32:28 Arch-PC navidrome[446]: time="2022-01-09T18:32:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=95.9ms
jan 09 18:32:30 Arch-PC navidrome[446]: time="2022-01-09T18:32:30-03:00" level=debug msg="HTTP: GET http://192.168.0.50:4533/rest/stream.view?id=4297bfcb79b156f671f9e557168f6563&c=Strawberry&v=1.11.0&f=json&u=admin&s=[REDACTED]&t=[REDACTED]" elapsedTime=2m28s httpStatus=200 remoteAddr="192.168.0.14:38858" requestId=Arch-PC/kCdY82jmLy-001335 responseSize=12706224 userAgent="strawberry 1.0.1"
jan 09 18:32:33 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:33:03 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:33:28.012856182 -0300 -03"
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:34:28 -0300 -03" now="2022-01-09 18:33:28.012856182 -0300 -03"
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:32:28.003 -0300 -03"
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=81.3ms total=1252
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=79.2ms
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="Finished deleted folders check" elapsed="373.623µs" total=0
jan 09 18:33:28 Arch-PC navidrome[446]: time="2022-01-09T18:33:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=169ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:33:33 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:34:18 Arch-PC plasmashell[8237]: StorageUnitQmlModel::monitor ( UDisks2Wrapper(0x7f4c34b436a0) )
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:34:28.010118417 -0300 -03"
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:35:28 -0300 -03" now="2022-01-09 18:34:28.010118417 -0300 -03"
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:33:28.013 -0300 -03"
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=84ms total=1252
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Finished deleted folders check" elapsed="380.948µs" total=0
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=177.8ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:34:28 Arch-PC navidrome[446]: time="2022-01-09T18:34:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=86.7ms
jan 09 18:35:15 Arch-PC navidrome[446]: time="2022-01-09T18:35:15-03:00" level=debug msg="API: New request /rest/stream.view" client=Strawberry requestId=Arch-PC/kCdY82jmLy-001336 username=admin version=1.11.0
jan 09 18:35:15 Arch-PC navidrome[446]: time="2022-01-09T18:35:15-03:00" level=debug msg="Streaming RAW file" id=4297bfcb79b156f671f9e557168f6563 originalBitrate=320 originalFormat=mp3 path="/mnt/SEAGATE/Minhas músicas/The Cult/(1994) The Cult (With Bonus Tracks)/10 - Universal You.mp3" requestBitrate=0 requestFormat= requestId=Arch-PC/kCdY82jmLy-001336 selectedBitrate=0 selectedFormat=raw
jan 09 18:35:15 Arch-PC navidrome[446]: time="2022-01-09T18:35:15-03:00" level=info msg="Streaming file" artist="The Cult" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 title="Universal You" transcoding=false user=admin
jan 09 18:35:15 Arch-PC navidrome[446]: time="2022-01-09T18:35:15-03:00" level=debug msg="HTTP: GET http://192.168.0.50:4533/rest/stream.view?id=4297bfcb79b156f671f9e557168f6563&c=Strawberry&v=1.11.0&f=json&u=admin&s=[REDACTED]&t=[REDACTED]" elapsedTime=97ms httpStatus=200 remoteAddr="192.168.0.14:38860" requestId=Arch-PC/kCdY82jmLy-001336 responseSize=801466 userAgent="GStreamer souphttpsrc 1.18.5 libsoup/2.74.2"
jan 09 18:35:16 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:35:20 Arch-PC navidrome[446]: time="2022-01-09T18:35:20-03:00" level=debug msg="API: New request /rest/stream.view" client=Strawberry requestId=Arch-PC/kCdY82jmLy-001337 username=admin version=1.11.0
jan 09 18:35:20 Arch-PC navidrome[446]: time="2022-01-09T18:35:20-03:00" level=debug msg="Found matching player" client=Strawberry id=a4519dd3-29f2-4958-b7dd-16f2143b5ff9 type="strawberry 1.0.1" username=admin
jan 09 18:35:20 Arch-PC navidrome[446]: time="2022-01-09T18:35:20-03:00" level=debug msg="Streaming RAW file" id=4297bfcb79b156f671f9e557168f6563 originalBitrate=320 originalFormat=mp3 path="/mnt/SEAGATE/Minhas músicas/The Cult/(1994) The Cult (With Bonus Tracks)/10 - Universal You.mp3" requestBitrate=0 requestFormat= requestId=Arch-PC/kCdY82jmLy-001337 selectedBitrate=0 selectedFormat=raw
jan 09 18:35:20 Arch-PC navidrome[446]: time="2022-01-09T18:35:20-03:00" level=info msg="Streaming file" artist="The Cult" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 title="Universal You" transcoding=false user=admin
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:35:28.006324561 -0300 -03"
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:36:28 -0300 -03" now="2022-01-09 18:35:28.006324561 -0300 -03"
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:34:28.011 -0300 -03"
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=84.8ms total=1252
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=94.7ms
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="Finished deleted folders check" elapsed="296.097µs" total=0
jan 09 18:35:28 Arch-PC navidrome[446]: time="2022-01-09T18:35:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=187.8ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:35:46 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:36:16 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:36:28.001607937 -0300 -03"
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:37:28 -0300 -03" now="2022-01-09 18:36:28.001607937 -0300 -03"
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:35:28.006 -0300 -03"
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=85ms total=1252
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=78.7ms
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="Finished deleted folders check" elapsed="372.296µs" total=0
jan 09 18:36:28 Arch-PC navidrome[446]: time="2022-01-09T18:36:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=172.2ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:36:46 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:37:28.001235442 -0300 -03"
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:38:28 -0300 -03" now="2022-01-09 18:37:28.001235442 -0300 -03"
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:36:28.002 -0300 -03"
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=81.6ms total=1252
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Finished deleted folders check" elapsed="186.462µs" total=0
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=174.4ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:37:28 Arch-PC navidrome[446]: time="2022-01-09T18:37:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=85.3ms
jan 09 18:37:36 Arch-PC navidrome[446]: time="2022-01-09T18:37:36-03:00" level=debug msg="HTTP: GET http://192.168.0.50:4533/rest/stream.view?id=4297bfcb79b156f671f9e557168f6563&c=Strawberry&v=1.11.0&f=json&u=admin&s=[REDACTED]&t=[REDACTED]" elapsedTime=2m17s httpStatus=200 remoteAddr="192.168.0.14:38862" requestId=Arch-PC/kCdY82jmLy-001337 responseSize=12706224 userAgent="strawberry 1.0.1"
jan 09 18:38:01 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:38:01 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:38:01 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:38:01 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:38:02 Arch-PC kmenuedit[15746]: qt.svg: Cannot open file '/usr/share/idea/bin/idea.svg', because: No such file or directory
jan 09 18:38:02 Arch-PC kmenuedit[15746]: qt.svg: Cannot open file '/usr/share/idea/bin/idea.svg', because: No such file or directory
jan 09 18:38:14 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:38:28.025783896 -0300 -03"
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:39:28 -0300 -03" now="2022-01-09 18:38:28.025783896 -0300 -03"
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:37:28.015 -0300 -03"
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=70ms total=1252
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=86.8ms
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="Finished deleted folders check" elapsed="309.825µs" total=0
jan 09 18:38:28 Arch-PC navidrome[446]: time="2022-01-09T18:38:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=172.8ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:38:44 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:39:14 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:39:18 Arch-PC plasmashell[8237]: StorageUnitQmlModel::monitor ( UDisks2Wrapper(0x7f4c34b436a0) )
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Scheduler: wake" now="2022-01-09 18:39:28.006220589 -0300 -03"
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-01-09 18:40:28 -0300 -03" now="2022-01-09 18:39:28.006220589 -0300 -03"
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-01-09 18:38:28.025 -0300 -03"
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Directory tree loaded from DB" elapsed=70.7ms total=1252
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Finished deleted folders check" elapsed="310.334µs" total=0
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="No changes found in Music Folder" elapsed=174.4ms folder="/mnt/SEAGATE/Minhas músicas/"
jan 09 18:39:28 Arch-PC navidrome[446]: time="2022-01-09T18:39:28-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=96ms
jan 09 18:39:44 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:40:08 Arch-PC plasmashell[14184]: [14184:14184:0109/184008.093742:ERROR:CONSOLE(547)] "Uncaught (in promise) Error", source: chrome-extension://ebongfbmlegepmkkdjlnlmdcmckedlal/touch_communication.js (547)
jan 09 18:40:12 Arch-PC systemd[606]: app-opera-96f0415f74524f2e865489a9ead80977.scope: Consumed 3min 57.799s CPU time.
jan 09 18:40:12 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Activating service name='org.kde.LogoutPrompt' requested by ':1.203' (uid=1003 pid=8237 comm="/usr/bin/plasmashell --no-respawn ")
jan 09 18:40:12 Arch-PC dbus-daemon[15946]: writing oom_score_adj error: Permission denied
jan 09 18:40:12 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration: Adding output:
jan 09 18:40:12 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     manufacturer:  "Goldstar Company Ltd"
jan 09 18:40:12 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     model:  "HDMI-A-1-23MP55"
jan 09 18:40:12 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-wayland-integration:     resolution:  QSize(1920, 1080)
jan 09 18:40:12 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Successfully activated service 'org.kde.LogoutPrompt'
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: libpng warning: iCCP: known incorrect sRGB profile
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:258: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:463: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:659: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:913: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1049: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1251: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1453: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1631: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1739: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:1980: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:13 Arch-PC ksmserver-logout-greeter[15946]: qt.svg: <input>:303:2223: Could not add child element to parent element because the types are incorrect.
jan 09 18:40:14 Arch-PC xdg-desktop-portal-kde[8361]: xdp-kde-background: GetAppState called: no parameters
jan 09 18:40:24 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Activating service name='org.kde.Shutdown' requested by ':1.365' (uid=1003 pid=15946 comm="/usr/lib/ksmserver-logout-greeter ")
jan 09 18:40:24 Arch-PC dbus-daemon[15952]: writing oom_score_adj error: Permission denied
jan 09 18:40:24 Arch-PC dbus-daemon[631]: [session uid=1003 pid=631] Successfully activated service 'org.kde.Shutdown'
jan 09 18:40:25 Arch-PC systemd[606]: Stopped target KDE Plasma Workspace.
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.680:287): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.680:288): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.683:289): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.683:290): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.683:291): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.686:292): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1106 audit(1641764425.690:293): pid=7574 uid=0 auid=1003 ses=4 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="stalker" exe="/usr/bin/sshd" hostname=192.168.0.14 addr=192.168.0.14 terminal=ssh res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1104 audit(1641764425.690:294): pid=7574 uid=0 auid=1003 ses=4 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="stalker" exe="/usr/bin/sshd" hostname=192.168.0.14 addr=192.168.0.14 terminal=ssh res=success'
jan 09 18:40:28 Arch-PC kernel: audit: type=1131 audit(1641764425.690:295): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:30 Arch-PC kernel: audit: type=1131 audit(1641764425.690:296): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:31 Arch-PC kernel: kauditd_printk_skb: 12 callbacks suppressed
jan 09 18:40:31 Arch-PC kernel: audit: type=1131 audit(1641764431.356:309): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:31 Arch-PC kernel: audit: type=1131 audit(1641764431.426:310): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[7574]: USER_END pid=7574 uid=0 auid=1003 ses=4 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="stalker" exe="/usr/bin/sshd" hostname=192.168.0.14 addr=192.168.0.14 terminal=ssh res=success'
jan 09 18:40:25 Arch-PC audit[7574]: CRED_DISP pid=7574 uid=0 auid=1003 ses=4 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="stalker" exe="/usr/bin/sshd" hostname=192.168.0.14 addr=192.168.0.14 terminal=ssh res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=navidrome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:26 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:30 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC polkitd[572]: Unregistered Authentication Agent for unix-session:6 (system bus name :1.176, object path /org/kde/PolicyKit1/AuthenticationAgent, locale pt_BR.UTF-8) (disconnected from bus)
jan 09 18:40:25 Arch-PC systemd[606]: Stopped target KDE Plasma Workspace Core.
jan 09 18:40:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC kernel: audit: type=1334 audit(1641764432.446:311): prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC kernel: audit: type=1334 audit(1641764432.446:312): prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC kernel: audit: type=1334 audit(1641764432.480:313): prog-id=0 op=UNLOAD
jan 09 18:40:32 Arch-PC snapd[4809]: main.go:155: Exiting on terminated signal.
jan 09 18:40:32 Arch-PC gvfsd[1514]: A connection to the bus can't be made
jan 09 18:40:32 Arch-PC cdemu-daemon[6280]: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’Error releasing name net.sf.cdemu.CDEmuDaemon: The connection is closedStopping daemon.
jan 09 18:40:25 Arch-PC sshd[7574]: pam_unix(sshd:session): session closed for user stalker
jan 09 18:40:25 Arch-PC systemd[606]: Stopped target Startup of XDG autostart applications.
jan 09 18:40:32 Arch-PC umount[15966]: umount: /mnt/WD: o alvo está ocupado.
jan 09 18:40:32 Arch-PC gvfsd[2875]: A connection to the bus can't be made
jan 09 18:40:25 Arch-PC avahi-daemon[427]: Got SIGTERM, quitting.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Geoclue Demo agent...
jan 09 18:40:32 Arch-PC gvfsd[776]: A connection to the bus can't be made
jan 09 18:40:25 Arch-PC avahi-daemon[427]: Leaving mDNS multicast group on interface enp4s0.IPv4 with address 192.168.0.50.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Octopi Notifier...
jan 09 18:40:25 Arch-PC avahi-daemon[427]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Evolution Alarm Notify...
jan 09 18:40:33 Arch-PC umount[15965]: umount: /mnt/SEAGATE: o alvo está ocupado.
jan 09 18:40:25 Arch-PC avahi-daemon[427]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Discover...
jan 09 18:40:33 Arch-PC umount[15964]: umount: /mnt/2TB: o alvo está ocupado.
jan 09 18:40:25 Arch-PC avahi-daemon[427]: avahi-daemon 0.8 exiting.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Update Notifier Tray Icon...
jan 09 18:40:25 Arch-PC dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.299' (uid=1003 pid=2896 comm="/usr/lib/gvfsd-dnssd --spawner :1.27 /org/gtk/gvfs")
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Proxies GTK DBus menus to a Plasma readable format...
jan 09 18:40:33 Arch-PC mkinitcpio[15972]: ==> Starting build: none
jan 09 18:40:33 Arch-PC mkinitcpio[15972]:   -> Running build hook: [sd-shutdown]
jan 09 18:40:33 Arch-PC mkinitcpio[15972]: ==> Build complete.
jan 09 18:40:25 Arch-PC sshd[447]: Received signal 15; terminating.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping KActivityManager Activity manager Service...
jan 09 18:40:25 Arch-PC dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Refusing activation, D-Bus is shutting down.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping KDE Daemon...
jan 09 18:40:26 Arch-PC dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.301' (uid=0 pid=554 comm="/usr/bin/smbd --foreground --no-process-group ")
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Track hardware statistics...
jan 09 18:40:26 Arch-PC dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Refusing activation, D-Bus is shutting down.
jan 09 18:40:25 Arch-PC systemd[606]: Stopping KDE Plasma Workspace...
jan 09 18:40:29 Arch-PC nmbd[545]: [2022/01/09 18:40:29.364064,  0] ../../source3/nmbd/nmbd.c:59(terminate)
jan 09 18:40:25 Arch-PC systemd[606]: Stopping KDE PolicyKit Authentication Agent...
jan 09 18:40:29 Arch-PC nmbd[545]:   Got SIGTERM: going down...
jan 09 18:40:25 Arch-PC systemd[606]: Stopping Powerdevil...
jan 09 18:40:31 Arch-PC systemd[607]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[stalker] ruser=[<unknown>] rhost=[<unknown>]
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Proxies GTK DBus menus to a Plasma readable format.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Octopi Notifier.
jan 09 18:40:25 Arch-PC systemd[606]: app-octopi\x2dnotifier@autostart.service: Consumed 11.187s CPU time.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped KDE Session Management Server.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Geoclue Demo agent.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped KActivityManager Activity manager Service.
jan 09 18:40:25 Arch-PC systemd[606]: plasma-kactivitymanagerd.service: Consumed 1.601s CPU time.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped KDE PolicyKit Authentication Agent.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Update Notifier Tray Icon.
jan 09 18:40:25 Arch-PC systemd[606]: app-pamac\x2dtray\x2dplasma@autostart.service: Consumed 4min 56.293s CPU time.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Powerdevil.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Track hardware statistics.
jan 09 18:40:25 Arch-PC systemd[606]: plasma-ksystemstats.service: Consumed 2min 46.499s CPU time.
jan 09 18:40:25 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:25 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:25 Arch-PC systemd[606]: Stopped Discover.
jan 09 18:40:25 Arch-PC systemd[606]: app-org.kde.discover.notifier@autostart.service: Consumed 5.306s CPU time.
jan 09 18:40:25 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:25 Arch-PC systemd-logind[431]: System is rebooting.
jan 09 18:40:25 Arch-PC systemd[606]: Stopped KDE Plasma Workspace.
jan 09 18:40:25 Arch-PC systemd[606]: plasma-plasmashell.service: Consumed 7min 8.693s CPU time.
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Session 4 of User stalker...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Session 6 of User stalker...
jan 09 18:40:25 Arch-PC systemd[1]: Removed slice Slice /system/getty.
jan 09 18:40:25 Arch-PC systemd[1]: Removed slice Slice /system/modprobe.
jan 09 18:40:25 Arch-PC systemd[1]: Removed slice Slice /system/systemd-coredump.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target Graphical Interface.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target Multi-User System.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target Login Prompts.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target Sound Card.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target Timer Units.
jan 09 18:40:25 Arch-PC systemd[1]: atop-rotate.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daily atop restart.
jan 09 18:40:25 Arch-PC systemd[1]: logrotate.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daily rotation of log files.
jan 09 18:40:25 Arch-PC systemd[1]: man-db.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daily man-db regeneration.
jan 09 18:40:25 Arch-PC systemd[1]: pamac-cleancache.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Monthly clean packages cache.
jan 09 18:40:25 Arch-PC systemd[1]: shadow.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daily verification of password and group files.
jan 09 18:40:25 Arch-PC systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daily Cleanup of Temporary Directories.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped target System Time Set.
jan 09 18:40:25 Arch-PC systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Closed LVM2 poll daemon socket.
jan 09 18:40:25 Arch-PC systemd[1]: systemd-coredump.socket: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Closed Process Core Dump Socket.
jan 09 18:40:25 Arch-PC systemd[1]: systemd-rfkill.socket: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
jan 09 18:40:25 Arch-PC systemd[1]: Unmounting /mnt/2TB...
jan 09 18:40:25 Arch-PC systemd[1]: Unmounting /mnt/SEAGATE...
jan 09 18:40:34 Arch-PC kernel: audit: type=1100 audit(1641764434.743:314): pid=16102 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
jan 09 18:40:34 Arch-PC kernel: audit: type=1101 audit(1641764434.743:315): pid=16102 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
jan 09 18:40:34 Arch-PC audit[16102]: USER_AUTH pid=16102 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
jan 09 18:40:34 Arch-PC audit[16102]: USER_ACCT pid=16102 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC systemd[1]: Unmounting /mnt/WD...
jan 09 18:40:25 Arch-PC systemd[1]: Unmounting /mnt/WIN7...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Accounts Service...
jan 09 18:40:35 Arch-PC kernel: audit: type=1131 audit(1641764435.003:316): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:35 Arch-PC kernel: audit: type=1131 audit(1641764435.043:317): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:35 Arch-PC kernel: audit: type=1131 audit(1641764435.050:318): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:35 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:35 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:35 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Save/Restore Sound Card State...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Initialize hardware monitoring sensors...
jan 09 18:40:25 Arch-PC systemd[1]: Starting Generate shutdown-ramfs...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Navidrome Music Server and Streamer compatible with Subsonic/Airsonic...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping PackageKit Daemon...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Pamac Daemon...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Authorization Manager...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Simple Desktop Display Manager...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Samba SMB Daemon...
jan 09 18:40:35 Arch-PC dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=429 comm="/usr/bin/NetworkManager --no-daemon ")
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Snap Daemon...
jan 09 18:40:35 Arch-PC dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
jan 09 18:40:25 Arch-PC systemd[1]: Stopping OpenSSH Daemon...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Virtual Machine and Container Registration Service...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Load/Save Random Seed...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Disk Manager...
jan 09 18:40:25 Arch-PC systemd[1]: Stopping Daemon for power management...
jan 09 18:40:25 Arch-PC systemd[1]: avahi-daemon.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
jan 09 18:40:25 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:25 Arch-PC unknown[573]: udisks daemon version 2.9.4 exiting
jan 09 18:40:25 Arch-PC systemd[1]: systemd-machined.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Virtual Machine and Container Registration Service.
jan 09 18:40:25 Arch-PC systemd[1]: sshd.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped OpenSSH Daemon.
jan 09 18:40:25 Arch-PC systemd[1]: upower.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Daemon for power management.
jan 09 18:40:25 Arch-PC systemd[1]: rtkit-daemon.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
jan 09 18:40:25 Arch-PC systemd[1]: accounts-daemon.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Accounts Service.
jan 09 18:40:25 Arch-PC systemd-logind[431]: Session 6 logged out. Waiting for processes to exit.
jan 09 18:40:25 Arch-PC systemd[1]: polkit.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Authorization Manager.
jan 09 18:40:25 Arch-PC systemd[1]: pamac-daemon.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Pamac Daemon.
jan 09 18:40:25 Arch-PC systemd[1]: pamac-daemon.service: Consumed 5.446s CPU time.
jan 09 18:40:25 Arch-PC xdg-desktop-portal-kde[8361]: The Wayland connection broke. Did the Wayland compositor die?
jan 09 18:40:25 Arch-PC dolphin[10086]: The Wayland connection broke. Did the Wayland compositor die?
jan 09 18:40:25 Arch-PC systemd[606]: app-dolphin-243b1ff43ae648ca86483eb5f167de58.scope: Consumed 2min 53.764s CPU time.
jan 09 18:40:25 Arch-PC systemd[1]: navidrome.service: Deactivated successfully.
jan 09 18:40:25 Arch-PC systemd[1]: Stopped Navidrome Music Server and Streamer compatible with Subsonic/Airsonic.
jan 09 18:40:25 Arch-PC systemd[1]: navidrome.service: Consumed 1min 30.293s CPU time.
jan 09 18:40:26 Arch-PC systemd[1]: mnt-2TB.mount: Mount process exited, code=exited, status=32/n/a
jan 09 18:40:26 Arch-PC systemd[1]: Failed unmounting /mnt/2TB.
jan 09 18:40:26 Arch-PC systemd[1]: mnt-WD.mount: Mount process exited, code=exited, status=32/n/a
jan 09 18:40:26 Arch-PC systemd[1]: Failed unmounting /mnt/WD.
jan 09 18:40:26 Arch-PC systemd[1]: mnt-SEAGATE.mount: Mount process exited, code=exited, status=32/n/a
jan 09 18:40:26 Arch-PC systemd[1]: Failed unmounting /mnt/SEAGATE.
jan 09 18:40:26 Arch-PC systemd-logind[431]: Session 4 logged out. Waiting for processes to exit.
jan 09 18:40:26 Arch-PC systemd[1]: session-6.scope: Deactivated successfully.
jan 09 18:40:26 Arch-PC systemd[1]: Stopped Session 6 of User stalker.
jan 09 18:40:26 Arch-PC systemd[1]: session-6.scope: Consumed 2min 52.989s CPU time.
jan 09 18:40:26 Arch-PC systemd-logind[431]: Removed session 6.
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC systemd[1]: packagekit.service: Deactivated successfully.
jan 09 18:40:26 Arch-PC systemd[1]: Stopped PackageKit Daemon.
jan 09 18:40:26 Arch-PC systemd[1]: packagekit.service: Consumed 2.352s CPU time.
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:26 Arch-PC kded5[8203]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
jan 09 18:40:27 Arch-PC systemd[1]: mnt-WIN7.mount: Deactivated successfully.
jan 09 18:40:27 Arch-PC systemd[1]: Unmounted /mnt/WIN7.
jan 09 18:40:27 Arch-PC systemd[606]: pulseaudio.service: Consumed 6min 47.522s CPU time.
jan 09 18:40:28 Arch-PC systemd[1]: udisks2.service: Deactivated successfully.
jan 09 18:40:28 Arch-PC systemd[1]: Stopped Disk Manager.
jan 09 18:40:28 Arch-PC systemd[1]: udisks2.service: Consumed 10.344s CPU time.
jan 09 18:40:28 Arch-PC systemd[1]: alsa-restore.service: Deactivated successfully.
jan 09 18:40:28 Arch-PC systemd[1]: Stopped Save/Restore Sound Card State.
jan 09 18:40:36 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC systemd[1]: systemd-random-seed.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Load/Save Random Seed.
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC systemd[1]: lm_sensors.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Initialize hardware monitoring sensors.
jan 09 18:40:29 Arch-PC sddm[486]: Authentication error: "Process crashed"
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[16112]: SYSTEM_SHUTDOWN pid=16112 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC systemd[1]: smb.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Samba SMB Daemon.
jan 09 18:40:29 Arch-PC systemd[1]: smb.service: Consumed 49.638s CPU time.
jan 09 18:40:29 Arch-PC systemd[1]: Stopping Samba NMB Daemon...
jan 09 18:40:36 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:29 Arch-PC systemd[1]: nmb.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Samba NMB Daemon.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped target Network is Online.
jan 09 18:40:29 Arch-PC systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Network Manager Wait Online.
jan 09 18:40:29 Arch-PC systemd[1]: snapd.service: Deactivated successfully.
jan 09 18:40:29 Arch-PC systemd[1]: Stopped Snap Daemon.
jan 09 18:40:29 Arch-PC systemd[1]: snapd.service: Consumed 1.629s CPU time.
jan 09 18:40:29 Arch-PC systemd[606]: Stopped KDE Daemon.
jan 09 18:40:29 Arch-PC systemd[606]: plasma-kded.service: Consumed 11.492s CPU time.
jan 09 18:40:29 Arch-PC sddm[486]: Auth: sddm-helper crashed (exit code 15)
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:36 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:29 Arch-PC sddm[486]: Authentication error: "Process crashed"
jan 09 18:40:29 Arch-PC sddm[486]: Auth: sddm-helper exited with 15
jan 09 18:40:29 Arch-PC sddm[486]: Socket server stopping...
jan 09 18:40:29 Arch-PC sddm[486]: Socket server stopped.
jan 09 18:40:29 Arch-PC sddm[486]: Display server stopping...
jan 09 18:40:29 Arch-PC sddm[486]: Display server stopped.
jan 09 18:40:29 Arch-PC sddm[486]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
jan 09 18:40:29 Arch-PC sddm[486]: Removing display ":0" ...
jan 09 18:40:30 Arch-PC sddm[486]: Adding new display on vt 1 ...
jan 09 18:40:30 Arch-PC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
jan 09 18:40:30 Arch-PC systemd[1]: Finished Generate shutdown-ramfs.
jan 09 18:40:30 Arch-PC sddm[486]: Loading theme configuration from ""
jan 09 18:40:30 Arch-PC sddm[486]: Display server starting...
jan 09 18:40:30 Arch-PC sddm[486]: Adding cookie to "/var/run/sddm/{f925c669-e147-4557-be46-c14aeedb87e9}"
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: State 'stop-sigterm' timed out. Killing.
jan 09 18:40:30 Arch-PC sddm[486]: Running: /usr/bin/X -dpi 0 -background none -seat seat0 vt1 -auth /var/run/sddm/{f925c669-e147-4557-be46-c14aeedb87e9} -noreset -displayfd 18
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Killing process 8285 (evolution-alarm) with signal SIGKILL.
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Killing process 8341 (gmain) with signal SIGKILL.
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Killing process 8343 (gdbus) with signal SIGKILL.
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Killing process 8345 (evolution-alarm) with signal SIGKILL.
jan 09 18:40:30 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Killing process 15959 (pool-evolution-) with signal SIGKILL.
jan 09 18:40:30 Arch-PC systemd[1]: session-4.scope: Deactivated successfully.
jan 09 18:40:30 Arch-PC systemd[1]: Stopped Session 4 of User stalker.
jan 09 18:40:30 Arch-PC systemd[1]: session-4.scope: Consumed 10.212s CPU time.
jan 09 18:40:30 Arch-PC systemd[1]: Stopping User Manager for UID 1003...
jan 09 18:40:30 Arch-PC systemd-logind[431]: Removed session 4.
jan 09 18:40:30 Arch-PC systemd[606]: Activating special unit Exit the Session...
jan 09 18:40:30 Arch-PC systemd[606]: Removed slice User Background Tasks Slice.
jan 09 18:40:30 Arch-PC systemd[606]: background.slice: Consumed 3min 49.915s CPU time.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped target Main User Target.
jan 09 18:40:37 Arch-PC kernel: kauditd_printk_skb: 18 callbacks suppressed
jan 09 18:40:37 Arch-PC kernel: audit: type=1131 audit(1641764437.107:337): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC kernel: audit: type=1130 audit(1641764437.107:338): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC kernel: audit: type=1131 audit(1641764437.107:339): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:340): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:341): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:342): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:343): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:344): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:345): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC kernel: audit: type=1334 audit(1641764437.110:346): prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC systemd-shutdown[1]: Using hardware watchdog 'iamt_wdt', version 1, device /dev/watchdog0
jan 09 18:40:37 Arch-PC systemd-shutdown[1]: Watchdog running with a timeout of 10min.
jan 09 18:40:37 Arch-PC systemd-shutdown[1]: Syncing filesystems and block devices.
jan 09 18:40:37 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Accessibility services bus...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping CDEmu daemon...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping D-Bus User Message Bus...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping User preferences database...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Evolution address book service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Evolution calendar service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Evolution source registry...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Virtual filesystem service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Virtual filesystem metadata service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Virtual filesystem service - disk device monitor...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping PipeWire Media Session Manager...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping Portal service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping flatpak document portal service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopping sandboxed app permission store...
jan 09 18:40:30 Arch-PC systemd[606]: Stopped Accessibility services bus.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped Virtual filesystem metadata service.
jan 09 18:40:30 Arch-PC systemd[606]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
jan 09 18:40:30 Arch-PC systemd[606]: xdg-permission-store.service: Failed with result 'exit-code'.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped sandboxed app permission store.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped User preferences database.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped Virtual filesystem service - disk device monitor.
jan 09 18:40:30 Arch-PC systemd[606]: gvfs-udisks2-volume-monitor.service: Consumed 1.960s CPU time.
jan 09 18:40:30 Arch-PC systemd[1]: run-user-1003-doc.mount: Deactivated successfully.
jan 09 18:40:30 Arch-PC systemd[1]: Unmounted /run/user/1003/doc.
jan 09 18:40:30 Arch-PC systemd[606]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
jan 09 18:40:30 Arch-PC systemd[606]: xdg-document-portal.service: Failed with result 'exit-code'.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped flatpak document portal service.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped PipeWire Media Session Manager.
jan 09 18:40:30 Arch-PC systemd[606]: Stopping PipeWire Multimedia Service...
jan 09 18:40:30 Arch-PC systemd[606]: Stopped PipeWire Multimedia Service.
jan 09 18:40:30 Arch-PC systemd[1]: run-user-1003-gvfs.mount: Deactivated successfully.
jan 09 18:40:30 Arch-PC systemd[1]: Unmounted /run/user/1003/gvfs.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped Virtual filesystem service.
jan 09 18:40:30 Arch-PC systemd[606]: Stopped D-Bus User Message Bus.
jan 09 18:40:30 Arch-PC systemd[606]: dbus.service: Consumed 17.491s CPU time.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped CDEmu daemon.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped Evolution source registry.
jan 09 18:40:31 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Main process exited, code=killed, status=9/KILL
jan 09 18:40:31 Arch-PC systemd[606]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Failed with result 'timeout'.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped Evolution Alarm Notify.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Current graphical user session.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Session services which should run early before the graphical session is brought up.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped Evolution address book service.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped Evolution calendar service.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped Portal service.
jan 09 18:40:31 Arch-PC systemd[606]: Removed slice User Core Session Slice.
jan 09 18:40:31 Arch-PC systemd[606]: session.slice: Consumed 20min 13.877s CPU time.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Basic System.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Paths.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Sockets.
jan 09 18:40:31 Arch-PC systemd[606]: Stopped target Timers.
jan 09 18:40:31 Arch-PC systemd[606]: Closed D-Bus User Message Bus Socket.
jan 09 18:40:31 Arch-PC systemd[606]: Closed GnuPG network certificate management daemon.
jan 09 18:40:31 Arch-PC systemd[606]: Closed GCR ssh-agent wrapper.
jan 09 18:40:31 Arch-PC systemd[606]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
jan 09 18:40:31 Arch-PC systemd[606]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
jan 09 18:40:31 Arch-PC systemd[606]: Closed GnuPG cryptographic agent (ssh-agent emulation).
jan 09 18:40:31 Arch-PC systemd[606]: Closed GnuPG cryptographic agent and passphrase cache.
jan 09 18:40:31 Arch-PC systemd[606]: Closed p11-kit server.
jan 09 18:40:31 Arch-PC systemd[606]: Closed PipeWire Multimedia System Socket.
jan 09 18:40:31 Arch-PC systemd[606]: Closed Sound System.
jan 09 18:40:31 Arch-PC systemd[606]: Removed slice User Application Slice.
jan 09 18:40:31 Arch-PC systemd[606]: app.slice: Consumed 31min 15.839s CPU time.
jan 09 18:40:31 Arch-PC systemd[606]: Reached target Shutdown.
jan 09 18:40:31 Arch-PC systemd[606]: Finished Exit the Session.
jan 09 18:40:31 Arch-PC systemd[606]: Reached target Exit the Session.
jan 09 18:40:31 Arch-PC systemd[1]: user@1003.service: Deactivated successfully.
jan 09 18:40:31 Arch-PC systemd[1]: Stopped User Manager for UID 1003.
jan 09 18:40:31 Arch-PC systemd[1]: user@1003.service: Consumed 55min 20.505s CPU time.
jan 09 18:40:31 Arch-PC systemd[1]: Stopping User Runtime Directory /run/user/1003...
jan 09 18:40:31 Arch-PC systemd[1]: run-user-1003.mount: Deactivated successfully.
jan 09 18:40:31 Arch-PC systemd[1]: Unmounted /run/user/1003.
jan 09 18:40:31 Arch-PC systemd[1]: user-runtime-dir@1003.service: Deactivated successfully.
jan 09 18:40:31 Arch-PC systemd[1]: Stopped User Runtime Directory /run/user/1003.
jan 09 18:40:31 Arch-PC systemd[1]: Removed slice User Slice of UID 1003.
jan 09 18:40:31 Arch-PC systemd[1]: user-1003.slice: Consumed 1h 58.492s CPU time.
jan 09 18:40:34 Arch-PC sddm[486]: Setting default cursor
jan 09 18:40:34 Arch-PC sddm[486]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
jan 09 18:40:34 Arch-PC sddm[486]: Display server started.
jan 09 18:40:34 Arch-PC sddm[486]: Socket server starting...
jan 09 18:40:34 Arch-PC sddm[486]: Socket server started.
jan 09 18:40:34 Arch-PC sddm[486]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
jan 09 18:40:34 Arch-PC sddm[486]: Greeter starting...
jan 09 18:40:34 Arch-PC sddm[486]: Signal received: SIGTERM
jan 09 18:40:34 Arch-PC sddm[486]: Socket server stopping...
jan 09 18:40:34 Arch-PC sddm[486]: Socket server stopped.
jan 09 18:40:34 Arch-PC sddm[486]: Display server stopping...
jan 09 18:40:34 Arch-PC systemd[1]: Requested transaction contradicts existing jobs: Transaction for getty@tty2.service/start is destructive (reboot.target has 'start' job queued, but 'stop' is included in transaction).
jan 09 18:40:34 Arch-PC systemd-logind[431]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (reboot.target has 'start' job queued, but 'stop' is included in transaction).
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:37 Arch-PC audit: BPF prog-id=0 op=UNLOAD
jan 09 18:40:34 Arch-PC sddm-helper[16102]: [PAM] Starting...
jan 09 18:40:34 Arch-PC sddm-helper[16102]: [PAM] Authenticating...
jan 09 18:40:34 Arch-PC sddm-helper[16102]: [PAM] returning.
jan 09 18:40:34 Arch-PC sddm[486]: Display server stopped.
jan 09 18:40:34 Arch-PC sddm[486]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
jan 09 18:40:34 Arch-PC sddm[486]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
jan 09 18:40:35 Arch-PC systemd[1]: sddm.service: Deactivated successfully.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped Simple Desktop Display Manager.
jan 09 18:40:35 Arch-PC systemd[1]: sddm.service: Consumed 1.648s CPU time.
jan 09 18:40:35 Arch-PC systemd[1]: Stopping User Login Management...
jan 09 18:40:35 Arch-PC systemd[1]: Stopping Permit User Sessions...
jan 09 18:40:35 Arch-PC systemd[1]: systemd-logind.service: Deactivated successfully.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped User Login Management.
jan 09 18:40:35 Arch-PC systemd[1]: systemd-user-sessions.service: Deactivated successfully.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped Permit User Sessions.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped target Network.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped target User and Group Name Lookups.
jan 09 18:40:35 Arch-PC systemd[1]: Stopped target Remote File Systems.
jan 09 18:40:35 Arch-PC systemd[1]: Stopping Network Manager...
jan 09 18:40:35 Arch-PC NetworkManager[429]: <info>  [1641764435.1344] caught SIGTERM, shutting down normally.
jan 09 18:40:35 Arch-PC NetworkManager[429]: <info>  [1641764435.2573] manager: NetworkManager state is now CONNECTED_SITE
jan 09 18:40:35 Arch-PC NetworkManager[429]: <info>  [1641764435.6273] exiting (success)
jan 09 18:40:36 Arch-PC systemd[1]: NetworkManager.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Network Manager.
jan 09 18:40:36 Arch-PC systemd[1]: NetworkManager.service: Consumed 20.160s CPU time.
jan 09 18:40:36 Arch-PC systemd[1]: Stopping D-Bus System Message Bus...
jan 09 18:40:36 Arch-PC systemd[1]: dbus.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped D-Bus System Message Bus.
jan 09 18:40:36 Arch-PC systemd[1]: dbus.service: Consumed 27.200s CPU time.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Basic System.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Path Units.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Slice Units.
jan 09 18:40:36 Arch-PC systemd[1]: Removed slice Virtual Machine and Container Slice.
jan 09 18:40:36 Arch-PC systemd[1]: Removed slice User and Session Slice.
jan 09 18:40:36 Arch-PC systemd[1]: user.slice: Consumed 1h 1min 2.582s CPU time.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Socket Units.
jan 09 18:40:36 Arch-PC systemd[1]: avahi-daemon.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
jan 09 18:40:36 Arch-PC systemd[1]: dbus.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed D-Bus System Message Bus Socket.
jan 09 18:40:36 Arch-PC systemd[1]: libvirtd-admin.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Libvirt admin socket.
jan 09 18:40:36 Arch-PC systemd[1]: libvirtd-ro.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Libvirt local read-only socket.
jan 09 18:40:36 Arch-PC systemd[1]: libvirtd.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Libvirt local socket.
jan 09 18:40:36 Arch-PC systemd[1]: snapd.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Socket activation for snappy daemon.
jan 09 18:40:36 Arch-PC systemd[1]: virtlockd.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Virtual machine lock manager socket.
jan 09 18:40:36 Arch-PC systemd[1]: virtlogd.socket: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Closed Virtual machine log manager socket.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target System Initialization.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Local Encrypted Volumes.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
jan 09 18:40:39 Arch-PC systemd-shutdown[1]: Sending SIGTERM to remaining processes...
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Local Integrity Protected Volumes.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Local Verity Protected Volumes.
jan 09 18:40:36 Arch-PC systemd[1]: Stopping Set Up Additional Binary Formats...
jan 09 18:40:36 Arch-PC systemd[1]: systemd-sysctl.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Apply Kernel Variables.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-modules-load.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Load Kernel Modules.
jan 09 18:40:36 Arch-PC systemd[1]: Stopping Network Time Synchronization...
jan 09 18:40:36 Arch-PC systemd[1]: systemd-update-done.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Update is Completed.
jan 09 18:40:36 Arch-PC systemd[1]: ldconfig.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Rebuild Dynamic Linker Cache.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-hwdb-update.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Rebuild Hardware Database.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Rebuild Journal Catalog.
jan 09 18:40:36 Arch-PC systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
jan 09 18:40:36 Arch-PC systemd[1]: systemd-timesyncd.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Network Time Synchronization.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-binfmt.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Set Up Additional Binary Formats.
jan 09 18:40:36 Arch-PC systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
jan 09 18:40:36 Arch-PC systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-update-utmp.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Create Volatile Files and Directories.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Local File Systems.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting /media/BD05-75FC...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting /run/credentials/systemd-sysusers.service...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Temporary Directory /tmp...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for b1freearchiver...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for b1freearchiver...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for bare, revision 5...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core, revision 11798...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core, revision 11993...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core18, revision 2246...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core18, revision 2253...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core20, revision 1242...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for core20, revision 1270...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for deadbeef-vs, revision 6...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1515...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1519...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for kde-frameworks-5-core18, revision 32...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for spacepurge, revision 1...
jan 09 18:40:36 Arch-PC systemd[1]: Unmounting Mount unit for vlc, revision x1...
jan 09 18:40:36 Arch-PC systemd[1]: media-BD05\x2d75FC.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted /media/BD05-75FC.
jan 09 18:40:36 Arch-PC systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted /run/credentials/systemd-sysusers.service.
jan 09 18:40:36 Arch-PC systemd[1]: tmp.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Temporary Directory /tmp.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-b1freearchiver-1.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for b1freearchiver.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-b1freearchiver-2.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for b1freearchiver.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-bare-5.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for bare, revision 5.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core-11798.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core, revision 11798.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core-11993.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core, revision 11993.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core18-2246.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core18, revision 2246.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core18-2253.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core18, revision 2253.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core20-1242.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core20, revision 1242.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-core20-1270.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for core20, revision 1270.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-deadbeef\x2dvs-6.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for deadbeef-vs, revision 6.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1515.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1515.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1519.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1519.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-kde\x2dframeworks\x2d5\x2dcore18-32.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for kde-frameworks-5-core18, revision 32.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-spacepurge-1.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for spacepurge, revision 1.
jan 09 18:40:36 Arch-PC systemd[1]: var-lib-snapd-snap-vlc-x1.mount: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Unmounted Mount unit for vlc, revision x1.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Preparation for Local File Systems.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped target Swaps.
jan 09 18:40:36 Arch-PC systemd[1]: Reached target Unmount All Filesystems.
jan 09 18:40:36 Arch-PC systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
jan 09 18:40:36 Arch-PC systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Create Static Device Nodes in /dev.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-sysusers.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Create System Users.
jan 09 18:40:36 Arch-PC systemd[1]: systemd-remount-fs.service: Deactivated successfully.
jan 09 18:40:36 Arch-PC systemd[1]: Stopped Remount Root and Kernel File Systems.
jan 09 18:40:37 Arch-PC systemd[1]: lvm2-monitor.service: Deactivated successfully.
jan 09 18:40:37 Arch-PC systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
jan 09 18:40:37 Arch-PC systemd[1]: Reached target System Shutdown.
jan 09 18:40:37 Arch-PC systemd[1]: Reached target Late Shutdown Services.
jan 09 18:40:37 Arch-PC systemd[1]: systemd-reboot.service: Deactivated successfully.
jan 09 18:40:37 Arch-PC systemd[1]: Finished System Reboot.
jan 09 18:40:37 Arch-PC systemd[1]: Reached target System Reboot.
jan 09 18:40:37 Arch-PC systemd[1]: Shutting down.
jan 09 18:40:37 Arch-PC systemd[1]: Using hardware watchdog 'iamt_wdt', version 1, device /dev/watchdog0
jan 09 18:40:37 Arch-PC systemd[1]: Watchdog running with a timeout of 10min.
jan 09 18:40:39 Arch-PC systemd-journald[219]: Journal stopped

Last edited by Strangiato (2022-01-09 22:01:25)

Offline

#11 2022-01-09 23:18:57

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

Try to reproduce this by first logging ot of KDE and then shutting down from SDDM, https://bbs.archlinux.org/viewtopic.php?id=269549

Offline

#12 2022-04-15 19:08:11

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

it happened again, this time when I tried to shutdown with kernel 5.17.2.arch3-1, after logout and without kernel update before. Here are the updates installed before this new kernel panic:

[2022-04-14T13:55:33-0300] [PACMAN] Running 'pacman -Syu'
[2022-04-14T13:55:33-0300] [PACMAN] synchronizing package lists
[2022-04-14T13:55:45-0300] [PACMAN] starting full system upgrade
[2022-04-14T13:57:28-0300] [ALPM] transaction started
[2022-04-14T13:57:29-0300] [ALPM] upgraded binutils (2.38-3 -> 2.38-4)
[2022-04-14T13:57:29-0300] [ALPM] upgraded cmake (3.23.0-1 -> 3.23.1-1)
[2022-04-14T13:57:29-0300] [ALPM] upgraded fwupd-efi (1.2-1 -> 1.3-1)
[2022-04-14T13:57:32-0300] [ALPM] upgraded go (2:1.18-1 -> 2:1.18.1-1)
[2022-04-14T13:57:32-0300] [ALPM] upgraded libusb (1.0.25-3 -> 1.0.26-1)
[2022-04-14T13:57:32-0300] [ALPM] upgraded linux-firmware-whence (20220309.cd01f85-1 -> 20220411.705f19a-1)
[2022-04-14T13:57:32-0300] [ALPM] upgraded linux-firmware (20220309.cd01f85-1 -> 20220411.705f19a-1)
[2022-04-14T13:58:30-0300] [ALPM] upgraded python-setuptools (1:59.4.0-1 -> 1:59.5.0-1)
[2022-04-14T13:58:30-0300] [ALPM] upgraded meson (0.62.0-1 -> 0.62.0-2)
[2022-04-14T13:58:30-0300] [ALPM] upgraded python-automat (20.2.0-8 -> 20.2.0-9)
[2022-04-14T13:58:30-0300] [ALPM] upgraded semver (7.3.6-1 -> 7.3.7-1)
[2022-04-14T13:58:30-0300] [ALPM] upgraded xapian-core (1:1.4.19-1 -> 1:1.4.19-2)
[2022-04-14T13:58:31-0300] [ALPM] transaction completed
[2022-04-14T13:58:31-0300] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-04-14T13:58:31-0300] [ALPM] running '30-systemd-update.hook'...
[2022-04-14T13:58:31-0300] [ALPM] running '30-update-mime-database.hook'...
[2022-04-14T13:58:33-0300] [ALPM] running '90-packagekit-refresh.hook'...
[2022-04-14T13:58:34-0300] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-04-14T13:58:35-0300] [ALPM] running 'texinfo-install.hook'...
[2022-04-14T13:58:35-0300] [ALPM] running 'update-desktop-database.hook'...
[2022-04-14T14:30:41-0300] [PACKAGEKIT] synchronizing package lists
[2022-04-14T17:56:53-0300] [PACMAN] Running 'pacman -Syu'
[2022-04-14T17:56:53-0300] [PACMAN] synchronizing package lists
[2022-04-14T17:57:05-0300] [PACMAN] starting full system upgrade
[2022-04-14T17:57:17-0300] [PACMAN] Running 'pacman --sync -y -u --'
[2022-04-14T17:57:17-0300] [PACMAN] synchronizing package lists
[2022-04-14T17:57:24-0300] [PACMAN] starting full system upgrade

Here is the gallery with photos of the screen:
https://imgur.com/a/wsQNYr4

I was playing videos from a samba share before this kernel panic. I'ts harder to debug because I can't reproduce consistently.

Last edited by Strangiato (2022-04-15 19:14:08)

Offline

#13 2022-04-15 19:29:16

Maniaxx
Member
Registered: 2014-05-14
Posts: 732

Re: [solved] kernel panic on shutdown after kernel update

Did you test the 5.17.3 update? Its just 5 days since 5.17.2. Suspiciously early.
I had a kernel panic after first reboot with 5.17.2 as well right after xfce started (led flashing, no logs). It was ok though afterwards.

Last edited by Maniaxx (2022-04-15 19:32:34)


sys2064

Offline

#14 2022-04-15 20:14:33

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

Maniaxx wrote:

Did you test the 5.17.3 update? Its just 5 days since 5.17.2. Suspiciously early.
I had a kernel panic after first reboot with 5.17.2 as well right after xfce started (led flashing, no logs). It was ok though afterwards.

just updated to 5.17.3. My kernel panics on shutdown/reboot started with kernel 5.16 and apparently occur randomly.
I have no idea where exactly is the problem.

Offline

#15 2022-04-15 20:41:13

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

I was playing videos from a samba share before this kernel panic.

It still happened on the shutdown, though? Not *while* you're playing the video?

Do you have more context of the panic? This looks like an error in an attempt to log an error, but there's no userspace context (as in your original report)
And did you shutdown out of KDE or from SDDM?

Offline

#16 2022-04-15 21:07:17

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

seth wrote:

I was playing videos from a samba share before this kernel panic.

It still happened on the shutdown, though? Not *while* you're playing the video?

Do you have more context of the panic? This looks like an error in an attempt to log an error, but there's no userspace context (as in your original report)
And did you shutdown out of KDE or from SDDM?

I was playing a video from a samba share located in the machine affected by the kernel panics, stopped video playback in the client machine (a laptop also running Arch, with Gnome), suspended my laptop to RAM, logged out from KDE Plasma installed on the server machine, tried to shutdown by clicking on 'Shutdown' button of SDDM login manager, then the kernel panic occurred. However, I'm unable to reproduce the kernel panic by repeating these same steps.

Offline

#17 2022-04-15 21:17:50

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

stopped video playback in the client machine (a laptop also running Arch, with Gnome), suspended my laptop to RAM

sounds interesting - esp. the S3 part in case there was still some open connection.
How about suspending the client *while* you're playing (or ideally copying a file) from the server and then shutdown the server while the client is sleeping?

Offline

#18 2022-04-15 22:05:11

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

Tried to reproduce after suspending to RAM while copying a 2.3 GB file to client. No kernel panic occured.

Offline

#19 2022-04-17 00:28:46

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

This another kernel panic happened with kernel 5.17.1 when I tried to reboot.

https://imgur.com/a/HAUaaZV

It says

kernel bug at mm/slub.c:379!

Edit:
Tried to reboot a few minutes ago and my system got stuck for ~3 minutes showing several errors seen in the photos from the following gallery.
https://imgur.com/a/2rGPXRB

These problems with reboot/shutdown are realy annoying. sad

Last edited by Strangiato (2022-04-17 01:17:03)

Offline

#20 2022-04-17 07:17:58

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

https://i.imgur.com/Sc11LZx.jpeg starts w/ an ntfs issue, leading apparently to a remount during the shutdown.
3rd link below. Mandatory. Also don't "believe", check!

Offline

#21 2022-04-17 11:09:32

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

Windows 7 does not have fast boot feature.

Offline

#22 2022-04-17 17:58:46

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

'key, just saw the ntfs issue and since there's no way to infer the used windows version from the so far provided information and a hibernating windows would be an awesome cause for this kind of trouble, pointed that out.

Try to trigger the shutdown panic when you always explicitly umount every ntfs partition before your shutdown/reboot.

Offline

#23 2022-04-17 21:22:08

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

i think this can be related... I use fonts from Windows 7 installed on a partition mounted on boot with this tip from Arch wiki:
https://wiki.archlinux.org/title/Micros … _partition

Sometimes Dolphin file manager fails to unmount my Windows 7 partition because it is in use by an unspecified process.
Possibly a process that uses some font from Windows 7 partition.

Offline

#24 2022-04-25 11:21:20

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: [solved] kernel panic on shutdown after kernel update

seth wrote:

https://i.imgur.com/Sc11LZx.jpeg starts w/ an ntfs issue, leading apparently to a remount during the shutdown.
3rd link below. Mandatory. Also don't "believe", check!

This bug happened again after the following steps:

1. used my laptop to mount a samba share located in a ntfs partition
2. unmounted all my 3 ntfs partitons on the server machine. Dolphin file manager failed to unmount the one where the previously mounted samba share is located
3. logout from KDE Plasma on the server
4. shutdown by clicking on 'Shutdown' button of SDDM login manager


Here is the journalctl log of the failure. The mount point that Dolphin was unable to unmount is /mnt/2TB.

abr 25 00:29:45 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/4" '
abr 25 00:29:45 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/4" '
abr 25 00:29:46 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/5" '
abr 25 00:29:46 Arch-PC systemd[1]: mnt-WIN7.mount: Deactivated successfully.
abr 25 00:29:46 Arch-PC udisksd[562]: Unmounted /dev/sdb2 (system) from /mnt/WIN7 on behalf of uid 1003
abr 25 00:29:46 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/5" '
abr 25 00:29:47 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/6" '
abr 25 00:29:47 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/6" '
abr 25 00:29:47 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/7" '
abr 25 00:29:47 Arch-PC systemd[1]: mnt-SEAGATE.mount: Deactivated successfully.
abr 25 00:29:48 Arch-PC udisksd[562]: Unmounted /dev/sdc1 (system) from /mnt/SEAGATE on behalf of uid 1003
abr 25 00:29:48 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/7" '
abr 25 00:29:49 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/8" '
abr 25 00:29:49 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/8" '
abr 25 00:29:49 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/9" '
abr 25 00:29:49 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/9" '
abr 25 00:29:49 Arch-PC plasmashell[813]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:161:5: Unable to assign [undefined] to QString
abr 25 00:29:49 Arch-PC plasmashell[813]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog(0x564ada74db90)
abr 25 00:29:49 Arch-PC plasmashell[813]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog(0x564ada74db90)
abr 25 00:29:49 Arch-PC plasmashell[813]: kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog(0x564ada74db90)
abr 25 00:29:49 Arch-PC plasmashell[813]: kf5idletime_kwayland: This plugin does not support polling idle time
abr 25 00:29:50 Arch-PC plasmashell[813]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:301: TypeError: Cannot read property 'enabled' of null
abr 25 00:29:55 Arch-PC plasmashell[813]: kf5idletime_kwayland: This plugin does not support polling idle time
abr 25 00:29:58 Arch-PC plasmashell[813]: kf5idletime_kwayland: This plugin does not support polling idle time
abr 25 00:30:01 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/10" '
abr 25 00:30:01 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/10" '
abr 25 00:30:01 Arch-PC plasmashell[813]: UDisks2Wrapper => New interfaces added to path ' "/org/freedesktop/UDisks2/jobs/11" '
abr 25 00:30:01 Arch-PC plasmashell[813]: UDisks2Wrapper => Interfaces removed from path ' "/org/freedesktop/UDisks2/jobs/11" '
abr 25 00:30:04 Arch-PC systemd[734]: app-dolphin-b053dd7a348744c09c9a5e9ba28b5444.scope: Consumed 1min 21.104s CPU time.
abr 25 00:30:06 Arch-PC dbus-daemon[760]: [session uid=1003 pid=760] Activating service name='org.kde.LogoutPrompt' requested by ':1.9' (uid=1003 pid=799 comm="/usr/bin/ksmserver")
abr 25 00:30:06 Arch-PC dbus-daemon[760]: [session uid=1003 pid=760] Successfully activated service 'org.kde.LogoutPrompt'
abr 25 00:30:07 Arch-PC ksmserver-logout-greeter[43163]: libpng warning: iCCP: known incorrect sRGB profile
abr 25 00:30:07 Arch-PC ksmserver-logout-greeter[43163]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
abr 25 00:30:07 Arch-PC ksmserver-logout-greeter[43163]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
abr 25 00:30:09 Arch-PC dbus-daemon[760]: [session uid=1003 pid=760] Activating service name='org.kde.Shutdown' requested by ':1.320' (uid=1003 pid=43163 comm="/usr/lib/ksmserver-logout-greeter")
abr 25 00:30:09 Arch-PC dbus-daemon[760]: [session uid=1003 pid=760] Successfully activated service 'org.kde.Shutdown'
abr 25 00:30:09 Arch-PC kded5[946]: X connection to :1 broken (explicit kill or server shutdown).
abr 25 00:30:10 Arch-PC kded5[801]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC DiscoverNotifier[883]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC polkitd[561]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.34, object path /org/kde/PolicyKit1/AuthenticationAgent, locale pt_BR.UTF-8) (disconnected from bus)
abr 25 00:30:10 Arch-PC pamac-tray-plasma[884]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC kactivitymanagerd[821]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC xdg-desktop-portal-kde[1081]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC polkit-kde-authentication-agent-1[832]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC unknown[1091]: Lost connection to Wayland compositor.
abr 25 00:30:10 Arch-PC unknown[869]: Lost connection to Wayland compositor.
abr 25 00:30:10 Arch-PC plasmashell[813]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC octopi-notifier[868]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC baloorunner[2395]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC org_kde_powerdevil[833]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'exit-code'.
abr 25 00:30:11 Arch-PC kernel: audit: type=1701 audit(1650857411.023:256): auid=1003 uid=1003 gid=1003 ses=3 pid=43197 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:11 Arch-PC audit[43197]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43197 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:11 Arch-PC kernel: audit: type=1701 audit(1650857411.117:257): auid=1003 uid=1003 gid=1003 ses=3 pid=43201 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:11 Arch-PC kernel: audit: type=1701 audit(1650857411.163:258): auid=1003 uid=1003 gid=1003 ses=3 pid=43203 comm="xdg-desktop-por" exe="/usr/lib/xdg-desktop-portal-kde" sig=6 res=1
abr 25 00:30:11 Arch-PC kernel: audit: type=1106 audit(1650857411.237:259): pid=732 uid=0 auid=1003 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring,pam_kwallet5 acct="stalker" exe="/usr/lib/sddm/sddm-helper" hostname=Arch-PC addr=? terminal=/dev/tty2 res=success'
abr 25 00:30:11 Arch-PC audit[43201]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43201 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:11 Arch-PC audit[43203]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43203 comm="xdg-desktop-por" exe="/usr/lib/xdg-desktop-portal-kde" sig=6 res=1
abr 25 00:30:11 Arch-PC audit[732]: USER_END pid=732 uid=0 auid=1003 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring,pam_kwallet5 acct="stalker" exe="/usr/lib/sddm/sddm-helper" hostname=Arch-PC addr=? terminal=/dev/tty2 res=success'
abr 25 00:30:11 Arch-PC kernel: audit: type=1701 audit(1650857411.283:260): auid=1003 uid=1003 gid=1003 ses=3 pid=43205 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:11 Arch-PC audit[43205]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43205 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:11 Arch-PC dbus-daemon[760]: [session uid=1003 pid=760] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.38' (uid=1003 pid=1009 comm="/usr/lib/xdg-desktop-portal")
abr 25 00:30:10 Arch-PC systemd[734]: plasma-baloorunner.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:11 Arch-PC sddm-helper[732]: pam_unix(sddm:session): session closed for user stalker
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: KCrash: crashing... crashRecursionCounter = 2
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: KCrash: Application Name = <unknown> path = <unknown> pid = 43201
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: KCrash: Arguments:
abr 25 00:30:10 Arch-PC systemd[734]: plasma-baloorunner.service: Failed with result 'exit-code'.
abr 25 00:30:11 Arch-PC sddm-helper[732]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_close_session
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kactivitymanagerd.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: KCrash: crashing... crashRecursionCounter = 2
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: KCrash: Application Name = <unknown> path = <unknown> pid = 43205
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: KCrash: Arguments:
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kactivitymanagerd.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kactivitymanagerd.service: Consumed 7.438s CPU time.
abr 25 00:30:10 Arch-PC systemd[734]: app-pamac\x2dtray\x2dplasma@autostart.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: app-pamac\x2dtray\x2dplasma@autostart.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: app-pamac\x2dtray\x2dplasma@autostart.service: Consumed 2min 15.737s CPU time.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: plasma-xdg-desktop-portal-kde.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-powerdevil.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: plasma-powerdevil.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: app-org.kde.discover.notifier@autostart.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: app-org.kde.discover.notifier@autostart.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: app-org.kde.discover.notifier@autostart.service: Consumed 14.638s CPU time.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kded.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kded.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kded.service: Consumed 38.748s CPU time.
abr 25 00:30:10 Arch-PC systemd[734]: app-octopi\x2dnotifier@autostart.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: app-octopi\x2dnotifier@autostart.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: app-octopi\x2dnotifier@autostart.service: Consumed 22.691s CPU time.
abr 25 00:30:10 Arch-PC xdg-desktop-por[1044]: Lost connection to Wayland compositor.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 1.
abr 25 00:30:10 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:10 Arch-PC systemd[734]: Starting KDE PolicyKit Authentication Agent...
abr 25 00:30:11 Arch-PC kernel: audit: type=1334 audit(1650857411.487:261): prog-id=61 op=LOAD
abr 25 00:30:11 Arch-PC kernel: audit: type=1334 audit(1650857411.487:262): prog-id=62 op=LOAD
abr 25 00:30:11 Arch-PC kernel: audit: type=1334 audit(1650857411.487:263): prog-id=63 op=LOAD
abr 25 00:30:11 Arch-PC kernel: audit: type=1130 audit(1650857411.487:264): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-43202-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:11 Arch-PC kernel: audit: type=1334 audit(1650857411.490:265): prog-id=64 op=LOAD
abr 25 00:30:11 Arch-PC audit: BPF prog-id=61 op=LOAD
abr 25 00:30:11 Arch-PC audit: BPF prog-id=62 op=LOAD
abr 25 00:30:11 Arch-PC audit: BPF prog-id=63 op=LOAD
abr 25 00:30:11 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-43202-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:11 Arch-PC audit: BPF prog-id=64 op=LOAD
abr 25 00:30:11 Arch-PC audit: BPF prog-id=65 op=LOAD
abr 25 00:30:11 Arch-PC audit: BPF prog-id=66 op=LOAD
abr 25 00:30:11 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-43204-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:11 Arch-PC audit[732]: CRED_DISP pid=732 uid=0 auid=1003 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="stalker" exe="/usr/lib/sddm/sddm-helper" hostname=Arch-PC addr=? terminal=/dev/tty2 res=success'
abr 25 00:30:11 Arch-PC audit[43208]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43208 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:10 Arch-PC systemd[734]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:11 Arch-PC sddm-helper[732]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
abr 25 00:30:10 Arch-PC systemd[734]: app-org.gnome.Evolution\x2dalarm\x2dnotify@autostart.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 1.
abr 25 00:30:10 Arch-PC systemd[734]: Stopped Powerdevil.
abr 25 00:30:11 Arch-PC audit[43210]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43210 comm="polkit-kde-auth" exe="/usr/lib/polkit-kde-authentication-agent-1" sig=6 res=1
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: KCrash: crashing... crashRecursionCounter = 2
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: KCrash: Application Name = <unknown> path = <unknown> pid = 43208
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: KCrash: Arguments:
abr 25 00:30:10 Arch-PC systemd[734]: Starting Powerdevil...
abr 25 00:30:10 Arch-PC systemd[734]: Stopped target plasma-workspace-wayland.target.
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: KCrash: crashing... crashRecursionCounter = 2
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: KCrash: Application Name = <unknown> path = <unknown> pid = 43210
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: KCrash: Arguments:
abr 25 00:30:10 Arch-PC systemd[734]: Stopped target KDE Plasma Workspace.
abr 25 00:30:10 Arch-PC polkit-kde-authentication-agent-1[43196]: qt.qpa.wayland: Creating a fake screen in order for Qt not to crash
abr 25 00:30:10 Arch-PC polkit-kde-authentication-agent-1[43196]: The Wayland connection broke. Did the Wayland compositor die?
abr 25 00:30:10 Arch-PC systemd[734]: Requested transaction contradicts existing jobs: Transaction for graphical-session.target/stop is destructive (plasma-powerdevil.service has 'start' job queued, but 'stop' is included in transaction).
abr 25 00:30:10 Arch-PC systemd[734]: graphical-session.target: Failed to enqueue stop job, ignoring: Transaction for graphical-session.target/stop is destructive (plasma-powerdevil.service has 'start' job queued, but 'stop' is included in transaction).
abr 25 00:30:10 Arch-PC systemd[734]: plasma-kwin_wayland.service: Consumed 7min 5.886s CPU time.
abr 25 00:30:10 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:10 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'exit-code'.
abr 25 00:30:10 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:10 Arch-PC systemd[734]: Stopped target KDE Plasma Workspace Core.
abr 25 00:30:10 Arch-PC systemd[734]: Stopped target Startup of XDG autostart applications.
abr 25 00:30:10 Arch-PC systemd[734]: Stopped target Session services which should run early before the graphical session is brought up.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 2.
abr 25 00:30:11 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC systemd[734]: Starting KDE PolicyKit Authentication Agent...
abr 25 00:30:11 Arch-PC org_kde_powerdevil[43197]: Failed to create wl_display (No such file or directory)
abr 25 00:30:11 Arch-PC org_kde_powerdevil[43197]: qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
abr 25 00:30:11 Arch-PC org_kde_powerdevil[43197]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                   
                                                   Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: Starting Xdg Desktop Portal For KDE...
abr 25 00:30:13 Arch-PC audit[43217]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43217 comm="plasmashell" exe="/usr/bin/plasmashell" sig=6 res=1
abr 25 00:30:13 Arch-PC audit: BPF prog-id=67 op=LOAD
abr 25 00:30:13 Arch-PC audit: BPF prog-id=68 op=LOAD
abr 25 00:30:13 Arch-PC audit: BPF prog-id=69 op=LOAD
abr 25 00:30:13 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-43220-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:11 Arch-PC sddm-helper[732]: [PAM] Closing session
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: qt.qpa.xcb: could not connect to display
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43201]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                                  
                                                                  Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'signal'.
abr 25 00:30:11 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC xdg-desktop-portal-kde[43203]: qt.qpa.xcb: could not connect to display
abr 25 00:30:11 Arch-PC xdg-desktop-portal-kde[43203]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:11 Arch-PC xdg-desktop-portal-kde[43203]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                       
                                                       Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 3.
abr 25 00:30:11 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC systemd[734]: Starting KDE PolicyKit Authentication Agent...
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: qt.qpa.xcb: could not connect to display
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43205]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                                  
                                                                  Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'signal'.
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=debug msg="Scheduler: wake" now="2022-04-25 00:30:15.007712837 -0300 -03"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=debug msg="Scheduler: run" entry=1 next="2022-04-25 00:31:15 -0300 -03" now="2022-04-25 00:30:15.007712837 -0300 -03"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=debug msg="Scanning folder" folder="/mnt/SEAGATE/Minhas músicas/" lastModifiedSince="2022-04-25 00:29:15 -0300 -03"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=debug msg="Directory tree loaded from DB" elapsed=69.4ms total=1261
abr 25 00:30:11 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="Error stating dir" error="stat /mnt/SEAGATE/Minhas músicas/: no such file or directory" path="/mnt/SEAGATE/Minhas músicas/"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="Error loading directory tree" error="stat /mnt/SEAGATE/Minhas músicas/: no such file or directory"
abr 25 00:30:11 Arch-PC systemd[1]: Created slice Slice /system/systemd-coredump.
abr 25 00:30:11 Arch-PC systemd[1]: Started Process Core Dump (PID 43202/UID 0).
abr 25 00:30:11 Arch-PC systemd[1]: Started Process Core Dump (PID 43204/UID 0).
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 4.
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="There were errors reading directories from filesystem" error="stat /mnt/SEAGATE/Minhas músicas/: no such file or directory"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=debug msg="Finished reading directories from filesystem" elapsed=117.4ms
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="Scan was interrupted by error. See errors above" error="stat /mnt/SEAGATE/Minhas músicas/: no such file or directory"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="Error importing MediaFolder" error="stat /mnt/SEAGATE/Minhas músicas/: no such file or directory" folder="/mnt/SEAGATE/Minhas músicas/"
abr 25 00:30:15 Arch-PC navidrome[453]: time="2022-04-25T00:30:15-03:00" level=error msg="Errors while scanning media. Please check the logs"
abr 25 00:30:11 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC systemd[734]: Starting KDE PolicyKit Authentication Agent...
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: qt.qpa.xcb: could not connect to display
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43208]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                                  
                                                                  Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'signal'.
abr 25 00:30:11 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC sddm-helper[732]: [PAM] Ended.
abr 25 00:30:11 Arch-PC sddm[457]: Auth: sddm-helper exited successfully
abr 25 00:30:11 Arch-PC sddm[457]: Socket server stopping...
abr 25 00:30:11 Arch-PC sddm[457]: Socket server stopped.
abr 25 00:30:11 Arch-PC sddm[457]: Display server stopping...
abr 25 00:30:11 Arch-PC systemd[734]: xdg-desktop-portal-gnome.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:11 Arch-PC systemd[734]: xdg-desktop-portal-gnome.service: Failed with result 'exit-code'.
abr 25 00:30:11 Arch-PC systemd-logind[426]: Session 2 logged out. Waiting for processes to exit.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-ksystemstats.service: Consumed 5min 39.102s CPU time.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 5.
abr 25 00:30:11 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC systemd[734]: Starting KDE PolicyKit Authentication Agent...
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: qt.qpa.xcb: could not connect to display
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:11 Arch-PC polkit-kde-authentication-agent-1[43210]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                                  
                                                                  Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
abr 25 00:30:11 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'signal'.
abr 25 00:30:11 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:11 Arch-PC sddm[457]: Display server stopped.
abr 25 00:30:11 Arch-PC sddm[457]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
abr 25 00:30:12 Arch-PC systemd[734]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 6.
abr 25 00:30:12 Arch-PC systemd[734]: Stopped KDE PolicyKit Authentication Agent.
abr 25 00:30:12 Arch-PC systemd[734]: plasma-polkit-agent.service: Start request repeated too quickly.
abr 25 00:30:12 Arch-PC systemd[734]: plasma-polkit-agent.service: Failed with result 'signal'.
abr 25 00:30:12 Arch-PC systemd[734]: Failed to start KDE PolicyKit Authentication Agent.
abr 25 00:30:12 Arch-PC sddm[457]: Removing display ":0" ...
abr 25 00:30:12 Arch-PC sddm[457]: Adding new display on vt 1 ...
abr 25 00:30:12 Arch-PC sddm[457]: Loading theme configuration from ""
abr 25 00:30:12 Arch-PC sddm[457]: Display server starting...
abr 25 00:30:12 Arch-PC sddm[457]: Adding cookie to "/var/run/sddm/{8fff2034-991a-418f-bc90-db55eca8a52b}"
abr 25 00:30:12 Arch-PC sddm[457]: Running: /usr/bin/X -dpi 0 -background none -seat seat0 vt1 -auth /var/run/sddm/{8fff2034-991a-418f-bc90-db55eca8a52b} -noreset -displayfd 18
abr 25 00:30:12 Arch-PC systemd[734]: plasma-plasmashell.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:12 Arch-PC systemd[734]: plasma-plasmashell.service: Failed with result 'exit-code'.
abr 25 00:30:12 Arch-PC systemd[734]: plasma-plasmashell.service: Consumed 18min 8.193s CPU time.
abr 25 00:30:13 Arch-PC systemd[734]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 1.
abr 25 00:30:13 Arch-PC systemd[734]: Stopped KDE Plasma Workspace.
abr 25 00:30:13 Arch-PC systemd[734]: plasma-plasmashell.service: Consumed 18min 8.193s CPU time.
abr 25 00:30:13 Arch-PC systemd[734]: Starting KDE Plasma Workspace...
abr 25 00:30:13 Arch-PC plasmashell[43217]: qt.qpa.xcb: could not connect to display
abr 25 00:30:13 Arch-PC plasmashell[43217]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:13 Arch-PC plasmashell[43217]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                            
                                            Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:13 Arch-PC systemd[1]: Started Process Core Dump (PID 43220/UID 0).
abr 25 00:30:13 Arch-PC systemd[1]: session-2.scope: Deactivated successfully.
abr 25 00:30:13 Arch-PC systemd-logind[426]: Removed session 2.
abr 25 00:30:15 Arch-PC systemd[734]: plasma-powerdevil.service: start operation timed out. Terminating.
abr 25 00:30:17 Arch-PC sddm[457]: Setting default cursor
abr 25 00:30:17 Arch-PC sddm[457]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
abr 25 00:30:17 Arch-PC sddm[457]: Display server started.
abr 25 00:30:17 Arch-PC sddm[457]: Socket server starting...
abr 25 00:30:17 Arch-PC sddm[457]: Socket server started.
abr 25 00:30:17 Arch-PC sddm[457]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
abr 25 00:30:17 Arch-PC sddm[457]: Greeter starting...
abr 25 00:30:17 Arch-PC sddm-helper[43245]: [PAM] Starting...
abr 25 00:30:17 Arch-PC sddm-helper[43245]: [PAM] Authenticating...
abr 25 00:30:17 Arch-PC sddm-helper[43245]: [PAM] returning.
abr 25 00:30:17 Arch-PC sddm-helper[43245]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=977) by (uid=0)
abr 25 00:30:17 Arch-PC audit[43245]: USER_AUTH pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:17 Arch-PC kernel: kauditd_printk_skb: 11 callbacks suppressed
abr 25 00:30:17 Arch-PC kernel: audit: type=1100 audit(1650857417.984:277): pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:17 Arch-PC kernel: audit: type=1101 audit(1650857417.984:278): pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:17 Arch-PC kernel: audit: type=1103 audit(1650857417.984:279): pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:17 Arch-PC audit[43245]: USER_ACCT pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:17 Arch-PC audit[43245]: CRED_ACQ pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC systemd[1]: Created slice User Slice of UID 977.
abr 25 00:30:18 Arch-PC systemd[1]: Starting User Runtime Directory /run/user/977...
abr 25 00:30:18 Arch-PC systemd-logind[426]: New session c2 of user sddm.
abr 25 00:30:18 Arch-PC systemd[1]: Finished User Runtime Directory /run/user/977.
abr 25 00:30:18 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC kernel: audit: type=1130 audit(1650857418.144:280): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC systemd[1]: Starting User Manager for UID 977...
abr 25 00:30:18 Arch-PC dbus-daemon[424]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.274' (uid=0 pid=43247 comm="(systemd)")
abr 25 00:30:18 Arch-PC dbus-daemon[424]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 25 00:30:18 Arch-PC systemd[43247]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 25 00:30:18 Arch-PC kernel: audit: type=1101 audit(1650857418.237:281): pid=43247 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC kernel: audit: type=1103 audit(1650857418.237:282): pid=43247 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
abr 25 00:30:18 Arch-PC kernel: audit: type=1006 audit(1650857418.237:283): pid=43247 uid=0 old-auid=4294967295 auid=977 tty=(none) old-ses=4294967295 ses=4 res=1
abr 25 00:30:18 Arch-PC kernel: audit: type=1300 audit(1650857418.237:283): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffea9c08c00 a2=3 a3=0 items=0 ppid=1 pid=43247 auid=977 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
abr 25 00:30:18 Arch-PC kernel: audit: type=1327 audit(1650857418.237:283): proctitle="(systemd)"
abr 25 00:30:18 Arch-PC kernel: audit: type=1105 audit(1650857418.237:284): pid=43247 uid=0 auid=977 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC audit[43247]: USER_ACCT pid=43247 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC audit[43247]: CRED_ACQ pid=43247 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
abr 25 00:30:18 Arch-PC audit[43247]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffea9c08c00 a2=3 a3=0 items=0 ppid=1 pid=43247 auid=977 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
abr 25 00:30:18 Arch-PC audit: PROCTITLE proctitle="(systemd)"
abr 25 00:30:18 Arch-PC audit[43247]: USER_START pid=43247 uid=0 auid=977 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC systemd[43247]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
abr 25 00:30:18 Arch-PC systemd[43247]: pam_unix(systemd-user:session): session opened for user sddm(uid=977) by (uid=0)
abr 25 00:30:18 Arch-PC systemd[43247]: pam_env(systemd-user:session): deprecated reading of user environment enabled
abr 25 00:30:18 Arch-PC systemd-xdg-autostart-generator[43253]: /etc/xdg/autostart/octopi-notifier.desktop:12: Unknown key name 'SingleMainWindow' in section 'Desktop Entry', ignoring.
abr 25 00:30:18 Arch-PC systemd[43247]: Queued start job for default target Main User Target.
abr 25 00:30:18 Arch-PC systemd[43247]: Created slice User Application Slice.
abr 25 00:30:18 Arch-PC systemd[43247]: Reached target Paths.
abr 25 00:30:18 Arch-PC systemd[43247]: Reached target Timers.
abr 25 00:30:18 Arch-PC systemd[43247]: Starting D-Bus User Message Bus Socket...
abr 25 00:30:18 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GnuPG network certificate management daemon.
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GCR ssh-agent wrapper.
abr 25 00:30:19 Arch-PC audit[43245]: USER_START pid=43245 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on GnuPG cryptographic agent and passphrase cache.
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on p11-kit server.
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on PipeWire Multimedia System Socket.
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on Sound System.
abr 25 00:30:18 Arch-PC systemd[43247]: Listening on D-Bus User Message Bus Socket.
abr 25 00:30:18 Arch-PC systemd[43247]: Reached target Sockets.
abr 25 00:30:18 Arch-PC systemd[43247]: Reached target Basic System.
abr 25 00:30:18 Arch-PC systemd[1]: Started User Manager for UID 977.
abr 25 00:30:19 Arch-PC systemd[1]: Started Session c2 of User sddm.
abr 25 00:30:19 Arch-PC systemd[43247]: Starting Update XDG user dir configuration...
abr 25 00:30:19 Arch-PC sddm[457]: Greeter session started successfully
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: High-DPI autoscaling not Enabled
abr 25 00:30:19 Arch-PC systemd[43247]: Finished Update XDG user dir configuration.
abr 25 00:30:19 Arch-PC systemd[43247]: Reached target Main User Target.
abr 25 00:30:19 Arch-PC systemd[43247]: Startup finished in 793ms.
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/wayland-sessions/gnome.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/wayland-sessions/sway.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/wayland-sessions/weston.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/xsessions/gnome-xorg.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/xsessions/gnome.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/xsessions/kodi.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Reading from "/usr/share/xsessions/plasma.desktop"
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
abr 25 00:30:19 Arch-PC systemd[43247]: Created slice User Core Session Slice.
abr 25 00:30:19 Arch-PC systemd[43247]: Starting D-Bus User Message Bus...
abr 25 00:30:19 Arch-PC systemd[43247]: Started D-Bus User Message Bus.
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Connected to the daemon.
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: QFont::fromString: Invalid description '(empty)'
abr 25 00:30:19 Arch-PC sddm[457]: Message received from greeter: Connect
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: QObject: Cannot create children for a parent that is in a different thread.
                                             (Parent is QGuiApplication(0x7ffcc8cc6e00), parent's thread is QThread(0x55963a4a6db0), current thread is QThread(0x55963a5bbfd0)
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: QObject: Cannot create children for a parent that is in a different thread.
                                             (Parent is QGuiApplication(0x7ffcc8cc6e00), parent's thread is QThread(0x55963a4a6db0), current thread is QThread(0x55963a5bbfd0)
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: QObject: Cannot create children for a parent that is in a different thread.
                                             (Parent is QGuiApplication(0x7ffcc8cc6e00), parent's thread is QThread(0x55963a4a6db0), current thread is QThread(0x55963a5bbfd0)
abr 25 00:30:19 Arch-PC sddm-greeter[43256]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
abr 25 00:30:20 Arch-PC systemd-coredump[43206]: Process 43197 (org_kde_powerde) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libqwayland-generic.so with build-id aacc833ddeadea124a9ba1b329de3981c5d0600b
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libQt5QuickTemplates2.so.5 with build-id 541d260e92c4f4c55aac6277ceb86ada943ac126
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libQt5QuickControls2.so.5 with build-id 1a09985eae02988320fa89f4e051a1ba6a1f713d
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libKF5BluezQt.so.6 with build-id 4d841dd99aae41c6eff0882152fd04c4f0c07734
                                                 Module libKF5NetworkManagerQt.so.6 with build-id fefd4827e60ddd8e942b861bfec0d9ae27e1b574
                                                 Module libxcb-dpms.so.0 with build-id 3e8ff3b095065c20dbd06b782992e4a673678bfd
                                                 Module libKF5Kirigami2.so.5 with build-id c5e46271c2c6c04a5e830a2b088518df28154bb3
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libKF5Screen.so.7 with build-id 736c78419534a0fbd10df69980b31149905ec9a0
                                                 Module libKF5IdleTime.so.5 with build-id 4f16ea1edc87b65568b3442c9dc2effe467e2373
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5Activities.so.5 with build-id 4ffa83b1c2c571e648b361d77e33d82c3a34789f
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libkworkspace5.so.5 with build-id e8774e4b14efd18d79bc9499b18d70d75f89aa49
                                                 Module libpowerdevilcore.so.2 with build-id 0ad363f05e40647ad1b5d690ce0fa9b065503165
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module org_kde_powerdevil with build-id 22969ff0e55b93e20a5356f7109ae411d4074e3e
                                                 Stack trace of thread 43197:
                                                 #0  0x00007f7a450ed34c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007f7a450a04b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007f7a4508a534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007f7a4552dee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007f7a45b6ba65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007f7a45b6c089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007f7a4572008b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007f7a45b6c147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007f7a45b6cedc _ZN15QGuiApplicationC2ERiPPci (libQt5Gui.so.5 + 0x13cedc)
                                                 #9  0x0000558eb57c60be n/a (org_kde_powerdevil + 0x60be)
                                                 #10 0x00007f7a4508b310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007f7a4508b3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x0000558eb57c7085 n/a (org_kde_powerdevil + 0x7085)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:20 Arch-PC systemd[1]: systemd-coredump@0-43202-0.service: Deactivated successfully.
abr 25 00:30:20 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-43202-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:20 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:20 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:20 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:21 Arch-PC audit[43271]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43271 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:21 Arch-PC audit: BPF prog-id=70 op=LOAD
abr 25 00:30:21 Arch-PC audit: BPF prog-id=71 op=LOAD
abr 25 00:30:21 Arch-PC audit: BPF prog-id=72 op=LOAD
abr 25 00:30:21 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-43272-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:20 Arch-PC systemd[734]: plasma-powerdevil.service: State 'stop-sigterm' timed out. Killing.
abr 25 00:30:20 Arch-PC systemd[734]: plasma-powerdevil.service: Killing process 43197 (org_kde_powerde) with signal SIGKILL.
abr 25 00:30:20 Arch-PC systemd[734]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:20 Arch-PC systemd[734]: plasma-powerdevil.service: Failed with result 'timeout'.
abr 25 00:30:20 Arch-PC systemd[734]: Failed to start Powerdevil.
abr 25 00:30:21 Arch-PC systemd[734]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 2.
abr 25 00:30:21 Arch-PC systemd[734]: Stopped Powerdevil.
abr 25 00:30:21 Arch-PC systemd[734]: Starting Powerdevil...
abr 25 00:30:21 Arch-PC org_kde_powerdevil[43271]: qt.qpa.xcb: could not connect to display
abr 25 00:30:21 Arch-PC org_kde_powerdevil[43271]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:21 Arch-PC org_kde_powerdevil[43271]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                   
                                                   Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:21 Arch-PC systemd[1]: Started Process Core Dump (PID 43272/UID 0).
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:11:1: Type InputPanel unavailable
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard unavailable
abr 25 00:30:21 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-43272-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: libpng warning: iCCP: known incorrect sRGB profile
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: libpng warning: iCCP: known incorrect sRGB profile
abr 25 00:30:21 Arch-PC systemd-coredump[43273]: Process 43271 (org_kde_powerde) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libuuid.so.1 with build-id 032a21acd159ee3902605e9911be5f86a7df7df9
                                                 Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                 Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                 Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                 Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                 Module libxcb-xinput.so.0 with build-id 6403174c48f05f40cf7c168beb86f2886b9f09c1
                                                 Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                 Module libxcb-xinerama.so.0 with build-id b328103ce7502d94fd3a4e2e8773978a9aa84adc
                                                 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533
                                                 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                 Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17
                                                 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                 Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b
                                                 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47
                                                 Module libX11-xcb.so.1 with build-id f6beacd41cd16a23f53e5e56bb599e98f039d0d6
                                                 Module libQt5XcbQpa.so.5 with build-id 39f8bafe4fad3590b9bea25280c96df2986b91cb
                                                 Module libqxcb.so with build-id 6efa06a18493fb9c622575524b46c406ccbf03cc
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libQt5QuickTemplates2.so.5 with build-id 541d260e92c4f4c55aac6277ceb86ada943ac126
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libQt5QuickControls2.so.5 with build-id 1a09985eae02988320fa89f4e051a1ba6a1f713d
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libKF5BluezQt.so.6 with build-id 4d841dd99aae41c6eff0882152fd04c4f0c07734
                                                 Module libKF5NetworkManagerQt.so.6 with build-id fefd4827e60ddd8e942b861bfec0d9ae27e1b574
                                                 Module libxcb-dpms.so.0 with build-id 3e8ff3b095065c20dbd06b782992e4a673678bfd
                                                 Module libKF5Kirigami2.so.5 with build-id c5e46271c2c6c04a5e830a2b088518df28154bb3
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libKF5Screen.so.7 with build-id 736c78419534a0fbd10df69980b31149905ec9a0
                                                 Module libKF5IdleTime.so.5 with build-id 4f16ea1edc87b65568b3442c9dc2effe467e2373
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5Activities.so.5 with build-id 4ffa83b1c2c571e648b361d77e33d82c3a34789f
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libkworkspace5.so.5 with build-id e8774e4b14efd18d79bc9499b18d70d75f89aa49
                                                 Module libpowerdevilcore.so.2 with build-id 0ad363f05e40647ad1b5d690ce0fa9b065503165
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module org_kde_powerdevil with build-id 22969ff0e55b93e20a5356f7109ae411d4074e3e
                                                 Stack trace of thread 43271:
                                                 #0  0x00007fe26d84434c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007fe26d7f74b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007fe26d7e1534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007fe26dc84ee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007fe26e2c2a65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007fe26e2c3089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007fe26de7708b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007fe26e2c3147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007fe26e2c3edc _ZN15QGuiApplicationC2ERiPPci (libQt5Gui.so.5 + 0x13cedc)
                                                 #9  0x00005587b6da90be n/a (org_kde_powerdevil + 0x60be)
                                                 #10 0x00007fe26d7e2310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007fe26d7e23c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x00005587b6daa085 n/a (org_kde_powerdevil + 0x7085)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:22 Arch-PC audit[43284]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43284 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:22 Arch-PC audit: BPF prog-id=73 op=LOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=74 op=LOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=75 op=LOAD
abr 25 00:30:22 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-43285-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:21 Arch-PC systemd[1]: systemd-coredump@3-43272-0.service: Deactivated successfully.
abr 25 00:30:21 Arch-PC systemd[734]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:21 Arch-PC systemd[734]: plasma-powerdevil.service: Failed with result 'core-dump'.
abr 25 00:30:21 Arch-PC systemd[734]: Failed to start Powerdevil.
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: libpng warning: iCCP: known incorrect sRGB profile
abr 25 00:30:21 Arch-PC sddm-greeter[43256]: libpng warning: iCCP: known incorrect sRGB profile
abr 25 00:30:22 Arch-PC systemd[734]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 3.
abr 25 00:30:22 Arch-PC systemd[734]: Stopped Powerdevil.
abr 25 00:30:22 Arch-PC systemd[734]: Starting Powerdevil...
abr 25 00:30:22 Arch-PC org_kde_powerdevil[43284]: qt.qpa.xcb: could not connect to display
abr 25 00:30:22 Arch-PC org_kde_powerdevil[43284]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:22 Arch-PC org_kde_powerdevil[43284]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                   
                                                   Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:22 Arch-PC systemd[1]: Started Process Core Dump (PID 43285/UID 0).
abr 25 00:30:22 Arch-PC systemd-coredump[43286]: Process 43284 (org_kde_powerde) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libuuid.so.1 with build-id 032a21acd159ee3902605e9911be5f86a7df7df9
                                                 Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                 Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                 Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                 Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                 Module libxcb-xinput.so.0 with build-id 6403174c48f05f40cf7c168beb86f2886b9f09c1
                                                 Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                 Module libxcb-xinerama.so.0 with build-id b328103ce7502d94fd3a4e2e8773978a9aa84adc
                                                 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533
                                                 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                 Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17
                                                 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                 Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b
                                                 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47
                                                 Module libX11-xcb.so.1 with build-id f6beacd41cd16a23f53e5e56bb599e98f039d0d6
                                                 Module libQt5XcbQpa.so.5 with build-id 39f8bafe4fad3590b9bea25280c96df2986b91cb
                                                 Module libqxcb.so with build-id 6efa06a18493fb9c622575524b46c406ccbf03cc
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libQt5QuickTemplates2.so.5 with build-id 541d260e92c4f4c55aac6277ceb86ada943ac126
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libQt5QuickControls2.so.5 with build-id 1a09985eae02988320fa89f4e051a1ba6a1f713d
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libKF5BluezQt.so.6 with build-id 4d841dd99aae41c6eff0882152fd04c4f0c07734
                                                 Module libKF5NetworkManagerQt.so.6 with build-id fefd4827e60ddd8e942b861bfec0d9ae27e1b574
                                                 Module libxcb-dpms.so.0 with build-id 3e8ff3b095065c20dbd06b782992e4a673678bfd
                                                 Module libKF5Kirigami2.so.5 with build-id c5e46271c2c6c04a5e830a2b088518df28154bb3
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libKF5Screen.so.7 with build-id 736c78419534a0fbd10df69980b31149905ec9a0
                                                 Module libKF5IdleTime.so.5 with build-id 4f16ea1edc87b65568b3442c9dc2effe467e2373
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5Activities.so.5 with build-id 4ffa83b1c2c571e648b361d77e33d82c3a34789f
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libkworkspace5.so.5 with build-id e8774e4b14efd18d79bc9499b18d70d75f89aa49
                                                 Module libpowerdevilcore.so.2 with build-id 0ad363f05e40647ad1b5d690ce0fa9b065503165
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module org_kde_powerdevil with build-id 22969ff0e55b93e20a5356f7109ae411d4074e3e
                                                 Stack trace of thread 43284:
                                                 #0  0x00007f7d4100f34c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007f7d40fc24b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007f7d40fac534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007f7d4144fee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007f7d41a8da65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007f7d41a8e089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007f7d4164208b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007f7d41a8e147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007f7d41a8eedc _ZN15QGuiApplicationC2ERiPPci (libQt5Gui.so.5 + 0x13cedc)
                                                 #9  0x0000562a189060be n/a (org_kde_powerdevil + 0x60be)
                                                 #10 0x00007f7d40fad310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007f7d40fad3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x0000562a18907085 n/a (org_kde_powerdevil + 0x7085)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:22 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-43285-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:22 Arch-PC systemd[734]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:23 Arch-PC kernel: kauditd_printk_skb: 21 callbacks suppressed
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857422.990:306): prog-id=0 op=UNLOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857422.990:307): prog-id=0 op=UNLOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857422.990:308): prog-id=0 op=UNLOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1701 audit(1650857423.080:309): auid=1003 uid=1003 gid=1003 ses=3 pid=43295 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857423.084:310): prog-id=76 op=LOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857423.084:311): prog-id=77 op=LOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1334 audit(1650857423.084:312): prog-id=78 op=LOAD
abr 25 00:30:23 Arch-PC kernel: audit: type=1130 audit(1650857423.087:313): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-43296-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:22 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:23 Arch-PC audit[43295]: ANOM_ABEND auid=1003 uid=1003 gid=1003 ses=3 pid=43295 comm="org_kde_powerde" exe="/usr/lib/org_kde_powerdevil" sig=6 res=1
abr 25 00:30:23 Arch-PC audit: BPF prog-id=76 op=LOAD
abr 25 00:30:23 Arch-PC audit: BPF prog-id=77 op=LOAD
abr 25 00:30:23 Arch-PC audit: BPF prog-id=78 op=LOAD
abr 25 00:30:23 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-43296-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:22 Arch-PC systemd[734]: plasma-powerdevil.service: Failed with result 'core-dump'.
abr 25 00:30:22 Arch-PC systemd[734]: Failed to start Powerdevil.
abr 25 00:30:22 Arch-PC systemd[1]: systemd-coredump@4-43285-0.service: Deactivated successfully.
abr 25 00:30:23 Arch-PC systemd[734]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 4.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Powerdevil.
abr 25 00:30:23 Arch-PC systemd[734]: Starting Powerdevil...
abr 25 00:30:23 Arch-PC org_kde_powerdevil[43295]: qt.qpa.xcb: could not connect to display
abr 25 00:30:23 Arch-PC org_kde_powerdevil[43295]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
abr 25 00:30:23 Arch-PC org_kde_powerdevil[43295]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                   
                                                   Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
abr 25 00:30:23 Arch-PC systemd[1]: Started Process Core Dump (PID 43296/UID 0).
abr 25 00:30:23 Arch-PC systemd[1]: Stopping User Manager for UID 1003...
abr 25 00:30:23 Arch-PC kernel: audit: type=1131 audit(1650857423.874:314): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-43296-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:23 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-43296-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:23 Arch-PC dirmngr[8406]: SIGTERM received - shutting down ...
abr 25 00:30:23 Arch-PC dirmngr[8406]: dirmngr (GnuPG) 2.2.32 stopped
abr 25 00:30:23 Arch-PC systemd[734]: Activating special unit Exit the Session...
abr 25 00:30:24 Arch-PC gpg-agent[8409]: SIGTERM received - shutting down ...
abr 25 00:30:24 Arch-PC gpg-agent[8409]: gpg-agent (GnuPG) 2.2.32 stopped
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Discover - Software Center...
abr 25 00:30:23 Arch-PC systemd[734]: app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope: Failed to kill control group /user.slice/user-1003.slice/user@1003.service/app.slice/app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope, ignoring: Operation not permitted
abr 25 00:30:23 Arch-PC systemd[734]: app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope: Killing process 4147 (gpg-agent) with signal SIGKILL.
abr 25 00:30:23 Arch-PC systemd[734]: app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope: Failed to kill control group /user.slice/user-1003.slice/user@1003.service/app.slice/app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope, ignoring: Operation not permitted
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Konsole - Terminal.
abr 25 00:30:23 Arch-PC systemd[734]: app-org.kde.konsole-9f0687cc117b4ba0976850af6a47546b.scope: Consumed 36.418s CPU time.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped target Main User Target.
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Geoclue Demo agent...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Accessibility services bus...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping D-Bus User Message Bus...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping User preferences database...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping GnuPG network certificate management daemon...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Evolution address book service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Evolution calendar service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Evolution source registry...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping flatpak session helper...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping GnuPG cryptographic agent and passphrase cache...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Virtual filesystem service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Virtual filesystem metadata service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Virtual filesystem service - disk device monitor...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping PipeWire Media Session Manager...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Sound Service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping Portal service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping flatpak document portal service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopping sandboxed app permission store...
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Geoclue Demo agent.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped GnuPG network certificate management daemon.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped target Current graphical user session.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped User preferences database.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Accessibility services bus.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Virtual filesystem service - disk device monitor.
abr 25 00:30:23 Arch-PC systemd[734]: gvfs-udisks2-volume-monitor.service: Consumed 1.275s CPU time.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped PipeWire Media Session Manager.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped D-Bus User Message Bus.
abr 25 00:30:23 Arch-PC systemd[734]: dbus.service: Consumed 14.798s CPU time.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Portal service.
abr 25 00:30:23 Arch-PC systemd[734]: flatpak-session-helper.service: Main process exited, code=exited, status=1/FAILURE
abr 25 00:30:23 Arch-PC systemd[734]: flatpak-session-helper.service: Failed with result 'exit-code'.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped flatpak session helper.
abr 25 00:30:23 Arch-PC systemd[734]: Stopping PipeWire Multimedia Service...
abr 25 00:30:23 Arch-PC systemd[734]: Stopped PipeWire Multimedia Service.
abr 25 00:30:23 Arch-PC systemd-coredump[43297]: Process 43295 (org_kde_powerde) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libuuid.so.1 with build-id 032a21acd159ee3902605e9911be5f86a7df7df9
                                                 Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                 Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                 Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                 Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                 Module libxcb-xinput.so.0 with build-id 6403174c48f05f40cf7c168beb86f2886b9f09c1
                                                 Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                 Module libxcb-xinerama.so.0 with build-id b328103ce7502d94fd3a4e2e8773978a9aa84adc
                                                 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533
                                                 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                 Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17
                                                 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                 Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b
                                                 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47
                                                 Module libX11-xcb.so.1 with build-id f6beacd41cd16a23f53e5e56bb599e98f039d0d6
                                                 Module libQt5XcbQpa.so.5 with build-id 39f8bafe4fad3590b9bea25280c96df2986b91cb
                                                 Module libqxcb.so with build-id 6efa06a18493fb9c622575524b46c406ccbf03cc
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libQt5QuickTemplates2.so.5 with build-id 541d260e92c4f4c55aac6277ceb86ada943ac126
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libQt5QuickControls2.so.5 with build-id 1a09985eae02988320fa89f4e051a1ba6a1f713d
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libKF5BluezQt.so.6 with build-id 4d841dd99aae41c6eff0882152fd04c4f0c07734
                                                 Module libKF5NetworkManagerQt.so.6 with build-id fefd4827e60ddd8e942b861bfec0d9ae27e1b574
                                                 Module libxcb-dpms.so.0 with build-id 3e8ff3b095065c20dbd06b782992e4a673678bfd
                                                 Module libKF5Kirigami2.so.5 with build-id c5e46271c2c6c04a5e830a2b088518df28154bb3
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libKF5Screen.so.7 with build-id 736c78419534a0fbd10df69980b31149905ec9a0
                                                 Module libKF5IdleTime.so.5 with build-id 4f16ea1edc87b65568b3442c9dc2effe467e2373
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5Activities.so.5 with build-id 4ffa83b1c2c571e648b361d77e33d82c3a34789f
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libkworkspace5.so.5 with build-id e8774e4b14efd18d79bc9499b18d70d75f89aa49
                                                 Module libpowerdevilcore.so.2 with build-id 0ad363f05e40647ad1b5d690ce0fa9b065503165
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module org_kde_powerdevil with build-id 22969ff0e55b93e20a5356f7109ae411d4074e3e
                                                 Stack trace of thread 43295:
                                                 #0  0x00007f93864b734c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007f938646a4b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007f9386454534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007f93868f7ee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007f9386f35a65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007f9386f36089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007f9386aea08b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007f9386f36147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007f9386f36edc _ZN15QGuiApplicationC2ERiPPci (libQt5Gui.so.5 + 0x13cedc)
                                                 #9  0x000055a9e9e790be n/a (org_kde_powerdevil + 0x60be)
                                                 #10 0x00007f9386455310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007f93864553c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x000055a9e9e7a085 n/a (org_kde_powerdevil + 0x7085)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:23 Arch-PC systemd[1]: systemd-coredump@5-43296-0.service: Deactivated successfully.
abr 25 00:30:25 Arch-PC kernel: audit: type=1334 audit(1650857424.420:315): prog-id=0 op=UNLOAD
abr 25 00:30:24 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:24 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:24 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:23 Arch-PC systemd[734]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:23 Arch-PC systemd[734]: plasma-powerdevil.service: Failed with result 'core-dump'.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped Powerdevil.
abr 25 00:30:23 Arch-PC systemd[734]: Removed slice User Background Tasks Slice.
abr 25 00:30:23 Arch-PC systemd[734]: background.slice: Consumed 5min 48.794s CPU time.
abr 25 00:30:23 Arch-PC systemd[734]: Stopped sandboxed app permission store.
abr 25 00:30:24 Arch-PC systemd[1]: run-user-1003-doc.mount: Deactivated successfully.
abr 25 00:30:24 Arch-PC systemd[1]: run-user-1003-gvfs.mount: Deactivated successfully.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped GnuPG cryptographic agent and passphrase cache.
abr 25 00:30:24 Arch-PC pulseaudio[1185]: Lost I/O connection in module "module-gsettings"
abr 25 00:30:24 Arch-PC systemd[734]: Stopped Virtual filesystem metadata service.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped Evolution source registry.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped Discover - Software Center.
abr 25 00:30:24 Arch-PC systemd[734]: app-org.kde.discover-5ffc482b7e6b4325a560f43c4cbff682.scope: Consumed 31.358s CPU time.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped Sound Service.
abr 25 00:30:24 Arch-PC systemd[734]: pulseaudio.service: Consumed 9min 44.738s CPU time.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped flatpak document portal service.
abr 25 00:30:24 Arch-PC systemd[734]: Stopped Virtual filesystem service.
abr 25 00:30:25 Arch-PC systemd[734]: Stopped Evolution address book service.
abr 25 00:30:25 Arch-PC systemd[734]: Stopped Evolution calendar service.
abr 25 00:30:26 Arch-PC sddm-greeter[43256]: Adding view for "HDMI-1" QRect(0,0 1920x1080)
abr 25 00:30:26 Arch-PC sddm-greeter[43256]: Message received from daemon: Capabilities
abr 25 00:30:26 Arch-PC sddm-greeter[43256]: Message received from daemon: HostName
abr 25 00:30:26 Arch-PC systemd-coredump[43207]: Process 43203 (xdg-desktop-por) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libuuid.so.1 with build-id 032a21acd159ee3902605e9911be5f86a7df7df9
                                                 Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                 Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                 Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                 Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                 Module libxcb-xinput.so.0 with build-id 6403174c48f05f40cf7c168beb86f2886b9f09c1
                                                 Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                 Module libxcb-xinerama.so.0 with build-id b328103ce7502d94fd3a4e2e8773978a9aa84adc
                                                 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533
                                                 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                 Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17
                                                 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                 Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b
                                                 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47
                                                 Module libX11-xcb.so.1 with build-id f6beacd41cd16a23f53e5e56bb599e98f039d0d6
                                                 Module libQt5XcbQpa.so.5 with build-id 39f8bafe4fad3590b9bea25280c96df2986b91cb
                                                 Module libqxcb.so with build-id 6efa06a18493fb9c622575524b46c406ccbf03cc
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libacl.so.1 with build-id 27869ed0219ade5d2ffd50eaee11f967187faa8b
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libKF5Completion.so.5 with build-id b2e9bbf3fd8eab398668998909f04e3f17b47788
                                                 Module libKF5JobWidgets.so.5 with build-id 93a07aef5f6d84907514735ac44bdec4b7a8df1a
                                                 Module libKF5KIOGui.so.5 with build-id 2a9c1aa2efd15e7b53dc8c84a90f16254e1711a1
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Bookmarks.so.5 with build-id 6e55ed132fc209ea3b3c59747489a8fb5850b6c3
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libKF5KIOCore.so.5 with build-id 6b0a8874a5e1d012dba16b948245f8e16dfe0071
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libKF5KIOWidgets.so.5 with build-id 7219e19204d58dcb0556a716469e8afbd7bfbffd
                                                 Module libKF5KIOFileWidgets.so.5 with build-id 4ec78a7802b961491e0f0b20c6dc6bd6440ff5d3
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module xdg-desktop-portal-kde with build-id 22dc96f9919b0ddafcd857dc7faa42ee37571534
                                                 Stack trace of thread 43203:
                                                 #0  0x00007fd10624034c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007fd1061f34b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007fd1061dd534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007fd106680ee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007fd107403a65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007fd107404089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007fd10687308b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007fd107404147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007fd107fe74ae _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x1764ae)
                                                 #9  0x000055c8e3dac0d1 n/a (xdg-desktop-portal-kde + 0x1d0d1)
                                                 #10 0x00007fd1061de310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007fd1061de3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x000055c8e3dad545 n/a (xdg-desktop-portal-kde + 0x1e545)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:26 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-43204-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:26 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:26 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:26 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:27 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-43220-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:27 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:26 Arch-PC systemd[1]: systemd-coredump@1-43204-0.service: Deactivated successfully.
abr 25 00:30:27 Arch-PC systemd[737]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[stalker] ruser=[<unknown>] rhost=[<unknown>]
abr 25 00:30:26 Arch-PC systemd[734]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:26 Arch-PC systemd[734]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.
abr 25 00:30:26 Arch-PC systemd[734]: Stopped Xdg Desktop Portal For KDE.
abr 25 00:30:27 Arch-PC systemd-coredump[43221]: Process 43217 (plasmashell) of user 1003 dumped core.
                                                 
                                                 Module linux-vdso.so.1 with build-id 83f435a542c490b299591d9e0fa72a8d2fcb671b
                                                 Module libuuid.so.1 with build-id 032a21acd159ee3902605e9911be5f86a7df7df9
                                                 Module libxcb-util.so.1 with build-id 4188ebc629b472b560849c5792a69c1803c3d1a4
                                                 Module libxkbcommon-x11.so.0 with build-id c942fd85702bc7165a42bcb102660f9413376572
                                                 Module libICE.so.6 with build-id af53458a64fe1e62a4d95606f7b03c210b2b098c
                                                 Module libSM.so.6 with build-id ac7b055fd3f16b4f29373285ab04ed52eebb632d
                                                 Module libxcb-xinput.so.0 with build-id 6403174c48f05f40cf7c168beb86f2886b9f09c1
                                                 Module libxcb-xkb.so.1 with build-id fce20d2101f3e5439923e9283c489c2cad4420c3
                                                 Module libxcb-xinerama.so.0 with build-id b328103ce7502d94fd3a4e2e8773978a9aa84adc
                                                 Module libxcb-xfixes.so.0 with build-id a6b197ace5b9b59f913f5969eb419a88d1194f47
                                                 Module libxcb-sync.so.1 with build-id dda14591103b01b1311906053bf1ca9e82ade35c
                                                 Module libxcb-render.so.0 with build-id a37bdb37744b508be9dd29fd9ccb9bb0170d43e5
                                                 Module libxcb-render-util.so.0 with build-id c64fb28ea20a320a9754273d9ea3af85f6f74b17
                                                 Module libxcb-shm.so.0 with build-id fb797f299a446f559a95afcc168227482cc800d1
                                                 Module libxcb-image.so.0 with build-id ee7f8577926fe7c1d6972036c2f8e6f727e43b1b
                                                 Module libxcb-icccm.so.4 with build-id 73f1e12d76af383aa969a60279ed5ed922045f47
                                                 Module libX11-xcb.so.1 with build-id f6beacd41cd16a23f53e5e56bb599e98f039d0d6
                                                 Module libQt5XcbQpa.so.5 with build-id 39f8bafe4fad3590b9bea25280c96df2986b91cb
                                                 Module libqxcb.so with build-id 6efa06a18493fb9c622575524b46c406ccbf03cc
                                                 Module libbrotlicommon.so.1 with build-id a4ba3f4b4571c8272343b621da812a6e24a202a7
                                                 Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                 Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                                                 Module libgmp.so.10 with build-id e58d34ab389d1b649c24195c2d145e3ff2e58290
                                                 Module libhogweed.so.6 with build-id 2d70cff7b1841b4d9ca4e8e7726cd4b944c07fdc
                                                 Module libnettle.so.8 with build-id 9a878e513c02007598fcf1e2e286c2203f13536e
                                                 Module libunistring.so.2 with build-id 015ac6d6bcb60b7d8bea31a80d1941b06e8636ab
                                                 Module libidn2.so.0 with build-id 1ce2b50ad9f9821c2c629b521cf5a3c99593d332
                                                 Module libbrotlidec.so.1 with build-id 45defc036e918e0140a72f1fbce6e7692d38241d
                                                 Module libbrotlienc.so.1 with build-id 81a4bdfe7d85b8daa2297869b1e9b35c28fe189e
                                                 Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                 Module libdl.so.2 with build-id bb9bd2657bfba9f60bd34d2050cc63a7eb024bc4
                                                 Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                 Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                 Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                                                 Module libfontconfig.so.1 with build-id 36be6951b8c1e42a7dd05684a37400fc8ef9147c
                                                 Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                                                 Module libacl.so.1 with build-id 27869ed0219ade5d2ffd50eaee11f967187faa8b
                                                 Module libresolv.so.2 with build-id 46ffdf3d477a170314060c26927470d7399bc900
                                                 Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                 Module libkrb5support.so.0 with build-id 36db7c21bc57a9b934ad2d3463782db9fef4af07
                                                 Module libcom_err.so.2 with build-id 358b783c9b3d12ba8248519ea2e7f3da4c4e0297
                                                 Module libk5crypto.so.3 with build-id f1c113fea46023cdf62c7e51cb643c45831abdd5
                                                 Module libkrb5.so.3 with build-id 9350783c946d77aec8ee8fd9c6bc12f4f7b72be9
                                                 Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                 Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                 Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                                                 Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                 Module libgraphite2.so.3 with build-id 47761dc11e553f519cde97ed9ee985be12ccdae2
                                                 Module libfreetype.so.6 with build-id 74af7e7ddb5e5d49f5b50d5cd6582ae2450dc3e4
                                                 Module libGLX.so.0 with build-id 2a08836c6e6126ce9ff4496b6aacaf29ae9b4e7b
                                                 Module libGLdispatch.so.0 with build-id 501765b3a78d668860fa54229b18107473aeda4c
                                                 Module libpthread.so.0 with build-id 7fa8b52fae071a370ba4ca32bf9490a30aff31c4
                                                 Module libusbmuxd-2.0.so.6 with build-id b1154e724bef39481b8d92368d21652c2e8e5f08
                                                 Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                 Module libtasn1.so.6 with build-id ee3429ca5e94718aea4fe5249fc859e0cd88e4e9
                                                 Module libgnutls.so.30 with build-id 5b2955e99a56f895cb70144748d096b5c4f7bf83
                                                 Module libblkid.so.1 with build-id 140694a62d8d4d07c6c320a501f948dd1b389d73
                                                 Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                                                 Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                                                 Module libltdl.so.7 with build-id d2c1c93609da7fc11a1c40381fea72634ad714ed
                                                 Module libtdb.so.1 with build-id 6c9ccf6d9a22d117d984d1666842a49fd7669f09
                                                 Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                 Module libQt5WaylandClient.so.5 with build-id 8211fdc129dc8b0bd52226eedff03faee69c89fb
                                                 Module libKF5AuthCore.so.5 with build-id 8c9ca1fed74a2d205c8ccfa5338e0a17c2af5366
                                                 Module libKF5Codecs.so.5 with build-id f9fb6535b00f14604c26d2f345f5662ec3a692ba
                                                 Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                 Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                 Module libKF5Completion.so.5 with build-id b2e9bbf3fd8eab398668998909f04e3f17b47788
                                                 Module libKF5JobWidgets.so.5 with build-id 93a07aef5f6d84907514735ac44bdec4b7a8df1a
                                                 Module libKF5KIOCore.so.5 with build-id 6b0a8874a5e1d012dba16b948245f8e16dfe0071
                                                 Module libcrypto.so.1.1 with build-id f94a24f9ce8f3f394c3df23f7d436796797d4459
                                                 Module libssl.so.1.1 with build-id 54f796076979dc9b6ff9ac3c39e250db86652924
                                                 Module libgssapi_krb5.so.2 with build-id 1813217c8baf82a1078772eed0d868310cd59f8b
                                                 Module ld-linux-x86-64.so.2 with build-id c09c6f50f6bcec73c64a0b4be77eadb8f7202410
                                                 Module libglib-2.0.so.0 with build-id e268e80e668ce871312cf50e9969f88b086e33f2
                                                 Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                                                 Module libpcre2-16.so.0 with build-id 195fbccafbcff538ce13805ba687514fb614c5ed
                                                 Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                 Module libicui18n.so.71 with build-id 6fd5c97fd2808ee29958bf809656d5885e7e8963
                                                 Module libdouble-conversion.so.3 with build-id d162eb67b00f523a3f146b1077ae00fe04d5fb85
                                                 Module libsystemd.so.0 with build-id 05d0460efefd339d315812f9506aecc5a5d22200
                                                 Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                 Module libharfbuzz.so.0 with build-id a11faa61f71b258fb92b717723757fc7dd141c01
                                                 Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                 Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                 Module libGL.so.1 with build-id 912ac4f37a9fa2d5abcf7a9088c9983cfe46f12a
                                                 Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                 Module libxcb-keysyms.so.1 with build-id 333e5eb4075795f947c924a2085f17e2e2ae7147
                                                 Module libgcc_s.so.1 with build-id 5d817452a709ca3a213341555ddcf446ecee37fa
                                                 Module libQt5QmlModels.so.5 with build-id 545f240ac067668ca3c15a541c9982ff745eb174
                                                 Module libKF5ItemViews.so.5 with build-id d67c0c93264ee7172cf889a7bdc06afa37ad7d7f
                                                 Module libKF5WidgetsAddons.so.5 with build-id d3b1c026226bb61c3e663e8ae73874b7ae67559f
                                                 Module libQt5PrintSupport.so.5 with build-id 6cfd2e8ffacf7a90dc80e82cfe314d60050004d2
                                                 Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                 Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                 Module libmount.so.1 with build-id 4436aeea0cd8c01b5a77969e0531184f8b3513ce
                                                 Module libudev.so.1 with build-id 7dc938362569112855b6086de066cd6a18d1b978
                                                 Module libQt5Xml.so.5 with build-id c117dde732dd4946c4842e65b3beb75ad290cf82
                                                 Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                 Module libXtst.so.6 with build-id 96411faea62997274e362f263e65082e601a787b
                                                 Module libX11.so.6 with build-id 1bf9c2f1c9e2f823a1200b41ffa6b09943edf886
                                                 Module libQt5TextToSpeech.so.5 with build-id 0de0c55a9318b069483c964448f193318a5ec8c4
                                                 Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                 Module libKF5GuiAddons.so.5 with build-id fa24615fa3b03faf4ab5a1c99451dceb32c88905
                                                 Module libKF5ConfigWidgets.so.5 with build-id 701eca7b0714b700ddb050dbe5eff36e9ec15d76
                                                 Module libKF5Archive.so.5 with build-id 57df2da7cf7a45bb6bb1d5ecb01daff84205747f
                                                 Module libQt5Svg.so.5 with build-id f7022a2f8451f8b6317ed423207a2f17c647ec90
                                                 Module libKF5KIOGui.so.5 with build-id 2a9c1aa2efd15e7b53dc8c84a90f16254e1711a1
                                                 Module libKF5KIOWidgets.so.5 with build-id 7219e19204d58dcb0556a716469e8afbd7bfbffd
                                                 Module libQt5Sql.so.5 with build-id 03b37a8f06cec32dfbcb264dc0a2ec2c9f15b0b4
                                                 Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                                                 Module libQt5Network.so.5 with build-id 3339f629550b5069bd1a12bdec5cd5e9f3fda094
                                                 Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                 Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                                                 Module libm.so.6 with build-id 596b63a006a4386dcab30912d2b54a7a61827b07
                                                 Module libKF5IconThemes.so.5 with build-id 9643ea0d85fbe18e66a1373b4a6903597a3dd1cb
                                                 Module libxcb-shape.so.0 with build-id f1b3376c4534fab0469feb1cd19f022ff98df533
                                                 Module libc.so.6 with build-id 85766e9d8458b16e9c7ce6e07c712c02b8471dbc
                                                 Module libstdc++.so.6 with build-id 88ad4eff81a00c684abfe0f863e87434123d8943
                                                 Module libQt5Core.so.5 with build-id 2921568581a4e47cff3a5d88a9444ed189a8e94c
                                                 Module libQt5Gui.so.5 with build-id 7ee58eb9a2ecc4f3befaef702c4164c8f2a2197f
                                                 Module libQt5X11Extras.so.5 with build-id 25320ee0d79d41ea309fc03b608da2d35d24e6b6
                                                 Module libQt5DBus.so.5 with build-id eaadac7eb0682c8accdb8431fb928470c0546840
                                                 Module libKF5ConfigCore.so.5 with build-id 96f105d75389b24be81885514320d5178346ab3e
                                                 Module libKF5CoreAddons.so.5 with build-id 5dbee0712cb4db928b32df65c90ed8f5b129a839
                                                 Module libKF5I18n.so.5 with build-id 0ba9d1a1c55e4d6eb9d0b6896d7a0097fa4c9442
                                                 Module libQt5Widgets.so.5 with build-id 445f0463e5a52b17d9a783b79289a6b7e425a793
                                                 Module libKF5WindowSystem.so.5 with build-id 6e471eeab6060145256c0aaa5b4744ee9287a446
                                                 Module libKF5ConfigGui.so.5 with build-id 6e43c4c1a8e777dd6b35ff6312d0fb84bac9207e
                                                 Module libQt5Qml.so.5 with build-id e9144441df428bab106b32860a6b1b6846ceb6e4
                                                 Module libKF5DBusAddons.so.5 with build-id b6df5310a0801907a4d2e062f45bbc16b26b31f5
                                                 Module libKF5Service.so.5 with build-id f1d203af7df874f548ac2a5173f9e9054be664b4
                                                 Module libQt5Quick.so.5 with build-id 5beb28a3ff98ec771c9a6f66a97e74f4fa083815
                                                 Module libKF5GlobalAccel.so.5 with build-id 50e16bb75f8624aa8b6d095d7c0b07e3aca00af3
                                                 Module libKF5XmlGui.so.5 with build-id e08963edfe566d3f1f14e6ed8d930fa4f7b2bd3b
                                                 Module libKF5Crash.so.5 with build-id 7f2276200418f6118ab109a0598058fa0070f8d0
                                                 Module libKF5Solid.so.5 with build-id 7ab9968becfa4979d60dc8f8319958fdc8bccff8
                                                 Module libKF5Package.so.5 with build-id 985a24e620fa3e115287ad8abeabc9f16ba4e56c
                                                 Module libKF5Declarative.so.5 with build-id 1d0448655154c112da8b750f75217514cc4f7de7
                                                 Module libKF5Notifications.so.5 with build-id 3091c9bf7f477d6feebe4fd6e4c5af459050cacf
                                                 Module libKF5Plasma.so.5 with build-id b7a64fd55f43b928a581c6c3d24dd5906ae5ddef
                                                 Module libxcb-randr.so.0 with build-id b6c1c7d4b28863b55ade251813db7f246b7ffe8b
                                                 Module libxcb.so.1 with build-id 0d1ef11740a5daad2ee331e812a51aa6574af222
                                                 Module libKUserFeedbackCore.so.1 with build-id 0b308e5c23a0c67e2d93d630f27b832e86582597
                                                 Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                                                 Module libkworkspace5.so.5 with build-id e8774e4b14efd18d79bc9499b18d70d75f89aa49
                                                 Module libKF5WaylandClient.so.5 with build-id fe741ee2543adfabf2fa6a2ec72629a0b73ffffb
                                                 Module libKF5QuickAddons.so.5 with build-id a74c39a17c10665013270cb3bd7fdb98fd2b0657
                                                 Module libKF5Activities.so.5 with build-id 4ffa83b1c2c571e648b361d77e33d82c3a34789f
                                                 Module libKF5PlasmaQuick.so.5 with build-id 29278024ae3153ca907b09df153b5ba1c13aa675
                                                 Module plasmashell with build-id da12c149dbce39ea2892bef61786bf0e61bfb0ae
                                                 Stack trace of thread 43217:
                                                 #0  0x00007f4210a4d34c __pthread_kill_implementation (libc.so.6 + 0x8f34c)
                                                 #1  0x00007f4210a004b8 raise (libc.so.6 + 0x424b8)
                                                 #2  0x00007f42109ea534 abort (libc.so.6 + 0x2c534)
                                                 #3  0x00007f4210e8dee4 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fee4)
                                                 #4  0x00007f421144da65 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13ba65)
                                                 #5  0x00007f421144e089 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13c089)
                                                 #6  0x00007f421108008b _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29208b)
                                                 #7  0x00007f421144e147 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13c147)
                                                 #8  0x00007f4211ccd4ae _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x1764ae)
                                                 #9  0x00005640bc3ef328 n/a (plasmashell + 0x1e328)
                                                 #10 0x00007f42109eb310 __libc_start_call_main (libc.so.6 + 0x2d310)
                                                 #11 0x00007f42109eb3c1 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2d3c1)
                                                 #12 0x00005640bc3f2335 n/a (plasmashell + 0x21335)
                                                 ELF object binary architecture: AMD x86-64
abr 25 00:30:27 Arch-PC systemd[1]: systemd-coredump@2-43220-0.service: Deactivated successfully.
abr 25 00:30:27 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1003 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:27 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:27 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:27 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:27 Arch-PC systemd[734]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
abr 25 00:30:27 Arch-PC systemd[734]: plasma-plasmashell.service: Failed with result 'core-dump'.
abr 25 00:30:27 Arch-PC systemd[734]: Stopped KDE Plasma Workspace.
abr 25 00:30:27 Arch-PC systemd[734]: Removed slice User Core Session Slice.
abr 25 00:30:27 Arch-PC systemd[734]: session.slice: Consumed 35min 57.521s CPU time.
abr 25 00:30:27 Arch-PC systemd[734]: Stopped target Basic System.
abr 25 00:30:27 Arch-PC systemd[734]: Stopped target Paths.
abr 25 00:30:27 Arch-PC systemd[734]: Stopped target Sockets.
abr 25 00:30:27 Arch-PC systemd[734]: Stopped target Timers.
abr 25 00:30:27 Arch-PC systemd[734]: Closed D-Bus User Message Bus Socket.
abr 25 00:30:27 Arch-PC systemd[734]: Closed GnuPG network certificate management daemon.
abr 25 00:30:27 Arch-PC systemd[734]: Closed GCR ssh-agent wrapper.
abr 25 00:30:27 Arch-PC systemd[734]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 25 00:30:27 Arch-PC systemd[734]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
abr 25 00:30:27 Arch-PC systemd[734]: Closed GnuPG cryptographic agent (ssh-agent emulation).
abr 25 00:30:27 Arch-PC systemd[734]: Closed GnuPG cryptographic agent and passphrase cache.
abr 25 00:30:27 Arch-PC systemd[734]: Closed p11-kit server.
abr 25 00:30:27 Arch-PC systemd[734]: Closed PipeWire Multimedia System Socket.
abr 25 00:30:27 Arch-PC systemd[734]: Closed Sound System.
abr 25 00:30:27 Arch-PC systemd[734]: Removed slice User Application Slice.
abr 25 00:30:27 Arch-PC systemd[734]: app.slice: Consumed 48min 35.061s CPU time.
abr 25 00:30:27 Arch-PC systemd[734]: Reached target Shutdown.
abr 25 00:30:27 Arch-PC systemd[734]: Finished Exit the Session.
abr 25 00:30:27 Arch-PC systemd[734]: Reached target Exit the Session.
abr 25 00:30:27 Arch-PC systemd[1]: user@1003.service: Killing process 4147 (gpg-agent) with signal SIGKILL.
abr 25 00:30:27 Arch-PC systemd[1]: user@1003.service: Deactivated successfully.
abr 25 00:30:27 Arch-PC systemd[1]: user@1003.service: Unit process 4147 (gpg-agent) remains running after unit stopped.
abr 25 00:30:27 Arch-PC systemd[1]: Stopped User Manager for UID 1003.
abr 25 00:30:27 Arch-PC systemd[1]: user@1003.service: Consumed 1h 30min 22.312s CPU time.
abr 25 00:30:27 Arch-PC systemd[1]: Stopping User Runtime Directory /run/user/1003...
abr 25 00:30:27 Arch-PC systemd[1]: run-user-1003.mount: Deactivated successfully.
abr 25 00:30:27 Arch-PC systemd[1]: user-runtime-dir@1003.service: Deactivated successfully.
abr 25 00:30:27 Arch-PC systemd[1]: Stopped User Runtime Directory /run/user/1003.
abr 25 00:30:27 Arch-PC systemd[1]: Removed slice User Slice of UID 1003.
abr 25 00:30:27 Arch-PC systemd[1]: user-1003.slice: Consumed 1h 30min 22.904s CPU time.
abr 25 00:30:28 Arch-PC sddm[457]: Message received from greeter: PowerOff
abr 25 00:30:28 Arch-PC systemd-logind[426]: System is powering down.
abr 25 00:30:28 Arch-PC sddm[457]: Error from greeter session: "Process crashed"
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Session c2 of User sddm...
abr 25 00:30:28 Arch-PC systemd[1]: Removed slice Slice /system/getty.
abr 25 00:30:28 Arch-PC systemd[1]: Removed slice Slice /system/modprobe.
abr 25 00:30:28 Arch-PC systemd[1]: Removed slice Slice /system/systemd-coredump.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target Graphical Interface.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target Multi-User System.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target Login Prompts.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target Sound Card.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target Timer Units.
abr 25 00:30:28 Arch-PC systemd[1]: atop-rotate.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Daily atop restart.
abr 25 00:30:28 Arch-PC systemd[1]: logrotate.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Daily rotation of log files.
abr 25 00:30:28 Arch-PC systemd[1]: man-db.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Daily man-db regeneration.
abr 25 00:30:28 Arch-PC systemd[1]: pamac-cleancache.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Monthly clean packages cache.
abr 25 00:30:28 Arch-PC systemd[1]: shadow.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC snapd[2191]: main.go:155: Exiting on terminated signal.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Daily verification of password and group files.
abr 25 00:30:28 Arch-PC systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Daily Cleanup of Temporary Directories.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped target System Time Set.
abr 25 00:30:28 Arch-PC systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Closed LVM2 poll daemon socket.
abr 25 00:30:28 Arch-PC systemd[1]: systemd-coredump.socket: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Closed Process Core Dump Socket.
abr 25 00:30:28 Arch-PC systemd[1]: systemd-rfkill.socket: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
abr 25 00:30:28 Arch-PC systemd[1]: Unmounting /mnt/2TB...
abr 25 00:30:28 Arch-PC systemd[1]: Unmounting /mnt/WD...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Accounts Service...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Save/Restore Sound Card State...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Initialize hardware monitoring sensors...
abr 25 00:30:28 Arch-PC systemd[1]: Starting Generate shutdown-ramfs...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Navidrome Music Server and Streamer compatible with Subsonic/Airsonic...
abr 25 00:30:28 Arch-PC kernel: kauditd_printk_skb: 12 callbacks suppressed
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.844:328): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.847:329): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.857:330): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.857:331): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.860:332): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.860:333): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC kernel: audit: type=1131 audit(1650857428.864:334): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC kernel: audit: type=1131 audit(1650857428.904:335): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC kernel: audit: type=1131 audit(1650857428.914:336): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC kernel: audit: type=1334 audit(1650857428.967:337): prog-id=0 op=UNLOAD
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:28 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:28 Arch-PC sddm[457]: Auth: sddm-helper crashed (exit code 15)
abr 25 00:30:28 Arch-PC systemd[43248]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
abr 25 00:30:28 Arch-PC sddm[457]: Error from greeter session: "Process crashed"
abr 25 00:30:28 Arch-PC sddm[457]: Auth: sddm-helper exited with 15
abr 25 00:30:28 Arch-PC sddm[457]: Greeter stopped.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping PackageKit Daemon...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Pamac Daemon...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Authorization Manager...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Simple Desktop Display Manager...
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC umount[43330]: umount: /mnt/2TB: target is busy.
abr 25 00:30:28 Arch-PC sddm[457]: Signal received: SIGTERM
abr 25 00:30:29 Arch-PC snapd[2191]: overlord.go:504: Released state lock file
abr 25 00:30:29 Arch-PC avahi-daemon[423]: Got SIGTERM, quitting.
abr 25 00:30:28 Arch-PC sddm[457]: Socket server stopping...
abr 25 00:30:29 Arch-PC avahi-daemon[423]: Leaving mDNS multicast group on interface enp4s0.IPv4 with address 192.168.0.50.
abr 25 00:30:28 Arch-PC sddm[457]: Socket server stopped.
abr 25 00:30:29 Arch-PC avahi-daemon[423]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
abr 25 00:30:28 Arch-PC sddm[457]: Display server stopping...
abr 25 00:30:29 Arch-PC avahi-daemon[423]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Samba SMB Daemon...
abr 25 00:30:29 Arch-PC avahi-daemon[423]: avahi-daemon 0.8 exiting.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Snap Daemon...
abr 25 00:30:29 Arch-PC sshd[454]: Received signal 15; terminating.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping OpenSSH Daemon...
abr 25 00:30:29 Arch-PC nmbd[523]: [2022/04/25 00:30:28.866232,  0] ../../source3/nmbd/nmbd.c:59(terminate)
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Virtual Machine and Container Registration Service...
abr 25 00:30:29 Arch-PC nmbd[523]:   Got SIGTERM: going down...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Load/Save Random Seed...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Disk Manager...
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Daemon for power management...
abr 25 00:30:28 Arch-PC systemd[1]: systemd-machined.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Virtual Machine and Container Registration Service.
abr 25 00:30:28 Arch-PC systemd[1]: smb.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Samba SMB Daemon.
abr 25 00:30:28 Arch-PC systemd[1]: smb.service: Consumed 1min 19.977s CPU time.
abr 25 00:30:28 Arch-PC systemd[1]: polkit.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Authorization Manager.
abr 25 00:30:28 Arch-PC systemd[1]: rtkit-daemon.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
abr 25 00:30:28 Arch-PC systemd[1]: packagekit.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped PackageKit Daemon.
abr 25 00:30:28 Arch-PC systemd[1]: packagekit.service: Consumed 7.859s CPU time.
abr 25 00:30:28 Arch-PC systemd[1]: accounts-daemon.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Accounts Service.
abr 25 00:30:28 Arch-PC systemd[1]: pamac-daemon.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Pamac Daemon.
abr 25 00:30:28 Arch-PC systemd-logind[426]: Session c2 logged out. Waiting for processes to exit.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping Samba NMB Daemon...
abr 25 00:30:28 Arch-PC systemd[1]: session-c2.scope: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped Session c2 of User sddm.
abr 25 00:30:28 Arch-PC systemd[1]: session-c2.scope: Consumed 1.742s CPU time.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping User Manager for UID 977...
abr 25 00:30:28 Arch-PC systemd[43247]: Activating special unit Exit the Session...
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped target Main User Target.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopping D-Bus User Message Bus...
abr 25 00:30:28 Arch-PC systemd-logind[426]: Removed session c2.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped D-Bus User Message Bus.
abr 25 00:30:28 Arch-PC systemd[43247]: Removed slice User Core Session Slice.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped target Basic System.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped target Paths.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped target Sockets.
abr 25 00:30:28 Arch-PC systemd[43247]: Stopped target Timers.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed D-Bus User Message Bus Socket.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GnuPG network certificate management daemon.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GCR ssh-agent wrapper.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GnuPG cryptographic agent (ssh-agent emulation).
abr 25 00:30:28 Arch-PC systemd[43247]: Closed GnuPG cryptographic agent and passphrase cache.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed p11-kit server.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed PipeWire Multimedia System Socket.
abr 25 00:30:28 Arch-PC systemd[43247]: Closed Sound System.
abr 25 00:30:28 Arch-PC systemd[43247]: Removed slice User Application Slice.
abr 25 00:30:28 Arch-PC systemd[43247]: Reached target Shutdown.
abr 25 00:30:28 Arch-PC systemd[43247]: Finished Exit the Session.
abr 25 00:30:28 Arch-PC systemd[43247]: Reached target Exit the Session.
abr 25 00:30:28 Arch-PC systemd[1]: user@977.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped User Manager for UID 977.
abr 25 00:30:28 Arch-PC systemd[1]: Stopping User Runtime Directory /run/user/977...
abr 25 00:30:28 Arch-PC systemd[1]: run-user-977.mount: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Unmounted /run/user/977.
abr 25 00:30:28 Arch-PC systemd[1]: user-runtime-dir@977.service: Deactivated successfully.
abr 25 00:30:28 Arch-PC systemd[1]: Stopped User Runtime Directory /run/user/977.
abr 25 00:30:28 Arch-PC systemd[1]: Removed slice User Slice of UID 977.
abr 25 00:30:28 Arch-PC systemd[1]: user-977.slice: Consumed 2.005s CPU time.
abr 25 00:30:29 Arch-PC sddm[457]: Display server stopped.
abr 25 00:30:29 Arch-PC sddm[457]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
abr 25 00:30:29 Arch-PC systemd[1]: Requested transaction contradicts existing jobs: Transaction for getty@tty2.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC systemd-logind[426]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
abr 25 00:30:29 Arch-PC systemd[1]: sddm.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Simple Desktop Display Manager.
abr 25 00:30:29 Arch-PC systemd[1]: sddm.service: Consumed 3.936s CPU time.
abr 25 00:30:29 Arch-PC systemd[1]: Stopping User Login Management...
abr 25 00:30:29 Arch-PC systemd[1]: Stopping Permit User Sessions...
abr 25 00:30:29 Arch-PC udisksd[562]: udisks daemon version 2.9.4 exiting
abr 25 00:30:29 Arch-PC systemd[1]: mnt-2TB.mount: Mount process exited, code=exited, status=32/n/a
abr 25 00:30:29 Arch-PC systemd[1]: Failed unmounting /mnt/2TB.
abr 25 00:30:29 Arch-PC systemd[1]: systemd-user-sessions.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Permit User Sessions.
abr 25 00:30:29 Arch-PC systemd[1]: snapd.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Snap Daemon.
abr 25 00:30:29 Arch-PC systemd[1]: snapd.service: Consumed 2.277s CPU time.
abr 25 00:30:29 Arch-PC systemd[1]: avahi-daemon.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
abr 25 00:30:29 Arch-PC systemd[1]: avahi-daemon.service: Consumed 2.304s CPU time.
abr 25 00:30:29 Arch-PC systemd[1]: sshd.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped OpenSSH Daemon.
abr 25 00:30:29 Arch-PC systemd[1]: alsa-restore.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Save/Restore Sound Card State.
abr 25 00:30:29 Arch-PC systemd[1]: systemd-random-seed.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Load/Save Random Seed.
abr 25 00:30:29 Arch-PC systemd[1]: nmb.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Samba NMB Daemon.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped target Network is Online.
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:29 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:29 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:29 Arch-PC systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Network Manager Wait Online.
abr 25 00:30:29 Arch-PC systemd[1]: upower.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Daemon for power management.
abr 25 00:30:29 Arch-PC systemd[1]: systemd-logind.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped User Login Management.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped target User and Group Name Lookups.
abr 25 00:30:29 Arch-PC systemd[1]: navidrome.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Navidrome Music Server and Streamer compatible with Subsonic/Airsonic.
abr 25 00:30:29 Arch-PC systemd[1]: navidrome.service: Consumed 2min 33.485s CPU time.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped target Network.
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=navidrome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:29 Arch-PC mkinitcpio[43334]: ==> Starting build: none
abr 25 00:30:29 Arch-PC systemd[1]: Stopped target Remote File Systems.
abr 25 00:30:29 Arch-PC systemd[1]: Stopping Network Manager...
abr 25 00:30:29 Arch-PC systemd[1]: lm_sensors.service: Deactivated successfully.
abr 25 00:30:29 Arch-PC systemd[1]: Stopped Initialize hardware monitoring sensors.
abr 25 00:30:29 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:29 Arch-PC NetworkManager[448]: <info>  [1650857429.9231] caught SIGTERM, shutting down normally.
abr 25 00:30:29 Arch-PC NetworkManager[448]: <info>  [1650857429.9884] manager: NetworkManager state is now CONNECTED_SITE
abr 25 00:30:29 Arch-PC dbus-daemon[424]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon")
abr 25 00:30:29 Arch-PC dbus-daemon[424]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
abr 25 00:30:30 Arch-PC systemd[1]: udisks2.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Disk Manager.
abr 25 00:30:30 Arch-PC systemd[1]: udisks2.service: Consumed 2min 2.017s CPU time.
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC mkinitcpio[43334]:   -> Running build hook: [sd-shutdown]
abr 25 00:30:30 Arch-PC NetworkManager[448]: <info>  [1650857430.6192] exiting (success)
abr 25 00:30:30 Arch-PC systemd[1]: NetworkManager.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Network Manager.
abr 25 00:30:30 Arch-PC systemd[1]: NetworkManager.service: Consumed 43.148s CPU time.
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC systemd[1]: Stopping D-Bus System Message Bus...
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC systemd[1]: dbus.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped D-Bus System Message Bus.
abr 25 00:30:30 Arch-PC systemd[1]: dbus.service: Consumed 28.754s CPU time.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Basic System.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Path Units.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Slice Units.
abr 25 00:30:30 Arch-PC systemd[1]: Removed slice Virtual Machine and Container Slice.
abr 25 00:30:30 Arch-PC systemd[1]: Removed slice User and Session Slice.
abr 25 00:30:30 Arch-PC systemd[1]: user.slice: Consumed 1h 30min 35.017s CPU time.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Socket Units.
abr 25 00:30:30 Arch-PC systemd[1]: avahi-daemon.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
abr 25 00:30:30 Arch-PC systemd[1]: dbus.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed D-Bus System Message Bus Socket.
abr 25 00:30:30 Arch-PC systemd[1]: libvirtd-admin.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Libvirt admin socket.
abr 25 00:30:30 Arch-PC systemd[1]: libvirtd-ro.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Libvirt local read-only socket.
abr 25 00:30:30 Arch-PC systemd[1]: libvirtd.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Libvirt local socket.
abr 25 00:30:30 Arch-PC systemd[1]: snapd.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Socket activation for snappy daemon.
abr 25 00:30:30 Arch-PC systemd[1]: virtlockd.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Virtual machine lock manager socket.
abr 25 00:30:30 Arch-PC systemd[1]: virtlogd.socket: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Closed Virtual machine log manager socket.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target System Initialization.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Local Encrypted Volumes.
abr 25 00:30:30 Arch-PC systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
abr 25 00:30:30 Arch-PC systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Local Integrity Protected Volumes.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped target Local Verity Protected Volumes.
abr 25 00:30:30 Arch-PC systemd[1]: Stopping Set Up Additional Binary Formats...
abr 25 00:30:30 Arch-PC systemd[1]: systemd-sysctl.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Apply Kernel Variables.
abr 25 00:30:30 Arch-PC systemd[1]: systemd-modules-load.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Load Kernel Modules.
abr 25 00:30:30 Arch-PC systemd[1]: Stopping Network Time Synchronization...
abr 25 00:30:30 Arch-PC systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
abr 25 00:30:30 Arch-PC systemd[1]: systemd-binfmt.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Set Up Additional Binary Formats.
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
abr 25 00:30:30 Arch-PC systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
abr 25 00:30:30 Arch-PC audit[43732]: SYSTEM_SHUTDOWN pid=43732 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
abr 25 00:30:30 Arch-PC systemd[1]: systemd-update-utmp.service: Deactivated successfully.
abr 25 00:30:30 Arch-PC systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
abr 25 00:30:30 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC systemd[1]: systemd-timesyncd.service: Deactivated successfully.
abr 25 00:30:31 Arch-PC mkinitcpio[43334]: ==> Build complete.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped Network Time Synchronization.
abr 25 00:30:31 Arch-PC systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped Create Volatile Files and Directories.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped target Local File Systems.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting /run/snapd/ns/vlc.mnt...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Temporary Directory /tmp...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for b1freearchiver...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for b1freearchiver...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for bare, revision 5...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core, revision 12821...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core, revision 12834...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core18, revision 2284...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core18, revision 2344...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core20, revision 1376...
abr 25 00:30:31 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for core20, revision 1405...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for deadbeef-vs, revision 6...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1515...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1519...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for kde-frameworks-5-core18, revision 32...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for spacepurge, revision 1...
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting Mount unit for vlc, revision x1...
abr 25 00:30:31 Arch-PC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Finished Generate shutdown-ramfs.
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-b1freearchiver-1.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for b1freearchiver.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-b1freearchiver-2.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for b1freearchiver.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-bare-5.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for bare, revision 5.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core-12821.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core, revision 12821.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core-12834.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core, revision 12834.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core18-2284.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core18, revision 2284.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core18-2344.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core18, revision 2344.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core20-1376.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core20, revision 1376.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-core20-1405.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for core20, revision 1405.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-deadbeef\x2dvs-6.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for deadbeef-vs, revision 6.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1515.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1515.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1519.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1519.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-kde\x2dframeworks\x2d5\x2dcore18-32.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for kde-frameworks-5-core18, revision 32.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-spacepurge-1.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for spacepurge, revision 1.
abr 25 00:30:31 Arch-PC systemd[1]: var-lib-snapd-snap-vlc-x1.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Mount unit for vlc, revision x1.
abr 25 00:30:31 Arch-PC systemd[1]: run-snapd-ns-vlc.mnt.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted /run/snapd/ns/vlc.mnt.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounting /run/snapd/ns...
abr 25 00:30:31 Arch-PC systemd[1]: tmp.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted Temporary Directory /tmp.
abr 25 00:30:31 Arch-PC systemd[1]: run-snapd-ns.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted /run/snapd/ns.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped target Swaps.
abr 25 00:30:31 Arch-PC systemd[1]: mnt-WD.mount: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Unmounted /mnt/WD.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped target Preparation for Local File Systems.
abr 25 00:30:31 Arch-PC systemd[1]: Reached target Unmount All Filesystems.
abr 25 00:30:31 Arch-PC systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
abr 25 00:30:31 Arch-PC systemd[1]: systemd-remount-fs.service: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped Remount Root and Kernel File Systems.
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:31 Arch-PC systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
abr 25 00:30:31 Arch-PC systemd[1]: Stopped Create Static Device Nodes in /dev.
abr 25 00:30:31 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:32 Arch-PC systemd[1]: lvm2-monitor.service: Deactivated successfully.
abr 25 00:30:32 Arch-PC systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
abr 25 00:30:32 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:32 Arch-PC systemd[1]: Reached target System Shutdown.
abr 25 00:30:32 Arch-PC systemd[1]: Reached target Late Shutdown Services.
abr 25 00:30:32 Arch-PC systemd[1]: systemd-poweroff.service: Deactivated successfully.
abr 25 00:30:32 Arch-PC systemd[1]: Finished System Power Off.
abr 25 00:30:32 Arch-PC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:32 Arch-PC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 25 00:30:32 Arch-PC systemd[1]: Reached target System Power Off.
abr 25 00:30:32 Arch-PC systemd[1]: Shutting down.
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC audit: BPF prog-id=0 op=UNLOAD
abr 25 00:30:32 Arch-PC systemd-shutdown[1]: Syncing filesystems and block devices.
abr 25 00:30:32 Arch-PC systemd-shutdown[1]: Sending SIGTERM to remaining processes...
abr 25 00:30:32 Arch-PC systemd-journald[218]: Journal stopped

Offline

#25 2022-04-25 12:18:57

seth
Member
Registered: 2012-09-03
Posts: 49,985

Re: [solved] kernel panic on shutdown after kernel update

The journal segment starts too late into the shutdown process, but you could try to explicitly stop the samba service before the shutdown.

Offline

Board footer

Powered by FluxBB