You are not logged in.
For some reason, only Firefox seems to be able to access the internet. The ping command does nothing and gets stuck until I ctrl + c or I cancel it. I can ping ip addresses on my local network but that's the only thing that works. Steam begins attempting to download updates but all progress freezes and I can't even stop it. Steam can log in upon startup for some reason but no other network functionality in Steam works. Stopping a download just makes it say "stopping download" indefinitely. I can't even do sudo pacman -Syu. It just gets stuck on:
:: Synchronizing package databases...
core
for a really long time before finally spitting out errors. I can't connect to a vpn either but vpn stuff has been broken on my system for weeks anyway. Before, connecting to nordvpn just makes firefox refuse to open and it wouldn't open until I disconnect from the vpn. This issue isn't really relevant right now but it might be related which is why I'm talking about it. I can't repeat any of this right now because networking is now broken enough nordvpn won't connect.
If I use my internet browser, I can load most pages but not everything. Some websites don't work but most of them do. I'm typing this post on the borked arch pc since archlinux.org seems to work.
I've already restarted my router and tried different computers. Other computers are able to access the internet normally - its just my arch system that's broken.
I don't even know how to troubleshoot this it seems like a pretty deeply messed up issue, I fully expect I'll be spending the weekend doing a format + reinstall but MAYBE someone on here knows how to fix it. Any ideas?
Offline
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip r
resolvectl status
stat /etc/resolv.conf
cat /etc/resolv.conf
ping -c1 _gateway
ping -c1 8.8.8.8
# and ideally
dig @8.8.8.8 google.com # bind
drill @8.8.8.8 google.com # ldns
Offline
I don't know the answer, but I doubt this is serious enough to reinstall. You can start by providing some data to work from.
ip a
ip r
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Edit - humph
Last edited by dakota (2023-09-28 19:49:13)
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline
ok I tried a different router just for fun. It didn't make a difference but the router that was plugged in was kind of on the fritz. I often lose routers to thunderstorms. I have AC surge protectors but routers still die sometimes. I've tried surge protecting the dsl coming from the street and the ethernet line going to my garage but everything stops working with every dsl or ethernet surge protector I've ever tried. Every time I have a problem like this it's hard enough to figure out if it's a "real" issue or if it's just happening because whatever router I have plugged in is always a little messed up.
Here's the output of the first string of commands that was suggested:
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip r
resolvectl status
stat /etc/resolv.conf
cat /etc/resolv.conf
ping -c1 _gateway
ping -c1 8.8.8.8
# and ideally
dig @8.8.8.8 google.com # bind
drill @8.8.8.8 google.com # ldns
cups.path | multi-user.target.wants
cups.service | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.network1.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
display-manager.service | system
fstrim.timer | timers.target.wants
g810-led-reboot.service | shutdown.target.wants
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
iwd.service | multi-user.target.wants
lm_sensors.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
nordvpnd.service | default.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-networkd.service | multi-user.target.wants
systemd-networkd.socket | sockets.target.wants
systemd-networkd-wait-online.service | network-online.target.wants
systemd-network-generator.service | sysinit.target.wants
systemd-resolved.service | sysinit.target.wants
systemd-timesyncd.service | sysinit.target.wants
xdg-user-dirs-update.service | default.target.wants
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp11s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 30:85:a9:9a:64:5c brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c0:3c:59:d8:cc:91 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.75/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
valid_lft 85500sec preferred_lft 85500sec
inet 192.168.1.184/24 metric 600 brd 192.168.1.255 scope global secondary dynamic wlan0
valid_lft 85500sec preferred_lft 85500sec
inet6 fe80::d517:3e9e:991a:dd94/64 scope link noprefixroute
valid_lft forever preferred_lft forever
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.75 metric 600
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.184 metric 600
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.75 metric 600
192.168.1.1 dev wlan0 proto dhcp scope link src 192.168.1.184 metric 600
192.168.2.254 via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.184 metric 600
Global
Protocols: +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: foreign
Current DNS Server: 192.168.2.254
DNS Servers: 192.168.2.254
Fallback DNS Servers: 1.1.1.1#cloudflare-dns.com 9.9.9.9#dns.quad9.net
8.8.8.8#dns.google 2606:4700:4700::1111#cloudflare-dns.com
2620:fe::9#dns.quad9.net 2001:4860:4860::8888#dns.google
DNS Domain: Home
Link 2 (enp11s0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Link 4 (wlan0)
Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 mDNS/IPv4 mDNS/IPv6
Protocols: +DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 192.168.2.254
DNS Servers: 192.168.2.254
File: /etc/resolv.conf
Size: 67 Blocks: 8 IO Block: 4096 regular file
Device: 8,18 Inode: 14943662 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-09-28 15:04:24.033075824 -0500
Modify: 2023-09-28 15:04:01.676530273 -0500
Change: 2023-09-28 15:04:01.676530273 -0500
Birth: 2023-09-28 15:04:01.676530273 -0500
# Generated by NetworkManager
search Home
nameserver 192.168.2.254
PING _gateway (192.168.1.1) 56(84) bytes of data.
64 bytes from _gateway (192.168.1.1): icmp_seq=1 ttl=64 time=1.37 ms
--- _gateway ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.371/1.371/1.371/0.000 ms
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=31.6 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 31.591/31.591/31.591/0.000 ms
bash: dig: command not found
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 16208
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; google.com. IN A
;; ANSWER SECTION:
google.com. 273 IN A 172.217.4.206
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 33 msec
;; SERVER: 8.8.8.8
;; WHEN: Thu Sep 28 15:19:09 2023
;; MSG SIZE rcvd: 44
here is the output of the second one:
ip a
ip r
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp11s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 30:85:a9:9a:64:5c brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c0:3c:59:d8:cc:91 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.75/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
valid_lft 85360sec preferred_lft 85360sec
inet 192.168.1.184/24 metric 600 brd 192.168.1.255 scope global secondary dynamic wlan0
valid_lft 85360sec preferred_lft 85360sec
Last edited by TheUnknownBone (2023-09-28 20:28:22)
Offline
You've networkmanager, systemd-netword and iwd enabled.
They'll trip over each other, so pick one and disable the other(s)
If you want to use iwd as backend for NM, see https://wiki.archlinux.org/title/Networ … Fi_backend
If you want to use it along systemd-networkd make sure to NOT enable https://wiki.archlinux.org/title/Iwd#En … figuration
You actually have carrier, lease and DNS and you can ping teh gateway and 8.8.8.8, so I guess the double lease (192.168.1.75+192.168.1.184) as result of the concurrent services is gonna be your only problem
Offline
I don't have a main.conf file at /etc/iwd/main.conf. I created a file at /etc/NetworkManager/conf.d/wifi_backend.conf and added
[device]
wifi.backend=iwd
to it.
Doing sudo systemctl stop systemd-netword doesn't work and neither does sudo systemctl stop networkmanager but I can start and stop iwd that way. Stopping iwd makes the KDE wifi connection manager stop working.
Unfortunately, adding the suggested change didn't fix it. Since connecting to the internet with an ethernet cord and not wifi doesn't even allow the internet to at least work well enough to do a pacman -Syu, I am hesitant to try removing packages with pacman like network manager because if it doesn't work, there will be no way to get it back.
Last edited by TheUnknownBone (2023-09-28 21:32:04)
Offline
Doing sudo systemctl stop systemd-netword doesn't work and neither does sudo systemctl stop networkmanager but I can start and stop iwd that way.
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
sudo systemctl stop --now iwd.service
sudo systemctl stop --now systemd-networkd.service
sudo systemctl stop --now systemd-networkd.socket
sudo systemctl stop --now systemd-networkd-wait-online.service
sudo systemctl stop --now systemd-network-generator.service
Edit: and afterwards maybe
sudo systemctl restart NetworkManager.service
/edit
Unfortunately, adding the suggested change …
doesn't do anything in and by itself to resolve the mess.
There's no need to install anything here.
Last edited by seth (2023-09-28 21:37:10)
Offline
I guess I need another hint or something. So you believe the problem is caused by multiple network managers running. Namely iwctl, NetworkManager and the whatever built-in systemd one has. Intuition suggests that making it so that only 1 network manager is running at a time should fix it.
I try for example
sudo systemctl disable iwd.service
sudo systemctl disable systemd-networkd.service
sudo systemctl disable systemd-networkd.socket
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl disable systemd-network-generator.service
sudo systemctl enable NetworkManager.service
and then restart. Nothing changes. I didn't even make the problem worse.
I then tried it again except I disabled everything except iwd. The wifi icon doesn't show up in the KDE taskbar after rebooting, suggesting that whatever changes I made were persistent which is something. If I try to follow the arch wiki iwd instructions, once I get to the step where I type "station wlan0 connect [ssid]" then it returns to the next line but never asks for a password.
Now the only thing left to try is to disable all non-systemd network related stuff and enable everything network relating that has to do with systemd.
sudo systemctl disable iwd.service
sudo systemctl disable NetworkManager.service
sudo systemctl enable systemd-networkd.service
sudo systemctl enable systemd-networkd.socket
sudo systemctl enable systemd-networkd-wait-online.service
sudo systemctl enable systemd-network-generator.service
This time, I get the following error:
Failed to enable unit: Unit file systemd-networkd-generator.service does not exist
The command "systemctl show -p UnitPath --no-p" gives this output:
UnitPath=/etc/systemd/system.control /run/systemd/system.control /run/systemd/transient /run/systemd/generator.early /etc/systemd/system /etc/systemd/system.attached /run/systemd/system.attached /run/systemd/generator /usr/local/lib/systemd/system /usr/lib/systemd/system /run/systemd/generator.late
I feel like such a dumbass because I've been trying to salvage this Arch installation all day and I could have finished reinstalling by now if I started earlier. At this point I don't know if I should continue or not. Seems like an incredibly stubborn issue but what if the next thing I try fixes it?
Last edited by TheUnknownBone (2023-09-28 23:53:51)
Offline
So you believe the problem is caused by multiple network managers running. Namely iwctl, NetworkManager and the whatever built-in systemd one has. Intuition suggests that making it so that only 1 network manager is running at a time should fix it.
The symptoms you describe can be explained by running multiple network managers, but there may be additional problems depending on how you got your system in that state in the first place.
I've been trying to salvage this Arch installation all day and I could have finished reinstalling by now if I started earlier. At this point I don't know if I should continue or not.
If you are under time pressure and you need your system to work, reinstalling might be a good idea.
On the other hand, this is a great opportunity to learn more about how your system (and networking in general) works. Seth has more patience than anyone I've ever met... if you provide him with error messages and logs.
Nothing changes.
This, for example, is almost certainly not true. The information that Seth requested
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip r
resolvectl status
stat /etc/resolv.conf
cat /etc/resolv.conf
ping -c1 _gateway
ping -c1 8.8.8.8
# and ideally
dig @8.8.8.8 google.com # bind
drill @8.8.8.8 google.com # ldns
needs to be reposted after the steps that he instructed you to follow. [EDITED]
sudo systemctl disable --now iwd.service
sudo systemctl disable --now systemd-networkd.service
sudo systemctl disable --now systemd-networkd.socket
sudo systemctl disable --now systemd-networkd-wait-online.service
sudo systemctl disable --now systemd-network-generator.service
To start with, pick a network manager to use and stick with it. Disable all the other network managers, and just start that one. Then run
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
again to verify that only one network manager is running.
Then repost the output that Seth asked for.
And then have patience.
Cheers,
Edit -- changed Seth's instructions as mentioned in next post
Last edited by dakota (2023-09-29 12:49:43)
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline
seth needs to stop doing stuff late night because seth brain wants to sleep…
"systemctl stop --now" is nonsense, try
sudo systemctl disable --now iwd.service
sudo systemctl disable --now systemd-networkd.service
sudo systemctl disable --now systemd-networkd.socket
sudo systemctl disable --now systemd-networkd-wait-online.service
sudo systemctl disable --now systemd-network-generator.service
and then yes, repost the original information and it's better you solve a problem than steamroll over it w/ a re-installation because then you won't repeat previous mistakes.
Offline
seth needs to stop doing stuff late night because seth brain wants to sleep…
"systemctl stop --now" is nonsense, trysudo systemctl disable --now iwd.service sudo systemctl disable --now systemd-networkd.service sudo systemctl disable --now systemd-networkd.socket sudo systemctl disable --now systemd-networkd-wait-online.service sudo systemctl disable --now systemd-network-generator.service
Ok, I just typed in that stuff, actually I made a sh script since I'm having to transfer stuff to/from the computer with the broken arch install with a computer with functional networking using a flash drive but same difference.
I then ran the following in its entirety:
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip r
resolvectl status
stat /etc/resolv.conf
cat /etc/resolv.conf
ping -c1 _gateway
ping -c1 8.8.8.8
# and ideally
dig @8.8.8.8 google.com # bind
drill @8.8.8.8 google.com # ldns
Here's the output that I got:
cups.path | multi-user.target.wants
cups.service | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
display-manager.service | system
fstrim.timer | timers.target.wants
g810-led-reboot.service | shutdown.target.wants
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
lm_sensors.service | multi-user.target.wants
nordvpnd.service | default.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-resolved.service | sysinit.target.wants
systemd-timesyncd.service | sysinit.target.wants
xdg-user-dirs-update.service | default.target.wants
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp11s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 30:85:a9:9a:64:5c brd ff:ff:ff:ff:ff:ff
Global
Protocols: +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: foreign
Current DNS Server: 1.1.1.1#cloudflare-dns.com
Fallback DNS Servers: 1.1.1.1#cloudflare-dns.com 9.9.9.9#dns.quad9.net
8.8.8.8#dns.google 2606:4700:4700::1111#cloudflare-dns.com
2620:fe::9#dns.quad9.net 2001:4860:4860::8888#dns.google
Link 2 (enp11s0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
File: /etc/resolv.conf
Size: 30 Blocks: 8 IO Block: 4096 regular file
Device: 8,18 Inode: 14943342 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-09-29 11:57:19.037352612 -0500
Modify: 2023-09-29 11:53:51.397348611 -0500
Change: 2023-09-29 11:53:51.400681945 -0500
Birth: 2023-09-29 11:53:51.397348611 -0500
# Generated by NetworkManager
Edit: I would like to note that I thought I fixed it earlier (but actually didn't). Sometimes, disabling all the network services (systemd-networkd.service, systemd-networkd.socket, iwd, systemd-networkd-wait-online.service and systemd-network-generator.service) and also network manager and then enabling everything except NetworkManager, then restarting systemd-networkd.service makes the internet work for a little while. Yesterday it worked for like 3 hours, I just tried it again and it worked for 2 minutes. Every time it stops working after this, I can restart systemd-networkd to get a few more minutes of working internet. Here is the output of "sudo systemctl status systemd-networkd.service". This output was fetched after restarting systemd-networkd.service and seeing internet connectivity work for a few minutes.
● systemd-networkd.service - Network Configuration
Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)
Active: active (running) since Fri 2023-09-29 12:32:51 CDT; 1min 20s ago
TriggeredBy: ● systemd-networkd.socket
Docs: man:systemd-networkd.service(8)
man:org.freedesktop.network1(5)
Main PID: 6954 (systemd-network)
Status: "Processing requests..."
Tasks: 1 (limit: 67392)
FD Store: 0 (limit: 512)
Memory: 1.6M
CPU: 36ms
CGroup: /system.slice/systemd-networkd.service
└─6954 /usr/lib/systemd/systemd-networkd
Sep 29 12:32:51 archlinux systemd-networkd[6954]: enp11s0: Link UP
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: Link UP
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: Gained carrier
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: Gained IPv6LL
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: Connected WiFi access point: dd-wrt (00:31:92:d9:d9:29)
Sep 29 12:32:51 archlinux systemd-networkd[6954]: Enumeration completed
Sep 29 12:32:51 archlinux systemd[1]: Started Network Configuration.
Sep 29 12:32:51 archlinux systemd-networkd[6954]: enp11s0: Configuring with /etc/systemd/network/20-ethernet.network.
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: Configuring with /etc/systemd/network/20-wlan.network.
Sep 29 12:32:51 archlinux systemd-networkd[6954]: wlan0: DHCPv4 address 192.168.1.184/24, gateway 192.168.1.1 acquired from 192.168.1.1
Last edited by TheUnknownBone (2023-09-29 17:42:17)
Offline
Sometimes, … and also network manager and then enabling everything except NetworkManager
The latest output shows that you've no network managing service enabled ans unsruprisingly neither carrier, nor lease nor DNS - but also the WLAN device seems gone???
That then doesn't match the systemd-networkd status at all which shows that service enabled and running and working both NICs.
Stop flailing around, KDE probably frontends NM so we'll just focus on that for now.
Disable wid and everything systemd-networkd*, (re-)enable the NetworkManager services, if you want to use iwd instead of wpa_supplicant, configure it floowing https://wiki.archlinux.org/title/Networ … Fi_backend
Do NOT enable https://wiki.archlinux.org/title/Iwd#En … figuration
Then reboot, dump the service list, ip a; ip r and ping -c1 google.com and post that along a complete system journal ("sudo journactl -b > /tmp/journal.txt", if you have to usb-walt that to a system w/ internet)
Offline
The latest output shows that you've no network managing service enabled ans unsruprisingly neither carrier, nor lease nor DNS - but also the WLAN device seems gone???
That then doesn't match the systemd-networkd status at all which shows that service enabled and running and working both NICs.
Yeah so when I disable all that stuff and also NetworkManager, wlan0 disappears. I can bring it back with "sudo ifconfig wlan0 up".
The output I posted after making the edit was done after fidgetting around with services and changing stuff. Instead of disabling everything except NetworkManager, I disabled NetworkManager and enabled everything else which is why the last output I pasted doesn't match. I thought I was accomplishing something doing that but turns out I wasn't
Disable wid and everything systemd-networkd*, (re-)enable the NetworkManager services, if you want to use iwd instead of wpa_supplicant, configure it floowing https://wiki.archlinux.org/title/Networ … Fi_backend
Do NOT enable https://wiki.archlinux.org/title/Iwd#En … figuration
I guess I'd rather use whatever is most popular/more likely to work and not run into random problems. I thought iwd was the default thing everyone uses but apparently it's not. I should probably be going with NetworkManager unless there ends up being some really unlikely bug that only happens on my motherboard chipset or something.
Then reboot, dump the service list, ip a; ip r and ping -c1 google.com and post that along a complete system journal ("sudo journactl -b > /tmp/journal.txt", if you have to usb-walt that to a system w/ internet)
So here is what I did.
[1] disabled iwd and all the systemd-networkd* services using systemctl disable
[2] sudo systemctl enable NetworkManager.service
[3] reboot
[4] run the "find /etc..." service list command and the other ones and record the output
[5] run journalctl -b and record the output
Here is the results of the service list and all that stuff.
cups.path | multi-user.target.wants
cups.service | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
display-manager.service | system
fstrim.timer | timers.target.wants
g810-led-reboot.service | shutdown.target.wants
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
lm_sensors.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
nordvpnd.service | default.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-resolved.service | sysinit.target.wants
systemd-timesyncd.service | sysinit.target.wants
xdg-user-dirs-update.service | default.target.wants
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp11s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 30:85:a9:9a:64:5c brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c0:3c:59:d8:cc:91 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.75/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
valid_lft 86278sec preferred_lft 86278sec
inet6 fe80::5714:2ee5:1872:6ef1/64 scope link noprefixroute
valid_lft forever preferred_lft forever
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.75 metric 600
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.75 metric 600
Global
Protocols: +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: foreign
Current DNS Server: 192.168.2.254
DNS Servers: 192.168.2.254
Fallback DNS Servers: 1.1.1.1#cloudflare-dns.com 9.9.9.9#dns.quad9.net
8.8.8.8#dns.google 2606:4700:4700::1111#cloudflare-dns.com
2620:fe::9#dns.quad9.net 2001:4860:4860::8888#dns.google
DNS Domain: Home
Link 2 (enp11s0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Link 4 (wlan0)
Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 mDNS/IPv4 mDNS/IPv6
Protocols: +DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 192.168.2.254
DNS Servers: 192.168.2.254
DNS Domain: Home
File: /etc/resolv.conf
Size: 67 Blocks: 8 IO Block: 4096 regular file
Device: 8,18 Inode: 14943348 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-09-29 13:22:08.663878675 -0500
Modify: 2023-09-29 13:22:03.823878757 -0500
Change: 2023-09-29 13:22:03.823878757 -0500
Birth: 2023-09-29 13:22:03.823878757 -0500
# Generated by NetworkManager
search Home
nameserver 192.168.2.254
PING _gateway (192.168.1.1) 56(84) bytes of data.
64 bytes from _gateway (192.168.1.1): icmp_seq=1 ttl=64 time=0.931 ms
--- _gateway ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.931/0.931/0.931/0.000 ms
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=33.8 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 33.793/33.793/33.793/0.000 ms
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 36816
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; google.com. IN A
;; ANSWER SECTION:
google.com. 118 IN A 172.217.4.206
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 33 msec
;; SERVER: 8.8.8.8
;; WHEN: Fri Sep 29 13:24:12 2023
;; MSG SIZE rcvd: 44
Here is journalctl.
Sep 29 13:21:55 archlinux kernel: microcode: updated early: 0x710 -> 0x71a, date = 2020-03-24
Sep 29 13:21:55 archlinux kernel: Linux version 6.5.5-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Sat, 23 Sep 2023 22:55:13 +0000
Sep 29 13:21:55 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a9d1544d-ce88-4093-bfa6-26eea18aecca rw rootfstype=ext4 loglevel=3 quiet
Sep 29 13:21:55 archlinux kernel: BIOS-provided physical RAM map:
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bc128fff] usable
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bc129000-0x00000000bc40efff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bc40f000-0x00000000bc51cfff] ACPI data
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bc51d000-0x00000000bc73ffff] ACPI NVS
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bc740000-0x00000000bd749fff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bd74a000-0x00000000bd74afff] usable
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bd74b000-0x00000000bd7d0fff] ACPI NVS
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bd7d1000-0x00000000bdc10fff] usable
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bdc11000-0x00000000bdff3fff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000bdff4000-0x00000000bdffffff] usable
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 29 13:21:55 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000e3fffffff] usable
Sep 29 13:21:55 archlinux kernel: NX (Execute Disable) protection: active
Sep 29 13:21:55 archlinux kernel: SMBIOS 2.7 present.
Sep 29 13:21:55 archlinux kernel: DMI: System manufacturer System Product Name/P9X79 LE, BIOS 4801 07/24/2014
Sep 29 13:21:55 archlinux kernel: tsc: Fast TSC calibration using PIT
Sep 29 13:21:55 archlinux kernel: tsc: Detected 3201.749 MHz processor
Sep 29 13:21:55 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 29 13:21:55 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 29 13:21:55 archlinux kernel: last_pfn = 0xe40000 max_arch_pfn = 0x400000000
Sep 29 13:21:55 archlinux kernel: total RAM covered: 57328M
Sep 29 13:21:55 archlinux kernel: Found optimal setting for mtrr clean up
Sep 29 13:21:55 archlinux kernel: gran_size: 64K chunk_size: 32M num_reg: 9 lose cover RAM: 0G
Sep 29 13:21:55 archlinux kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 25), built from 10 variable MTRRs
Sep 29 13:21:55 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 29 13:21:55 archlinux kernel: e820: update [mem 0xbf000000-0xffffffff] usable ==> reserved
Sep 29 13:21:55 archlinux kernel: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
Sep 29 13:21:55 archlinux kernel: found SMP MP-table at [mem 0x000fd930-0x000fd93f]
Sep 29 13:21:55 archlinux kernel: Using GB pages for direct mapping
Sep 29 13:21:55 archlinux kernel: RAMDISK: [mem 0x35c53000-0x36e20fff]
Sep 29 13:21:55 archlinux kernel: ACPI: Early table checksum verification disabled
Sep 29 13:21:55 archlinux kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
Sep 29 13:21:55 archlinux kernel: ACPI: XSDT 0x00000000BC445070 000054 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 29 13:21:55 archlinux kernel: ACPI: FACP 0x00000000BC44F878 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
Sep 29 13:21:55 archlinux kernel: ACPI: DSDT 0x00000000BC445158 00A71A (v02 ALASKA A M I 00000016 INTL 20051117)
Sep 29 13:21:55 archlinux kernel: ACPI: FACS 0x00000000BC737080 000040
Sep 29 13:21:55 archlinux kernel: ACPI: APIC 0x00000000BC44F988 000100 (v03 ALASKA A M I 01072009 AMI 00010013)
Sep 29 13:21:55 archlinux kernel: ACPI: FPDT 0x00000000BC44FA88 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 29 13:21:55 archlinux kernel: ACPI: MCFG 0x00000000BC44FAD0 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
Sep 29 13:21:55 archlinux kernel: ACPI: HPET 0x00000000BC44FB10 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
Sep 29 13:21:55 archlinux kernel: ACPI: SSDT 0x00000000BC44FBA0 0CD128 (v02 INTEL CpuPm 00004000 INTL 20051117)
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xbc44f878-0xbc44f983]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xbc445158-0xbc44f871]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbc737080-0xbc7370bf]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbc44f988-0xbc44fa87]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0xbc44fa88-0xbc44facb]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xbc44fad0-0xbc44fb0b]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xbc44fb10-0xbc44fb47]
Sep 29 13:21:55 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbc44fba0-0xbc51ccc7]
Sep 29 13:21:55 archlinux kernel: No NUMA configuration found
Sep 29 13:21:55 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x0000000e3fffffff]
Sep 29 13:21:55 archlinux kernel: NODE_DATA(0) allocated [mem 0xe3fffb000-0xe3fffffff]
Sep 29 13:21:55 archlinux kernel: Zone ranges:
Sep 29 13:21:55 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 29 13:21:55 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 29 13:21:55 archlinux kernel: Normal [mem 0x0000000100000000-0x0000000e3fffffff]
Sep 29 13:21:55 archlinux kernel: Device empty
Sep 29 13:21:55 archlinux kernel: Movable zone start for each node
Sep 29 13:21:55 archlinux kernel: Early memory node ranges
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff]
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x0000000000100000-0x00000000bc128fff]
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x00000000bd74a000-0x00000000bd74afff]
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x00000000bd7d1000-0x00000000bdc10fff]
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x00000000bdff4000-0x00000000bdffffff]
Sep 29 13:21:55 archlinux kernel: node 0: [mem 0x0000000100000000-0x0000000e3fffffff]
Sep 29 13:21:55 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000e3fffffff]
Sep 29 13:21:55 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: On node 0, zone DMA32: 5665 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: On node 0, zone DMA32: 134 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: On node 0, zone DMA32: 995 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Sep 29 13:21:55 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 29 13:21:55 archlinux kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Sep 29 13:21:55 archlinux kernel: IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
Sep 29 13:21:55 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 29 13:21:55 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 29 13:21:55 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 29 13:21:55 archlinux kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 29 13:21:55 archlinux kernel: TSC deadline timer available
Sep 29 13:21:55 archlinux kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbc129000-0xbc40efff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbc40f000-0xbc51cfff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbc51d000-0xbc73ffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbc740000-0xbd749fff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbd74b000-0xbd7d0fff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbdc11000-0xbdff3fff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xdfffffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfed1bfff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfeffffff]
Sep 29 13:21:55 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Sep 29 13:21:55 archlinux kernel: [mem 0xbe000000-0xdfffffff] available for PCI devices
Sep 29 13:21:55 archlinux kernel: Booting paravirtualized kernel on bare hardware
Sep 29 13:21:55 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 29 13:21:55 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 29 13:21:55 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 29 13:21:55 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 29 13:21:55 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Sep 29 13:21:55 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a9d1544d-ce88-4093-bfa6-26eea18aecca rw rootfstype=ext4 loglevel=3 quiet
Sep 29 13:21:55 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Sep 29 13:21:55 archlinux kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 29 13:21:55 archlinux kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 29 13:21:55 archlinux kernel: Fallback order for Node 0: 0
Sep 29 13:21:55 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 14435680
Sep 29 13:21:55 archlinux kernel: Policy zone: Normal
Sep 29 13:21:55 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 29 13:21:55 archlinux kernel: software IO TLB: area num 16.
Sep 29 13:21:55 archlinux kernel: Memory: 57508260K/58659916K available (16384K kernel code, 2123K rwdata, 12952K rodata, 3384K init, 3916K bss, 1151396K reserved, 0K cma-reserved)
Sep 29 13:21:55 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 29 13:21:55 archlinux kernel: Kernel/User page tables isolation: enabled
Sep 29 13:21:55 archlinux kernel: ftrace: allocating 48459 entries in 190 pages
Sep 29 13:21:55 archlinux kernel: ftrace: allocated 190 pages with 6 groups
Sep 29 13:21:55 archlinux kernel: Dynamic Preempt: full
Sep 29 13:21:55 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 29 13:21:55 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 29 13:21:55 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 29 13:21:55 archlinux kernel: Trampoline variant of Tasks RCU enabled.
Sep 29 13:21:55 archlinux kernel: Rude variant of Tasks RCU enabled.
Sep 29 13:21:55 archlinux kernel: Tracing variant of Tasks RCU enabled.
Sep 29 13:21:55 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 29 13:21:55 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 29 13:21:55 archlinux kernel: NR_IRQS: 20736, nr_irqs: 928, preallocated irqs: 16
Sep 29 13:21:55 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 29 13:21:55 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 29 13:21:55 archlinux kernel: Console: colour dummy device 80x25
Sep 29 13:21:55 archlinux kernel: printk: console [tty0] enabled
Sep 29 13:21:55 archlinux kernel: ACPI: Core revision 20230331
Sep 29 13:21:55 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Sep 29 13:21:55 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Sep 29 13:21:55 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Sep 29 13:21:55 archlinux kernel: Switched APIC routing to physical flat.
Sep 29 13:21:55 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 29 13:21:55 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e26be6a34e, max_idle_ns: 440795331556 ns
Sep 29 13:21:55 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6406.31 BogoMIPS (lpj=10672496)
Sep 29 13:21:55 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 29 13:21:55 archlinux kernel: process: using mwait in idle threads
Sep 29 13:21:55 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Sep 29 13:21:55 archlinux kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Sep 29 13:21:55 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 29 13:21:55 archlinux kernel: Spectre V2 : Mitigation: Retpolines
Sep 29 13:21:55 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 29 13:21:55 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 29 13:21:55 archlinux kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 29 13:21:55 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 29 13:21:55 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Sep 29 13:21:55 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 29 13:21:55 archlinux kernel: MDS: Mitigation: Clear CPU buffers
Sep 29 13:21:55 archlinux kernel: MMIO Stale Data: Unknown: No mitigations
Sep 29 13:21:55 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 29 13:21:55 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 29 13:21:55 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 29 13:21:55 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 29 13:21:55 archlinux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Sep 29 13:21:55 archlinux kernel: Freeing SMP alternatives memory: 40K
Sep 29 13:21:55 archlinux kernel: pid_max: default: 32768 minimum: 301
Sep 29 13:21:55 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 29 13:21:55 archlinux kernel: landlock: Up and running.
Sep 29 13:21:55 archlinux kernel: Yama: becoming mindful.
Sep 29 13:21:55 archlinux kernel: LSM support for eBPF active
Sep 29 13:21:55 archlinux kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 29 13:21:55 archlinux kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 29 13:21:55 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (family: 0x6, model: 0x2d, stepping: 0x7)
Sep 29 13:21:55 archlinux kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 29 13:21:55 archlinux kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 29 13:21:55 archlinux kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 29 13:21:55 archlinux kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Sep 29 13:21:55 archlinux kernel: ... version: 3
Sep 29 13:21:55 archlinux kernel: ... bit width: 48
Sep 29 13:21:55 archlinux kernel: ... generic registers: 4
Sep 29 13:21:55 archlinux kernel: ... value mask: 0000ffffffffffff
Sep 29 13:21:55 archlinux kernel: ... max period: 00007fffffffffff
Sep 29 13:21:55 archlinux kernel: ... fixed-purpose events: 3
Sep 29 13:21:55 archlinux kernel: ... event mask: 000000070000000f
Sep 29 13:21:55 archlinux kernel: signal: max sigframe size: 1776
Sep 29 13:21:55 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1152
Sep 29 13:21:55 archlinux kernel: rcu: Hierarchical SRCU implementation.
Sep 29 13:21:55 archlinux kernel: rcu: Max phase no-delay instances is 1000.
Sep 29 13:21:55 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 29 13:21:55 archlinux kernel: smp: Bringing up secondary CPUs ...
Sep 29 13:21:55 archlinux kernel: smpboot: x86: Booting SMP configuration:
Sep 29 13:21:55 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Sep 29 13:21:55 archlinux kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Sep 29 13:21:55 archlinux kernel: smp: Brought up 1 node, 12 CPUs
Sep 29 13:21:55 archlinux kernel: smpboot: Max logical packages: 1
Sep 29 13:21:55 archlinux kernel: smpboot: Total of 12 processors activated (76872.72 BogoMIPS)
Sep 29 13:21:55 archlinux kernel: devtmpfs: initialized
Sep 29 13:21:55 archlinux kernel: x86/mm: Memory block size: 128MB
Sep 29 13:21:55 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbc51d000-0xbc73ffff] (2240512 bytes)
Sep 29 13:21:55 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbd74b000-0xbd7d0fff] (548864 bytes)
Sep 29 13:21:55 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 29 13:21:55 archlinux kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 29 13:21:55 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Sep 29 13:21:55 archlinux kernel: PM: RTC time: 18:21:54, date: 2023-09-29
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 29 13:21:55 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 29 13:21:55 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 29 13:21:55 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 29 13:21:55 archlinux kernel: audit: initializing netlink subsys (disabled)
Sep 29 13:21:55 archlinux kernel: audit: type=2000 audit(1696011714.073:1): state=initialized audit_enabled=0 res=1
Sep 29 13:21:55 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 29 13:21:55 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 29 13:21:55 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 29 13:21:55 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 29 13:21:55 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 29 13:21:55 archlinux kernel: cpuidle: using governor ladder
Sep 29 13:21:55 archlinux kernel: cpuidle: using governor menu
Sep 29 13:21:55 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 29 13:21:55 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Sep 29 13:21:55 archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as E820 entry
Sep 29 13:21:55 archlinux kernel: PCI: Using configuration type 1 for base access
Sep 29 13:21:55 archlinux kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Sep 29 13:21:55 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 29 13:21:55 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 29 13:21:55 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 29 13:21:55 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 29 13:21:55 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 29 13:21:55 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 29 13:21:55 archlinux kernel: ACPI: Added _OSI(Module Device)
Sep 29 13:21:55 archlinux kernel: ACPI: Added _OSI(Processor Device)
Sep 29 13:21:55 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 29 13:21:55 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 29 13:21:55 archlinux kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 29 13:21:55 archlinux kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Sep 29 13:21:55 archlinux kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Sep 29 13:21:55 archlinux kernel: ACPI: EC: EC started
Sep 29 13:21:55 archlinux kernel: ACPI: EC: interrupt blocked
Sep 29 13:21:55 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 29 13:21:55 archlinux kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Sep 29 13:21:55 archlinux kernel: ACPI: Interpreter enabled
Sep 29 13:21:55 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 29 13:21:55 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Sep 29 13:21:55 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 29 13:21:55 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Sep 29 13:21:55 archlinux kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Sep 29 13:21:55 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Sep 29 13:21:55 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 29 13:21:55 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER LTR DPC]
Sep 29 13:21:55 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability]
Sep 29 13:21:55 archlinux kernel: PCI host bridge to bus 0000:00
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
Sep 29 13:21:55 archlinux kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
Sep 29 13:21:55 archlinux kernel: pci 0000:00:05.4: reg 0x10: [mem 0xfbf09000-0xfbf09fff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
Sep 29 13:21:55 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfbf08000-0xfbf0800f 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xfbf07000-0xfbf073ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1b.0: [8086:1d20] type 00 class 0x040300
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: [8086:1d14] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: [8086:1d16] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: [8086:1d18] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: [8086:1d1a] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xfbf06000-0xfbf063ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfbf05000-0xfbf057ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.2: PME# supported from D3hot
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfbf04000-0xfbf040ff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
Sep 29 13:21:55 archlinux kernel: pci 0000:05:00.0: [8086:2723] type 00 class 0x028000
Sep 29 13:21:55 archlinux kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfbd00000-0xfbd03fff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 05]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbdfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb800000-0xfb803fff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:02.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: PCI bridge to [bus 01-03]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb8fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: [1002:747e] type 00 class 0x030000
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: reg 0x20: [io 0xe000-0xe0ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: reg 0x24: [mem 0xfb600000-0xfb6fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: reg 0x30: [mem 0xfb700000-0xfb71ffff pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:02.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.1: [1002:ab30] type 00 class 0x040300
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.1: reg 0x10: [mem 0xfb720000-0xfb723fff]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.1: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:04:00.0: [10ec:5765] type 00 class 0x010802
Sep 29 13:21:55 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfbe00000-0xfbe03fff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfbe04000-0xfbe05fff]
Sep 29 13:21:55 archlinux kernel: pci 0000:04:00.0: enabling Extended Tags
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: PCI bridge to [bus 04]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: bridge window [mem 0xfbe00000-0xfbefffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:11.0: PCI bridge to [bus 06]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Sep 29 13:21:55 archlinux kernel: pci 0000:08:00.0: [1b21:1042] type 00 class 0x0c0330
Sep 29 13:21:55 archlinux kernel: pci 0000:08:00.0: reg 0x10: [mem 0xfbc00000-0xfbc07fff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:08:00.0: PME# supported from D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 08]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0xfbc00000-0xfbcfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:09:00.0: [1b21:1042] type 00 class 0x0c0330
Sep 29 13:21:55 archlinux kernel: pci 0000:09:00.0: reg 0x10: [mem 0xfbb00000-0xfbb07fff 64bit]
Sep 29 13:21:55 archlinux kernel: pci 0000:09:00.0: PME# supported from D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 09]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: [1b21:0612] type 00 class 0x010601
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x10: [io 0xd050-0xd057]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x14: [io 0xd040-0xd043]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x18: [io 0xd030-0xd037]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x1c: [io 0xd020-0xd023]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x20: [io 0xd000-0xd01f]
Sep 29 13:21:55 archlinux kernel: pci 0000:0a:00.0: reg 0x24: [mem 0xfba00000-0xfba001ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 0a]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: reg 0x10: [io 0xc000-0xc0ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: reg 0x18: [mem 0xd0304000-0xd0304fff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: reg 0x20: [mem 0xd0300000-0xd0303fff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: supports D1 D2
Sep 29 13:21:55 archlinux kernel: pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: PCI bridge to [bus 0b]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:0c:00.0: [1106:3432] type 00 class 0x0c0330
Sep 29 13:21:55 archlinux kernel: pci 0000:0c:00.0: reg 0x10: [mem 0xfb900000-0xfb900fff]
Sep 29 13:21:55 archlinux kernel: pci 0000:0c:00.0: supports D1 D2
Sep 29 13:21:55 archlinux kernel: pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: PCI bridge to [bus 0c]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: bridge window [mem 0xfb900000-0xfb9fffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: extended config space not accessible
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0x03b0-0x03df window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
Sep 29 13:21:55 archlinux kernel: ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff])
Sep 29 13:21:55 archlinux kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 29 13:21:55 archlinux kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 29 13:21:55 archlinux kernel: PCI host bridge to bus 0000:ff
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:ff: root bus resource [bus ff]
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
Sep 29 13:21:55 archlinux kernel: pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 3
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 14
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 7
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKF disabled
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 5
Sep 29 13:21:55 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 15
Sep 29 13:21:55 archlinux kernel: ACPI: EC: interrupt unblocked
Sep 29 13:21:55 archlinux kernel: ACPI: EC: event unblocked
Sep 29 13:21:55 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 29 13:21:55 archlinux kernel: ACPI: EC: GPE=0x1e
Sep 29 13:21:55 archlinux kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Sep 29 13:21:55 archlinux kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Sep 29 13:21:55 archlinux kernel: iommu: Default domain type: Translated
Sep 29 13:21:55 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 29 13:21:55 archlinux kernel: SCSI subsystem initialized
Sep 29 13:21:55 archlinux kernel: libata version 3.00 loaded.
Sep 29 13:21:55 archlinux kernel: ACPI: bus type USB registered
Sep 29 13:21:55 archlinux kernel: usbcore: registered new interface driver usbfs
Sep 29 13:21:55 archlinux kernel: usbcore: registered new interface driver hub
Sep 29 13:21:55 archlinux kernel: usbcore: registered new device driver usb
Sep 29 13:21:55 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 29 13:21:55 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 29 13:21:55 archlinux kernel: PTP clock support registered
Sep 29 13:21:55 archlinux kernel: EDAC MC: Ver: 3.0.0
Sep 29 13:21:55 archlinux kernel: NetLabel: Initializing
Sep 29 13:21:55 archlinux kernel: NetLabel: domain hash size = 128
Sep 29 13:21:55 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 29 13:21:55 archlinux kernel: NetLabel: unlabeled traffic allowed by default
Sep 29 13:21:55 archlinux kernel: mctp: management component transport protocol core
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_MCTP protocol family
Sep 29 13:21:55 archlinux kernel: PCI: Using ACPI for IRQ routing
Sep 29 13:21:55 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 29 13:21:55 archlinux kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
Sep 29 13:21:55 archlinux kernel: e820: reserve RAM buffer [mem 0xbc129000-0xbfffffff]
Sep 29 13:21:55 archlinux kernel: e820: reserve RAM buffer [mem 0xbd74b000-0xbfffffff]
Sep 29 13:21:55 archlinux kernel: e820: reserve RAM buffer [mem 0xbdc11000-0xbfffffff]
Sep 29 13:21:55 archlinux kernel: e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: vgaarb: bridge control possible
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 29 13:21:55 archlinux kernel: vgaarb: loaded
Sep 29 13:21:55 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep 29 13:21:55 archlinux kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Sep 29 13:21:55 archlinux kernel: clocksource: Switched to clocksource tsc-early
Sep 29 13:21:55 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Sep 29 13:21:55 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 29 13:21:55 archlinux kernel: pnp: PnP ACPI init
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:01: [io 0x0290-0x029f] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Sep 29 13:21:55 archlinux kernel: pnp 00:04: [dma 0 disabled]
Sep 29 13:21:55 archlinux kernel: system 00:05: [io 0x0400-0x0453] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [io 0x0458-0x047f] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [io 0x1180-0x119f] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [io 0x0500-0x057f] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
Sep 29 13:21:55 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Sep 29 13:21:55 archlinux kernel: system 00:06: [io 0x0454-0x0457] has been reserved
Sep 29 13:21:55 archlinux kernel: pnp: PnP ACPI: found 7 devices
Sep 29 13:21:55 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_INET protocol family
Sep 29 13:21:55 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 29 13:21:55 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 29 13:21:55 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 29 13:21:55 archlinux kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 29 13:21:55 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 29 13:21:55 archlinux kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 29 13:21:55 archlinux kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 29 13:21:55 archlinux kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 29 13:21:55 archlinux kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_XDP protocol family
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 05]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbdfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: PCI bridge to [bus 01-03]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb8fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: PCI bridge to [bus 04]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:03.0: bridge window [mem 0xfbe00000-0xfbefffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:11.0: PCI bridge to [bus 06]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 08]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0xfbc00000-0xfbcfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 09]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 0a]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: PCI bridge to [bus 0b]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.5: bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: PCI bridge to [bus 0c]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1c.7: bridge window [mem 0xfb900000-0xfb9fffff]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xfbd00000-0xfbdfffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xfb600000-0xfb8fffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xfb600000-0xfb7fffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xfbe00000-0xfbefffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:08: resource 1 [mem 0xfbc00000-0xfbcfffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:09: resource 1 [mem 0xfbb00000-0xfbbfffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0a: resource 0 [io 0xd000-0xdfff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0a: resource 1 [mem 0xfba00000-0xfbafffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0b: resource 0 [io 0xc000-0xcfff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0b: resource 2 [mem 0xd0300000-0xd03fffff 64bit pref]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0c: resource 1 [mem 0xfb900000-0xfb9fffff]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x03af window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 5 [io 0x03e0-0x0cf7 window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 6 [io 0x03b0-0x03df window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 7 [io 0x0d00-0xffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 29 13:21:55 archlinux kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xffffffff window]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:05.0: disabled boot interrupts on device [8086:3c28]
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7d0 took 18472 usecs
Sep 29 13:21:55 archlinux kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7d0 took 19486 usecs
Sep 29 13:21:55 archlinux kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
Sep 29 13:21:55 archlinux kernel: PCI: CLS 64 bytes, default 64
Sep 29 13:21:55 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 29 13:21:55 archlinux kernel: software IO TLB: mapped [mem 0x00000000b8129000-0x00000000bc129000] (64MB)
Sep 29 13:21:55 archlinux kernel: Trying to unpack rootfs image as initramfs...
Sep 29 13:21:55 archlinux kernel: Initialise system trusted keyrings
Sep 29 13:21:55 archlinux kernel: Key type blacklist registered
Sep 29 13:21:55 archlinux kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 29 13:21:55 archlinux kernel: zbud: loaded
Sep 29 13:21:55 archlinux kernel: integrity: Platform Keyring initialized
Sep 29 13:21:55 archlinux kernel: integrity: Machine keyring initialized
Sep 29 13:21:55 archlinux kernel: Key type asymmetric registered
Sep 29 13:21:55 archlinux kernel: Asymmetric key parser 'x509' registered
Sep 29 13:21:55 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 29 13:21:55 archlinux kernel: io scheduler mq-deadline registered
Sep 29 13:21:55 archlinux kernel: io scheduler kyber registered
Sep 29 13:21:55 archlinux kernel: io scheduler bfq registered
Sep 29 13:21:55 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 29 13:21:55 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
Sep 29 13:21:55 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
Sep 29 13:21:55 archlinux kernel: ACPI: \_SB_.C000: Found 2 idle states
Sep 29 13:21:55 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 29 13:21:55 archlinux kernel: ACPI: button: Power Button [PWRB]
Sep 29 13:21:55 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 29 13:21:55 archlinux kernel: ACPI: button: Power Button [PWRF]
Sep 29 13:21:55 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 29 13:21:55 archlinux kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 29 13:21:55 archlinux kernel: Non-volatile memory driver v1.3
Sep 29 13:21:55 archlinux kernel: Linux agpgart interface v0.103
Sep 29 13:21:55 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Sep 29 13:21:55 archlinux kernel: ACPI: bus type drm_connector registered
Sep 29 13:21:55 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 29 13:21:55 archlinux kernel: fbcon: Deferring console take-over
Sep 29 13:21:55 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 29 13:21:55 archlinux kernel: ahci 0000:00:1f.2: version 3.0
Sep 29 13:21:55 archlinux kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xa impl SATA mode
Sep 29 13:21:55 archlinux kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
Sep 29 13:21:55 archlinux kernel: scsi host0: ahci
Sep 29 13:21:55 archlinux kernel: scsi host1: ahci
Sep 29 13:21:55 archlinux kernel: scsi host2: ahci
Sep 29 13:21:55 archlinux kernel: scsi host3: ahci
Sep 29 13:21:55 archlinux kernel: scsi host4: ahci
Sep 29 13:21:55 archlinux kernel: scsi host5: ahci
Sep 29 13:21:55 archlinux kernel: ata1: DUMMY
Sep 29 13:21:55 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xfbf05000 port 0xfbf05180 irq 31
Sep 29 13:21:55 archlinux kernel: ata3: DUMMY
Sep 29 13:21:55 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xfbf05000 port 0xfbf05280 irq 31
Sep 29 13:21:55 archlinux kernel: ata5: DUMMY
Sep 29 13:21:55 archlinux kernel: ata6: DUMMY
Sep 29 13:21:55 archlinux kernel: ahci 0000:0a:00.0: SSS flag set, parallel bus scan disabled
Sep 29 13:21:55 archlinux kernel: ahci 0000:0a:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Sep 29 13:21:55 archlinux kernel: ahci 0000:0a:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc
Sep 29 13:21:55 archlinux kernel: scsi host6: ahci
Sep 29 13:21:55 archlinux kernel: scsi host7: ahci
Sep 29 13:21:55 archlinux kernel: ata7: SATA max UDMA/133 abar m512@0xfba00000 port 0xfba00100 irq 32
Sep 29 13:21:55 archlinux kernel: ata8: SATA max UDMA/133 abar m512@0xfba00000 port 0xfba00180 irq 32
Sep 29 13:21:55 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Sep 29 13:21:55 archlinux kernel: usbserial: USB Serial support registered for generic
Sep 29 13:21:55 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1a.0: debug port 2
Sep 29 13:21:55 archlinux kernel: rtc_cmos 00:02: registered as rtc0
Sep 29 13:21:55 archlinux kernel: rtc_cmos 00:02: setting system clock to 2023-09-29T18:21:54 UTC (1696011714)
Sep 29 13:21:55 archlinux kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 29 13:21:55 archlinux kernel: intel_pstate: Intel P-state driver initializing
Sep 29 13:21:55 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 29 13:21:55 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 29 13:21:55 archlinux kernel: drop_monitor: Initializing network drop monitor service
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1a.0: irq 23, io mem 0xfbf07000
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Sep 29 13:21:55 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb1: Product: EHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb1: Manufacturer: Linux 6.5.5-arch1-1 ehci_hcd
Sep 29 13:21:55 archlinux kernel: usb usb1: SerialNumber: 0000:00:1a.0
Sep 29 13:21:55 archlinux kernel: hub 1-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 1-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: Initializing XFRM netlink socket
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1d.0: debug port 2
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_INET6 protocol family
Sep 29 13:21:55 archlinux kernel: Freeing initrd memory: 18232K
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbf06000
Sep 29 13:21:55 archlinux kernel: Segment Routing with IPv6
Sep 29 13:21:55 archlinux kernel: RPL Segment Routing with IPv6
Sep 29 13:21:55 archlinux kernel: In-situ OAM (IOAM) with IPv6
Sep 29 13:21:55 archlinux kernel: NET: Registered PF_PACKET protocol family
Sep 29 13:21:55 archlinux kernel: microcode: Microcode Update Driver: v2.2.
Sep 29 13:21:55 archlinux kernel: IPI shorthand broadcast: enabled
Sep 29 13:21:55 archlinux kernel: sched_clock: Marking stable (691263250, 1132918)->(705412133, -13015965)
Sep 29 13:21:55 archlinux kernel: registered taskstats version 1
Sep 29 13:21:55 archlinux kernel: Loading compiled-in X.509 certificates
Sep 29 13:21:55 archlinux kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Sep 29 13:21:55 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 84625fc02c1a53756a889bb3ea4fa4e0b56462ee'
Sep 29 13:21:55 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb2: Product: EHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb2: Manufacturer: Linux 6.5.5-arch1-1 ehci_hcd
Sep 29 13:21:55 archlinux kernel: usb usb2: SerialNumber: 0000:00:1d.0
Sep 29 13:21:55 archlinux kernel: hub 2-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 2-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Sep 29 13:21:55 archlinux kernel: Key type .fscrypt registered
Sep 29 13:21:55 archlinux kernel: Key type fscrypt-provisioning registered
Sep 29 13:21:55 archlinux kernel: PM: Magic number: 7:930:393
Sep 29 13:21:55 archlinux kernel: thermal cooling_device8: hash matches
Sep 29 13:21:55 archlinux kernel: RAS: Correctable Errors collector initialized.
Sep 29 13:21:55 archlinux kernel: clk: Disabling unused clocks
Sep 29 13:21:55 archlinux kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Sep 29 13:21:55 archlinux kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Sep 29 13:21:55 archlinux kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 29 13:21:55 archlinux kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Sep 29 13:21:55 archlinux kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 29 13:21:55 archlinux kernel: ata4.00: ATA-10: Crucial_CT525MX300SSD1, M0CR060, max UDMA/133
Sep 29 13:21:55 archlinux kernel: ata2.00: supports DRM functions and may not be fully accessible
Sep 29 13:21:55 archlinux kernel: ata2.00: ATA-9: Samsung SSD 850 EVO 2TB, EMT02B6Q, max UDMA/133
Sep 29 13:21:55 archlinux kernel: ata2.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Sep 29 13:21:55 archlinux kernel: ata4.00: 1025610768 sectors, multi 16: LBA48 NCQ (depth 32), AA
Sep 29 13:21:55 archlinux kernel: ata7: SATA link down (SStatus 0 SControl 300)
Sep 29 13:21:55 archlinux kernel: ata2.00: Features: Trust Dev-Sleep NCQ-sndrcv
Sep 29 13:21:55 archlinux kernel: ata2.00: supports DRM functions and may not be fully accessible
Sep 29 13:21:55 archlinux kernel: ata4.00: Features: Trust Dev-Sleep NCQ-sndrcv NCQ-prio
Sep 29 13:21:55 archlinux kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 29 13:21:55 archlinux kernel: ata2.00: configured for UDMA/133
Sep 29 13:21:55 archlinux kernel: scsi 1:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Sep 29 13:21:55 archlinux kernel: ata4.00: configured for UDMA/133
Sep 29 13:21:55 archlinux kernel: scsi 3:0:0:0: Direct-Access ATA Crucial_CT525MX3 R060 PQ: 0 ANSI: 5
Sep 29 13:21:55 archlinux kernel: sda: sda1 sda2
Sep 29 13:21:55 archlinux kernel: ata4.00: Enabling discard_zeroes_data
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] 1025610768 512-byte logical blocks: (525 GB/489 GiB)
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] Write Protect is off
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] supports TCG Opal
Sep 29 13:21:55 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Sep 29 13:21:55 archlinux kernel: ata4.00: Enabling discard_zeroes_data
Sep 29 13:21:55 archlinux kernel: sdb: sdb1 sdb2
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] supports TCG Opal
Sep 29 13:21:55 archlinux kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Sep 29 13:21:55 archlinux kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Sep 29 13:21:55 archlinux kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 29 13:21:55 archlinux kernel: hub 1-1:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 1-1:1.0: 6 ports detected
Sep 29 13:21:55 archlinux kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Sep 29 13:21:55 archlinux kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 29 13:21:55 archlinux kernel: hub 2-1:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 2-1:1.0: 8 ports detected
Sep 29 13:21:55 archlinux kernel: ata8: SATA link down (SStatus 0 SControl 300)
Sep 29 13:21:55 archlinux kernel: Freeing unused decrypted memory: 2036K
Sep 29 13:21:55 archlinux kernel: Freeing unused kernel image (initmem) memory: 3384K
Sep 29 13:21:55 archlinux kernel: Write protecting the kernel read-only data: 30720k
Sep 29 13:21:55 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1384K
Sep 29 13:21:55 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 29 13:21:55 archlinux kernel: rodata_test: all tests were successful
Sep 29 13:21:55 archlinux kernel: x86/mm: Checking user space page tables
Sep 29 13:21:55 archlinux kernel: usb 1-1.1: new full-speed USB device number 3 using ehci-pci
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: new full-speed USB device number 3 using ehci-pci
Sep 29 13:21:55 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 29 13:21:55 archlinux kernel: Run /init as init process
Sep 29 13:21:55 archlinux kernel: with arguments:
Sep 29 13:21:55 archlinux kernel: /init
Sep 29 13:21:55 archlinux kernel: with environment:
Sep 29 13:21:55 archlinux kernel: HOME=/
Sep 29 13:21:55 archlinux kernel: TERM=linux
Sep 29 13:21:55 archlinux kernel: BOOT_IMAGE=/vmlinuz-linux
Sep 29 13:21:55 archlinux systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 29 13:21:55 archlinux systemd[1]: Detected architecture x86-64.
Sep 29 13:21:55 archlinux systemd[1]: Running in initrd.
Sep 29 13:21:55 archlinux systemd[1]: Initializing machine ID from random generator.
Sep 29 13:21:55 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Sep 29 13:21:55 archlinux kernel: usb 1-1.1: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 29 13:21:55 archlinux kernel: usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: New USB device found, idVendor=10f5, idProduct=0290, bcdDevice= 1.00
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: Product: Turtle Beach PX22
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: Manufacturer: Turtle Beach
Sep 29 13:21:55 archlinux kernel: usb 2-1.2: SerialNumber: 000000001
Sep 29 13:21:55 archlinux systemd[1]: Reached target Path Units.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Slice Units.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Swaps.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Timer Units.
Sep 29 13:21:55 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Sep 29 13:21:55 archlinux systemd[1]: Listening on Journal Socket.
Sep 29 13:21:55 archlinux systemd[1]: Listening on udev Control Socket.
Sep 29 13:21:55 archlinux systemd[1]: Listening on udev Kernel Socket.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Socket Units.
Sep 29 13:21:55 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.5.5-arch1-1/modules.devname).
Sep 29 13:21:55 archlinux systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
Sep 29 13:21:55 archlinux systemd[1]: Starting Journal Service...
Sep 29 13:21:55 archlinux systemd[1]: Starting Load Kernel Modules...
Sep 29 13:21:55 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 29 13:21:55 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 29 13:21:55 archlinux systemd[1]: Starting Coldplug All udev Devices...
Sep 29 13:21:55 archlinux systemd[1]: Finished Load Kernel Modules.
Sep 29 13:21:55 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Local File Systems.
Sep 29 13:21:55 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 29 13:21:55 archlinux systemd-journald[171]: Collecting audit messages is disabled.
Sep 29 13:21:55 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: new full-speed USB device number 4 using ehci-pci
Sep 29 13:21:55 archlinux systemd-journald[171]: Journal started
Sep 29 13:21:55 archlinux systemd-journald[171]: Runtime Journal (/run/log/journal/3bd14487ee104210afa8a950ca027e21) is 8.0M, max 1.0G, 1.0G free.
Sep 29 13:21:55 archlinux systemd-udevd[179]: Using default interface naming scheme 'v253'.
Sep 29 13:21:55 archlinux systemd[1]: Started Journal Service.
Sep 29 13:21:55 archlinux kernel: tsc: Refined TSC clocksource calibration: 3201.825 MHz
Sep 29 13:21:55 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e2705a84d8, max_idle_ns: 440795222563 ns
Sep 29 13:21:55 archlinux kernel: clocksource: Switched to clocksource tsc
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: New USB device found, idVendor=046d, idProduct=c32b, bcdDevice=92.04
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: Product: Gaming Keyboard G910
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: Manufacturer: Logitech
Sep 29 13:21:55 archlinux kernel: usb 2-1.3: SerialNumber: 1281354C3430
Sep 29 13:21:55 archlinux kernel: input: Turtle Beach Turtle Beach PX22 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.3/0003:10F5:0290.0001/input/input2
Sep 29 13:21:55 archlinux kernel: hid-generic 0003:10F5:0290.0001: input,hidraw0: USB HID v1.00 Device [Turtle Beach Turtle Beach PX22] on usb-0000:00:1d.0-1.2/input3
Sep 29 13:21:55 archlinux kernel: input: Logitech Gaming Keyboard G910 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:046D:C32B.0002/input/input3
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: new full-speed USB device number 5 using ehci-pci
Sep 29 13:21:55 archlinux systemd[1]: Finished Coldplug All udev Devices.
Sep 29 13:21:55 archlinux kernel: hid-generic 0003:046D:C32B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Keyboard G910] on usb-0000:00:1d.0-1.3/input0
Sep 29 13:21:55 archlinux kernel: input: Logitech Gaming Keyboard G910 Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:046D:C32B.0003/input/input4
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 3
Sep 29 13:21:55 archlinux kernel: nvme nvme0: pci function 0000:04:00.0
Sep 29 13:21:55 archlinux systemd[1]: Found device Crucial_CT525MX300SSD1 2.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Initrd Root Device.
Sep 29 13:21:55 archlinux systemd[1]: Reached target System Initialization.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Basic System.
Sep 29 13:21:55 archlinux kernel: hid-generic 0003:046D:C32B.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Keyboard G910] on usb-0000:00:1d.0-1.3/input1
Sep 29 13:21:55 archlinux kernel: usbcore: registered new interface driver usbhid
Sep 29 13:21:55 archlinux kernel: usbhid: USB HID core driver
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080010
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 4
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:08:00.0: Host supports USB 3.0 SuperSpeed
Sep 29 13:21:55 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb3: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb3: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb3: SerialNumber: 0000:08:00.0
Sep 29 13:21:55 archlinux kernel: hub 3-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 3-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 29 13:21:55 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb4: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb4: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb4: SerialNumber: 0000:08:00.0
Sep 29 13:21:55 archlinux kernel: hub 4-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 4-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 5
Sep 29 13:21:55 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/a9d1544d-ce88-4093-bfa6-26eea18aecca...
Sep 29 13:21:55 archlinux systemd[1]: Starting Virtual Console Setup...
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: New USB device found, idVendor=046d, idProduct=c24a, bcdDevice=77.02
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: Product: Gaming Mouse G600
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: Manufacturer: Logitech
Sep 29 13:21:55 archlinux kernel: usb 2-1.7: SerialNumber: 641C7221A9100017
Sep 29 13:21:55 archlinux systemd[1]: Finished Virtual Console Setup.
Sep 29 13:21:55 archlinux kernel: input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:046D:C24A.0004/input/input7
Sep 29 13:21:55 archlinux kernel: hid-generic 0003:046D:C24A.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Gaming Mouse G600] on usb-0000:00:1d.0-1.7/input0
Sep 29 13:21:55 archlinux systemd-fsck[227]: /dev/sdb2: clean, 646756/32038912 files, 103153680/128148480 blocks
Sep 29 13:21:55 archlinux kernel: input: Logitech Gaming Mouse G600 Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:046D:C24A.0005/input/input8
Sep 29 13:21:55 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/a9d1544d-ce88-4093-bfa6-26eea18aecca.
Sep 29 13:21:55 archlinux systemd[1]: Mounting /sysroot...
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080010
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 6
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:09:00.0: Host supports USB 3.0 SuperSpeed
Sep 29 13:21:55 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb5: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb5: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb5: SerialNumber: 0000:09:00.0
Sep 29 13:21:55 archlinux kernel: hub 5-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 5-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 29 13:21:55 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb6: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb6: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb6: SerialNumber: 0000:09:00.0
Sep 29 13:21:55 archlinux kernel: hub 6-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 6-0:1.0: 2 ports detected
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 7
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: hcc params 0x0028f0eb hci version 0x96 quirks 0x0000000000080080
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 8
Sep 29 13:21:55 archlinux kernel: xhci_hcd 0000:0c:00.0: Host supports USB 3.0 SuperSpeed
Sep 29 13:21:55 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb7: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb7: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb7: SerialNumber: 0000:0c:00.0
Sep 29 13:21:55 archlinux kernel: hub 7-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 7-0:1.0: 1 port detected
Sep 29 13:21:55 archlinux kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 29 13:21:55 archlinux kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 29 13:21:55 archlinux kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 29 13:21:55 archlinux kernel: usb usb8: Product: xHCI Host Controller
Sep 29 13:21:55 archlinux kernel: usb usb8: Manufacturer: Linux 6.5.5-arch1-1 xhci-hcd
Sep 29 13:21:55 archlinux kernel: usb usb8: SerialNumber: 0000:0c:00.0
Sep 29 13:21:55 archlinux kernel: hub 8-0:1.0: USB hub found
Sep 29 13:21:55 archlinux kernel: hub 8-0:1.0: 4 ports detected
Sep 29 13:21:55 archlinux kernel: input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:046D:C24A.0005/input/input9
Sep 29 13:21:55 archlinux kernel: hid-generic 0003:046D:C24A.0005: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [Logitech Gaming Mouse G600] on usb-0000:00:1d.0-1.7/input1
Sep 29 13:21:55 archlinux kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Sep 29 13:21:55 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
Sep 29 13:21:55 archlinux kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Sep 29 13:21:55 archlinux kernel: nvme0n1: p1 p2
Sep 29 13:21:55 archlinux kernel: EXT4-fs (sdb2): mounted filesystem a9d1544d-ce88-4093-bfa6-26eea18aecca r/w with ordered data mode. Quota mode: none.
Sep 29 13:21:55 archlinux systemd[1]: Mounted /sysroot.
Sep 29 13:21:55 archlinux systemd[1]: Reached target Initrd Root File System.
Sep 29 13:21:55 archlinux kernel: usb 7-1: new high-speed USB device number 2 using xhci_hcd
Sep 29 13:21:56 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Sep 29 13:21:56 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Sep 29 13:21:56 archlinux systemd[1]: Reached target Initrd File Systems.
Sep 29 13:21:56 archlinux systemd[1]: Reached target Initrd Default Target.
Sep 29 13:21:56 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Initrd Default Target.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Basic System.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Initrd Root Device.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Path Units.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Slice Units.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Socket Units.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target System Initialization.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Local File Systems.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Swaps.
Sep 29 13:21:56 archlinux systemd[1]: Stopped target Timer Units.
Sep 29 13:21:56 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Stopped Load Kernel Modules.
Sep 29 13:21:56 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Sep 29 13:21:56 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Sep 29 13:21:56 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Stopped Virtual Console Setup.
Sep 29 13:21:56 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Sep 29 13:21:56 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Sep 29 13:21:56 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Closed udev Control Socket.
Sep 29 13:21:56 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Closed udev Kernel Socket.
Sep 29 13:21:56 archlinux systemd[1]: Starting Cleanup udev Database...
Sep 29 13:21:56 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Sep 29 13:21:56 archlinux kernel: usb 7-1: New USB device found, idVendor=2109, idProduct=0811, bcdDevice= 2.00
Sep 29 13:21:56 archlinux kernel: usb 7-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 29 13:21:56 archlinux kernel: usb 7-1: Product: USB2.0 Hub
Sep 29 13:21:56 archlinux kernel: hub 7-1:1.0: USB hub found
Sep 29 13:21:56 archlinux kernel: hub 7-1:1.0: 4 ports detected
Sep 29 13:21:56 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Sep 29 13:21:56 archlinux systemd[1]: Finished Cleanup udev Database.
Sep 29 13:21:56 archlinux systemd[1]: Reached target Switch Root.
Sep 29 13:21:56 archlinux systemd[1]: Starting Switch Root...
Sep 29 13:21:56 archlinux kernel: usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
Sep 29 13:21:56 archlinux kernel: usb 8-2: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=85.81
Sep 29 13:21:56 archlinux kernel: usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 29 13:21:56 archlinux kernel: usb 8-2: Product: USB3.0 Hub
Sep 29 13:21:56 archlinux kernel: usb 8-2: Manufacturer: VIA Labs, Inc.
Sep 29 13:21:56 archlinux kernel: hub 8-2:1.0: USB hub found
Sep 29 13:21:56 archlinux kernel: hub 8-2:1.0: 4 ports detected
Sep 29 13:21:56 archlinux systemd[1]: Switching root.
Sep 29 13:21:56 archlinux systemd-journald[171]: Journal stopped
Sep 29 13:21:57 archlinux systemd-journald[171]: Received SIGTERM from PID 1 (systemd).
Sep 29 13:21:57 archlinux systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 29 13:21:57 archlinux systemd[1]: Detected architecture x86-64.
Sep 29 13:21:57 archlinux kernel: usb 7-1.2: new high-speed USB device number 3 using xhci_hcd
Sep 29 13:21:57 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
Sep 29 13:21:57 archlinux kernel: usb 7-1.2: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=85.80
Sep 29 13:21:57 archlinux kernel: usb 7-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 29 13:21:57 archlinux kernel: usb 7-1.2: Product: USB2.0 Hub
Sep 29 13:21:57 archlinux kernel: hub 7-1.2:1.0: USB hub found
Sep 29 13:21:57 archlinux kernel: hub 7-1.2:1.0: 4 ports detected
Sep 29 13:21:57 archlinux systemd-fstab-generator[261]: Mount point is not a valid path, ignoring.
Sep 29 13:21:57 archlinux systemd-fstab-generator[261]: Mount point is not a valid path, ignoring.
Sep 29 13:21:57 archlinux kernel: random: crng init done
Sep 29 13:21:57 archlinux kernel: zram: Added device: zram0
Sep 29 13:21:57 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Stopped Switch Root.
Sep 29 13:21:57 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 29 13:21:57 archlinux systemd[1]: Created slice Slice /system/getty.
Sep 29 13:21:57 archlinux systemd[1]: Created slice Slice /system/modprobe.
Sep 29 13:21:57 archlinux systemd[1]: Created slice Slice /system/systemd-zram-setup.
Sep 29 13:21:57 archlinux systemd[1]: Created slice User and Session Slice.
Sep 29 13:21:57 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 29 13:21:57 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 29 13:21:57 archlinux systemd[1]: Reached target Login Prompts.
Sep 29 13:21:57 archlinux systemd[1]: Stopped target Switch Root.
Sep 29 13:21:57 archlinux systemd[1]: Stopped target Initrd File Systems.
Sep 29 13:21:57 archlinux systemd[1]: Stopped target Initrd Root File System.
Sep 29 13:21:57 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 29 13:21:57 archlinux systemd[1]: Reached target Remote File Systems.
Sep 29 13:21:57 archlinux systemd[1]: Reached target Slice Units.
Sep 29 13:21:57 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
Sep 29 13:21:57 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 29 13:21:57 archlinux systemd[1]: Listening on Process Core Dump Socket.
Sep 29 13:21:57 archlinux systemd[1]: Listening on udev Control Socket.
Sep 29 13:21:57 archlinux systemd[1]: Listening on udev Kernel Socket.
Sep 29 13:21:57 archlinux systemd[1]: Mounting Huge Pages File System...
Sep 29 13:21:57 archlinux systemd[1]: Mounting POSIX Message Queue File System...
Sep 29 13:21:57 archlinux systemd[1]: Mounting Kernel Debug File System...
Sep 29 13:21:57 archlinux systemd[1]: Mounting Kernel Trace File System...
Sep 29 13:21:57 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Module configfs...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Module drm...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Module fuse...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Module loop...
Sep 29 13:21:57 archlinux systemd[1]: Starting Journal Service...
Sep 29 13:21:57 archlinux systemd[1]: Starting Load Kernel Modules...
Sep 29 13:21:57 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 29 13:21:57 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 29 13:21:57 archlinux systemd[1]: Starting Coldplug All udev Devices...
Sep 29 13:21:57 archlinux systemd[1]: Starting Virtual Console Setup...
Sep 29 13:21:57 archlinux systemd[1]: Mounted Huge Pages File System.
Sep 29 13:21:57 archlinux systemd[1]: Mounted POSIX Message Queue File System.
Sep 29 13:21:57 archlinux systemd[1]: Mounted Kernel Debug File System.
Sep 29 13:21:57 archlinux systemd[1]: Mounted Kernel Trace File System.
Sep 29 13:21:57 archlinux kernel: loop: module loaded
Sep 29 13:21:57 archlinux kernel: EXT4-fs (sdb2): re-mounted a9d1544d-ce88-4093-bfa6-26eea18aecca r/w. Quota mode: none.
Sep 29 13:21:57 archlinux kernel: device-mapper: uevent: version 1.0.3
Sep 29 13:21:57 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 29 13:21:57 archlinux systemd-journald[284]: Collecting audit messages is disabled.
Sep 29 13:21:57 archlinux kernel: fuse: init (API version 7.38)
Sep 29 13:21:57 archlinux systemd-journald[284]: Journal started
Sep 29 13:21:57 archlinux systemd-journald[284]: Runtime Journal (/run/log/journal/d055ee60ca2f4e15aa873ada83b84fea) is 8.0M, max 1.0G, 1.0G free.
Sep 29 13:21:57 archlinux systemd[1]: Queued start job for default target Graphical Interface.
Sep 29 13:21:57 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd-modules-load[285]: Inserted module 'crypto_user'
Sep 29 13:21:57 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Sep 29 13:21:57 archlinux systemd[1]: Started Journal Service.
Sep 29 13:21:57 archlinux systemd[1]: Finished Load Kernel Module configfs.
Sep 29 13:21:57 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
Sep 29 13:21:57 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Finished Load Kernel Module drm.
Sep 29 13:21:57 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Finished Load Kernel Module fuse.
Sep 29 13:21:57 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 29 13:21:57 archlinux systemd[1]: Finished Load Kernel Module loop.
Sep 29 13:21:57 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 29 13:21:58 archlinux systemd[1]: Finished Virtual Console Setup.
Sep 29 13:21:58 archlinux systemd[1]: Mounting FUSE Control File System...
Sep 29 13:21:58 archlinux systemd[1]: Mounting Kernel Configuration File System...
Sep 29 13:21:58 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 29 13:21:58 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 29 13:21:58 archlinux systemd[1]: Starting Load/Save OS Random Seed...
Sep 29 13:21:58 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 29 13:21:58 archlinux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 29 13:21:58 archlinux systemd[1]: Mounted FUSE Control File System.
Sep 29 13:21:58 archlinux systemd[1]: Mounted Kernel Configuration File System.
Sep 29 13:21:58 archlinux systemd-journald[284]: Time spent on flushing to /var/log/journal/d055ee60ca2f4e15aa873ada83b84fea is 85.847ms for 1076 entries.
Sep 29 13:21:58 archlinux systemd-journald[284]: System Journal (/var/log/journal/d055ee60ca2f4e15aa873ada83b84fea) is 547.8M, max 4.0G, 3.4G free.
Sep 29 13:21:58 archlinux systemd-journald[284]: Received client request to flush runtime journal.
Sep 29 13:21:58 archlinux systemd-journald[284]: /var/log/journal/d055ee60ca2f4e15aa873ada83b84fea/system.journal: Journal file uses a different sequence number ID, rotating.
Sep 29 13:21:58 archlinux systemd-journald[284]: Rotating system journal.
Sep 29 13:21:58 archlinux systemd[1]: Finished Coldplug All udev Devices.
Sep 29 13:21:58 archlinux systemd[1]: Finished Load/Save OS Random Seed.
Sep 29 13:21:58 archlinux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 29 13:21:58 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 29 13:21:58 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 29 13:21:58 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 29 13:21:58 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 29 13:21:58 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Sep 29 13:21:58 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 29 13:21:58 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 29 13:21:58 archlinux systemd-udevd[328]: Using default interface naming scheme 'v253'.
Sep 29 13:21:58 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 29 13:21:58 archlinux systemd[1]: Starting Show Plymouth Boot Screen...
Sep 29 13:21:58 archlinux systemd[1]: Found device /dev/zram0.
Sep 29 13:21:58 archlinux systemd[1]: Starting Load Kernel Module configfs...
Sep 29 13:21:58 archlinux systemd[1]: Starting Create swap on /dev/zram0...
Sep 29 13:21:58 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 29 13:21:58 archlinux mtp-probe[375]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2"
Sep 29 13:21:58 archlinux mtp-probe[377]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7"
Sep 29 13:21:58 archlinux kernel: zram0: detected capacity change from 0 to 8388608
Sep 29 13:21:58 archlinux mtp-probe[376]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3"
Sep 29 13:21:58 archlinux mtp-probe[377]: bus: 2, device: 5 was not an MTP device
Sep 29 13:21:58 archlinux mtp-probe[375]: bus: 2, device: 3 was not an MTP device
Sep 29 13:21:58 archlinux mtp-probe[376]: bus: 2, device: 4 was not an MTP device
Sep 29 13:21:58 archlinux systemd-makefs[381]: /dev/zram0 successfully formatted as swap (label "zram0", uuid 1b22693f-bd9b-4b88-978d-02c0fce1c892)
Sep 29 13:21:58 archlinux systemd[1]: Finished Load Kernel Module configfs.
Sep 29 13:21:58 archlinux kernel: mousedev: PS/2 mouse device common for all mice
Sep 29 13:21:58 archlinux systemd[1]: Finished Create swap on /dev/zram0.
Sep 29 13:21:58 archlinux systemd[1]: Started Show Plymouth Boot Screen.
Sep 29 13:21:58 archlinux systemd[1]: Received SIGRTMIN+20 from PID 380 (plymouthd).
Sep 29 13:21:58 archlinux systemd[1]: Condition check resulted in Crucial_CT525MX300SSD1 1 being skipped.
Sep 29 13:21:58 archlinux systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 29 13:21:58 archlinux systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Sep 29 13:21:58 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Sep 29 13:21:58 archlinux kernel: fbcon: Taking over console
Sep 29 13:21:58 archlinux kernel: Console: switching to colour frame buffer device 240x67
Sep 29 13:21:58 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Sep 29 13:21:58 archlinux systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Sep 29 13:21:58 archlinux systemd[1]: Mounting /boot...
Sep 29 13:21:58 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 29 13:21:58 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 29 13:21:58 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
Sep 29 13:21:58 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 29 13:21:58 archlinux kernel: Disabling lock debugging due to kernel taint
Sep 29 13:21:58 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 29 13:21:58 archlinux kernel: nvidia: module license taints kernel.
Sep 29 13:21:58 archlinux kernel: Adding 4194300k swap on /dev/zram0. Priority:100 extents:1 across:4194300k SSDscFS
Sep 29 13:21:58 archlinux systemd[1]: Stopped Virtual Console Setup.
Sep 29 13:21:58 archlinux systemd[1]: Stopping Virtual Console Setup...
Sep 29 13:21:58 archlinux systemd[1]: Starting Virtual Console Setup...
Sep 29 13:21:58 archlinux systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Sep 29 13:21:58 archlinux systemd[1]: Reached target Swaps.
Sep 29 13:21:58 archlinux systemd[1]: Mounting Temporary Directory /tmp...
Sep 29 13:21:58 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 29 13:21:58 archlinux kernel: iTCO_vendor_support: vendor-support=0
Sep 29 13:21:58 archlinux kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Sep 29 13:21:58 archlinux kernel: Bluetooth: Core ver 2.22
Sep 29 13:21:58 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 29 13:21:58 archlinux kernel: Bluetooth: HCI device and connection manager initialized
Sep 29 13:21:58 archlinux kernel: Bluetooth: HCI socket layer initialized
Sep 29 13:21:58 archlinux kernel: Bluetooth: L2CAP socket layer initialized
Sep 29 13:21:58 archlinux kernel: Bluetooth: SCO socket layer initialized
Sep 29 13:21:58 archlinux kernel: i2c i2c-0: 8/8 memory slots populated (from DMI)
Sep 29 13:21:58 archlinux kernel: i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Sep 29 13:21:58 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 29 13:21:58 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 29 13:21:58 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 29 13:21:58 archlinux kernel: cfg80211: failed to load regulatory.db
Sep 29 13:21:58 archlinux systemd[1]: Stopped Virtual Console Setup.
Sep 29 13:21:58 archlinux systemd[1]: Mounted Temporary Directory /tmp.
Sep 29 13:21:58 archlinux systemd[1]: Starting Virtual Console Setup...
Sep 29 13:21:58 archlinux systemd[1]: Finished Virtual Console Setup.
Sep 29 13:21:59 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Sep 29 13:21:59 archlinux kernel: NVRM: No NVIDIA GPU found.
Sep 29 13:21:59 archlinux kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 234
Sep 29 13:21:59 archlinux kernel: r8169 0000:0b:00.0 eth0: RTL8168f/8111f, 30:85:a9:9a:64:5c, XID 480, IRQ 60
Sep 29 13:21:59 archlinux kernel: r8169 0000:0b:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 29 13:21:59 archlinux kernel: FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Sep 29 13:21:59 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
Sep 29 13:21:59 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Sep 29 13:21:59 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Sep 29 13:21:59 archlinux kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 29 13:21:59 archlinux kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 29 13:21:59 archlinux kernel: iTCO_wdt iTCO_wdt.1.auto: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
Sep 29 13:21:59 archlinux kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Sep 29 13:21:59 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Sep 29 13:21:59 archlinux kernel: mc: Linux media interface: v0.10
Sep 29 13:21:59 archlinux systemd[1]: Mounted /boot.
Sep 29 13:21:59 archlinux systemd[1]: Reached target Local File Systems.
Sep 29 13:21:59 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 29 13:21:59 archlinux kernel: r8169 0000:0b:00.0 enp11s0: renamed from eth0
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: api flags index 2 larger than supported by driver
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: loaded firmware version 77.2df8986f.0 cc-a0-77.ucode op_mode iwlmvm
Sep 29 13:21:59 archlinux kernel: asus_wmi: Initialization: 0x0
Sep 29 13:21:59 archlinux kernel: asus_wmi: BIOS WMI version: 0.9
Sep 29 13:21:59 archlinux kernel: asus_wmi: SFUN value: 0x0
Sep 29 13:21:59 archlinux kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Sep 29 13:21:59 archlinux systemd-modules-load[285]: Failed to insert module 'nvidia_uvm': No such device
Sep 29 13:21:59 archlinux kernel: AVX version of gcm_enc/dec engaged.
Sep 29 13:21:59 archlinux kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input11
Sep 29 13:21:59 archlinux kernel: AES CTR mode by8 optimization enabled
Sep 29 13:21:59 archlinux kernel: Asymmetric key parser 'pkcs8' registered
Sep 29 13:21:59 archlinux systemd-modules-load[285]: Inserted module 'pkcs8_key_parser'
Sep 29 13:21:59 archlinux systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Sep 29 13:21:59 archlinux systemd[1]: Starting Set Up Additional Binary Formats...
Sep 29 13:21:59 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 29 13:21:59 archlinux systemd[1]: Starting Create Volatile Files and Directories...
Sep 29 13:21:59 archlinux kernel: usbcore: registered new interface driver btusb
Sep 29 13:21:59 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Sep 29 13:21:59 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
Sep 29 13:21:59 archlinux kernel: Bluetooth: hci0: Firmware Version: 206-22.23
Sep 29 13:21:59 archlinux kernel: Bluetooth: hci0: Firmware already loaded
Sep 29 13:21:59 archlinux kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Sep 29 13:21:59 archlinux systemd[1]: Finished Load Kernel Modules.
Sep 29 13:21:59 archlinux kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
Sep 29 13:21:59 archlinux kernel: usbcore: registered new interface driver snd-usb-audio
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Sep 29 13:21:59 archlinux kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Sep 29 13:21:59 archlinux systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Sep 29 13:21:59 archlinux systemd[1]: Received SIGRTMIN+20 from PID 380 (plymouthd).
Sep 29 13:21:59 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 453 (systemd-binfmt)
Sep 29 13:21:59 archlinux systemd[1]: Reached target Bluetooth Support.
Sep 29 13:21:59 archlinux systemd[1]: Reached target Sound Card.
Sep 29 13:21:59 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card2/input12
Sep 29 13:21:59 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card2/input13
Sep 29 13:21:59 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card2/input14
Sep 29 13:21:59 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card2/input15
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x1e
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Sep 29 13:21:59 archlinux kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
Sep 29 13:21:59 archlinux kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: Detected RF HR B3, rfid=0x10a100
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Couldn't find mci handler
Sep 29 13:21:59 archlinux kernel: EDAC sbridge: Failed to register device with error -19.
Sep 29 13:21:59 archlinux systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 29 13:21:59 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 29 13:21:59 archlinux systemd[1]: Starting Apply Kernel Variables...
Sep 29 13:21:59 archlinux systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 29 13:21:59 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 29 13:21:59 archlinux kernel: iwlwifi 0000:05:00.0: base HW address: c0:3c:59:d8:cc:91
Sep 29 13:21:59 archlinux systemd[1]: Finished Set Up Additional Binary Formats.
Sep 29 13:21:59 archlinux kernel: intel_rapl_common: Found RAPL domain package
Sep 29 13:21:59 archlinux kernel: intel_rapl_common: Found RAPL domain core
Sep 29 13:21:59 archlinux systemd[1]: Finished Apply Kernel Variables.
Sep 29 13:21:59 archlinux systemd[1]: Finished Create Volatile Files and Directories.
Sep 29 13:21:59 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 29 13:21:59 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 29 13:21:59 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 29 13:21:59 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 29 13:22:01 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
Sep 29 13:22:01 archlinux kernel: amdgpu: CRAT table disabled by module option
Sep 29 13:22:01 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
Sep 29 13:22:01 archlinux kernel: amdgpu: Topology: Add CPU node
Sep 29 13:22:01 archlinux kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x148C:0x2426 0xFF).
Sep 29 13:22:01 archlinux kernel: [drm] register mmio base: 0xFB600000
Sep 29 13:22:01 archlinux kernel: [drm] register mmio size: 1048576
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 0 <soc21_common>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 1 <gmc_v11_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 2 <ih_v6_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 3 <psp>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 4 <smu>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 5 <dm>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 6 <gfx_v11_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 7 <sdma_v6_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 8 <vcn_v4_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 9 <jpeg_v4_0>
Sep 29 13:22:01 archlinux kernel: [drm] add ip block number 10 <mes_v11_0>
Sep 29 13:22:01 archlinux kernel: [drm] BIOS signature incorrect 0 0
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: No more image in the PCI ROM
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ROM BAR
Sep 29 13:22:01 archlinux kernel: amdgpu: ATOM BIOS: 113-EXT89849-F210w
Sep 29 13:22:01 archlinux systemd[1]: Starting Network Name Resolution...
Sep 29 13:22:01 archlinux systemd[1]: Starting Network Time Synchronization...
Sep 29 13:22:01 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 29 13:22:01 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
Sep 29 13:22:01 archlinux kernel: [drm] VCN(0) encode/decode are enabled in VM mode
Sep 29 13:22:01 archlinux kernel: [drm] VCN(1) encode/decode are enabled in VM mode
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode
Sep 29 13:22:01 archlinux systemd-resolved[502]: Positive Trust Anchors:
Sep 29 13:22:01 archlinux systemd-resolved[502]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 29 13:22:01 archlinux systemd-resolved[502]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Sep 29 13:22:01 archlinux kernel: Console: switching to colour dummy device 80x25
Sep 29 13:22:01 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 29 13:22:01 archlinux systemd[1]: Started Network Time Synchronization.
Sep 29 13:22:01 archlinux systemd[1]: Reached target System Time Set.
Sep 29 13:22:01 archlinux systemd-resolved[502]: Using system hostname 'archlinux'.
Sep 29 13:22:01 archlinux systemd[1]: Started Network Name Resolution.
Sep 29 13:22:01 archlinux systemd[1]: Reached target Host and Network Name Lookups.
Sep 29 13:22:01 archlinux systemd[1]: Reached target System Initialization.
Sep 29 13:22:01 archlinux systemd[1]: Started CUPS Scheduler.
Sep 29 13:22:01 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 29 13:22:01 archlinux systemd[1]: Started Discard unused filesystem blocks once a week.
Sep 29 13:22:01 archlinux systemd[1]: Started Daily man-db regeneration.
Sep 29 13:22:01 archlinux systemd[1]: Started Daily verification of password and group files.
Sep 29 13:22:01 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 29 13:22:01 archlinux systemd[1]: Reached target Path Units.
Sep 29 13:22:01 archlinux systemd[1]: Reached target Timer Units.
Sep 29 13:22:01 archlinux systemd[1]: Listening on CUPS Scheduler.
Sep 29 13:22:01 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 29 13:22:01 archlinux systemd[1]: nordvpnd.socket: TCP_NODELAY failed: Operation not supported
Sep 29 13:22:01 archlinux systemd[1]: Starting NordVPN Daemon Socket...
Sep 29 13:22:01 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 29 13:22:01 archlinux systemd[1]: Listening on NordVPN Daemon Socket.
Sep 29 13:22:01 archlinux systemd[1]: Reached target Socket Units.
Sep 29 13:22:01 archlinux systemd[1]: Reached target Basic System.
Sep 29 13:22:01 archlinux systemd[1]: Starting D-Bus System Message Bus...
Sep 29 13:22:01 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
Sep 29 13:22:01 archlinux (modprobe)[511]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Sep 29 13:22:01 archlinux systemd[1]: Starting User Login Management...
Sep 29 13:22:01 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 29 13:22:01 archlinux dbus-daemon[510]: dbus[510]: Unknown group "netdev" in message bus configuration file
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: PCIE atomic ops is not supported
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
Sep 29 13:22:01 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Sep 29 13:22:01 archlinux kernel: [drm] Detected VRAM RAM=12272M, BAR=256M
Sep 29 13:22:01 archlinux kernel: [drm] RAM width 192bits GDDR6
Sep 29 13:22:01 archlinux kernel: [drm] amdgpu: 12272M of VRAM memory ready
Sep 29 13:22:01 archlinux kernel: [drm] amdgpu: 28092M of GTT memory ready.
Sep 29 13:22:01 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 29 13:22:01 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008002000000).
Sep 29 13:22:01 archlinux kernel: [drm] Loading DMUB firmware via PSP: version=0x07001A00
Sep 29 13:22:01 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.11 DEC: 5 VEP: 0 Revision: 35
Sep 29 13:22:01 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
Sep 29 13:22:01 archlinux kernel: [drm] max_doorbell_slices=255
Sep 29 13:22:01 archlinux kernel: nct6775: Found NCT6776D/F or compatible chip at 0x2e:0x290
Sep 29 13:22:01 archlinux dbus-daemon[510]: dbus[510]: Unknown group "netdev" in message bus configuration file
Sep 29 13:22:01 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 29 13:22:01 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 29 13:22:01 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event3 (Logitech Gaming Keyboard G910)
Sep 29 13:22:01 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event4 (Logitech Gaming Keyboard G910 Keyboard)
Sep 29 13:22:01 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G600 Keyboard)
Sep 29 13:22:01 archlinux systemd-logind[512]: New seat seat0.
Sep 29 13:22:02 archlinux kernel: [drm] reserve 0xa700000 from 0x82e0000000 for PSP TMR
Sep 29 13:22:02 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
Sep 29 13:22:02 archlinux systemd[1]: Started D-Bus System Message Bus.
Sep 29 13:22:02 archlinux systemd[1]: Started User Login Management.
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 29 13:22:02 archlinux systemd[1]: Starting Network Manager...
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.0869] NetworkManager (version 1.44.0-1) is starting... (boot:5f258351-2c46-453d-8f88-97333724a012)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.0870] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: wifi_backend.conf)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.0979] manager[0x55a144eaaeb0]: monitoring kernel firmware directory '/lib/firmware'.
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=545 comm="/usr/bin/NetworkManager --no-daemon")
Sep 29 13:22:02 archlinux systemd[1]: Starting Hostname Service...
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 29 13:22:02 archlinux systemd[1]: Started Hostname Service.
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1417] hostname: hostname: using hostnamed
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1417] hostname: static hostname changed from (none) to "archlinux"
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1422] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1435] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.0/0000:05:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1437] manager[0x55a144eaaeb0]: rfkill: Wi-Fi hardware radio set enabled
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1438] manager[0x55a144eaaeb0]: rfkill: WWAN hardware radio set enabled
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1492] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-ovs.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1552] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-wwan.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1852] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-team.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1860] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-adsl.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1888] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-bluetooth.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1912] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-wifi.so)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1915] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1915] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1916] manager: Networking is enabled by state file
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=545 comm="/usr/bin/NetworkManager --no-daemon")
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1921] settings: Loaded settings plugin: keyfile (internal)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1961] dhcp: init: Using DHCP client 'internal'
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1963] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1975] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1978] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1984] device (lo): Activation: starting connection 'lo' (248ce248-5bd9-4f94-ad38-832947b8896f)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1991] manager: (enp11s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.1994] device (enp11s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux kernel: RTL8211E Gigabit Ethernet r8169-0-b00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-b00:00, irq=MAC)
Sep 29 13:22:02 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 29 13:22:02 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x0000003f, smu fw program = 0, smu fw version = 0x00503400 (80.52.0)
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Sep 29 13:22:02 archlinux kernel: [drm] Display Core v3.2.241 initialized on DCN 3.2
Sep 29 13:22:02 archlinux kernel: [drm] DP-HDMI FRL PCON supported
Sep 29 13:22:02 archlinux kernel: [drm] DMUB hardware initialized: version=0x07001A00
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='net.connman.iwd' unit='iwd.service' requested by ':1.4' (uid=0 pid=545 comm="/usr/bin/NetworkManager --no-daemon")
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.4167] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 29 13:22:02 archlinux kernel: r8169 0000:0b:00.0 enp11s0: Link is Down
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.4171] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 29 13:22:02 archlinux systemd[1]: Starting Wireless service...
Sep 29 13:22:02 archlinux kernel: NET: Registered PF_ALG protocol family
Sep 29 13:22:02 archlinux iwd[556]: Wireless daemon version 2.8
Sep 29 13:22:02 archlinux iwd[556]: Loaded configuration from /etc/iwd/main.conf
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Successfully activated service 'net.connman.iwd'
Sep 29 13:22:02 archlinux systemd[1]: Started Wireless service.
Sep 29 13:22:02 archlinux iwd[556]: station: Network configuration is disabled.
Sep 29 13:22:02 archlinux systemd[1]: Started Network Manager.
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6103] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 29 13:22:02 archlinux kernel: iwlwifi 0000:05:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Sep 29 13:22:02 archlinux iwd[556]: Wiphy: 0, Name: phy0
Sep 29 13:22:02 archlinux iwd[556]: Permanent Address: c0:3c:59:d8:cc:91
Sep 29 13:22:02 archlinux iwd[556]: 2.4Ghz Band:
Sep 29 13:22:02 archlinux iwd[556]: Bitrates (non-HT):
Sep 29 13:22:02 archlinux iwd[556]: 1.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 2.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 5.5 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 11.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 6.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 9.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 12.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 18.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 24.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 36.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 48.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 54.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: HT Capabilities:
Sep 29 13:22:02 archlinux iwd[556]: HT40
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 20Mhz
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 40Mhz
Sep 29 13:22:02 archlinux iwd[556]: HT RX MCS indexes:
Sep 29 13:22:02 archlinux iwd[556]: 0-15
Sep 29 13:22:02 archlinux iwd[556]: HE Capabilities
Sep 29 13:22:02 archlinux iwd[556]: Interface Types: ap
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Interface Types: station
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: 5Ghz Band:
Sep 29 13:22:02 archlinux iwd[556]: Bitrates (non-HT):
Sep 29 13:22:02 archlinux iwd[556]: 6.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 9.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 12.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 18.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 24.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 36.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 48.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: 54.0 Mbps
Sep 29 13:22:02 archlinux iwd[556]: HT Capabilities:
Sep 29 13:22:02 archlinux iwd[556]: HT40
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 20Mhz
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 40Mhz
Sep 29 13:22:02 archlinux iwd[556]: HT RX MCS indexes:
Sep 29 13:22:02 archlinux iwd[556]: 0-15
Sep 29 13:22:02 archlinux iwd[556]: VHT Capabilities:
Sep 29 13:22:02 archlinux iwd[556]: 160 Mhz operation
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 80Mhz
Sep 29 13:22:02 archlinux iwd[556]: Short GI for 160 and 80 + 80 Mhz
Sep 29 13:22:02 archlinux iwd[556]: Max RX MCS: 0-9 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max TX MCS: 0-9 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: HE Capabilities
Sep 29 13:22:02 archlinux iwd[556]: Interface Types: ap
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Interface Types: station
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Sep 29 13:22:02 archlinux iwd[556]: Ciphers: BIP-GMAC-256 BIP-GMAC-128 GCMP-256 GCMP-128
Sep 29 13:22:02 archlinux iwd[556]: BIP-CMAC-128 CCMP-128 TKIP
Sep 29 13:22:02 archlinux iwd[556]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Sep 29 13:22:02 archlinux systemd[1]: Reached target Network.
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6135] ovsdb: disconnected from ovsdb
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6136] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6140] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6143] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6151] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6180] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6182] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.6187] device (lo): Activation: successful, device activated.
Sep 29 13:22:02 archlinux systemd[1]: Starting Network Manager Wait Online...
Sep 29 13:22:02 archlinux systemd[1]: Starting CUPS Scheduler...
Sep 29 13:22:02 archlinux systemd[1]: Starting Permit User Sessions...
Sep 29 13:22:02 archlinux kernel: [drm] kiq ring mec 3 pipe 1 q 0
Sep 29 13:22:02 archlinux systemd[1]: Finished Permit User Sessions.
Sep 29 13:22:02 archlinux systemd[1]: Starting Hold until boot process finishes up...
Sep 29 13:22:02 archlinux systemd[1]: Starting Terminate Plymouth Boot Screen...
Sep 29 13:22:02 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.7010] device (wlan0): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Sep 29 13:22:02 archlinux systemd[1]: Received SIGRTMIN+21 from PID 380 (plymouthd).
Sep 29 13:22:02 archlinux systemd[1]: Received SIGRTMIN+21 from PID 380 (plymouthd).
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.9' (uid=0 pid=617 comm="/usr/bin/cupsd -l")
Sep 29 13:22:02 archlinux systemd[1]: Finished Hold until boot process finishes up.
Sep 29 13:22:02 archlinux systemd[1]: Finished Terminate Plymouth Boot Screen.
Sep 29 13:22:02 archlinux kernel: amdgpu: HMM registered 12272MB device memory
Sep 29 13:22:02 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 29 13:22:02 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 29 13:22:02 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Sep 29 13:22:02 archlinux kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
Sep 29 13:22:02 archlinux kernel: kfd kfd: amdgpu: added device 1002:747e
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 54
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Failed to enable gfx11 ras feature
Sep 29 13:22:02 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Sep 29 13:22:02 archlinux kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:03:00.0 on minor 1
Sep 29 13:22:02 archlinux systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 29 13:22:02 archlinux systemd[1]: Started Simple Desktop Display Manager.
Sep 29 13:22:02 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 29 13:22:02 archlinux kernel: [drm] DSC precompute is not needed.
Sep 29 13:22:02 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 29 13:22:02 archlinux systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9455] Wi-Fi P2P device added on phy0
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9458] manager: (/net/connman/iwd/0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9460] device (/net/connman/iwd/0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9467] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/5)
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9501] device (wlan0): new IWD device state is disconnected
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9523] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9533] device (wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:02 archlinux NetworkManager[545]: <info> [1696011722.9537] device (/net/connman/iwd/0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux systemd[1]: Started CUPS Scheduler.
Sep 29 13:22:03 archlinux systemd[1]: Reached target Multi-User System.
Sep 29 13:22:03 archlinux kernel: Console: switching to colour frame buffer device 240x67
Sep 29 13:22:03 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 29 13:22:03 archlinux sddm[647]: Initializing...
Sep 29 13:22:03 archlinux sddm[647]: Starting...
Sep 29 13:22:03 archlinux sddm[647]: Logind interface found
Sep 29 13:22:03 archlinux sddm[647]: Adding new display...
Sep 29 13:22:03 archlinux sddm[647]: Loaded empty theme configuration
Sep 29 13:22:03 archlinux sddm[647]: Xauthority path: "/run/sddm/xauth_rVoMBR"
Sep 29 13:22:03 archlinux sddm[647]: Using VT 2
Sep 29 13:22:03 archlinux sddm[647]: Display server starting...
Sep 29 13:22:03 archlinux sddm[647]: Writing cookie to "/run/sddm/xauth_rVoMBR"
Sep 29 13:22:03 archlinux sddm[647]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_rVoMBR -noreset -displayfd 16
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.6758] device (wlan0): new IWD device state is connecting
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.6766] device (wlan0): Activation: starting connection 'dd-wrt' (1317aa98-3d3d-4bfc-8136-e7813034ed85)
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.6768] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux kernel: wlan0: authenticate with 00:31:92:d9:d9:29
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.6772] manager: NetworkManager state is now CONNECTING
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.6778] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux kernel: wlan0: send auth to 00:31:92:d9:d9:29 (try 1/3)
Sep 29 13:22:03 archlinux kernel: wlan0: authenticated
Sep 29 13:22:03 archlinux kernel: wlan0: associate with 00:31:92:d9:d9:29 (try 1/3)
Sep 29 13:22:03 archlinux kernel: wlan0: RX AssocResp from 00:31:92:d9:d9:29 (capab=0x11 status=0 aid=2)
Sep 29 13:22:03 archlinux kernel: wlan0: associated
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8018] device (wlan0): new IWD device state is connected
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8021] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8036] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8256] dhcp4 (wlan0): state changed new lease, address=192.168.1.75
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8260] policy: set 'dd-wrt' (wlan0) as default for IPv4 routing and DNS
Sep 29 13:22:03 archlinux systemd-resolved[502]: wlan0: Bus client set search domain list to: Home
Sep 29 13:22:03 archlinux systemd-resolved[502]: wlan0: Bus client set default route setting: yes
Sep 29 13:22:03 archlinux systemd-resolved[502]: wlan0: Bus client set DNS server list to: 192.168.2.254
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8439] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8462] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8465] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8470] manager: NetworkManager state is now CONNECTED_SITE
Sep 29 13:22:03 archlinux NetworkManager[545]: <info> [1696011723.8475] device (wlan0): Activation: successful, device activated.
Sep 29 13:22:04 archlinux NetworkManager[545]: <info> [1696011724.2015] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 29 13:22:04 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 29 13:22:04 archlinux sddm[647]: Setting default cursor
Sep 29 13:22:04 archlinux sddm[647]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Sep 29 13:22:04 archlinux sddm[647]: Display server started.
Sep 29 13:22:04 archlinux sddm[647]: Socket server starting...
Sep 29 13:22:04 archlinux sddm[647]: Socket server started.
Sep 29 13:22:04 archlinux sddm[647]: Loaded empty theme configuration
Sep 29 13:22:04 archlinux sddm[647]: Greeter starting...
Sep 29 13:22:04 archlinux sddm-helper[676]: [PAM] Starting...
Sep 29 13:22:04 archlinux sddm-helper[676]: [PAM] Authenticating...
Sep 29 13:22:04 archlinux sddm-helper[676]: [PAM] returning.
Sep 29 13:22:04 archlinux sddm-helper[676]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=970) by (uid=0)
Sep 29 13:22:04 archlinux systemd-logind[512]: New session c1 of user sddm.
Sep 29 13:22:04 archlinux systemd[1]: Created slice User Slice of UID 970.
Sep 29 13:22:04 archlinux systemd[1]: Starting User Runtime Directory /run/user/970...
Sep 29 13:22:05 archlinux systemd[1]: Finished User Runtime Directory /run/user/970.
Sep 29 13:22:05 archlinux systemd[1]: Starting User Manager for UID 970...
Sep 29 13:22:05 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=680 comm="(systemd)")
Sep 29 13:22:05 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 29 13:22:05 archlinux (systemd)[680]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Sep 29 13:22:05 archlinux (systemd)[680]: pam_unix(systemd-user:session): session opened for user sddm(uid=970) by sddm(uid=0)
Sep 29 13:22:05 archlinux systemd[680]: Queued start job for default target Main User Target.
Sep 29 13:22:05 archlinux systemd[680]: Created slice User Application Slice.
Sep 29 13:22:05 archlinux systemd[680]: Reached target Paths.
Sep 29 13:22:05 archlinux systemd[680]: Reached target Timers.
Sep 29 13:22:05 archlinux systemd[680]: Starting D-Bus User Message Bus Socket...
Sep 29 13:22:05 archlinux systemd[680]: Listening on GnuPG network certificate management daemon.
Sep 29 13:22:05 archlinux systemd[680]: Listening on GCR ssh-agent wrapper.
Sep 29 13:22:05 archlinux systemd[680]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 29 13:22:05 archlinux systemd[680]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 29 13:22:05 archlinux systemd[680]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 29 13:22:05 archlinux systemd[680]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 29 13:22:05 archlinux systemd[680]: Listening on p11-kit server.
Sep 29 13:22:05 archlinux systemd[680]: Listening on PipeWire Multimedia System Socket.
Sep 29 13:22:05 archlinux systemd[680]: Listening on Sound System.
Sep 29 13:22:05 archlinux systemd[680]: Listening on D-Bus User Message Bus Socket.
Sep 29 13:22:05 archlinux systemd[680]: Reached target Sockets.
Sep 29 13:22:05 archlinux systemd[680]: Reached target Basic System.
Sep 29 13:22:05 archlinux systemd[1]: Started User Manager for UID 970.
Sep 29 13:22:05 archlinux systemd[680]: Starting Update XDG user dir configuration...
Sep 29 13:22:05 archlinux systemd[1]: Started Session c1 of User sddm.
Sep 29 13:22:05 archlinux systemd[680]: Finished Update XDG user dir configuration.
Sep 29 13:22:05 archlinux systemd[680]: Reached target Main User Target.
Sep 29 13:22:05 archlinux systemd[680]: Startup finished in 248ms.
Sep 29 13:22:05 archlinux sddm-helper[676]: Writing cookie to "/tmp/xauth_lfyAQT"
Sep 29 13:22:05 archlinux sddm-helper[676]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-oVLkDX"
Sep 29 13:22:05 archlinux sddm[647]: Greeter session started successfully
Sep 29 13:22:05 archlinux sddm-greeter[691]: High-DPI autoscaling Enabled
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/local/share/xsessions/cinnamon.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/local/share/xsessions/cinnamon2d.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/share/xsessions/cinnamon2d.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Reading from "/usr/share/xsessions/plasma.desktop"
Sep 29 13:22:05 archlinux sddm-greeter[691]: Loading theme configuration from "qrc:/theme/theme.conf"
Sep 29 13:22:05 archlinux systemd[680]: Created slice User Core Session Slice.
Sep 29 13:22:05 archlinux systemd[680]: Starting D-Bus User Message Bus...
Sep 29 13:22:05 archlinux systemd[680]: Started D-Bus User Message Bus.
Sep 29 13:22:05 archlinux sddm-greeter[691]: Connected to the daemon.
Sep 29 13:22:05 archlinux sddm[647]: Message received from greeter: Connect
Sep 29 13:22:05 archlinux kernel: sddm-greeter[691]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Sep 29 13:22:05 archlinux sddm-greeter[691]: Loading qrc:/theme/Main.qml...
Sep 29 13:22:05 archlinux sddm-greeter[691]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 29 13:22:05 archlinux sddm-greeter[691]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 29 13:22:05 archlinux sddm-greeter[691]: Adding view for "DP-2" QRect(0,0 3840x2160)
Sep 29 13:22:05 archlinux sddm-greeter[691]: Loading qrc:/theme/Main.qml...
Sep 29 13:22:05 archlinux sddm-greeter[691]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 29 13:22:05 archlinux sddm-greeter[691]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 29 13:22:05 archlinux sddm-greeter[691]: Adding view for "HDMI-1" QRect(3840,0 1920x1080)
Sep 29 13:22:06 archlinux sddm-greeter[691]: Message received from daemon: Capabilities
Sep 29 13:22:06 archlinux sddm-greeter[691]: Message received from daemon: HostName
Sep 29 13:22:08 archlinux NetworkManager[545]: <info> [1696011728.4166] manager: startup complete
Sep 29 13:22:08 archlinux systemd[1]: Finished Network Manager Wait Online.
Sep 29 13:22:08 archlinux systemd[1]: Reached target Network is Online.
Sep 29 13:22:08 archlinux systemd[1]: Started NordVPN Daemon.
Sep 29 13:22:08 archlinux systemd[1]: Reached target Graphical Interface.
Sep 29 13:22:08 archlinux systemd[1]: Startup finished in 1.396s (kernel) + 1.148s (initrd) + 12.122s (userspace) = 14.667s.
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 [Info] Daemon has started
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Kill Switch set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Firewall set to: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Routing set to: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Auto-connect set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 DNS set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 ThreatProtectionLite set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Protocol set to: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Meshnet set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 IPv6 set to: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: 2023/09/29 13:22:08 Technology set to: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: NordVPN App Connection Settings:
Sep 29 13:22:08 archlinux nordvpnd[715]: Technology: NORDLYNX
Sep 29 13:22:08 archlinux nordvpnd[715]: Meshnet: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Protocol: UDP
Sep 29 13:22:08 archlinux nordvpnd[715]: Firewall: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: KillSwitch: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Obfuscate: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: ThreatProtectionLite: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: DNS:
Sep 29 13:22:08 archlinux nordvpnd[715]: IPv6: disabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Notify: enabled
Sep 29 13:22:08 archlinux nordvpnd[715]: Auto-connect: disabled
Sep 29 13:22:10 archlinux sddm-greeter[691]: Reading from "/usr/share/xsessions/plasma.desktop"
Sep 29 13:22:10 archlinux sddm[647]: Message received from greeter: Login
Sep 29 13:22:10 archlinux sddm[647]: Reading from "/usr/share/xsessions/plasma.desktop"
Sep 29 13:22:10 archlinux sddm[647]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Sep 29 13:22:10 archlinux sddm-helper[730]: [PAM] Starting...
Sep 29 13:22:10 archlinux sddm-helper[730]: [PAM] Authenticating...
Sep 29 13:22:10 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=730 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Sep 29 13:22:10 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 29 13:22:10 archlinux sddm-helper[730]: [PAM] Preparing to converse...
Sep 29 13:22:10 archlinux sddm-helper[730]: [PAM] Conversation with 1 messages
Sep 29 13:22:10 archlinux sddm-helper[730]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Sep 29 13:22:10 archlinux sddm-helper[730]: [PAM] returning.
Sep 29 13:22:10 archlinux sddm[647]: Authentication for user "scott" successful
Sep 29 13:22:10 archlinux sddm-greeter[691]: Message received from daemon: LoginSucceeded
Sep 29 13:22:10 archlinux sddm-helper[730]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Sep 29 13:22:10 archlinux sddm-helper[730]: pam_unix(sddm:session): session opened for user scott(uid=1000) by scott(uid=0)
Sep 29 13:22:10 archlinux systemd[1]: Created slice User Slice of UID 1000.
Sep 29 13:22:10 archlinux sddm-helper[676]: [PAM] Closing session
Sep 29 13:22:10 archlinux sddm-helper[676]: pam_unix(sddm-greeter:session): session closed for user sddm
Sep 29 13:22:10 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 29 13:22:10 archlinux systemd-logind[512]: New session 2 of user scott.
Sep 29 13:22:10 archlinux sddm-helper[676]: [PAM] Ended.
Sep 29 13:22:10 archlinux sddm[647]: Auth: sddm-helper exited successfully
Sep 29 13:22:10 archlinux sddm[647]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Sep 29 13:22:10 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 29 13:22:10 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
Sep 29 13:22:10 archlinux systemd-logind[512]: Session c1 logged out. Waiting for processes to exit.
Sep 29 13:22:10 archlinux systemd[1]: Starting User Manager for UID 1000...
Sep 29 13:22:10 archlinux systemd-logind[512]: Removed session c1.
Sep 29 13:22:10 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=733 comm="(systemd)")
Sep 29 13:22:10 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 29 13:22:10 archlinux (systemd)[733]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[scott] ruser=[<unknown>] rhost=[<unknown>]
Sep 29 13:22:10 archlinux (systemd)[733]: pam_unix(systemd-user:session): session opened for user scott(uid=1000) by scott(uid=0)
Sep 29 13:22:10 archlinux systemd[733]: Queued start job for default target Main User Target.
Sep 29 13:22:10 archlinux systemd-journald[284]: /var/log/journal/d055ee60ca2f4e15aa873ada83b84fea/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Sep 29 13:22:10 archlinux sddm-helper[730]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Sep 29 13:22:10 archlinux systemd[733]: Created slice User Application Slice.
Sep 29 13:22:10 archlinux systemd[733]: Reached target Paths.
Sep 29 13:22:10 archlinux systemd[733]: Reached target Timers.
Sep 29 13:22:10 archlinux systemd[733]: Starting D-Bus User Message Bus Socket...
Sep 29 13:22:10 archlinux systemd[733]: Listening on GnuPG network certificate management daemon.
Sep 29 13:22:10 archlinux systemd[733]: Listening on GCR ssh-agent wrapper.
Sep 29 13:22:10 archlinux systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 29 13:22:10 archlinux systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 29 13:22:10 archlinux systemd[733]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 29 13:22:10 archlinux systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 29 13:22:10 archlinux systemd[733]: Listening on p11-kit server.
Sep 29 13:22:10 archlinux systemd[733]: Listening on PipeWire Multimedia System Socket.
Sep 29 13:22:10 archlinux systemd[733]: Listening on Sound System.
Sep 29 13:22:10 archlinux systemd[733]: Listening on D-Bus User Message Bus Socket.
Sep 29 13:22:10 archlinux systemd[733]: Reached target Sockets.
Sep 29 13:22:10 archlinux systemd[733]: Reached target Basic System.
Sep 29 13:22:10 archlinux systemd[1]: Started User Manager for UID 1000.
Sep 29 13:22:10 archlinux systemd[733]: Starting Update XDG user dir configuration...
Sep 29 13:22:10 archlinux systemd[1]: Started Session 2 of User scott.
Sep 29 13:22:10 archlinux systemd[733]: Finished Update XDG user dir configuration.
Sep 29 13:22:10 archlinux systemd[733]: Reached target Main User Target.
Sep 29 13:22:10 archlinux systemd[733]: Startup finished in 219ms.
Sep 29 13:22:10 archlinux sddm-helper[748]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Sep 29 13:22:10 archlinux sddm-helper[730]: Writing cookie to "/tmp/xauth_YFhyLB"
Sep 29 13:22:10 archlinux sddm-helper[730]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Sep 29 13:22:10 archlinux sddm[647]: Session started true
Sep 29 13:22:10 archlinux systemd[733]: Created slice User Core Session Slice.
Sep 29 13:22:10 archlinux systemd[733]: Starting D-Bus User Message Bus...
Sep 29 13:22:10 archlinux systemd[733]: Started D-Bus User Message Bus.
Sep 29 13:22:10 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.systemd1'
Sep 29 13:22:11 archlinux systemd[733]: Reloading requested from client PID 750 ('startplasma-x11')...
Sep 29 13:22:11 archlinux systemd[733]: Reloading...
Sep 29 13:22:11 archlinux ksplashqml[764]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml:76: ReferenceError: bottomRect is not defined
Sep 29 13:22:11 archlinux ksplashqml[764]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml:75: ReferenceError: bottomRect is not defined
Sep 29 13:22:11 archlinux ksplashqml[764]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml:76: ReferenceError: bottomRect is not defined
Sep 29 13:22:11 archlinux ksplashqml[764]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml:76: ReferenceError: bottomRect is not defined
Sep 29 13:22:11 archlinux ksplashqml[764]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml:75: ReferenceError: bottomRect is not defined
Sep 29 13:22:11 archlinux systemd[733]: Reloading finished in 299 ms.
Sep 29 13:22:11 archlinux systemd[733]: Created slice User Background Tasks Slice.
Sep 29 13:22:11 archlinux systemd[733]: Reached target Session services which should run early before the graphical session is brought up.
Sep 29 13:22:11 archlinux systemd[733]: Starting KDE Config Module Initialization...
Sep 29 13:22:11 archlinux systemd[733]: Starting Baloo File Indexer Daemon...
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.4' (uid=1000 pid=801 comm="/usr/bin/kcminit_startup")
Sep 29 13:22:11 archlinux systemd[733]: Starting Portal service...
Sep 29 13:22:11 archlinux systemd[733]: Started Baloo File Indexer Daemon.
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=805 comm="/usr/lib/xdg-desktop-portal")
Sep 29 13:22:11 archlinux systemd[733]: Starting flatpak document portal service...
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=811 comm="/usr/lib/xdg-document-portal")
Sep 29 13:22:11 archlinux systemd[733]: Starting sandboxed app permission store...
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.24' (uid=1000 pid=800 comm="/usr/lib/baloo_file")
Sep 29 13:22:11 archlinux systemd[1]: Starting Disk Manager...
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Sep 29 13:22:11 archlinux systemd[733]: Started sandboxed app permission store.
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.portal.Documents'
Sep 29 13:22:11 archlinux systemd[733]: Started flatpak document portal service.
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.xapp' unit='xdg-desktop-portal-xapp.service' requested by ':1.6' (uid=1000 pid=805 comm="/usr/lib/xdg-desktop-portal")
Sep 29 13:22:11 archlinux systemd[733]: Starting Portal service (XApp implementation)...
Sep 29 13:22:11 archlinux udisksd[821]: udisks daemon version 2.10.1 starting
Sep 29 13:22:11 archlinux xdg-desktop-portal-xapp[827]: Current desktop (XDG_CURRENT_DESKTOP) is unsupported: KDE
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.desktop.xapp'
Sep 29 13:22:11 archlinux systemd[733]: Started Portal service (XApp implementation).
Sep 29 13:22:11 archlinux kcminit_startup[801]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.26' (uid=1000 pid=805 comm="/usr/lib/xdg-desktop-portal")
Sep 29 13:22:11 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.25' (uid=0 pid=821 comm="/usr/lib/udisks2/udisksd")
Sep 29 13:22:11 archlinux systemd[1]: Starting Authorization Manager...
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 29 13:22:11 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Successfully called chroot.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Successfully dropped privileges.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Successfully limited resources.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Canary thread running.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Running.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Watchdog thread running.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:11 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:11 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=805 comm="/usr/lib/xdg-desktop-portal")
Sep 29 13:22:11 archlinux polkitd[841]: Started polkitd version 123
Sep 29 13:22:11 archlinux polkitd[841]: Loading rules from directory /etc/polkit-1/rules.d
Sep 29 13:22:11 archlinux polkitd[841]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 29 13:22:11 archlinux polkitd[841]: Finished loading, compiling and executing 8 rules
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 29 13:22:11 archlinux systemd[1]: Started Authorization Manager.
Sep 29 13:22:11 archlinux polkitd[841]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 29 13:22:11 archlinux systemd[1]: Started Disk Manager.
Sep 29 13:22:11 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.24' (uid=1000 pid=800 comm="/usr/lib/baloo_file")
Sep 29 13:22:11 archlinux udisksd[821]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 29 13:22:11 archlinux kcminit_startup[801]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Sep 29 13:22:11 archlinux kcminit_startup[801]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Sep 29 13:22:11 archlinux systemd[733]: Started KDE Config Module Initialization.
Sep 29 13:22:11 archlinux systemd[1]: Starting Daemon for power management...
Sep 29 13:22:11 archlinux systemd[733]: Starting KDE Session Management Server...
Sep 29 13:22:11 archlinux systemd[733]: Started Unlock kwallet from pam credentials.
Sep 29 13:22:11 archlinux systemd[733]: Starting KDE Daemon...
Sep 29 13:22:11 archlinux systemd[733]: Starting KDE Window Manager...
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 29 13:22:12 archlinux systemd[1]: Started Daemon for power management.
Sep 29 13:22:12 archlinux systemd[733]: Started KDE Daemon.
Sep 29 13:22:12 archlinux systemd[733]: Starting KDE Configuration Module Initialization (Phase 1)...
Sep 29 13:22:12 archlinux kcminit_startup[801]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Sep 29 13:22:12 archlinux kcminit_startup[801]: kcm_touchpad: Using X11 backend
Sep 29 13:22:12 archlinux kcminit_startup[801]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Sep 29 13:22:12 archlinux systemd[733]: Finished KDE Configuration Module Initialization (Phase 1).
Sep 29 13:22:12 archlinux ksmserver[865]: Qt: Session management error: networkIdsList argument is NULL
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.12' (uid=1000 pid=865 comm="/usr/bin/ksmserver")
Sep 29 13:22:12 archlinux systemd[733]: Starting KDE Global Shortcuts Server...
Sep 29 13:22:12 archlinux kded5[867]: print-manager.kded: unable to register service to dbus
Sep 29 13:22:12 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.kglobalaccel'
Sep 29 13:22:12 archlinux systemd[733]: Started KDE Global Shortcuts Server.
Sep 29 13:22:12 archlinux ksmserver[865]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.15'
Sep 29 13:22:12 archlinux systemd[733]: Started KDE Session Management Server.
Sep 29 13:22:12 archlinux kwin_x11[868]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Sep 29 13:22:12 archlinux kwin_x11[868]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Sep 29 13:22:12 archlinux systemd[733]: Starting KDE Plasma Workspace...
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.16' (uid=1000 pid=867 comm="/usr/bin/kded5")
Sep 29 13:22:12 archlinux systemd[733]: Starting User preferences database...
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'ca.desrt.dconf'
Sep 29 13:22:12 archlinux systemd[733]: Started User preferences database.
Sep 29 13:22:12 archlinux systemd[733]: Started KDE Window Manager.
Sep 29 13:22:12 archlinux kwin_x11[868]: OpenGL vendor string: AMD
Sep 29 13:22:12 archlinux kwin_x11[868]: OpenGL renderer string: AMD Radeon Graphics (gfx1101, LLVM 16.0.6, DRM 3.54, 6.5.5-arch1-1)
Sep 29 13:22:12 archlinux kwin_x11[868]: OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.1.8-arch1.1
Sep 29 13:22:12 archlinux kwin_x11[868]: OpenGL shading language version string: 4.60
Sep 29 13:22:12 archlinux kwin_x11[868]: Driver: Unknown
Sep 29 13:22:12 archlinux kwin_x11[868]: GPU class: Unknown
Sep 29 13:22:12 archlinux kwin_x11[868]: OpenGL version: 4.6
Sep 29 13:22:12 archlinux kwin_x11[868]: GLSL version: 4.60
Sep 29 13:22:12 archlinux kwin_x11[868]: Mesa version: 23.1.8
Sep 29 13:22:12 archlinux kwin_x11[868]: X server version: 1.21.1
Sep 29 13:22:12 archlinux kwin_x11[868]: Linux kernel version: 6.5.5
Sep 29 13:22:12 archlinux kwin_x11[868]: Requires strict binding: yes
Sep 29 13:22:12 archlinux kwin_x11[868]: GLSL shaders: yes
Sep 29 13:22:12 archlinux kwin_x11[868]: Texture NPOT support: yes
Sep 29 13:22:12 archlinux kwin_x11[868]: Virtual Machine: no
Sep 29 13:22:12 archlinux plasmashell[934]: Checking screens: available: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1")) redundant: QHash() fake: QSet() all: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1"))
Sep 29 13:22:12 archlinux plasmashell[934]: Checking screens: available: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1")) redundant: QHash() fake: QSet() all: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1"))
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.18' (uid=1000 pid=934 comm="/usr/bin/plasmashell --no-respawn")
Sep 29 13:22:12 archlinux systemd[733]: Starting KActivityManager Activity manager Service...
Sep 29 13:22:12 archlinux systemd[733]: Started KDE Plasma Workspace.
Sep 29 13:22:12 archlinux systemd[733]: Reached target KDE Plasma Workspace Core.
Sep 29 13:22:12 archlinux systemd[733]: Started Proxies GTK DBus menus to a Plasma readable format.
Sep 29 13:22:12 archlinux systemd[733]: Starting KDE PolicyKit Authentication Agent...
Sep 29 13:22:12 archlinux systemd[733]: Starting Powerdevil...
Sep 29 13:22:12 archlinux systemd[733]: Starting Xdg Desktop Portal For KDE...
Sep 29 13:22:12 archlinux systemd[733]: Started Handle legacy xembed system tray icons.
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.ActivityManager'
Sep 29 13:22:12 archlinux systemd[733]: Started KActivityManager Activity manager Service.
Sep 29 13:22:12 archlinux libddcutil[972]: Initializing. ddcutil version 1.4.1
Sep 29 13:22:12 archlinux libddcutil[972]: Library initialization complete.
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.32' (uid=1000 pid=972 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Sep 29 13:22:12 archlinux plasmashell[934]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Sep 29 13:22:12 archlinux plasmashell[934]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Sep 29 13:22:12 archlinux plasmashell[934]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Sep 29 13:22:12 archlinux plasmashell[934]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Sep 29 13:22:12 archlinux kded5[867]: kcm_touchpad: Using X11 backend
Sep 29 13:22:12 archlinux NetworkManager[545]: <info> [1696011732.7850] agent-manager: agent[3cbebd30cfeac4aa,:1.30/org.kde.plasma.networkmanagement/1000]: agent registered
Sep 29 13:22:12 archlinux plasmashell[934]: kf.plasma.quick: Applet preload policy set to 1
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.32' (uid=1000 pid=972 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.32' (uid=1000 pid=972 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Sep 29 13:22:12 archlinux kded5[867]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: The name org.wicd.daemon was not provided by any .service files
Sep 29 13:22:12 archlinux kded5[867]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Sep 29 13:22:12 archlinux backlighthelper[1031]: org.kde.powerdevil: no kernel backlight interface found
Sep 29 13:22:12 archlinux systemd[733]: Started KDE PolicyKit Authentication Agent.
Sep 29 13:22:12 archlinux polkit-kde-authentication-agent-1[971]: New PolkitAgentListener 0x55bf38b12590
Sep 29 13:22:12 archlinux polkit-kde-authentication-agent-1[971]: Adding new listener PolkitQt1::Agent::Listener(0x7f013c011a20) for 0x55bf38b12590
Sep 29 13:22:12 archlinux polkit-kde-authentication-agent-1[971]: Listener online
Sep 29 13:22:12 archlinux kded5[867]: Installing the delayed initialization callback.
Sep 29 13:22:12 archlinux polkitd[841]: Registered Authentication Agent for unix-session:2 (system bus name :1.42 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 29 13:22:12 archlinux polkit-kde-authentication-agent-1[971]: Authentication agent result: true
Sep 29 13:22:12 archlinux kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Sep 29 13:22:12 archlinux systemd[733]: Started Xdg Desktop Portal For KDE.
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Sep 29 13:22:12 archlinux org_kde_powerdevil[972]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Sep 29 13:22:12 archlinux org_kde_powerdevil[972]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Sep 29 13:22:12 archlinux kded5[867]:
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.30' (uid=1000 pid=867 comm="/usr/bin/kded5")
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.30' (uid=1000 pid=867 comm="/usr/bin/kded5")
Sep 29 13:22:12 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Sep 29 13:22:12 archlinux kded5[867]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
"Unit dbus-org.freedesktop.ModemManager1.service not found."
Sep 29 13:22:12 archlinux systemd[733]: Started PipeWire Multimedia Service.
Sep 29 13:22:12 archlinux systemd[733]: Started PipeWire Media Session Manager.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 0 threads of 0 processes of 0 users.
Sep 29 13:22:12 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.portal.Desktop'
Sep 29 13:22:12 archlinux systemd[733]: Started Portal service.
Sep 29 13:22:12 archlinux systemd[733]: Started Powerdevil.
Sep 29 13:22:12 archlinux systemd[733]: Reached target KDE Plasma Workspace.
Sep 29 13:22:12 archlinux systemd[733]: Reached target Current graphical user session.
Sep 29 13:22:12 archlinux systemd[733]: Reached target plasma-workspace-x11.target.
Sep 29 13:22:12 archlinux systemd[733]: Starting AT-SPI D-Bus Bus...
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Successfully made thread 1054 of process 1054 owned by '1000' high priority at nice level -11.
Sep 29 13:22:12 archlinux rtkit-daemon[839]: Supervising 1 threads of 1 processes of 1 users.
Sep 29 13:22:12 archlinux systemd[733]: Starting Caribou...
Sep 29 13:22:12 archlinux systemd[733]: Starting Cinnamon Settings Daemon - a11y-settings...
Sep 29 13:22:12 archlinux systemd[733]: Starting Cinnamon Settings Daemon - automount...
Sep 29 13:22:12 archlinux systemd[733]: Starting Cinnamon Settings Daemon - background...
Sep 29 13:22:12 archlinux systemd[733]: Starting Cinnamon Settings Daemon - clipboard...
Sep 29 13:22:13 archlinux org_kde_powerdevil[972]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Sep 29 13:22:13 archlinux org_kde_powerdevil[972]: org.kde.powerdevil: The profile "AC" tried to activate "DimDisplay" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - color...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - housekeeping...
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.23' (uid=1000 pid=972 comm="/usr/lib/org_kde_powerdevil")
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - keyboard...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - media-keys...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - power...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - print-notifications...
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Successfully made thread 1061 of process 1057 owned by '1000' RT at priority 20.
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Supervising 2 threads of 2 processes of 1 users.
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - screensaver-proxy...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - smartcard...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - wacom...
Sep 29 13:22:13 archlinux systemd[733]: Starting Cinnamon Settings Daemon - xsettings...
Sep 29 13:22:13 archlinux systemd[733]: Starting Geoclue Demo agent...
Sep 29 13:22:13 archlinux systemd[733]: Starting Accessibility...
Sep 29 13:22:13 archlinux systemd[733]: Starting Klipper...
Sep 29 13:22:13 archlinux kded5[867]: Delayed initialization.
Sep 29 13:22:13 archlinux systemd[733]: Starting Network...
Sep 29 13:22:13 archlinux systemd[733]: Starting Discover...
Sep 29 13:22:13 archlinux kded5[867]: Reloading the khotkeys configuration
Sep 29 13:22:13 archlinux systemd[733]: Starting Welcome Center...
Sep 29 13:22:13 archlinux systemd[733]: Starting PulseAudio Sound System...
Sep 29 13:22:13 archlinux kded5[867]: Version 2 File!
Sep 29 13:22:13 archlinux systemd[733]: Starting xapp-sn-watcher...
Sep 29 13:22:13 archlinux systemd[733]: Starting KSplash "ready" Stage...
Sep 29 13:22:13 archlinux org_kde_powerdevil[972]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Sep 29 13:22:13 archlinux systemd[733]: Starting KDE Session Restoration...
Sep 29 13:22:13 archlinux kded5[867]: true
Sep 29 13:22:13 archlinux systemd[733]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Successfully made thread 1063 of process 1054 owned by '1000' RT at priority 20.
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Supervising 3 threads of 2 processes of 1 users.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-caribou\x2dautostart@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Caribou being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2da11y\x2dsettings@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - a11y-settings being skipped.
Sep 29 13:22:13 archlinux kded5[867]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dautomount@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - automount being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dbackground@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - background being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dclipboard@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - clipboard being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dcolor@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - color being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dhousekeeping@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - housekeeping being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dkeyboard@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - keyboard being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dmedia\x2dkeys@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - media-keys being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dpower@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - power being skipped.
Sep 29 13:22:13 archlinux kded5[867]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dprint\x2dnotifications@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - print-notifications being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dscreensaver\x2dproxy@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - screensaver-proxy being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dsmartcard@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - smartcard being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dwacom@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - wacom being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-cinnamon\x2dsettings\x2ddaemon\x2dxsettings@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Cinnamon Settings Daemon - xsettings being skipped.
Sep 29 13:22:13 archlinux kded5[867]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore3\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore4\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore5\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore6\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore7\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux kwin_x11[868]: kf.config.core: "\"fsrestore8\" - conversion of \"0,0,0,0\" to QRect failed"
Sep 29 13:22:13 archlinux systemd[733]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Network being skipped.
Sep 29 13:22:13 archlinux systemd[733]: Finished KSplash "ready" Stage.
Sep 29 13:22:13 archlinux systemd[733]: Started Geoclue Demo agent.
Sep 29 13:22:13 archlinux systemd[733]: Started Accessibility.
Sep 29 13:22:13 archlinux systemd[733]: Started Discover.
Sep 29 13:22:13 archlinux systemd[733]: Started PulseAudio Sound System.
Sep 29 13:22:13 archlinux systemd[733]: Started xapp-sn-watcher.
Sep 29 13:22:13 archlinux systemd[733]: Starting KScreen...
Sep 29 13:22:13 archlinux systemd[733]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Klipper being skipped.
Sep 29 13:22:13 archlinux systemd[733]: app-org.kde.plasma\x2dwelcome@autostart.service: Skipped due to 'exec-condition'.
Sep 29 13:22:13 archlinux systemd[733]: Condition check resulted in Welcome Center being skipped.
Sep 29 13:22:13 archlinux systemd[733]: Reached target Startup of XDG autostart applications.
Sep 29 13:22:13 archlinux kded5[867]: Known activities: ("2d26e3e1-1149-4b61-b39b-8e6b74727b28")
Sep 29 13:22:13 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.30' (uid=1000 pid=867 comm="/usr/bin/kded5")
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.11' (uid=1000 pid=867 comm="/usr/bin/kded5")
Sep 29 13:22:13 archlinux dbus-daemon[510]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 29 13:22:13 archlinux dbus-daemon[510]: [system] Activating service name='org.kde.kded.smart' requested by ':1.30' (uid=1000 pid=867 comm="/usr/bin/kded5") (using servicehelper)
Sep 29 13:22:13 archlinux systemd[733]: Starting Bluetooth OBEX service...
Sep 29 13:22:13 archlinux systemd[733]: Starting Sound Service...
Sep 29 13:22:13 archlinux kaccess[1142]: Xlib XKB extension major= 1 minor= 0
Sep 29 13:22:13 archlinux systemd[733]: Started /usr/lib/DiscoverNotifier.
Sep 29 13:22:13 archlinux systemd[733]: Started Nemo.
Sep 29 13:22:13 archlinux systemd[733]: Started Terminator.
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.KScreen'
Sep 29 13:22:13 archlinux systemd[733]: Started KScreen.
Sep 29 13:22:13 archlinux obexd[1160]: OBEX daemon 5.69
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.bluez.obex'
Sep 29 13:22:13 archlinux systemd[733]: Started Bluetooth OBEX service.
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Connected output 67 to CRTC 62
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Connected output 69 to CRTC 63
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Detected XRandR 1.6
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Event Base: 89
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Event Error: 147
Sep 29 13:22:13 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.kde.kded.smart'
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Successfully made thread 1161 of process 1161 owned by '1000' high priority at nice level -11.
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Supervising 4 threads of 3 processes of 1 users.
Sep 29 13:22:13 archlinux kded5[867]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 29 13:22:13 archlinux kded5[867]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandR::setConfig
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Requested screen size is QSize(5760, 2160)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Needed CRTCs: 2
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Actions to perform:
Priorities: true
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 67
Old: "0"
New: "1"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 69
Old: "0"
New: "2"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Change Screen Size: false
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Disable outputs: false
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Change outputs: true
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: (67, 69)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Enable outputs: false
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 67 ( "DP-2" )
CRTC: 62
Pos: QPoint(1920,0)
Mode: KScreen::Mode(Id: "71" , Size: QSize(3840, 2160) @ 59.9966 ) Preferred: "71"
Rotation: KScreen::Output::None
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandRCrtc 62 m_timestamp update 0 => 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Result: 0 timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 67 update
m_connected: 0
m_crtc XRandRCrtc(0x5634d2c79ce0)
CRTC: 62
MODE: 71
Connection: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 69 ( "HDMI-1" )
CRTC: 63
Pos: QPoint(0,654)
Mode: KScreen::Mode(Id: "103" , Size: QSize(1920, 1080) @ 60 ) Preferred: "103"
Rotation: KScreen::Output::None
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandRCrtc 63 m_timestamp update 0 => 19398
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Result: 0 timestamp: 19398
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 69 update
m_connected: 0
m_crtc XRandRCrtc(0x5634d2c7a6f0)
CRTC: 63
MODE: 103
Connection: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetOutputPrimary
New priority: 1
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: RRSetOutputPrimary
New priority: 2
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandR::setConfig done!
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 62
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 71
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Geometry: 1920 0 3840 2160
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRScreenChangeNotify
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Config_timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Window: 41943045
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Root: 1858
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size ID: 65535
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size: 5760 2160
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: SizeMM: 1524 571
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 62
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 71
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Geometry: 1920 0 3840 2160
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19397
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 67
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: State (newValue, Deleted): 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19397
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 67
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: State (newValue, Deleted): 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 66
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Connection: "Disconnected"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Subpixel Order: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 67
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 62
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 71
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Connection: "Connected"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Subpixel Order: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRScreenChangeNotify
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Config_timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Window: 41943045
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Root: 1858
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size ID: 65535
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size: 5760 2160
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: SizeMM: 1524 571
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 66
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Connection: "Disconnected"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Subpixel Order: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 67
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 62
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 71
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Connection: "Connected"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Subpixel Order: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 63
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 103
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Geometry: 0 654 1920 1080
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRScreenChangeNotify
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Config_timestamp: 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Window: 41943045
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Root: 1858
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size ID: 65535
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Size: 5760 2160
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: SizeMM: 1524 571
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_CrtcChange
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19351
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: CRTC: 63
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Mode: 103
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Rotation: "Rotate_0"
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Geometry: 0 654 1920 1080
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19422
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 69
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: State (newValue, Deleted): 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Timestamp: 19422
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Output: 69
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xcb.helper: State (newValue, Deleted): 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandRCrtc 62 m_configTimestamp update 0 => 9454
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 66 update
m_connected: 1
m_crtc QObject(0x0)
CRTC: 0
MODE: 0
Connection: 1
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 66 : connected = false , enabled = false
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 67 update
m_connected: 0
m_crtc XRandRCrtc(0x5634d2c79ce0)
CRTC: 62
MODE: 71
Connection: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 67 : connected = true , enabled = true
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 66 update
m_connected: 1
m_crtc QObject(0x0)
CRTC: 0
MODE: 0
Connection: 1
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 66 : connected = false , enabled = false
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandROutput 67 update
m_connected: 0
m_crtc XRandRCrtc(0x5634d2c79ce0)
CRTC: 62
MODE: 71
Connection: 0
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Output 67 : connected = true , enabled = true
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: XRandRCrtc 63 m_configTimestamp update 0 => 19351
Sep 29 13:22:13 archlinux kaccess[1142]: X server XKB extension major= 1 minor= 0
Sep 29 13:22:13 archlinux DiscoverNotifier[1144]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Sep 29 13:22:13 archlinux DiscoverNotifier[1164]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.42' (uid=1000 pid=1144 comm="/usr/lib/DiscoverNotifier")
Sep 29 13:22:13 archlinux systemd[733]: Starting Virtual filesystem service...
Sep 29 13:22:13 archlinux systemd[733]: Started Firefox Web Browser - Web Browser.
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.Daemon'
Sep 29 13:22:13 archlinux systemd[733]: Started Virtual filesystem service.
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Supervising 4 threads of 3 processes of 1 users.
Sep 29 13:22:13 archlinux plasmashell[934]: Checking screens: available: (QScreen(0x561bf178dea0, name="DP-2")) redundant: QHash((QScreen(0x561bf178dee0, name="HDMI-1"), QScreen(0x561bf178dea0, name="DP-2"))) fake: QSet() all: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1"))
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Successfully made thread 1244 of process 1161 owned by '1000' RT at priority 5.
Sep 29 13:22:13 archlinux rtkit-daemon[839]: Supervising 5 threads of 3 processes of 1 users.
Sep 29 13:22:13 archlinux kded5[867]: Registering ":1.40/StatusNotifierItem" to system tray
Sep 29 13:22:13 archlinux plasmashell[934]: Checking screens: available: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1")) redundant: QHash() fake: QSet() all: (QScreen(0x561bf178dea0, name="DP-2"), QScreen(0x561bf178dee0, name="HDMI-1"))
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.47' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:20: TypeError: Cannot read property 'pluginName' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:75: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:78: TypeError: Cannot read property 'pluginName' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:80: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:81: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:82: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:83: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:84: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:16: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:17: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux plasmashell[934]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:18: TypeError: Cannot read property 'configuration' of null
Sep 29 13:22:13 archlinux systemd[733]: Starting Accessibility services bus...
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.a11y.Bus'
Sep 29 13:22:13 archlinux systemd[733]: Started Accessibility services bus.
Sep 29 13:22:13 archlinux xdg-desktop-por[805]: A backend call failed: No such method 'CreateMonitor' in interface 'org.freedesktop.impl.portal.Inhibit' at object path '/org/freedesktop/portal/desktop' (signature 'ooss')
Sep 29 13:22:13 archlinux xdg-desktop-por[805]: Failed to close session implementation: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/org/freedesktop/portal/desktop/session/1_43/gtk136570006'
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.43' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:22:13 archlinux kioslave5[1262]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Sep 29 13:22:13 archlinux systemd[733]: Starting Virtual filesystem service - disk device monitor...
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Sep 29 13:22:13 archlinux systemd[733]: Started Virtual filesystem service - disk device monitor.
Sep 29 13:22:13 archlinux nemo[1157]: Current gtk theme is not known to have nemo support (Breeze) - checking...
Sep 29 13:22:13 archlinux systemd[733]: Finished KDE Session Restoration.
Sep 29 13:22:13 archlinux nemo[1157]: The theme appears to have no nemo support. Adding some...
Sep 29 13:22:13 archlinux nordvpnd[715]: 2023/09/29 13:22:13 Get "https://downloads.nordcdn.com/configs/dns/cybersec.json": dial tcp: lookup downloads.nordcdn.com: i/o timeout
Sep 29 13:22:13 archlinux nordvpnd[715]: 2023/09/29 13:22:13 error retrieving nameservers: doing http request: Get "https://downloads.nordcdn.com/configs/dns/cybersec.json": dial tcp: lookup downloads.nordcdn.com: i/o timeout
Sep 29 13:22:13 archlinux at-spi-bus-launcher[1275]: dbus-daemon[1275]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:22:13 archlinux at-spi-bus-launcher[1275]: dbus-daemon[1275]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 29 13:22:13 archlinux at-spi-bus-launcher[1325]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 29 13:22:13 archlinux kscreen_backend_launcher[1148]: kscreen.xrandr: Emitting configChanged()
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.43' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:22:13 archlinux systemd[733]: Starting Virtual filesystem metadata service...
Sep 29 13:22:13 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.Metadata'
Sep 29 13:22:13 archlinux systemd[733]: Started Virtual filesystem metadata service.
Sep 29 13:22:14 archlinux systemd[733]: Started VTE child process 1382 launched by terminator process 1156.
Sep 29 13:22:14 archlinux kwin_x11[868]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Sep 29 13:22:14 archlinux kioslave5[1262]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 5 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Successfully made thread 1412 of process 1161 owned by '1000' RT at priority 5.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 6 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux pulseaudio[1161]: The decibel volume range for element 'PCM' (-4100 dB - -300 dB) has negative maximum. Disabling the decibel range.
Sep 29 13:22:14 archlinux pulseaudio[1161]: The decibel volume range for element 'PCM' (-4100 dB - -300 dB) has negative maximum. Disabling the decibel range.
Sep 29 13:22:14 archlinux pulseaudio[1161]: The decibel volume range for element 'PCM' (-4100 dB - -300 dB) has negative maximum. Disabling the decibel range.
Sep 29 13:22:14 archlinux pulseaudio[1161]: The decibel volume range for element 'PCM' (-4100 dB - -300 dB) has negative maximum. Disabling the decibel range.
Sep 29 13:22:14 archlinux pulseaudio[1161]: The decibel volume range for element 'PCM' (-4100 dB - -300 dB) has negative maximum. Disabling the decibel range.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 6 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Successfully made thread 1418 of process 1161 owned by '1000' RT at priority 5.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 7 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 7 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Successfully made thread 1420 of process 1161 owned by '1000' RT at priority 5.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux pulseaudio[1161]: stat('/etc/pulse/default.pa.d'): No such file or directory
Sep 29 13:22:14 archlinux systemd[733]: Started Sound Service.
Sep 29 13:22:14 archlinux plasmashell[934]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x561bf2e583e0)
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "org.kde.dolphin.desktop" QSharedPointer(0x561bf2e57f60)
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x561bf2e57ec0)
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x561bf2e58d40)
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "org.kde.dolphin.desktop" QSharedPointer(0x561bf2e58ed0)
Sep 29 13:22:14 archlinux plasmashell[934]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x561bf2e57f10)
Sep 29 13:22:14 archlinux ksmserver[1224]: ATTENTION: default value of option mesa_glthread overridden by environment.
Sep 29 13:22:14 archlinux ksmserver[1224]: ATTENTION: default value of option mesa_glthread overridden by environment.
Sep 29 13:22:14 archlinux ksmserver[1224]: ATTENTION: default value of option mesa_glthread overridden by environment.
Sep 29 13:22:14 archlinux ksmserver[1224]: ATTENTION: default value of option mesa_glthread overridden by environment.
Sep 29 13:22:14 archlinux dbus-daemon[510]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.59' (uid=1000 pid=1224 comm="/usr/lib/firefox/firefox --sm-client-id 10145dbd1d")
Sep 29 13:22:14 archlinux systemd[1]: Starting Time & Date Service...
Sep 29 13:22:14 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.freedesktop.timedate1'
Sep 29 13:22:14 archlinux systemd[1]: Started Time & Date Service.
Sep 29 13:22:14 archlinux plasmashell[934]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Sep 29 13:22:14 archlinux plasmashell[934]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Sep 29 13:22:14 archlinux baloo_file[800]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.25'
Sep 29 13:22:14 archlinux baloo_file[800]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.29'
Sep 29 13:22:14 archlinux plasmashell[934]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 8 threads of 3 processes of 1 users.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Successfully made thread 1545 of process 1224 owned by '1000' RT at priority 10.
Sep 29 13:22:14 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:15 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:15 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:15 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:15 archlinux kioslave5[1483]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Sep 29 13:22:15 archlinux plasmashell[934]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Sep 29 13:22:15 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:15 archlinux kioslave5[1483]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Sep 29 13:22:15 archlinux kioslave5[1483]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Sep 29 13:22:15 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:16 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:16 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:16 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:16 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:17 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:19 archlinux plasmashell[934]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Sep 29 13:22:20 archlinux plasmashell[934]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:61:17: Unable to assign [undefined] to int
Sep 29 13:22:20 archlinux systemd[1]: Stopping User Manager for UID 970...
Sep 29 13:22:20 archlinux systemd[680]: Activating special unit Exit the Session...
Sep 29 13:22:20 archlinux systemd[680]: Stopped target Main User Target.
Sep 29 13:22:20 archlinux systemd[680]: Stopping D-Bus User Message Bus...
Sep 29 13:22:20 archlinux systemd[680]: Stopped D-Bus User Message Bus.
Sep 29 13:22:20 archlinux systemd[680]: Removed slice User Core Session Slice.
Sep 29 13:22:20 archlinux systemd[680]: Stopped target Basic System.
Sep 29 13:22:20 archlinux systemd[680]: Stopped target Paths.
Sep 29 13:22:20 archlinux systemd[680]: Stopped target Sockets.
Sep 29 13:22:20 archlinux systemd[680]: Stopped target Timers.
Sep 29 13:22:20 archlinux systemd[680]: Closed D-Bus User Message Bus Socket.
Sep 29 13:22:20 archlinux systemd[680]: Closed GnuPG network certificate management daemon.
Sep 29 13:22:20 archlinux systemd[680]: Closed GCR ssh-agent wrapper.
Sep 29 13:22:20 archlinux systemd[680]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 29 13:22:20 archlinux systemd[680]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 29 13:22:20 archlinux systemd[680]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 29 13:22:20 archlinux systemd[680]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 29 13:22:20 archlinux systemd[680]: Closed p11-kit server.
Sep 29 13:22:20 archlinux systemd[680]: Closed PipeWire Multimedia System Socket.
Sep 29 13:22:20 archlinux systemd[680]: Closed Sound System.
Sep 29 13:22:20 archlinux systemd[680]: Removed slice User Application Slice.
Sep 29 13:22:20 archlinux systemd[680]: Reached target Shutdown.
Sep 29 13:22:20 archlinux systemd[680]: Finished Exit the Session.
Sep 29 13:22:20 archlinux systemd[680]: Reached target Exit the Session.
Sep 29 13:22:20 archlinux (sd-pam)[681]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Sep 29 13:22:20 archlinux systemd[1]: user@970.service: Deactivated successfully.
Sep 29 13:22:20 archlinux systemd[1]: Stopped User Manager for UID 970.
Sep 29 13:22:20 archlinux systemd[1]: Stopping User Runtime Directory /run/user/970...
Sep 29 13:22:20 archlinux systemd[1]: run-user-970.mount: Deactivated successfully.
Sep 29 13:22:20 archlinux systemd[1]: user-runtime-dir@970.service: Deactivated successfully.
Sep 29 13:22:20 archlinux systemd[1]: Stopped User Runtime Directory /run/user/970.
Sep 29 13:22:21 archlinux systemd[1]: Removed slice User Slice of UID 970.
Sep 29 13:22:22 archlinux nordvpnd[715]: 2023/09/29 13:22:22 getting telio remote config json string: could not execute firebase remote config call, context deadline exceeded
Sep 29 13:22:22 archlinux nordvpnd[715]: 2023/09/29 13:22:22 [Info] libtelio final config: {"lana":{"event_path":"/var/lib/nordvpn/data/moose.db","prod":true},"nurse":{"fingerprint":"722ce888b976c6309fe01aa9069288627e43d0fbf8c9161d406a8d959b652a32","qos":{}},"direct":{},"derp":{},"wireguard":{"persistent_keepalive":{}}}
Sep 29 13:22:22 archlinux nordvpnd[715]: 2023/09/29 13:22:22 [Warning] moose: init was successful
Sep 29 13:22:22 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:22 archlinux rtkit-daemon[839]: Supervising 9 threads of 4 processes of 1 users.
Sep 29 13:22:27 archlinux nordvpnd[715]: 2023/09/29 13:22:27 Head "https://downloads.nordcdn.com/configs/templates/ovpn/1.0/template.xslt": dial tcp: lookup downloads.nordcdn.com: i/o timeout
Sep 29 13:22:30 archlinux kernel: usb 2-1.3: USB disconnect, device number 4
Sep 29 13:22:32 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 29 13:22:32 archlinux nordvpnd[715]: 2023/09/29 13:22:32 Head "https://downloads.nordcdn.com/configs/templates/ovpn_xor/1.0/template.xslt": dial tcp: lookup downloads.nordcdn.com: i/o timeout
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: new full-speed USB device number 6 using ehci-pci
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: New USB device found, idVendor=046d, idProduct=c32b, bcdDevice=92.04
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: Product: Gaming Keyboard G910
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: Manufacturer: Logitech
Sep 29 13:22:32 archlinux kernel: usb 2-1.4: SerialNumber: 1281354C3430
Sep 29 13:22:32 archlinux kernel: input: Logitech Gaming Keyboard G910 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:046D:C32B.0006/input/input24
Sep 29 13:22:32 archlinux kernel: hid-generic 0003:046D:C32B.0006: input,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Keyboard G910] on usb-0000:00:1d.0-1.4/input0
Sep 29 13:22:32 archlinux kernel: input: Logitech Gaming Keyboard G910 Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046D:C32B.0007/input/input25
Sep 29 13:22:32 archlinux kernel: hid-generic 0003:046D:C32B.0007: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Keyboard G910] on usb-0000:00:1d.0-1.4/input1
Sep 29 13:22:32 archlinux mtp-probe[1893]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4"
Sep 29 13:22:32 archlinux mtp-probe[1893]: bus: 2, device: 6 was not an MTP device
Sep 29 13:22:34 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event4 (Logitech Gaming Keyboard G910 Keyboard)
Sep 29 13:22:34 archlinux systemd-logind[512]: Watching system buttons on /dev/input/event3 (Logitech Gaming Keyboard G910)
Sep 29 13:22:34 archlinux mtp-probe[1921]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4"
Sep 29 13:22:34 archlinux mtp-probe[1921]: bus: 2, device: 6 was not an MTP device
Sep 29 13:22:45 archlinux plasmashell[934]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
Sep 29 13:22:45 archlinux systemd[733]: Started Nemo.
Sep 29 13:22:52 archlinux systemd[1]: systemd-timedated.service: Deactivated successfully.
Sep 29 13:22:54 archlinux kernel: usb 1-1.5: new high-speed USB device number 4 using ehci-pci
Sep 29 13:22:55 archlinux kernel: usb 1-1.5: New USB device found, idVendor=154b, idProduct=005d, bcdDevice= 0.00
Sep 29 13:22:55 archlinux kernel: usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 29 13:22:55 archlinux kernel: usb 1-1.5: Product: USB 2.0 FD
Sep 29 13:22:55 archlinux kernel: usb 1-1.5: Manufacturer: PNY
Sep 29 13:22:55 archlinux kernel: usb 1-1.5: SerialNumber: 4061869406E9AC40A2CF00EF
Sep 29 13:22:55 archlinux mtp-probe[1946]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
Sep 29 13:22:55 archlinux mtp-probe[1946]: bus: 1, device: 4 was not an MTP device
Sep 29 13:22:55 archlinux kernel: usb-storage 1-1.5:1.0: USB Mass Storage device detected
Sep 29 13:22:55 archlinux kernel: scsi host8: usb-storage 1-1.5:1.0
Sep 29 13:22:55 archlinux kernel: usbcore: registered new interface driver usb-storage
Sep 29 13:22:55 archlinux kernel: usbcore: registered new interface driver uas
Sep 29 13:22:55 archlinux mtp-probe[1954]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
Sep 29 13:22:55 archlinux mtp-probe[1954]: bus: 1, device: 4 was not an MTP device
Sep 29 13:22:58 archlinux kernel: scsi 8:0:0:0: Direct-Access pny USB 2.0 FD 1.00 PQ: 0 ANSI: 4
Sep 29 13:22:58 archlinux kernel: sd 8:0:0:0: [sdc] 62816256 512-byte logical blocks: (32.2 GB/30.0 GiB)
Sep 29 13:22:58 archlinux kernel: sd 8:0:0:0: [sdc] Write Protect is off
Sep 29 13:22:58 archlinux kernel: sd 8:0:0:0: [sdc] Mode Sense: 2f 00 00 00
Sep 29 13:22:58 archlinux kernel: sd 8:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Sep 29 13:22:58 archlinux kernel: sdc: sdc1
Sep 29 13:22:58 archlinux kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
Sep 29 13:22:58 archlinux dbus-daemon[510]: [system] Activating service name='org.kde.kded.smart' requested by ':1.30' (uid=1000 pid=867 comm="/usr/bin/kded5") (using servicehelper)
Sep 29 13:22:58 archlinux dbus-daemon[510]: [system] Successfully activated service 'org.kde.kded.smart'
Sep 29 13:22:58 archlinux plasmashell[934]: trying to show an empty dialog
Sep 29 13:22:59 archlinux plasmashell[934]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Sep 29 13:22:59 archlinux plasmashell[934]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Sep 29 13:23:26 archlinux udisksd[821]: Mounted /dev/sdc1 at /run/media/scott/aa0883cc-ca8d-463d-b7b1-b7d45ee76dec on behalf of uid 1000
Sep 29 13:23:26 archlinux kernel: EXT4-fs (sdc1): mounted filesystem aa0883cc-ca8d-463d-b7b1-b7d45ee76dec r/w with ordered data mode. Quota mode: none.
Sep 29 13:23:26 archlinux systemd[733]: Started Nemo.
Sep 29 13:23:26 archlinux kde-open5[2000]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
Sep 29 13:23:26 archlinux systemd[733]: Started Nemo.
Sep 29 13:23:30 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.gnome.gedit' requested by ':1.43' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:23:30 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.gedit'
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:23:30 archlinux gedit[2028]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:23:33 archlinux gedit[2028]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:23:33 archlinux gedit[2028]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:23:33 archlinux gedit[2028]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:23:33 archlinux gedit[2028]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:23:43 archlinux gedit[2028]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:23:43 archlinux gedit[2028]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:23:43 archlinux gedit[2028]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:23:43 archlinux gedit[2028]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:23:51 archlinux ksmserver[1156]: <window.Window object at 0x7fa20d17fec0 (terminatorlib+window+Window at 0x55a2db7801e0)> is not in registered window list
Sep 29 13:23:55 archlinux nemo[1157]: Could not inhibit power management: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.SessionManager" does not exist
Sep 29 13:23:56 archlinux systemd[733]: Started VTE child process 2091 launched by terminator process 2072.
Sep 29 13:24:07 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.gnome.gedit' requested by ':1.43' (uid=1000 pid=1157 comm="/usr/bin/nemo")
Sep 29 13:24:07 archlinux dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.gedit'
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Sep 29 13:24:07 archlinux gedit[2133]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Sep 29 13:24:27 archlinux systemd[733]: Started VTE child process 2173 launched by terminator process 2072.
Sep 29 13:24:37 archlinux nordvpnd[715]: 2023/09/29 13:24:37 Get "https://api.nordvpn.com/v1/helpers/ips/insights": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Sep 29 13:24:37 archlinux nordvpnd[715]: 2023/09/29 13:24:37 rotated api transport to: std-http-transport
Sep 29 13:24:37 archlinux nordvpnd[715]: 2023/09/29 13:24:37 notifying subscriber: /v1/helpers/ips/insights is not important to moose
The state of the system at this point is the internet generally doesn't work, but some pages load sometimes. I can access anything with an ip address on my lan. "ping www.google.com" does nothing other than get stuck at the terminal and never return unless I do ctrl + c it eventually outputs
ping: www.google.com: Temporary failure in name resolution
.
Offline
iwd mostly provides a carrier (like wpa_supplicant), you can also have it configure a lease but it won't handle the wired network.
You've carrier, lease and some DNS, but apparently teh server is useless.
DNS over google works, you can use 8.8.8.8 (google) or 1.1.1.1 (cloudflare) as interim custom DNS servers, https://wiki.archlinux.org/title/Networ … NS_servers
Where does 192.168.2.254 come from?
It's not the segment you connect to (192.168.1.*)
ping -c1 192.168.2.254
nmap 192.168.2.254
dig @192.168.2.254 google.com
Offline
Where does 192.168.2.254 come from?
I have a modem that has wifi but it's terrible wifi that frequently drops connection so the wifi is disabled. The modem's ip address is 192.168.2.254. I can type that in to a browser's address bar to get to the modem's configuration page. That modem is connected to a wifi router that has an internal address of 192.168.1.1 and on the modem its address is 192.168.2.64. I also have a router in the garage with an ip address of 192.168.1.2. Both of these routers are dd-wrt routers and are set up in such a way that computers connected to the 192.168.1.1 router can see computers on the 192.168.1.2 router and access them normally. For example my server at 192.168.1.94 is accessible at address 192.168.1.94 regardless of which of the 2 routers you're connected to. You can access both the 192.168.1.1 router and the 192.168.1.2 router from either one.
PING 192.168.2.254 (192.168.2.254) 56(84) bytes of data.
64 bytes from 192.168.2.254: icmp_seq=1 ttl=63 time=1.49 ms
--- 192.168.2.254 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.485/1.485/1.485/0.000 ms
Starting Nmap 7.94 ( https://nmap.org ) at 2023-09-29 14:59 CDT
Nmap scan report for 192.168.2.254
Host is up (0.0076s latency).
Not shown: 994 closed tcp ports (conn-refused)
PORT STATE SERVICE
21/tcp filtered ftp
22/tcp filtered ssh
23/tcp filtered telnet
80/tcp open http
443/tcp open https
5431/tcp open park-agent
Nmap done: 1 IP address (1 host up) scanned in 1.25 seconds
pings.sh: line 4: dig: command not found
Note that I don't have dig installed and the network isn't working well enough to get it yet.
Offline
192.168.2.254 doesn't listen on #53 and can therefore not act as DNS server
Both of these routers are dd-wrt routers
dd-wrt will offer DNS, however (dnsmasq, it needs another DNS to back it)
Also make sure you don't have 2 dhcp servers in the segment,
sudo nmap --script broadcast-dhcp-discover
Offline
sudo nmap --script broadcast-dhcp-discover
This gives me this output
Starting Nmap 7.94 ( https://nmap.org ) at 2023-09-29 15:24 CDT
Pre-scan script results:
| broadcast-dhcp-discover:
| Response 1 of 1:
| Interface: wlan0
| IP Offered: 192.168.1.83
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.1
| IP Address Lease Time: 1d00h00m00s
| Renewal Time Value: 12h00m00s
| Rebinding Time Value: 21h00m00s
| Subnet Mask: 255.255.255.0
| Broadcast Address: 192.168.1.255
| Domain Name: Home
| WPAD:
|
| Domain Name Server: 192.168.2.254
|_ Router: 192.168.1.1
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 10.21 seconds
I'm not sure where that 192.168.1.83 address comes from. I don't have a device on my network with that address and nmap -sn 192.168.1.83 just outputs this:
Starting Nmap 7.94 ( https://nmap.org ) at 2023-09-29 15:28 CDT
Note: Host seems down. If it is already up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanning in 1.46 seconds
I did also try nmap -Pn 192.168.1.83 and I got this:
Starting Nmap 7.94 ( https://nmap.org ) at 2023-09-29 15:31 CDT
Nmap done: 1 IP address (0 hosts up) scanning in 1.49 seconds
Offline
192.168.1.83 is a lease offer from the dhcp server at 192.168.1.1
That server also seems to advertise 192.168.2.254 as DNS, which is wrong. Change the router config and add a proper DNS
The router itself should be fine, but to be sure
nmap 192.168.1.1
Offline
In my router settings, I changed DNS 1 and DNS 2 from 0.0.0.0 to 8.8.8.8 and 1.1.1.1. I then checked "ignore WAN DNS". This made a lot more stuff work than usual so I took this opportunity to install dig with
pacman -S bind
before it stops working again.
Here is the output of nmap 192.168.1.1:
Starting Nmap 7.94 ( https://nmap.org ) at 2023-09-29 15:58 CDT
Nmap scan report for 192.168.1.1
Host is up (0.0049s latency).
Not shown: 998 closed tcp ports (conn-refused)
PORT STATE SERVICE
23/tcp open telnet
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds
since I got dig working. Here is the output of "dig @8.8.8.8 google.com"
; <<>> DiG 9.18.19 <<>> @8.8.8.8 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29587
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 300 IN A 172.217.4.78
;; Query time: 40 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Fri Sep 29 15:58:32 CDT 2023
;; MSG SIZE rcvd: 55
Here is the output of "drill @8.8.8.8 google.com"
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 19709
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; google.com. IN A
;; ANSWER SECTION:
google.com. 75 IN A 172.217.4.206
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 34 msec
;; SERVER: 8.8.8.8
;; WHEN: Fri Sep 29 15:58:26 2023
;; MSG SIZE rcvd: 44
Pings seem to work, at least for now as well. "ping www,google.com" gives me this:
64 bytes from yi-in-f106.1e100.net (74.125.138.106)" icmp_seq1 ttl=56 time=31.2 ms
64 bytes from yi-in-f106.1e100.net (74.125.138.106)" icmp_seq2 ttl=56 time=28.2 ms
64 bytes from yi-in-f106.1e100.net (74.125.138.106)" icmp_seq3 ttl=56 time=31.5 ms
Last edited by TheUnknownBone (2023-09-29 21:07:33)
Offline
192.168.1.1 doesn't run a DNS either.
digging and drilling @8.8.8.8 doesn't make a lot of sense at this point, but either of
dig google.com
drill google.com
nslookup google.com
will tell us sth. about your DNS config (so will "resolvectl status")
Offline
dig google.com gives me this:
; <<>> DiG 9.18.19 <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7478
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 107 IN A 172.217.4.206
;; Query time: 36 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Sat Sep 30 14:53:34 CDT 2023
;; MSG SIZE rcvd: 55
drill google.com gives me this.
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 10154
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; google.com. IN A
;; ANSWER SECTION:
google.com. 137 IN A 172.217.4.206
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 33 msec
;; SERVER: 8.8.8.8
;; WHEN: Sat Sep 30 14:56:59 2023
;; MSG SIZE rcvd: 44
and nslookup google.com give me this
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: google.com
Address: 172.217.4.206
Name: google.com
Address: 2607:f8b0:4009:806::200e
typing in resolvectl status gives me this:
Global
Protocols: +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: foreign
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8 1.1.1.1
Fallback DNS Servers: 1.1.1.1#cloudflare-dns.com 9.9.9.9#dns.quad9.net
8.8.8.8#dns.google 2606:4700:4700::1111#cloudflare-dns.com
2620:fe::9#dns.quad9.net 2001:4860:4860::8888#dns.google
DNS Domain: Home
Link 2 (enp11s0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Link 4 (wlan0)
Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 mDNS/IPv4 mDNS/IPv6
Protocols: +DefaultRoute +LLMNR +mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8 1.1.1.1
DNS Domain: Home
it has been working ever since I put dns server settings in my router. I guess the other computers on my network use a different system for resolving dns which is why only my arch pc is/was having problems.
Offline
Yup, you're now using googles DNS w/ resolved as cache - you could also enable dnsmasq in dd-wrt to use that as LAN-wide caching DNS but there's no real problem remaining witzh the current setup.
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