You are not logged in.

#1 2026-02-18 09:50:37

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

[SOLVED?] Not whatsoever sure I ran into my first AUR malware

This is on me for being a yay user, regrettably I can't share any diagnostics because I panicked and turned off my computer. I am not sure how to properly report this issue, but I am hoping I can check back in the morning and someone will tell me that they checked the package + dependencies and it turns out I'm crazy and nothing was wrong.

I was trying to set up networking with virt-manager. Don't know much about qemu VMs, but I was getting an error about virbr0 not being installed. Everything online said I needed to have bridge-utils installed. This seemed irrelevant, but nothing was working so I decided to go for it. brige-utils is currently only in the AUR, because it's been deprecated.

Shortly after doing it, I wasn't able to sudo with my usual password. That was very unusual, I thought I must be making a typo. I decided to lock my computer and try to log back in. Not only could I not log back in, but displayed on my lock screen was the text "6 minutes to unlock". I immediately turned my computer off.

I intend tomorrow to boot from a rescue disk and save my home directory, then wipe the computer and do a fresh install. That's about the best I've got, sadly, as I haven't been using security best practices or keeping enough backups, and I need these files. Sucks for me. I have no idea how to report this or if I'm tweaking so posting here's about the best I got right now.

Hopefully someone can check that I'm not nuts and figure out how to report the package (or, alternately, tell me I'm wrong and that something completely normal happened smile). I'm freaking out a little too much to figure it out myself given the degree to which this has interrupted my work.

I'm on a new account right now but I have another somewhere. Thanks to this forum for being nice and helpful for many years.

Last edited by parallel_karma (2026-02-20 21:33:31)

Offline

#2 2026-02-18 10:11:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,671
Website

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

There is nothing wrong with the bridge-utils package.

Offline

#3 2026-02-18 10:18:05

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

I'm on a new account right now but I have another somewhere. Thanks to this forum for being nice and helpful for many years.

No socket-puppetry…

Not only could I not log back in, but displayed on my lock screen was the text "6 minutes to unlock".

This is faillock and the typical reason is some scripted sudo call failing because it never receives a password.

I intend tomorrow to boot from a rescue disk and save my home directory, then wipe the computer and do a fresh install.

What will wipe all tracks of what has happend…

brige-utils is currently only in the AUR, because it's been deprecated.

Yes. https://wiki.archlinux.org/title/Networ … idge-utils

The AUR maintainer just changed but the current one is registered since 12 years and maintains 135 packages. Nothing overtly suspicious here.
[Edit: also the commit history doesn't allow for recent shenanigans]
The sources are from kernel.org. Nothing  overtly suspicious here.
Upstream https://git.kernel.org/pub/scm/network/ … utils.git/ hasn't seen changes in years (cause it's deprecated). Nothing  overtly suspicious here.

bridge-utils is deprecated but very unlikely to be malware and I even doubt that it's the cause for your faillock encounter at all.

Last edited by seth (2026-02-18 10:19:28)

Offline

#4 2026-02-18 14:04:15

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

No socket-puppetry…

Very sorry, I didn't remember my old acc info at all and I was freaking out. I genuinely don't even remember the name right now.

This is faillock and the typical reason is some scripted sudo call failing because it never receives a password

You know, that makes a lot of sense. I'm still not sure how that would happen though. Can that even lock me out of sudoing in a different shell?

What will wipe all tracks of what has happend…

I thought it was timed ransomware, so yeah I was going to not let it continue executing, if possible, and maximize the chance that I'd prevent it from embedding itself any deeper than the OS.

bridge-utils is deprecated but very unlikely to be malware and I even doubt that it's the cause for your faillock encounter at all.

Thank you, that's reassuring. Although then I don't really know if I understand what caused it to trigger. I kept getting "wrong password" errors when I tried to sudo before I locked my session.

I was maybe a bit rash. Late night system changes are generally not a good idea. But I'm still confused.

Offline

#5 2026-02-18 14:05:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

parallel_karma wrote:

Can that even lock me out of sudoing in a different shell?

faillock happens at the PAM/authentication level, the shell has nothing to do with it.

Offline

#6 2026-02-18 14:12:07

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

Although then I don't really know if I understand what caused it to trigger. I kept getting "wrong password" errors when I tried to sudo before I locked my session.

https://wiki.archlinux.org/title/System … al_to_view
You can inspect the systemd journal offline (ie. from the install iso w/o it running) - pam gets logged and sudo audited, so they'll most likely show up there and expose the cause.

Offline

#7 2026-02-19 00:12:54

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

https://wiki.archlinux.org/title/System … al_to_view
You can inspect the systemd journal offline (ie. from the install iso w/o it running) - pam gets logged and sudo audited, so they'll most likely show up there and expose the cause.

Thank you for waiting. Here's the output of journalctl:

Feb 18 08:24:55 skulldriver systemd[1809]: Starting Xfce configuration service...
Feb 18 08:24:55 skulldriver systemd[1809]: Started Xfce configuration service.
Feb 18 08:26:01 skulldriver sudo[294002]:    ceres : TTY=pts/1 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/systemctl start libvirtd
Feb 18 08:26:01 skulldriver sudo[294002]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:26:01 skulldriver systemd[1]: Created slice Virtual Machine and Container Slice.
Feb 18 08:26:01 skulldriver systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Feb 18 08:26:01 skulldriver systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Feb 18 08:26:01 skulldriver systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Feb 18 08:26:01 skulldriver systemd[1]: Listening on libvirt locking daemon socket.
Feb 18 08:26:01 skulldriver systemd[1]: Listening on libvirt logging daemon socket.
Feb 18 08:26:01 skulldriver systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 18 08:26:01 skulldriver systemd[1]: Starting Virtual Machine and Container Registration Service...
Feb 18 08:26:01 skulldriver systemd[1]: Started Virtual Machine and Container Registration Service.
Feb 18 08:26:01 skulldriver systemd[1]: Starting libvirt legacy monolithic daemon...
Feb 18 08:26:01 skulldriver systemd[1]: Started libvirt legacy monolithic daemon.
Feb 18 08:26:01 skulldriver sudo[294002]: pam_unix(sudo:session): session closed for user root
Feb 18 08:26:20 skulldriver sudo[294062]:    ceres : TTY=pts/1 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/systemctl enable libvirtd
Feb 18 08:26:20 skulldriver sudo[294062]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:26:20 skulldriver systemd[1]: Reload requested from client PID 294065 ('systemctl') (unit session-14.scope)...
Feb 18 08:26:20 skulldriver systemd[1]: Reloading...
Feb 18 08:26:20 skulldriver systemd[1]: Reloading finished in 338 ms.
Feb 18 08:26:20 skulldriver sudo[294062]: pam_unix(sudo:session): session closed for user root
Feb 18 08:29:20 skulldriver systemd[1809]: Started GnuPG cryptographic agent and passphrase cache.
Feb 18 08:29:20 skulldriver gpg-agent[296142]: gpg-agent (GnuPG) 2.4.9 starting in supervised mode.
Feb 18 08:29:20 skulldriver gpg-agent[296142]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Feb 18 08:29:20 skulldriver gpg-agent[296142]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Feb 18 08:29:20 skulldriver gpg-agent[296142]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Feb 18 08:29:20 skulldriver gpg-agent[296142]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Feb 18 08:29:20 skulldriver gpg-agent[296142]: listening on: std=4 extra=6 browser=5 ssh=3
Feb 18 08:32:21 skulldriver systemd[1]: Starting Hostname Service...
Feb 18 08:32:21 skulldriver systemd[1]: Started Hostname Service.
Feb 18 08:32:51 skulldriver systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 18 08:34:40 skulldriver unix_chkpwd[300275]: password check failed for user (ceres)
Feb 18 08:34:40 skulldriver sudo[300264]: pam_unix(sudo:auth): authentication failure; logname=ceres uid=1000 euid=0 tty=/dev/pts/0 ruser=ceres rhost=  user=ceres
Feb 18 08:34:47 skulldriver unix_chkpwd[300286]: password check failed for user (ceres)
Feb 18 08:34:53 skulldriver sudo[300264]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S mountavs
Feb 18 08:34:53 skulldriver sudo[300264]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:34:54 skulldriver sudo[300264]: pam_unix(sudo:session): session closed for user root
Feb 18 08:34:56 skulldriver sudo[300298]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S mountavfs
Feb 18 08:34:56 skulldriver sudo[300298]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:34:56 skulldriver sudo[300298]: pam_unix(sudo:session): session closed for user root
Feb 18 08:35:22 skulldriver sudo[300315]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S avfs
Feb 18 08:35:22 skulldriver sudo[300315]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:35:25 skulldriver sudo[300315]: pam_unix(sudo:session): session closed for user root
Feb 18 08:37:09 skulldriver sudo[300534]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/cp alpine-rpi-3.23.3-aarch64.tar.gz /home/ceres/.avfs
Feb 18 08:37:09 skulldriver sudo[300534]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:37:09 skulldriver sudo[300534]: pam_unix(sudo:session): session closed for user root
Feb 18 08:39:05 skulldriver sudo[300688]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S archivemount
Feb 18 08:39:05 skulldriver sudo[300688]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:39:05 skulldriver sudo[300688]: pam_unix(sudo:session): session closed for user root
Feb 18 08:42:53 skulldriver systemd[1]: Starting Hostname Service...
Feb 18 08:42:53 skulldriver systemd[1]: Started Hostname Service.
Feb 18 08:43:23 skulldriver systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 18 08:45:14 skulldriver libvirtd[294013]: libvirt version: 12.0.0
Feb 18 08:45:14 skulldriver libvirtd[294013]: hostname: skulldriver
Feb 18 08:45:14 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:45:14 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:45:14 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:45:14 skulldriver systemd[1]: Listening on libvirt logging daemon admin socket.
Feb 18 08:45:14 skulldriver systemd[1]: Starting libvirt logging daemon...
Feb 18 08:45:14 skulldriver systemd[1]: Started libvirt logging daemon.
Feb 18 08:47:45 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:47:45 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:47:45 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:50:53 skulldriver sudo[310385]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-list --all
Feb 18 08:50:53 skulldriver sudo[310385]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:50:53 skulldriver sudo[310385]: pam_unix(sudo:session): session closed for user root
Feb 18 08:51:06 skulldriver sudo[310409]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 08:51:06 skulldriver sudo[310409]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:51:06 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:51:06 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:51:06 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:51:06 skulldriver sudo[310409]: pam_unix(sudo:session): session closed for user root
Feb 18 08:51:46 skulldriver sudo[310636]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S bridge-utils libvirt dnsmasq
Feb 18 08:51:46 skulldriver sudo[310636]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:51:46 skulldriver sudo[310636]: pam_unix(sudo:session): session closed for user root
Feb 18 08:52:33 skulldriver sudo[310809]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/systemctl start dnsmasq
Feb 18 08:52:33 skulldriver sudo[310809]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:52:33 skulldriver systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Feb 18 08:52:33 skulldriver dnsmasq[310814]: dnsmasq: syntax check OK.
Feb 18 08:52:33 skulldriver systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Feb 18 08:52:33 skulldriver systemd[1]: Reached target Host and Network Name Lookups.
Feb 18 08:52:33 skulldriver sudo[310809]: pam_unix(sudo:session): session closed for user root
Feb 18 08:52:33 skulldriver dnsmasq[310815]: started, version 2.92 cachesize 150
Feb 18 08:52:33 skulldriver dnsmasq[310815]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth DNSSEC loop-detect inotify dumpfile
Feb 18 08:52:33 skulldriver dnsmasq[310815]: DBus support enabled: connected to system bus
Feb 18 08:52:33 skulldriver dnsmasq[310815]: reading /etc/resolv.conf
Feb 18 08:52:33 skulldriver dnsmasq[310815]: using nameserver 216.254.136.227#53
Feb 18 08:52:33 skulldriver dnsmasq[310815]: using nameserver 209.90.170.72#53
Feb 18 08:52:33 skulldriver dnsmasq[310815]: read /etc/hosts - 7 names
Feb 18 08:52:40 skulldriver sudo[310829]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 08:52:40 skulldriver sudo[310829]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:52:40 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:52:40 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:52:40 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:52:40 skulldriver sudo[310829]: pam_unix(sudo:session): session closed for user root
Feb 18 08:53:29 skulldriver sudo[311037]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/systemctl start libvirtd
Feb 18 08:53:29 skulldriver sudo[311037]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:53:29 skulldriver sudo[311037]: pam_unix(sudo:session): session closed for user root
Feb 18 08:53:33 skulldriver sudo[311049]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 08:53:33 skulldriver sudo[311049]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:53:33 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:53:33 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:53:33 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:53:33 skulldriver sudo[311049]: pam_unix(sudo:session): session closed for user root
Feb 18 08:53:44 skulldriver wpa_supplicant[1266]: wlp0s20f3: RSN: Group rekeying completed with c0:56:27:45:7e:6e [GTK=TKIP]
Feb 18 08:57:04 skulldriver sudo[312100]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S iproute3
Feb 18 08:57:04 skulldriver sudo[312100]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:57:04 skulldriver sudo[312100]: pam_unix(sudo:session): session closed for user root
Feb 18 08:57:05 skulldriver sudo[312104]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S iproute2
Feb 18 08:57:05 skulldriver sudo[312104]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:57:07 skulldriver sudo[312104]: pam_unix(sudo:session): session closed for user root
Feb 18 08:57:18 skulldriver sudo[312224]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 08:57:18 skulldriver sudo[312224]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:57:18 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:57:18 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:57:18 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:57:18 skulldriver sudo[312224]: pam_unix(sudo:session): session closed for user root
Feb 18 08:58:44 skulldriver systemd[1809]: Started GnuPG network certificate management daemon.
Feb 18 08:58:44 skulldriver dirmngr[313527]: permanently loaded certificates: 144
Feb 18 08:58:44 skulldriver dirmngr[313527]:     runtime cached certificates: 0
Feb 18 08:58:44 skulldriver dirmngr[313527]:            trusted certificates: 144 (144,0,0,0)
Feb 18 08:58:44 skulldriver dirmngr[313527]: resolve_dns_addr for 'keyserver.ubuntu.com': '[2620:2d:4000:1007::d43]'
Feb 18 08:58:44 skulldriver dirmngr[313527]: resolve_dns_addr for 'keyserver.ubuntu.com': '[2620:2d:4000:1007::70c]'
Feb 18 08:58:44 skulldriver dirmngr[313527]: resolve_dns_addr for 'keyserver.ubuntu.com': '185.125.188.27'
Feb 18 08:58:44 skulldriver dirmngr[313527]: resolve_dns_addr for 'keyserver.ubuntu.com': '185.125.188.26'
Feb 18 08:58:44 skulldriver dirmngr[313527]: number of system provided CAs: 178
Feb 18 08:58:44 skulldriver dirmngr[313527]: can't connect to '2620:2d:4000:1007::d43': Network is unreachable
Feb 18 08:58:44 skulldriver dirmngr[313527]: error connecting to 'https://[2620:2d:4000:1007::d43]:443': Network is unreachable
Feb 18 08:58:44 skulldriver dirmngr[313527]: marking host '[2620:2d:4000:1007::d43]' as dead
Feb 18 08:58:50 skulldriver sudo[318234]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/ceres/.cache/yay/bridge-utils/bridge-utils-1.7.1-5-x86_64.pkg.tar.zst
Feb 18 08:58:50 skulldriver sudo[318234]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:58:52 skulldriver sudo[318234]: pam_unix(sudo:session): session closed for user root
Feb 18 08:58:52 skulldriver sudo[318243]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -D --asexplicit -q --config /etc/pacman.conf -- bridge-utils
Feb 18 08:58:52 skulldriver sudo[318243]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:58:52 skulldriver sudo[318243]: pam_unix(sudo:session): session closed for user root
Feb 18 08:58:57 skulldriver sudo[318252]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 08:58:57 skulldriver sudo[318252]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:58:57 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 08:58:57 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 08:58:57 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 08:58:57 skulldriver sudo[318252]: pam_unix(sudo:session): session closed for user root
Feb 18 08:59:19 skulldriver sudo[318381]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -R --config /etc/pacman.conf -- bridge-utils
Feb 18 08:59:19 skulldriver sudo[318381]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 08:59:20 skulldriver sudo[318381]: pam_unix(sudo:session): session closed for user root
Feb 18 09:00:18 skulldriver sudo[318520]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/pacman -S ethtool
Feb 18 09:00:18 skulldriver sudo[318520]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:00:20 skulldriver sudo[318520]: pam_unix(sudo:session): session closed for user root
Feb 18 09:00:28 skulldriver sudo[318555]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 09:00:28 skulldriver sudo[318555]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:00:28 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 09:00:28 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 09:00:28 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 09:00:28 skulldriver sudo[318555]: pam_unix(sudo:session): session closed for user root
Feb 18 09:01:00 skulldriver CROND[318696]: (root) CMD (run-parts /etc/cron.hourly)
Feb 18 09:01:00 skulldriver anacron[318705]: Anacron started on 2026-02-18
Feb 18 09:01:00 skulldriver CROND[318695]: (root) CMDEND (run-parts /etc/cron.hourly)
Feb 18 09:01:00 skulldriver anacron[318705]: Will run job `cron.daily' in 40 min.
Feb 18 09:01:00 skulldriver anacron[318705]: Jobs will be executed sequentially
Feb 18 09:02:40 skulldriver systemd[1]: Starting Hostname Service...
Feb 18 09:02:40 skulldriver systemd[1]: Started Hostname Service.
Feb 18 09:03:10 skulldriver systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 18 09:04:13 skulldriver sudo[320561]:    ceres : TTY=pts/0 ; PWD=/home/ceres/Downloads/alpine ; USER=root ; COMMAND=/usr/bin/systemctl enable libvirtd
Feb 18 09:04:13 skulldriver sudo[320561]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:04:13 skulldriver systemd[1]: Reload requested from client PID 320564 ('systemctl') (unit session-14.scope)...
Feb 18 09:04:13 skulldriver systemd[1]: Reloading...
Feb 18 09:04:14 skulldriver systemd[1]: Reloading finished in 133 ms.
Feb 18 09:04:14 skulldriver sudo[320561]: pam_unix(sudo:session): session closed for user root
Feb 18 09:05:32 skulldriver sudo[321353]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 09:05:32 skulldriver sudo[321353]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:05:32 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 09:05:32 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 09:05:32 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 09:05:32 skulldriver sudo[321353]: pam_unix(sudo:session): session closed for user root
Feb 18 09:06:46 skulldriver sudo[325431]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/ceres/.cache/yay/bridge-utils/bridge-utils-1.7.1-5-x86_64.pkg.tar.zst
Feb 18 09:06:46 skulldriver sudo[325431]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:06:47 skulldriver sudo[325431]: pam_unix(sudo:session): session closed for user root
Feb 18 09:06:47 skulldriver sudo[325443]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/pacman -D -q --asexplicit --config /etc/pacman.conf -- bridge-utils
Feb 18 09:06:47 skulldriver sudo[325443]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:06:47 skulldriver sudo[325443]: pam_unix(sudo:session): session closed for user root
Feb 18 09:06:49 skulldriver sudo[325447]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 09:06:49 skulldriver sudo[325447]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:06:49 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 09:06:49 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 09:06:50 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 09:06:50 skulldriver sudo[325447]: pam_unix(sudo:session): session closed for user root
Feb 18 09:08:18 skulldriver sudo[325687]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:08:18 skulldriver sudo[325687]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:08:18 skulldriver sudo[325687]: pam_unix(sudo:session): session closed for user root
Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:35 skulldriver sudo[328009]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:35 skulldriver sudo[328009]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:37 skulldriver sudo[328014]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:37 skulldriver sudo[328014]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:37 skulldriver sudo[328014]: pam_faillock(sudo:auth): Consecutive login failures for user ceres account temporarily locked
Feb 18 09:16:39 skulldriver sudo[328019]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:39 skulldriver sudo[328019]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:18:01 skulldriver sudo[328083]:    ceres : 3 incorrect password attempts ; TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:18:16 skulldriver unix_chkpwd[328126]: password check failed for user (ceres)
Feb 18 09:18:16 skulldriver sudo[328112]: pam_unix(sudo:auth): authentication failure; logname=ceres uid=1000 euid=0 tty=/dev/pts/2 ruser=ceres rhost=  user=ceres
Feb 18 09:18:29 skulldriver sudo[328112]:    ceres : 3 incorrect password attempts ; TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:19:48 skulldriver sudo[328183]: pam_unix(sudo:auth): conversation failed
Feb 18 09:19:48 skulldriver sudo[328183]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:19:51 skulldriver sudo[328183]:    ceres : 1 incorrect password attempt ; TTY=pts/3 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/echo hi
Feb 18 09:20:41 skulldriver systemd[1809]: Starting Xfce configuration service...
Feb 18 09:20:41 skulldriver systemd[1809]: Started Xfce configuration service.
Feb 18 09:20:43 skulldriver sudo[328304]: pam_unix(sudo:auth): conversation failed
Feb 18 09:20:43 skulldriver sudo[328304]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:20:45 skulldriver sudo[328304]:    ceres : 1 incorrect password attempt ; TTY=pts/3 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/echo hi
Feb 18 09:20:56 skulldriver systemd-logind[979]: Lid closed.
Feb 18 09:20:56 skulldriver systemd-logind[979]: Suspending...
Feb 18 09:20:56 skulldriver ModemManager[1028]: <msg> [sleep-monitor-systemd] system is about to suspend
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.4192] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Demoting known real-time threads.
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.4206] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 210958 of process 207217.
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.4236] manager: NetworkManager state is now DISABLED (ASLEEP)
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 161694 of process 161235.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 137239 of process 136158.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 136327 of process 136158.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 2140 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 2135 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 2115 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 2075 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 2070 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Successfully demoted thread 1893 of process 1893.
Feb 18 09:20:56 skulldriver rtkit-daemon[1921]: Demoted 10 threads.
Feb 18 09:20:56 skulldriver ModemManager[1028]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.4284] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Feb 18 09:20:56 skulldriver systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 18 09:20:56 skulldriver systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 18 09:20:56 skulldriver kernel: wlp0s20f3: deauthenticating from c0:56:27:45:7e:6e by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: nl80211: send_event_marker failed: Source based routing not supported
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=c0:56:27:45:7e:6e reason=3 locally_generated=1
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6337] device (wlp0s20f3): supplicant interface state: completed -> disconnected
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6344] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6352] dhcp4 (wlp0s20f3): canceled DHCP transaction
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6353] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6353] dhcp4 (wlp0s20f3): state changed no lease
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6359] dhcp6 (wlp0s20f3): canceled DHCP transaction
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Withdrawing address record for fe80::ae42:ba92:941a:7b85 on wlp0s20f3.
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6359] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::ae42:ba92:941a:7b85.
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6359] dhcp6 (wlp0s20f3): state changed no lease
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Interface wlp0s20f3.IPv6 no longer relevant for mDNS.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.22.
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.6839] device (wlp0s20f3): set-hw-addr: set MAC address to A6:1F:BB:F6:1A:2D (scanning)
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Withdrawing address record for 192.168.1.22 on wlp0s20f3.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.22.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Registering new address record for 192.168.1.22 on wlp0s20f3.IPv4.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Withdrawing address record for 192.168.1.22 on wlp0s20f3.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.22.
Feb 18 09:20:56 skulldriver avahi-daemon[977]: Interface wlp0s20f3.IPv4 no longer relevant for mDNS.
Feb 18 09:20:56 skulldriver dnsmasq[310815]: no servers found in /etc/resolv.conf, will retry
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.7811] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Feb 18 09:20:56 skulldriver NetworkManager[976]: <info>  [1771406456.9166] device (wlp0s20f3): set-hw-addr: reset MAC address to 04:CF:4B:16:A8:2D (unmanage)
Feb 18 09:20:56 skulldriver systemd[1]: Reached target Sleep.
Feb 18 09:20:56 skulldriver systemd[1]: Starting System Suspend...
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:20:56 skulldriver wpa_supplicant[1266]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
Feb 18 09:20:56 skulldriver systemd[1]: user.slice: Unit now frozen.
Feb 18 09:20:56 skulldriver systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Feb 18 09:20:56 skulldriver systemd[1]: session-14.scope: Unit now frozen-by-parent.
Feb 18 09:20:56 skulldriver systemd-sleep[329047]: Successfully froze unit 'user.slice'.
Feb 18 09:20:56 skulldriver systemd[1]: user@1000.service: Unit now frozen-by-parent.
Feb 18 09:20:57 skulldriver systemd-sleep[329047]: Performing sleep operation 'suspend'...
Feb 18 09:20:57 skulldriver kernel: PM: suspend entry (s2idle)
Feb 18 09:20:57 skulldriver kernel: Filesystems sync: 0.003 seconds
Feb 18 09:20:57 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:20:57 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:20:57 skulldriver wpa_supplicant[1266]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Feb 18 09:21:03 skulldriver kernel: Freezing user space processes
Feb 18 09:21:03 skulldriver kernel: Freezing user space processes completed (elapsed 0.019 seconds)
Feb 18 09:21:03 skulldriver systemd-logind[979]: Lid opened.
Feb 18 09:21:03 skulldriver kernel: OOM killer disabled.
Feb 18 09:21:03 skulldriver kernel: Freezing remaining freezable tasks
Feb 18 09:21:03 skulldriver kernel: Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
Feb 18 09:21:03 skulldriver kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Feb 18 09:21:03 skulldriver kernel: ACPI: EC: interrupt blocked
Feb 18 09:21:03 skulldriver kernel: ACPI: EC: interrupt unblocked
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.49.4
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] HuC authenticated
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] GuC submission enabled
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] GuC SLPC enabled
Feb 18 09:21:03 skulldriver kernel: i915 0000:00:02.0: [drm] GuC RC: enabled
Feb 18 09:21:03 skulldriver kernel: nvme nvme0: 16/0/0 default/read/poll queues
Feb 18 09:21:03 skulldriver kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Feb 18 09:21:03 skulldriver kernel: OOM killer enabled.
Feb 18 09:21:03 skulldriver kernel: Restarting tasks ... 
Feb 18 09:21:03 skulldriver kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Feb 18 09:21:03 skulldriver kernel: done.
Feb 18 09:21:03 skulldriver kernel: random: crng reseeded on system resumption
Feb 18 09:21:03 skulldriver kernel: PM: suspend exit
Feb 18 09:21:03 skulldriver systemd-sleep[329047]: System returned from sleep operation 'suspend'.
Feb 18 09:21:03 skulldriver bluetoothd[1171]: Controller resume with wake event 0x0
Feb 18 09:21:03 skulldriver systemd[1]: user.slice: Unit now thawed.
Feb 18 09:21:03 skulldriver systemd[1]: user-1000.slice: Unit now thawed.
Feb 18 09:21:03 skulldriver systemd[1]: session-14.scope: Unit now thawed.
Feb 18 09:21:03 skulldriver systemd[1]: user@1000.service: Unit now thawed.
Feb 18 09:21:03 skulldriver systemd-sleep[329047]: Successfully thawed unit 'user.slice'.
Feb 18 09:21:03 skulldriver systemd[1]: systemd-suspend.service: Deactivated successfully.
Feb 18 09:21:03 skulldriver systemd[1]: Finished System Suspend.
Feb 18 09:21:03 skulldriver systemd[1]: Stopped target Sleep.
Feb 18 09:21:03 skulldriver systemd[1]: Reached target Suspend.
Feb 18 09:21:03 skulldriver ModemManager[1028]: <msg> [sleep-monitor-systemd] system is resuming
Feb 18 09:21:03 skulldriver systemd-logind[979]: Operation 'suspend' finished.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Resuming known real-time threads.
Feb 18 09:21:03 skulldriver systemd[1]: Stopped target Suspend.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 210958 of process 207217 owned by '1000' RT at priority 10.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.7952] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 161694 of process 161235 owned by '1000' RT at priority 10.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.7953] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 137239 of process 136158 owned by '1000' RT at priority 10.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.7960] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 136327 of process 136158 owned by '1000' RT at priority 10.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <warn>  [1771406463.7962] device (p2p-dev-wlp0s20f3): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 2140 of process 1893 owned by '1000' RT at priority 5.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.7964] manager: NetworkManager state is now DISCONNECTED
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 2135 of process 1893 owned by '1000' RT at priority 5.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 2115 of process 1893 owned by '1000' RT at priority 5.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 2075 of process 1893 owned by '1000' RT at priority 5.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 2070 of process 1893 owned by '1000' RT at priority 5.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Successfully made thread 1893 of process 1893 owned by '1000' high priority at nice level -11.
Feb 18 09:21:03 skulldriver rtkit-daemon[1921]: Resumed scheduling 10 threads.
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8441] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8441] device (p2p-dev-wlp0s20f3): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8446] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8448] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/32)
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8449] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Feb 18 09:21:03 skulldriver NetworkManager[976]: <warn>  [1771406463.8450] device (p2p-dev-wlp0s20f3): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8455] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Feb 18 09:21:03 skulldriver NetworkManager[976]: <info>  [1771406463.8458] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Feb 18 09:21:05 skulldriver systemd[1]: sys-devices-virtual-misc-rfkill.device: Failed to enqueue SYSTEMD_WANTS job, ignoring: Unit systemd-rfkill.socket is masked.
Feb 18 09:21:06 skulldriver lightdm[329381]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=968) by (uid=0)
Feb 18 09:21:06 skulldriver systemd-logind[979]: New session 'c30' of user 'lightdm' with class 'greeter' and type 'x11'.
Feb 18 09:21:06 skulldriver systemd[1]: Created slice User Slice of UID 968.
Feb 18 09:21:06 skulldriver systemd[1]: Starting User Runtime Directory /run/user/968...
Feb 18 09:21:06 skulldriver systemd[1]: sys-devices-virtual-misc-rfkill.device: Failed to enqueue SYSTEMD_WANTS job, ignoring: Unit systemd-rfkill.socket is masked.
Feb 18 09:21:06 skulldriver systemd[1]: Finished User Runtime Directory /run/user/968.
Feb 18 09:21:06 skulldriver systemd[1]: Starting User Manager for UID 968...
Feb 18 09:21:06 skulldriver (systemd)[329390]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 18 09:21:06 skulldriver (systemd)[329390]: pam_unix(systemd-user:session): session opened for user lightdm(uid=968) by lightdm(uid=0)
Feb 18 09:21:06 skulldriver systemd-logind[979]: New session '33' of user 'lightdm' with class 'manager-early' and type 'unspecified'.
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CA
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8412] policy: auto-activating connection 'KW-New' (a02298fe-b75c-4a78-b349-6f40054a9a12)
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8414] device (wlp0s20f3): Activation: starting connection 'KW-New' (a02298fe-b75c-4a78-b349-6f40054a9a12)
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8414] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8416] manager: NetworkManager state is now CONNECTING
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8417] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: WPS-PBC-ACTIVE
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8419] device (wlp0s20f3): Activation: (wifi) access point 'KW-New' has security, but secrets are required.
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8419] device (wlp0s20f3): state change: config -> need-auth (reason 'none', managed-type: 'full')
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8420] sup-iface[86f1063707052c5f,29,wlp0s20f3]: wps: type pbc start...
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8437] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8438] device (wlp0s20f3): state change: prepare -> config (reason 'none', managed-type: 'full')
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8439] device (wlp0s20f3): Activation: (wifi) connection 'KW-New' has security, and secrets exist.  No new secrets needed.
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'ssid' value 'KW-New'
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'scan_ssid' value '1'
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'auth_alg' value 'OPEN'
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8442] Config: added 'psk' value '<hidden>'
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: WPS-CANCEL
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8466] device (wlp0s20f3): supplicant interface state: disconnected -> scanning
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.8466] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> scanning
Feb 18 09:21:06 skulldriver systemd[329390]: Queued start job for default target Main User Target.
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: SME: Trying to authenticate with c0:56:27:45:7e:6e (SSID='KW-New' freq=2412 MHz)
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: authenticate with c0:56:27:45:7e:6e
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9159] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: 80 MHz not supported, disabling VHT
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9159] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: send auth to c0:56:27:45:7e:6e (try 1/3)
Feb 18 09:21:06 skulldriver systemd[329390]: Created slice User Application Slice.
Feb 18 09:21:06 skulldriver systemd[329390]: Reached target Paths.
Feb 18 09:21:06 skulldriver systemd[329390]: Reached target Timers.
Feb 18 09:21:06 skulldriver systemd[329390]: Starting D-Bus User Message Bus Socket...
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG network certificate management daemon.
Feb 18 09:21:06 skulldriver systemd[329390]: Starting GCR ssh-agent wrapper...
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GNOME Keyring daemon.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GnuPG public key management service.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on p11-kit server.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on PipeWire Multimedia System Sockets.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on Sound System.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on Query the User Interactively for a Password.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on D-Bus User Message Bus Socket.
Feb 18 09:21:06 skulldriver systemd[329390]: Listening on GCR ssh-agent wrapper.
Feb 18 09:21:06 skulldriver systemd[329390]: Reached target Sockets.
Feb 18 09:21:06 skulldriver systemd[329390]: Reached target Basic System.
Feb 18 09:21:06 skulldriver systemd[329390]: Reached target Main User Target.
Feb 18 09:21:06 skulldriver systemd[329390]: Startup finished in 128ms.
Feb 18 09:21:06 skulldriver systemd[1]: Started User Manager for UID 968.
Feb 18 09:21:06 skulldriver systemd[1]: Started Session c30 of User lightdm.
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: Trying to associate with c0:56:27:45:7e:6e (SSID='KW-New' freq=2412 MHz)
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9732] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9733] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: authenticated
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: associate with c0:56:27:45:7e:6e (try 1/3)
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: RX AssocResp from c0:56:27:45:7e:6e (capab=0x431 status=0 aid=5)
Feb 18 09:21:06 skulldriver kernel: wlp0s20f3: associated
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: Associated with c0:56:27:45:7e:6e
Feb 18 09:21:06 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9924] device (wlp0s20f3): supplicant interface state: associating -> 4way_handshake
Feb 18 09:21:06 skulldriver NetworkManager[976]: <info>  [1771406466.9925] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> 4way_handshake
Feb 18 09:21:07 skulldriver systemd[329390]: Created slice User Core Session Slice.
Feb 18 09:21:07 skulldriver systemd[329390]: Starting D-Bus User Message Bus...
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 18 09:21:07 skulldriver systemd[329390]: Started D-Bus User Message Bus.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329407]: Ready
Feb 18 09:21:07 skulldriver systemd[329390]: Starting Accessibility services bus...
Feb 18 09:21:07 skulldriver systemd[329390]: Started Accessibility services bus.
Feb 18 09:21:07 skulldriver dbus-broker-launch[329415]: Ready
Feb 18 09:21:07 skulldriver systemd[329390]: Starting Virtual filesystem service...
Feb 18 09:21:07 skulldriver wpa_supplicant[1266]: wlp0s20f3: WPA: Key negotiation completed with c0:56:27:45:7e:6e [PTK=CCMP GTK=TKIP]
Feb 18 09:21:07 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to c0:56:27:45:7e:6e completed [id=0 id_str=]
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0468] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0468] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "KW-New"
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0469] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0469] device (wlp0s20f3): state change: config -> ip-config (reason 'none', managed-type: 'full')
Feb 18 09:21:07 skulldriver kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0472] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Feb 18 09:21:07 skulldriver avahi-daemon[977]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::ae42:ba92:941a:7b85.
Feb 18 09:21:07 skulldriver avahi-daemon[977]: New relevant interface wlp0s20f3.IPv6 for mDNS.
Feb 18 09:21:07 skulldriver avahi-daemon[977]: Registering new address record for fe80::ae42:ba92:941a:7b85 on wlp0s20f3.*.
Feb 18 09:21:07 skulldriver systemd[329390]: Started Virtual filesystem service.
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.0555] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.22, acd pending
Feb 18 09:21:07 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=52000
Feb 18 09:21:07 skulldriver systemd[329390]: Starting Virtual filesystem metadata service...
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2372] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.22
Feb 18 09:21:07 skulldriver avahi-daemon[977]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.22.
Feb 18 09:21:07 skulldriver avahi-daemon[977]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Feb 18 09:21:07 skulldriver avahi-daemon[977]: Registering new address record for 192.168.1.22 on wlp0s20f3.IPv4.
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2399] policy: set 'KW-New' (wlp0s20f3) as default for IPv4 routing and DNS
Feb 18 09:21:07 skulldriver dnsmasq[310815]: reading /etc/resolv.conf
Feb 18 09:21:07 skulldriver dnsmasq[310815]: using nameserver 216.254.136.227#53
Feb 18 09:21:07 skulldriver dnsmasq[310815]: using nameserver 209.90.170.72#53
Feb 18 09:21:07 skulldriver systemd[329390]: Started Virtual filesystem metadata service.
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2455] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2473] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2474] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2476] manager: NetworkManager state is now CONNECTED_SITE
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.2481] device (wlp0s20f3): Activation: successful, device activated.
Feb 18 09:21:07 skulldriver systemd[329390]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Feb 18 09:21:07 skulldriver systemd[329390]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Feb 18 09:21:07 skulldriver at-spi2-registryd[329617]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 18 09:21:07 skulldriver NetworkManager[976]: <info>  [1771406467.5480] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 18 09:21:07 skulldriver ModemManager[1028]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.3': not supported by any plugin
Feb 18 09:21:09 skulldriver NetworkManager[976]: <info>  [1771406469.5393] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Feb 18 09:21:10 skulldriver systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 18 09:21:15 skulldriver lightdm[329616]: gkr-pam: unable to locate daemon control file
Feb 18 09:21:15 skulldriver lightdm[329616]: gkr-pam: stashed password to try later in open session
Feb 18 09:21:41 skulldriver lightdm[330081]: gkr-pam: unable to locate daemon control file
Feb 18 09:21:41 skulldriver lightdm[330081]: gkr-pam: stashed password to try later in open session
Feb 18 09:21:46 skulldriver systemd-logind[979]: Power key pressed short.
Feb 18 09:21:46 skulldriver systemd-logind[979]: Powering off...
Feb 18 09:21:46 skulldriver systemd-logind[979]: System is powering down.
Feb 18 09:21:46 skulldriver systemd[1]: Stopping Session 14 of User ceres...
Feb 18 09:21:46 skulldriver systemd[1]: Stopping Session c30 of User lightdm...
Feb 18 09:21:46 skulldriver lightdm[134564]: pam_unix(lightdm:session): session closed for user ceres
Feb 18 09:21:46 skulldriver at-spi2-registryd[134712]: X connection to :0 broken (explicit kill or server shutdown).
Feb 18 09:21:46 skulldriver lightdm[329381]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Feb 18 09:21:46 skulldriver systemd[1809]: dbus-:1.14-org.a11y.atspi.Registry@1.service: Main process exited, code=exited, status=1/FAILURE
Feb 18 09:21:46 skulldriver systemd[1809]: dbus-:1.14-org.a11y.atspi.Registry@1.service: Failed with result 'exit-code'.
Feb 18 09:21:46 skulldriver systemd[1809]: dbus-:1.14-org.a11y.atspi.Registry@1.service: Consumed 9.214s CPU time, 2.1M memory peak.
Feb 18 09:21:46 skulldriver systemd[1]: Removed slice Slice /system/getty.
Feb 18 09:21:46 skulldriver kernel: traps: signal-desktop[134924] trap int3 ip:5575ecdc1f3e sp:7fff686f46e0 error:0 in signal-desktop (deleted)[5575e8785000+923e000]
Feb 18 09:21:46 skulldriver systemd-coredump[330127]: Process 134924 (signal-desktop) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Feb 18 09:21:46 skulldriver systemd[1809]: xfce4-notifyd.service: Main process exited, code=exited, status=1/FAILURE
Feb 18 09:21:46 skulldriver systemd[1809]: xfce4-notifyd.service: Failed with result 'exit-code'.
Feb 18 09:21:46 skulldriver systemd[1809]: xfce4-notifyd.service: Consumed 4.295s CPU time, 26.8M memory peak.
Feb 18 09:21:46 skulldriver keepassxc[191443]: The X11 connection broke: I/O error (code 1)
Feb 18 09:21:46 skulldriver systemd[1]: Removed slice Slice /system/modprobe.
Feb 18 09:21:46 skulldriver systemd[1]: Removed slice Slice /system/polkit-agent-helper.
Feb 18 09:21:47 skulldriver systemd[1]: Removed slice Slice /system/systemd-coredump.
Feb 18 09:21:47 skulldriver systemd[1]: system-systemd\x2dcoredump.slice: Consumed 5.975s CPU time, 1.5G memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Block Device Preparation for /dev/mapper/luks-a147c11e-24e4-4157-8711-bd9c93439516.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Bluetooth Support.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Graphical Interface.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Network is Online.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Host and Network Name Lookups.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Sound Card.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Timer Units.
Feb 18 09:21:47 skulldriver systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Feb 18 09:21:47 skulldriver systemd[1]: logrotate.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Daily rotation of log files.
Feb 18 09:21:47 skulldriver systemd[1]: man-db.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Daily man-db regeneration.
Feb 18 09:21:47 skulldriver systemd[1]: pamac-cleancache.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Monthly clean packages cache.
Feb 18 09:21:47 skulldriver systemd[1]: pamac-mirrorlist.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Terminating
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Generate mirrorlist weekly.
Feb 18 09:21:47 skulldriver systemd[1]: shadow.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver dnsmasq[310815]: exiting on receipt of SIGTERM
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Daily verification of password and group files.
Feb 18 09:21:47 skulldriver systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target System Time Set.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Trusted Platform Module.
Feb 18 09:21:47 skulldriver systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Closed LVM2 poll daemon socket.
Feb 18 09:21:47 skulldriver systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Network Manager Wait Online.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Accounts Service...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Save/Restore Sound Card State...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Bluetooth service...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping dnsmasq - A lightweight DHCP and caching DNS server...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Light Display Manager...
Feb 18 09:21:47 skulldriver systemd[1]: Starting Generate shutdown-ramfs...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping PC/SC Smart Card Daemon...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Load/Save OS Random Seed...
Feb 18 09:21:47 skulldriver systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Load udev Rules from Credentials.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping TLP system startup/shutdown...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Disk Manager...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Daemon for power management...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping libvirt logging daemon...
Feb 18 09:21:47 skulldriver systemd[1]: home-ceres-.avfs.mount: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Unmounted /home/ceres/.avfs.
Feb 18 09:21:47 skulldriver systemd[1]: accounts-daemon.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Accounts Service.
Feb 18 09:21:47 skulldriver systemd[1]: rtkit-daemon.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Feb 18 09:21:47 skulldriver systemd[1]: rtkit-daemon.service: Consumed 2.336s CPU time, 4.5M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: udisks2.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver mkinitcpio[330133]: ==> Starting build: 'none'
Feb 18 09:21:47 skulldriver mkinitcpio[330133]:   -> Running build hook: [sd-shutdown]
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Disk Manager.
Feb 18 09:21:47 skulldriver systemd[1]: udisks2.service: Consumed 2.371s CPU time, 11.4M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: pcscd.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped PC/SC Smart Card Daemon.
Feb 18 09:21:47 skulldriver systemd[1]: upower.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver mkinitcpio[330133]: ==> Build complete.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Daemon for power management.
Feb 18 09:21:47 skulldriver systemd[1]: upower.service: Consumed 1min 2.038s CPU time, 8.4M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: virtlogd.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped libvirt logging daemon.
Feb 18 09:21:47 skulldriver systemd[1]: dnsmasq.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/ldac_hq
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/ldac_sq
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/ldac_mq
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/aptx_hd
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/aptx_hd
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/aptx
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/aptx
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/sbc
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/sbc
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Feb 18 09:21:47 skulldriver systemd[1]: Stopped dnsmasq - A lightweight DHCP and caching DNS server.
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSink/faststream
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Endpoint unregistered: sender=:1.43 path=/MediaEndpoint/A2DPSource/faststream
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Battery Provider Manager destroyed
Feb 18 09:21:47 skulldriver systemd[1]: alsa-restore.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Stopping SDP server
Feb 18 09:21:47 skulldriver bluetoothd[1171]: Exit
Feb 18 09:21:47 skulldriver pulseaudio[1893]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Save/Restore Sound Card State.
Feb 18 09:21:47 skulldriver systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Finished Generate shutdown-ramfs.
Feb 18 09:21:47 skulldriver systemd[1]: bluetooth.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Bluetooth service.
Feb 18 09:21:47 skulldriver systemd[1]: systemd-random-seed.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Load/Save OS Random Seed.
Feb 18 09:21:47 skulldriver systemd[1]: tlp.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped TLP system startup/shutdown.
Feb 18 09:21:47 skulldriver systemd[1]: session-14.scope: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Session 14 of User ceres.
Feb 18 09:21:47 skulldriver systemd[1]: session-14.scope: Consumed 11h 19min 18.243s CPU time, 13.5G memory peak.
Feb 18 09:21:47 skulldriver systemd-coredump[330127]: Failed to send coredump datagram: Connection reset by peer
Feb 18 09:21:47 skulldriver systemd-logind[979]: Session 14 logged out. Waiting for processes to exit.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Multi-User System.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped target Login Prompts.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Modem Manager...
Feb 18 09:21:47 skulldriver ModemManager[1028]: <msg> caught signal, shutting down...
Feb 18 09:21:47 skulldriver avahi-daemon[977]: Got SIGTERM, quitting.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Feb 18 09:21:47 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Command Scheduler...
Feb 18 09:21:47 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping libvirt legacy monolithic daemon...
Feb 18 09:21:47 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::ae42:ba92:941a:7b85.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping User Manager for UID 1000...
Feb 18 09:21:47 skulldriver crond[275149]: (CRON) INFO (Shutting down)
Feb 18 09:21:47 skulldriver systemd-logind[979]: Removed session 14.
Feb 18 09:21:47 skulldriver avahi-daemon[977]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.1.22.
Feb 18 09:21:47 skulldriver systemd[1]: cronie.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver avahi-daemon[977]: avahi-daemon 0.8 exiting.
Feb 18 09:21:47 skulldriver systemd[1]: cronie.service: Unit process 318705 (anacron) remains running after unit stopped.
Feb 18 09:21:47 skulldriver ModemManager[1028]: <msg> ModemManager is shut down
Feb 18 09:21:47 skulldriver systemd[1809]: Activating special unit Exit the Session...
Feb 18 09:21:47 skulldriver NetworkManager[976]: <info>  [1771406507.5551] modem-manager: ModemManager no longer available
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping app-org.chromium.Chromium-134924.scope...
Feb 18 09:21:47 skulldriver systemd[1809]: Removed slice Slice /app/dbus-:1.14-org.a11y.atspi.Registry.
Feb 18 09:21:47 skulldriver systemd[1809]: app-dbus\x2d:1.14\x2dorg.a11y.atspi.Registry.slice: Consumed 16.154s CPU time, 2.2M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Bluetooth.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Main User Target.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Sound Card.
Feb 18 09:21:47 skulldriver dirmngr[313527]: SIGTERM received - shutting down ...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Accessibility services bus...
Feb 18 09:21:47 skulldriver gpg-agent[296142]: SIGTERM received - shutting down ...
Feb 18 09:21:47 skulldriver dbus-broker[1900]: Dispatched 49899 messages @ 2(±4)μs / message.
Feb 18 09:21:47 skulldriver gpg-agent[296144]: scdaemon[296144]: DBG: SIGCONT received - breaking select
Feb 18 09:21:47 skulldriver gpg-agent[296144]: scdaemon[296144]: SIGTERM received - shutting down ...
Feb 18 09:21:47 skulldriver dirmngr[313527]: dirmngr (GnuPG) 2.4.9 stopped
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping User preferences database...
Feb 18 09:21:47 skulldriver gpg-agent[296142]: gpg-agent (GnuPG) 2.4.9 stopped
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping GnuPG network certificate management daemon...
Feb 18 09:21:47 skulldriver gpg-agent[296144]: scdaemon[296144]: scdaemon (GnuPG) 2.4.9 stopped
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping GNOME Keyring daemon...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping GnuPG cryptographic agent and passphrase cache...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem service...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem service - digital camera monitor...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem metadata service...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Virtual filesystem service - disk device monitor...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Sound Service...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping Xfce configuration service...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem service - digital camera monitor.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem metadata service.
Feb 18 09:21:47 skulldriver systemd[1809]: gvfs-metadata.service: Consumed 4.389s CPU time, 5.3M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped GnuPG cryptographic agent and passphrase cache.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped GnuPG network certificate management daemon.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped GNOME Keyring daemon.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Accessibility services bus.
Feb 18 09:21:47 skulldriver systemd[1809]: at-spi-dbus-bus.service: Consumed 2.370s CPU time, 4.8M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped User preferences database.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Xfce configuration service.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Command Scheduler.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem service - Apple File Conduit monitor.
Feb 18 09:21:47 skulldriver systemd[1809]: gvfs-afc-volume-monitor.service: Consumed 2.649s CPU time, 4.5M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Unmounted /run/user/1000/gvfs.
Feb 18 09:21:47 skulldriver systemd[1]: avahi-daemon.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem service - disk device monitor.
Feb 18 09:21:47 skulldriver systemd[1809]: gvfs-udisks2-volume-monitor.service: Consumed 1.358s CPU time, 6.3M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Virtual filesystem service.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Feb 18 09:21:47 skulldriver systemd[1]: avahi-daemon.service: Consumed 1.112s CPU time, 2M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: ModemManager.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped app-org.chromium.Chromium-134924.scope.
Feb 18 09:21:47 skulldriver systemd[1809]: app-org.chromium.Chromium-134924.scope: Consumed 1h 32min 50.109s CPU time, 1.4G memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Modem Manager.
Feb 18 09:21:47 skulldriver systemd[1]: ModemManager.service: Consumed 2.049s CPU time, 11.5M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: libvirtd.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped Sound Service.
Feb 18 09:21:47 skulldriver systemd[1809]: pulseaudio.service: Consumed 26min 7.351s CPU time, 59.4M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Basic System.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Paths.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Sockets.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped target Timers.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG network certificate management daemon.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GCR ssh-agent wrapper.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GNOME Keyring daemon.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed GnuPG public key management service.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed p11-kit server.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed PipeWire Multimedia System Sockets.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed Sound System.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed Query the User Interactively for a Password.
Feb 18 09:21:47 skulldriver dbus-broker[1829]: Dispatched 56946 messages @ 5(±12)μs / message.
Feb 18 09:21:47 skulldriver systemd[1809]: Stopping D-Bus User Message Bus...
Feb 18 09:21:47 skulldriver systemd[1809]: Stopped D-Bus User Message Bus.
Feb 18 09:21:47 skulldriver systemd[1809]: dbus-broker.service: Consumed 2.679s CPU time, 3.3M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Removed slice User Core Session Slice.
Feb 18 09:21:47 skulldriver systemd[1809]: session.slice: Consumed 26min 21.501s CPU time, 103.5M memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Closed D-Bus User Message Bus Socket.
Feb 18 09:21:47 skulldriver systemd[1809]: Removed slice User Application Slice.
Feb 18 09:21:47 skulldriver systemd[1809]: app.slice: Consumed 2h 43min 10.254s CPU time, 1.7G memory peak.
Feb 18 09:21:47 skulldriver systemd[1809]: Reached target Shutdown.
Feb 18 09:21:47 skulldriver systemd[1809]: Finished Exit the Session.
Feb 18 09:21:47 skulldriver systemd[1809]: Reached target Exit the Session.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped libvirt legacy monolithic daemon.
Feb 18 09:21:47 skulldriver systemd[1]: libvirtd.service: Consumed 4.812s CPU time, 66.6M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: session-c30.scope: Deactivated successfully.
Feb 18 09:21:47 skulldriver (sd-pam)[1812]: pam_unix(systemd-user:session): session closed for user ceres
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Session c30 of User lightdm.
Feb 18 09:21:47 skulldriver systemd[1]: user@1000.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped User Manager for UID 1000.
Feb 18 09:21:47 skulldriver systemd[1]: user@1000.service: Consumed 3h 9min 33.369s CPU time, 1.7G memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Authorization Manager...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping Virtual Machine and Container Registration Service...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping User Runtime Directory /run/user/1000...
Feb 18 09:21:47 skulldriver systemd[1]: Stopping User Manager for UID 968...
Feb 18 09:21:47 skulldriver systemd[329390]: Activating special unit Exit the Session...
Feb 18 09:21:47 skulldriver systemd[1]: lightdm.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped target Main User Target.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopping Accessibility services bus...
Feb 18 09:21:47 skulldriver dbus-broker[329416]: Dispatched 20 messages @ 5(±7)μs / message.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopping dbus-:1.4-org.a11y.atspi.Registry@0.service...
Feb 18 09:21:47 skulldriver systemd[329390]: Stopping Virtual filesystem service...
Feb 18 09:21:47 skulldriver systemd[329390]: Stopping Virtual filesystem metadata service...
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped Virtual filesystem metadata service.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Light Display Manager.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped dbus-:1.4-org.a11y.atspi.Registry@0.service.
Feb 18 09:21:47 skulldriver systemd[1]: lightdm.service: Consumed 43min 41.720s CPU time, 397.6M memory peak.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped Accessibility services bus.
Feb 18 09:21:47 skulldriver systemd[329390]: Removed slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Feb 18 09:21:47 skulldriver systemd[1]: run-user-968-gvfs.mount: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Unmounted /run/user/968/gvfs.
Feb 18 09:21:47 skulldriver systemd[1]: run-user-1000.mount: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Unmounted /run/user/1000.
Feb 18 09:21:47 skulldriver systemd[1]: systemd-machined.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped Virtual filesystem service.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped target Basic System.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped target Paths.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped target Sockets.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped target Timers.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG network certificate management daemon.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GCR ssh-agent wrapper.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GNOME Keyring daemon.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed GnuPG public key management service.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed p11-kit server.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed PipeWire Multimedia System Sockets.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed Sound System.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed Query the User Interactively for a Password.
Feb 18 09:21:47 skulldriver dbus-broker[329408]: Dispatched 687 messages @ 2(±4)μs / message.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopping D-Bus User Message Bus...
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Virtual Machine and Container Registration Service.
Feb 18 09:21:47 skulldriver systemd[329390]: Stopped D-Bus User Message Bus.
Feb 18 09:21:47 skulldriver systemd[329390]: Removed slice User Core Session Slice.
Feb 18 09:21:47 skulldriver systemd[329390]: Closed D-Bus User Message Bus Socket.
Feb 18 09:21:47 skulldriver systemd[329390]: Removed slice User Application Slice.
Feb 18 09:21:47 skulldriver systemd[329390]: Reached target Shutdown.
Feb 18 09:21:47 skulldriver systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[329390]: Finished Exit the Session.
Feb 18 09:21:47 skulldriver systemd[329390]: Reached target Exit the Session.
Feb 18 09:21:47 skulldriver (sd-pam)[329392]: pam_unix(systemd-user:session): session closed for user lightdm
Feb 18 09:21:47 skulldriver systemd[1]: Stopped User Runtime Directory /run/user/1000.
Feb 18 09:21:47 skulldriver systemd[1]: polkit.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped Authorization Manager.
Feb 18 09:21:47 skulldriver systemd[1]: polkit.service: Consumed 5.875s CPU time, 9.9M memory peak.
Feb 18 09:21:47 skulldriver systemd[1]: user@968.service: Deactivated successfully.
Feb 18 09:21:47 skulldriver systemd[1]: Stopped User Manager for UID 968.
Feb 18 09:21:48 skulldriver systemd-logind[979]: Removed session c30.
Feb 18 09:21:48 skulldriver systemd-logind[979]: Removed session 3.
Feb 18 09:21:48 skulldriver systemd-logind[979]: Removed session 33.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice User Slice of UID 1000.
Feb 18 09:21:48 skulldriver systemd[1]: user-1000.slice: Consumed 21h 34min 45.941s CPU time, 14.5G memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: Stopping Permit User Sessions...
Feb 18 09:21:48 skulldriver systemd[1]: Stopping User Runtime Directory /run/user/968...
Feb 18 09:21:48 skulldriver systemd[1]: sys-devices-virtual-misc-rfkill.device: Failed to enqueue SYSTEMD_WANTS job, ignoring: Unit systemd-rfkill.socket is masked.
Feb 18 09:21:48 skulldriver systemd[1]: Requested transaction contradicts existing jobs: Transaction for sound.target/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
Feb 18 09:21:48 skulldriver systemd[1]: sys-devices-pci0000:00-0000:00:1f.3-sof_sdw-sound-card0-controlC0.device: Failed to enqueue SYSTEMD_WANTS job, ignoring: Transaction for sound.target/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
Feb 18 09:21:48 skulldriver systemd[1]: run-user-968.mount: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Unmounted /run/user/968.
Feb 18 09:21:48 skulldriver systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped Permit User Sessions.
Feb 18 09:21:48 skulldriver systemd[1]: user-runtime-dir@968.service: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped User Runtime Directory /run/user/968.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice User Slice of UID 968.
Feb 18 09:21:48 skulldriver systemd[1]: user-968.slice: Consumed 1.242s CPU time, 63.5M memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Network.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Remote File Systems.
Feb 18 09:21:48 skulldriver systemd[1]: Stopping Network Manager...
Feb 18 09:21:48 skulldriver systemd[1]: Stopping User Login Management...
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.3420] caught SIGTERM, shutting down normally.
Feb 18 09:21:48 skulldriver systemd[1]: Stopping WPA supplicant...
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: p2p-dev-wlp0s20: CTRL-EVENT-TERMINATING
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4141] device (wlp0s20f3): state change: activated -> deactivating (reason 'unmanaged', managed-type: 'full')
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4145] manager: NetworkManager state is now DISCONNECTING
Feb 18 09:21:48 skulldriver kernel: wlp0s20f3: deauthenticating from c0:56:27:45:7e:6e by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 18 09:21:48 skulldriver dbus-broker-launch[970]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Feb 18 09:21:48 skulldriver NetworkManager[976]: <warn>  [1771406508.4294] dispatcher: (285) failed (after 0.015 sec): Could not activate remote peer 'org.freedesktop.nm_dispatcher': activation request failed: unit is invalid
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4300] device (wlp0s20f3): state change: deactivating -> unmanaged (reason 'unmanaged-quitting', managed-type: 'full')
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4305] dhcp4 (wlp0s20f3): canceled DHCP transaction
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4305] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4305] dhcp4 (wlp0s20f3): state changed no lease
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4308] dhcp6 (wlp0s20f3): canceled DHCP transaction
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.4308] dhcp6 (wlp0s20f3): state changed no lease
Feb 18 09:21:48 skulldriver systemd[1]: systemd-logind.service: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped User Login Management.
Feb 18 09:21:48 skulldriver systemd[1]: systemd-logind.service: Consumed 8.107s CPU time, 4.6M memory peak.
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: nl80211: send_event_marker failed: Source based routing not supported
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=c0:56:27:45:7e:6e reason=3 locally_generated=1
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Feb 18 09:21:48 skulldriver wpa_supplicant[1266]: wlp0s20f3: CTRL-EVENT-TERMINATING
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target User and Group Name Lookups.
Feb 18 09:21:48 skulldriver systemd[1]: wpa_supplicant.service: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped WPA supplicant.
Feb 18 09:21:48 skulldriver systemd[1]: wpa_supplicant.service: Consumed 3.456s CPU time, 10M memory peak.
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.6146] manager: NetworkManager state is now DISCONNECTED
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.6196] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Feb 18 09:21:48 skulldriver dbus-broker-launch[970]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Feb 18 09:21:48 skulldriver NetworkManager[976]: <info>  [1771406508.6267] exiting (success)
Feb 18 09:21:48 skulldriver systemd[1]: NetworkManager.service: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped Network Manager.
Feb 18 09:21:48 skulldriver systemd[1]: NetworkManager.service: Consumed 1min 40.476s CPU time, 34.6M memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Basic System.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Path Units.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Slice Units.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Virtual Machine and Container Slice.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice User and Session Slice.
Feb 18 09:21:48 skulldriver systemd[1]: user.slice: Consumed 21h 35min 15.539s CPU time, 14.5G memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: Stopped target Socket Units.
Feb 18 09:21:48 skulldriver systemd[1]: avahi-daemon.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Feb 18 09:21:48 skulldriver systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/dirmngr.
Feb 18 09:21:48 skulldriver systemd[1]: system-dirmngr.slice: Consumed 11.142s CPU time, 24.4M memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Feb 18 09:21:48 skulldriver systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Feb 18 09:21:48 skulldriver systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Feb 18 09:21:48 skulldriver systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/gpg-agent.
Feb 18 09:21:48 skulldriver systemd[1]: system-gpg\x2dagent.slice: Consumed 3.281s CPU time, 4.8M memory peak.
Feb 18 09:21:48 skulldriver systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 18 09:21:48 skulldriver systemd[1]: Removed slice Slice /system/keyboxd.
Feb 18 09:21:48 skulldriver systemd[1]: libvirtd-admin.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt legacy monolithic daemon admin socket.
Feb 18 09:21:48 skulldriver systemd[1]: libvirtd-ro.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt legacy monolithic daemon read-only socket.
Feb 18 09:21:48 skulldriver systemd[1]: libvirtd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt legacy monolithic daemon socket.
Feb 18 09:21:48 skulldriver systemd[1]: pcscd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed PC/SC Smart Card Daemon Activation Socket.
Feb 18 09:21:48 skulldriver systemd[1]: polkit-agent-helper.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Authorization Manager Agent Helper.
Feb 18 09:21:48 skulldriver systemd[1]: snapd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Socket activation for snappy daemon.
Feb 18 09:21:48 skulldriver systemd[1]: sshd-unix-local.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Feb 18 09:21:48 skulldriver systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Hostname Service Socket.
Feb 18 09:21:48 skulldriver systemd[1]: systemd-importd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Disk Image Download Service Socket.
Feb 18 09:21:48 skulldriver systemd[1]: systemd-logind-varlink.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed User Login Management Varlink Socket.
Feb 18 09:21:48 skulldriver systemd[1]: systemd-machined.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed Virtual Machine and Container Registration Service Socket.
Feb 18 09:21:48 skulldriver systemd[1]: virtlockd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt locking daemon socket.
Feb 18 09:21:48 skulldriver systemd[1]: virtlogd-admin.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt logging daemon admin socket.
Feb 18 09:21:48 skulldriver systemd[1]: virtlogd.socket: Deactivated successfully.
Feb 18 09:21:48 skulldriver systemd[1]: Closed libvirt logging daemon socket.
Feb 18 09:21:48 skulldriver dbus-broker[975]: Dispatched 259566 messages @ 6(±10)μs / message.
Feb 18 09:21:49 skulldriver systemd[1]: Stopping D-Bus System Message Bus...
Feb 18 09:21:49 skulldriver systemd[1]: dbus-broker.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped D-Bus System Message Bus.
Feb 18 09:21:49 skulldriver systemd[1]: dbus-broker.service: Consumed 13.080s CPU time, 8.6M memory peak.
Feb 18 09:21:49 skulldriver systemd[1]: dbus.socket: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Closed D-Bus System Message Bus Socket.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target System Initialization.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Local Encrypted Volumes.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Image Downloads.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Local Integrity Protected Volumes.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Local Verity Protected Volumes.
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Set Up Additional Binary Formats...
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Cryptography Setup for luks-a147c11e-24e4-4157-8711-bd9c93439516...
Feb 18 09:21:49 skulldriver systemd[1]: systemd-sysctl.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Apply Kernel Variables.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-coredump.socket: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Closed Process Core Dump Socket.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-modules-load.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Load Kernel Modules.
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Network Time Synchronization...
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Feb 18 09:21:49 skulldriver systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd-cryptsetup[330397]: Device luks-a147c11e-24e4-4157-8711-bd9c93439516 is still in use.
Feb 18 09:21:49 skulldriver systemd-cryptsetup[330397]: Failed to deactivate 'luks-a147c11e-24e4-4157-8711-bd9c93439516': Device or resource busy
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Network Time Synchronization.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-backlight@backlight:intel_backlight.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-backlight@leds:dell::kbd_backlight.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-binfmt.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Set Up Additional Binary Formats.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-cryptsetup@luks\x2da147c11e\x2d24e4\x2d4157\x2d8711\x2dbd9c93439516.service: Control process exited, code=exited, status=1/FAILURE
Feb 18 09:21:49 skulldriver systemd[1]: systemd-cryptsetup@luks\x2da147c11e\x2d24e4\x2d4157\x2d8711\x2dbd9c93439516.service: Failed with result 'exit-code'.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Cryptography Setup for luks-a147c11e-24e4-4157-8711-bd9c93439516.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Feb 18 09:21:49 skulldriver systemd[1]: Removed slice Slice /system/systemd-backlight.
Feb 18 09:21:49 skulldriver systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Create System Files and Directories.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Local File Systems.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting /boot/efi...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting /tmp...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for bare, revision 5...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for core20, revision 1738...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for gnome-3-38-2004, revision 119...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for gtk-common-themes, revision 1535...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for snap-store, revision 638...
Feb 18 09:21:49 skulldriver systemd[1]: Unmounting Mount unit for snapd, revision 17883...
Feb 18 09:21:49 skulldriver systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-gnome\x2d3\x2d38\x2d2004-119.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for gnome-3-38-2004, revision 119.
Feb 18 09:21:49 skulldriver systemd[1]: boot-efi.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted /boot/efi.
Feb 18 09:21:49 skulldriver systemd[1]: tmp.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted /tmp.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-bare-5.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for bare, revision 5.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-core20-1738.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for core20, revision 1738.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1535.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for gtk-common-themes, revision 1535.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-snap\x2dstore-638.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for snap-store, revision 638.
Feb 18 09:21:49 skulldriver systemd[1]: var-lib-snapd-snap-snapd-17883.mount: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Unmounted Mount unit for snapd, revision 17883.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Swaps.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivating swap /dev/disk/by-diskseq/3...
Feb 18 09:21:49 skulldriver systemd[1]: systemd-fsck@dev-disk-by\x2duuid-8D26\x2d7CE5.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped File System Check on /dev/disk/by-uuid/8D26-7CE5.
Feb 18 09:21:49 skulldriver systemd[1]: Removed slice Slice /system/systemd-fsck.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Preparation for Local File Systems.
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 18 09:21:49 skulldriver systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Remount Root and Kernel File Systems.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Create Static Device Nodes in /dev.
Feb 18 09:21:49 skulldriver systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Feb 18 09:21:49 skulldriver systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dluks\x2de09e3087\x2db4ad\x2d452b\x2d967f\x2de53423c2f2e7.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-luks-e09e3087-b4ad-452b-967f-e53423c2f2e7.
Feb 18 09:21:49 skulldriver systemd[1]: dev-disk-by\x2dlabel-swap.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/disk/by-label/swap.
Feb 18 09:21:49 skulldriver systemd[1]: dev-disk-by\x2duuid-d4b2f4a7\x2de75e\x2d4ca3\x2da823\x2db258d2faf61c.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/disk/by-uuid/d4b2f4a7-e75e-4ca3-a823-b258d2faf61c.
Feb 18 09:21:49 skulldriver systemd[1]: dev-disk-by\x2ddiskseq-3.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/disk/by-diskseq/3.
Feb 18 09:21:49 skulldriver systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2de09e3087b4ad452b967fe53423c2f2e7\x2dluks\x2de09e3087\x2db4ad\x2d452b\x2d967f\x2de53423c2f2e7.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-e09e3087b4ad452b967fe53423c2f2e7-luks-e09e3087-b4ad-452b-967f-e53423c2f2e7.
Feb 18 09:21:49 skulldriver systemd[1]: dev-dm\x2d1.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/dm-1.
Feb 18 09:21:49 skulldriver systemd[1]: dev-mapper-luks\x2de09e3087\x2db4ad\x2d452b\x2d967f\x2de53423c2f2e7.swap: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Deactivated swap /dev/mapper/luks-e09e3087-b4ad-452b-967f-e53423c2f2e7.
Feb 18 09:21:49 skulldriver systemd[1]: lvm2-monitor.service: Deactivated successfully.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 18 09:21:49 skulldriver systemd[1]: Stopped target Block Device Preparation for /dev/mapper/luks-e09e3087-b4ad-452b-967f-e53423c2f2e7.
Feb 18 09:21:49 skulldriver systemd[1]: Reached target System Shutdown.
Feb 18 09:21:49 skulldriver systemd[1]: Stopping Cryptography Setup for luks-e09e3087-b4ad-452b-967f-e53423c2f2e7...
Feb 18 09:21:50 skulldriver systemd[1]: systemd-cryptsetup@luks\x2de09e3087\x2db4ad\x2d452b\x2d967f\x2de53423c2f2e7.service: Deactivated successfully.
Feb 18 09:21:50 skulldriver systemd[1]: Stopped Cryptography Setup for luks-e09e3087-b4ad-452b-967f-e53423c2f2e7.
Feb 18 09:21:50 skulldriver systemd[1]: Reached target Unmount All Filesystems.
Feb 18 09:21:50 skulldriver systemd[1]: Reached target Late Shutdown Services.
Feb 18 09:21:50 skulldriver systemd[1]: systemd-poweroff.service: Deactivated successfully.
Feb 18 09:21:50 skulldriver systemd[1]: Finished System Power Off.
Feb 18 09:21:50 skulldriver systemd[1]: Reached target System Power Off.
Feb 18 09:21:50 skulldriver systemd[1]: Shutting down.
Feb 18 09:21:50 skulldriver systemd-shutdown[1]: Syncing filesystems and block devices.
Feb 18 09:21:50 skulldriver systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Feb 18 09:21:50 skulldriver systemd-journald[567]: Received SIGTERM from PID 1 (systemd-shutdow).
Feb 18 09:21:50 skulldriver systemd-journald[567]: Journal stopped

Offline

#8 2026-02-19 01:54:06

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

Feb 18 09:06:49 skulldriver sudo[325447]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/virsh net-start default
Feb 18 09:06:49 skulldriver sudo[325447]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:06:49 skulldriver libvirtd[294013]: Unable to create bridge virbr0: Package not installed
Feb 18 09:06:49 skulldriver libvirtd[294013]: Cannot get interface flags on 'virbr0': No such device
Feb 18 09:06:50 skulldriver libvirtd[294013]: error destroying network device virbr0: No such device
Feb 18 09:06:50 skulldriver sudo[325447]: pam_unix(sudo:session): session closed for user root
Feb 18 09:08:18 skulldriver sudo[325687]:    ceres : TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:08:18 skulldriver sudo[325687]: pam_unix(sudo:session): session opened for user root(uid=0) by ceres(uid=1000)
Feb 18 09:08:18 skulldriver sudo[325687]: pam_unix(sudo:session): session closed for user root
Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:35 skulldriver sudo[328009]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:35 skulldriver sudo[328009]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:37 skulldriver sudo[328014]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:37 skulldriver sudo[328014]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:16:37 skulldriver sudo[328014]: pam_faillock(sudo:auth): Consecutive login failures for user ceres account temporarily locked
Feb 18 09:16:39 skulldriver sudo[328019]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:39 skulldriver sudo[328019]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:18:01 skulldriver sudo[328083]:    ceres : 3 incorrect password attempts ; TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:18:16 skulldriver unix_chkpwd[328126]: password check failed for user (ceres)
Feb 18 09:18:16 skulldriver sudo[328112]: pam_unix(sudo:auth): authentication failure; logname=ceres uid=1000 euid=0 tty=/dev/pts/2 ruser=ceres rhost=  user=ceres
Feb 18 09:18:29 skulldriver sudo[328112]:    ceres : 3 incorrect password attempts ; TTY=pts/2 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/modprobe bridge
Feb 18 09:19:48 skulldriver sudo[328183]: pam_unix(sudo:auth): conversation failed
Feb 18 09:19:48 skulldriver sudo[328183]: pam_unix(sudo:auth): auth could not identify password for [ceres]
Feb 18 09:19:51 skulldriver sudo[328183]:    ceres : 1 incorrect password attempt ; TTY=pts/3 ; PWD=/home/ceres ; USER=root ; COMMAND=/usr/bin/echo hi

What is causing the multiple "auth could not identify password for [ceres]" failures that trigger the lockout?
Edit:
Is there one ongoing authentication that blocks the other 3 somehow?

Last edited by loqs (2026-02-19 02:26:02)

Offline

#9 2026-02-19 04:48:44

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

What is causing the multiple "auth could not identify password for [ceres]" failures

I was suddenly unable to sudo and tried to sudo a bunch of times because I thought I must be entering my password wrong. In terms of why the password couldn't be identified to begin with, I really haven't got a clue. I could probably find out though now that my filesystem is mounted so I will get back on that.

Offline

#10 2026-02-19 09:26:11

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

I was suddenly unable to sudo

For clarification, sudo rejected your credentials. It's not that it just stalled?

Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): conversation failed
Feb 18 09:16:33 skulldriver sudo[327992]: pam_unix(sudo:auth): auth could not identify password for [ceres]

Since you were just messing w/ the network stack I assume you broke the hostname resolution?
Please post the etc/nsswitch.conf from the broken system

Offline

#11 2026-02-20 13:48:07

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

Sorry for the delay. I have been having some health issues that have made it difficult for me to be on this.

I chrooted into the system and I was able to use my password.

For clarification, sudo rejected your credentials. It's not that it just stalled?

It rejected my credentials as though I had typed in the wrong password. I am really not sure what happened but that's why I panicked, I thought there was no way that would happen unless my password had suddenly been changed (which definitely had not happened).

Please post the etc/nsswitch.conf from the broken system

# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.

passwd: files systemd
group: files [SUCCESS=merge] systemd
shadow: files systemd
gshadow: files systemd

publickey: files

hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
networks: files

protocols: files
services: files
ethers: files
rpc: files

netgroup: files

This doesn't seem broken to me. I think the conclusion I'm coming to is that the faillock just triggered because when I was messing around I pasted some junk from my clipboard into the console by mistake and tried to ^C out of it when prompted for a password (as some of the junk was `sudo ...`). Serves me right, honestly. This whole thing has been pretty embarrassing.

I'm not 100% certain that's what I did, where should I look to check if that is the case? (EDIT: the logs clearly show the PAM lockout was triggered by some interaction with sudo, but I'm no longer sure if this was before I was getting rejected or after it started rejecting me and I panicked, likely now I am thinking after before, but I should try to check, somehow.)

EDIT 2: I tried just recreating how I think the faillock got triggered (trying to sudo, keysmashing a bunch of nonsense into the password field, then trying to ^C out, for multiple chained calls to sudo) and that did in fact trigger the faillock, so at this point it's probably safe to conclude that the problem was that I didn't understand that sudo could silently trigger a faillock and that when the account is locked out, trying to use sudo and entering a correct password will yield the same output as an incorrect password attempt.

Last edited by parallel_karma (2026-02-20 21:52:08)

Offline

#12 2026-02-20 14:40:37

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

at this point it's probably safe to conclude that the problem was that I didn't understand that sudo could silently trigger a faillock

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#13 2026-02-20 19:03:01

Whoracle
Member
Registered: 2010-11-02
Posts: 202

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

parallel_karma wrote:

I'm not 100% certain that's what I did, where should I look to check if that is the case?

Not helpful after the fact, but maybe for the future: Look into (something like*) https://atuin.sh to keep an "eternal" shell history, and also keep if off-site from your machine. I use it between my desktop, laptop and various homelab play VMs, and it's a gamechanger. I can look up whatever random crap I pasted into a shell** a year ago on whatever host.

*Don't want to shill atuin too hard. I use it and am a fan, but there might be drawbacks to it and/or alternatives around.
**not that I would ever do that, of course. I'm infallible and perfect, after all.

Offline

#14 2026-02-20 21:44:12

parallel_karma
Member
Registered: 2026-02-18
Posts: 6

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

seth wrote:

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.

I wasn't sure if I should do it because I'm not perfectly confident I know this is what happened. It's a guess, admittedly a fairly sound one. Maybe I'm just paranoid. It seems silly since I jumped to the malware conclusion when, if I had known it was possible at the time, a faillock would have just been the more parsimonious explanation, but I'm having a hard time dissuading myself that this is a nothingburger and if I just boot back into the system everything will be fine. I suppose what I should do is just back it all up, boot, and then if it encrypts/wipes itself and demands bitcoin come back here in dismal vindication.

Whoracle wrote:

Not helpful after the fact, but maybe for the future: Look into (something like*) https://atuin.sh to keep an "eternal" shell history, and also keep if off-site from your machine. I use it between my desktop, laptop and various homelab play VMs, and it's a gamechanger. I can look up whatever random crap I pasted into a shell** a year ago on whatever host.

Thanks for this. It seems like it has time stamping, which would have helped here. I looked at my bash_history but of course it wasn't very informative about what in particular had triggered the faillock because there was no timing information.

Offline

#15 2026-02-20 22:02:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED?] Not whatsoever sure I ran into my first AUR malware

what I should do is just back it all up

There're two categories of people on the world: Those who have backups and those who plan to have backups.

Ie you should have backups of valuable data (stuff you cannot just download again) anyway and regardless of malware concerns.
The biggest thread to your system are usually you and the enter key.

It is beyond unlikely that bridge-utils carried any malware and you're an explanation for the perceived behavior and the trigger


bash_history but of course it wasn't very informative about what in particular had triggered the faillock because there was no timing information

https://man.archlinux.org/man/bash.1#HISTTIMEFORMAT
Or use zsh tongue

Offline

Board footer

Powered by FluxBB