You are not logged in.

#1 2024-11-08 14:04:14

sinal
Member
Registered: 2024-11-08
Posts: 4

Can't connect to eduroam with wpa_supplicant

Hi,

I have been trying to connect for a very long time to eduroam. I tried with both NetworkManager and only wpa_supplicant. For network manager I used the CAT installer provided by my uni and it did not work. It asked my password and username several times to try again. I set phase1-auth-flags = 32 and tried some other things and it did not work. Now I tried with wpa_supplicant went further but still have issues. I tried this thread  

This is what I get when connecting like this:

 sudo wpa_supplicant -i wlp0s20f3 -c /etc/wpa_supplicant/wpa_supplicant-eduroam.conf 

Log:

Successfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:20 auth_type=0 auth_transaction=2 status_code=37
wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
wlp0s20f3: SME: Authentication request to the driver failed
wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: Added BSSID 00:00:00:00:00:00 into ignore list, ignoring for 10 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: Trying to associate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: SME: Association request to the driver failed
wlp0s20f3: Added BSSID 68:71:61:33:8a:60 into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=1 duration=10 reason=CONN_FAILED
wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 3, ignoring for 60 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:20 auth_type=0 auth_transaction=2 status_code=37
wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=2 duration=36 reason=CONN_FAILED
^Cwlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
wlp0s20f3: Removed BSSID 68:71:61:33:8a:60 from ignore list (clear)
wlp0s20f3: Removed BSSID 00:00:00:00:00:00 from ignore list (clear)
wlp0s20f3: Removed BSSID 68:71:61:33:53:2f from ignore list (clear)
wlp0s20f3: Removed BSSID 68:71:61:33:53:20 from ignore list (clear)
wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
wlp0s20f3: CTRL-EVENT-TERMINATING 

This my wpa_supplicant config take from the CAT installer and the thread I linked I disabled p2p as I had some issues with it

openssl_ciphers=DEFAULT@SECLEVEL=0
p2p_disabled=1
network={
        ssid="eduroam"
	key_mgmt=WPA-EAP
        pairwise=CCMP
        group=CCMP TKIP
        eap=TTLS
        ca_cert="/home/sinal/.config/cat_installer/ca.pem"
        identity=""
        altsubject_match="DNS:radius.uvt.nl"
        phase2="auth=MSCHAPV2"
	password=""
	anonymous_identity="anon2021@uvt.nl"
}

Does anybody have some ideas?

Last edited by sinal (2024-11-08 15:38:02)

Offline

#2 2024-11-08 15:07:21

-thc
Member
Registered: 2017-03-15
Posts: 685

Re: Can't connect to eduroam with wpa_supplicant

Please redact your personal information. Consider the password you posted compromised.

You probably have concurring network managements. Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-45s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Offline

#3 2024-11-08 15:41:24

sinal
Member
Registered: 2024-11-08
Posts: 4

Re: Can't connect to eduroam with wpa_supplicant

Opps made a very rookie mistake. Thank you for the notice.

This is my output:

dbus-fi.w1.wpa_supplicant1.service            | system
dbus-org.freedesktop.nm-dispatcher.service    | system
dbus-org.freedesktop.timesync1.service        | system
display-manager.service                       | system
getty@tty1.service                            | getty.target.wants
gnome-keyring-daemon.socket                   | sockets.target.wants
NetworkManager.service                        | multi-user.target.wants
NetworkManager-wait-online.service            | network-online.target.wants
p11-kit-server.socket                         | sockets.target.wants
pipewire-pulse.socket                         | sockets.target.wants
pipewire-session-manager.service              | user
pipewire.socket                               | sockets.target.wants
remote-fs.target                              | multi-user.target.wants
systemd-timesyncd.service                     | sysinit.target.wants
systemd-userdbd.socket                        | sockets.target.wants
wireplumber.service                           | pipewire.service.wants
wpa_supplicant.service                        | multi-user.target.wants
xdg-user-dirs-update.service                  | default.target.wants

Offline

#4 2024-11-08 17:05:20

-thc
Member
Registered: 2017-03-15
Posts: 685

Re: Can't connect to eduroam with wpa_supplicant

If you want to test wpa_supplicant alone you have to tell NetworkManager to leave the WiFi interface unmanaged.

Crate a drop-in file under "/etc/NetworkManager/conf.d"

# unmanaged.conf
[keyfile]
unmanaged-devices=interface-name:wl*

Then try again.

Offline

#5 2024-11-11 13:38:06

sinal
Member
Registered: 2024-11-08
Posts: 4

Re: Can't connect to eduroam with wpa_supplicant

Sadly I still get an error:

wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: SME: Association request to the driver failed
wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
wlp0s20f3: SME: Association request to the driver failed
wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: Trying to associate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: SME: Association request to the driver failed
wlp0s20f3: Added BSSID 68:71:61:33:8a:60 into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: SME: Trying to authenticate with 60:b9:c0:21:9d:c0 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: Trying to associate with 60:b9:c0:21:9d:c0 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: SME: Association request to the driver failed
wlp0s20f3: Added BSSID 60:b9:c0:21:9d:c0 into ignore list, ignoring for 10 seconds
wlp0s20f3: BSSID 60:b9:c0:21:9d:c0 ignore list count incremented to 2, ignoring for 10 seconds
wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=1 duration=10 reason=CONN_FAILED
wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
wlp0s20f3: BSSID 60:b9:c0:21:9d:c0 ignore list count incremented to 3, ignoring for 60 seconds
wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=2 duration=34 reason=CONN_FAILED

Last edited by sinal (2024-11-11 14:33:55)

Offline

#6 2024-11-11 14:57:33

seth
Member
Registered: 2012-09-03
Posts: 58,657

Re: Can't connect to eduroam with wpa_supplicant

wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds

We're starting w/ ignoring the AP and then later on

wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:32:69:af auth_type=0 auth_transaction=2 status_code=37
reason=37 "Requested from peer STA as it does not want to use the mechanism"

the AP tells you to go away.

Please dont post random error lines, post the entire journal at least starting w/ the first connection attempt and covering at least th  first failure.
To post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#7 2024-11-11 16:02:16

sinal
Member
Registered: 2024-11-08
Posts: 4

Re: Can't connect to eduroam with wpa_supplicant

Sorry here is the full complete journal for the boot:

Nov 11 15:31:02 sinal kernel: Linux version 6.11.6-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000
Nov 11 15:31:02 sinal kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a818b128-ecbb-4ec8-b99f-e21756467b30 rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
Nov 11 15:31:02 sinal kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Nov 11 15:31:02 sinal kernel: BIOS-provided physical RAM map:
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000039f98fff] usable
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000039f99000-0x000000003a898fff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x000000003a899000-0x00000000434aefff] usable
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x00000000434af000-0x00000000452fefff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x00000000452ff000-0x0000000045b2efff] ACPI NVS
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000045b2f000-0x0000000045bfefff] ACPI data
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000045bff000-0x0000000045bfffff] usable
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000045c00000-0x000000004f7fffff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
Nov 11 15:31:02 sinal kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004b07fffff] usable
Nov 11 15:31:02 sinal kernel: NX (Execute Disable) protection: active
Nov 11 15:31:02 sinal kernel: APIC: Static calls initialized
Nov 11 15:31:02 sinal kernel: efi: EFI v2.7 by INSYDE Corp.
Nov 11 15:31:02 sinal kernel: efi: ACPI=0x45bfe000 ACPI 2.0=0x45bfe014 TPMFinalLog=0x45ac5000 SMBIOS=0x439e1000 SMBIOS 3.0=0x439df000 MEMATTR=0x3e887018 ESRT=0x3e88a018 INITRD=0x3a8a8b18 RNG=0x45b69018 TPMEventLog=0x45b60018 
Nov 11 15:31:02 sinal kernel: random: crng init done
Nov 11 15:31:02 sinal kernel: efi: Not removing mem73: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Nov 11 15:31:02 sinal kernel: efi: Remove mem75: MMIO range=[0xff600000-0xffffffff] (10MB) from e820 map
Nov 11 15:31:02 sinal kernel: e820: remove [mem 0xff600000-0xffffffff] reserved
Nov 11 15:31:02 sinal kernel: SMBIOS 3.3.0 present.
Nov 11 15:31:02 sinal kernel: DMI: Acer Swift SF316-51/Sangria_TL, BIOS V1.13 07/29/2022
Nov 11 15:31:02 sinal kernel: DMI: Memory slots populated: 8/8
Nov 11 15:31:02 sinal kernel: tsc: Detected 3300.000 MHz processor
Nov 11 15:31:02 sinal kernel: tsc: Detected 3302.400 MHz TSC
Nov 11 15:31:02 sinal kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 11 15:31:02 sinal kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 11 15:31:02 sinal kernel: last_pfn = 0x4b0800 max_arch_pfn = 0x400000000
Nov 11 15:31:02 sinal kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Nov 11 15:31:02 sinal kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 11 15:31:02 sinal kernel: last_pfn = 0x45c00 max_arch_pfn = 0x400000000
Nov 11 15:31:02 sinal kernel: esrt: Reserving ESRT space from 0x000000003e88a018 to 0x000000003e88a078.
Nov 11 15:31:02 sinal kernel: e820: update [mem 0x3e88a000-0x3e88afff] usable ==> reserved
Nov 11 15:31:02 sinal kernel: Using GB pages for direct mapping
Nov 11 15:31:02 sinal kernel: Secure boot disabled
Nov 11 15:31:02 sinal kernel: RAMDISK: [mem 0x35090000-0x369e9fff]
Nov 11 15:31:02 sinal kernel: ACPI: Early table checksum verification disabled
Nov 11 15:31:02 sinal kernel: ACPI: RSDP 0x0000000045BFE014 000024 (v02 ACRSYS)
Nov 11 15:31:02 sinal kernel: ACPI: XSDT 0x0000000045BCC188 00012C (v01 ACRSYS ACRPRDCT 00000002      01000013)
Nov 11 15:31:02 sinal kernel: ACPI: FACP 0x0000000045BFD000 00010C (v06 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: DSDT 0x0000000045B73000 0556A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: FACS 0x0000000045AA0000 000040
Nov 11 15:31:02 sinal kernel: ACPI: UEFI 0x0000000045B2E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BFA000 00255C (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BF6000 0033AE (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BF5000 000100 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BF2000 002FD0 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BEE000 0033BD (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BE2000 00B254 (v02 INTEL  TcssSsdt 00001000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BE0000 001067 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BDF000 00077B (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: TPM2 0x0000000045BDE000 00004C (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BDC000 00048A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: NHLT 0x0000000045BDA000 001B54 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: LPIT 0x0000000045BD9000 0000CC (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: WSMT 0x0000000045BD8000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BD7000 000B70 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BD6000 00012A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: DBGP 0x0000000045BD5000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: DBG2 0x0000000045BD4000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045BCD000 006A02 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: HPET 0x0000000045BCB000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: APIC 0x0000000045BCA000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: MCFG 0x0000000045BC9000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045B71000 00129C (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045B70000 000C78 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: DMAR 0x0000000045B6F000 0000A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: UEFI 0x0000000045A9D000 00063A (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: UEFI 0x0000000045A9C000 00005C (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045B6E000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0x0000000045B6D000 000835 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: FPDT 0x0000000045B6C000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: PTDT 0x0000000045B6A000 000CFE (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: BGRT 0x0000000045B6B000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 11 15:31:02 sinal kernel: ACPI: Reserving FACP table memory at [mem 0x45bfd000-0x45bfd10b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving DSDT table memory at [mem 0x45b73000-0x45bc869f]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving FACS table memory at [mem 0x45aa0000-0x45aa003f]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving UEFI table memory at [mem 0x45b2e000-0x45b2e235]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bfa000-0x45bfc55b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf6000-0x45bf93ad]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf5000-0x45bf50ff]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf2000-0x45bf4fcf]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bee000-0x45bf13bc]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45be2000-0x45bed253]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45be0000-0x45be1066]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdf000-0x45bdf77a]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving TPM2 table memory at [mem 0x45bde000-0x45bde04b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdc000-0x45bdc489]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving NHLT table memory at [mem 0x45bda000-0x45bdbb53]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving LPIT table memory at [mem 0x45bd9000-0x45bd90cb]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving WSMT table memory at [mem 0x45bd8000-0x45bd8027]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd7000-0x45bd7b6f]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd6000-0x45bd6129]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving DBGP table memory at [mem 0x45bd5000-0x45bd5033]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving DBG2 table memory at [mem 0x45bd4000-0x45bd4053]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45bcd000-0x45bd3a01]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving HPET table memory at [mem 0x45bcb000-0x45bcb037]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving APIC table memory at [mem 0x45bca000-0x45bca12b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving MCFG table memory at [mem 0x45bc9000-0x45bc903b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45b71000-0x45b7229b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45b70000-0x45b70c77]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving DMAR table memory at [mem 0x45b6f000-0x45b6f09f]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving UEFI table memory at [mem 0x45a9d000-0x45a9d639]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving UEFI table memory at [mem 0x45a9c000-0x45a9c05b]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6e000-0x45b6e0f7]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6d000-0x45b6d834]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving FPDT table memory at [mem 0x45b6c000-0x45b6c043]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving PTDT table memory at [mem 0x45b6a000-0x45b6acfd]
Nov 11 15:31:02 sinal kernel: ACPI: Reserving BGRT table memory at [mem 0x45b6b000-0x45b6b037]
Nov 11 15:31:02 sinal kernel: No NUMA configuration found
Nov 11 15:31:02 sinal kernel: Faking a node at [mem 0x0000000000000000-0x00000004b07fffff]
Nov 11 15:31:02 sinal kernel: NODE_DATA(0) allocated [mem 0x4b07fb000-0x4b07fffff]
Nov 11 15:31:02 sinal kernel: Zone ranges:
Nov 11 15:31:02 sinal kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 11 15:31:02 sinal kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 11 15:31:02 sinal kernel:   Normal   [mem 0x0000000100000000-0x00000004b07fffff]
Nov 11 15:31:02 sinal kernel:   Device   empty
Nov 11 15:31:02 sinal kernel: Movable zone start for each node
Nov 11 15:31:02 sinal kernel: Early memory node ranges
Nov 11 15:31:02 sinal kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Nov 11 15:31:02 sinal kernel:   node   0: [mem 0x0000000000100000-0x0000000039f98fff]
Nov 11 15:31:02 sinal kernel:   node   0: [mem 0x000000003a899000-0x00000000434aefff]
Nov 11 15:31:02 sinal kernel:   node   0: [mem 0x0000000045bff000-0x0000000045bfffff]
Nov 11 15:31:02 sinal kernel:   node   0: [mem 0x0000000100000000-0x00000004b07fffff]
Nov 11 15:31:02 sinal kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004b07fffff]
Nov 11 15:31:02 sinal kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: On node 0, zone DMA32: 10064 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: On node 0, zone Normal: 9216 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Nov 11 15:31:02 sinal kernel: Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
Nov 11 15:31:02 sinal kernel: ACPI: PM-Timer IO Port: 0x1808
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Nov 11 15:31:02 sinal kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Nov 11 15:31:02 sinal kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 11 15:31:02 sinal kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 11 15:31:02 sinal kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 11 15:31:02 sinal kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Nov 11 15:31:02 sinal kernel: e820: update [mem 0x3e88b000-0x3e97efff] usable ==> reserved
Nov 11 15:31:02 sinal kernel: TSC deadline timer available
Nov 11 15:31:02 sinal kernel: CPU topo: Max. logical packages:   1
Nov 11 15:31:02 sinal kernel: CPU topo: Max. logical dies:       1
Nov 11 15:31:02 sinal kernel: CPU topo: Max. dies per package:   1
Nov 11 15:31:02 sinal kernel: CPU topo: Max. threads per core:   2
Nov 11 15:31:02 sinal kernel: CPU topo: Num. cores per package:     4
Nov 11 15:31:02 sinal kernel: CPU topo: Num. threads per package:   8
Nov 11 15:31:02 sinal kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x39f99000-0x3a898fff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x3e88a000-0x3e97efff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x434af000-0x452fefff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x452ff000-0x45b2efff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x45b2f000-0x45bfefff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x45c00000-0x4f7fffff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfe00ffff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Nov 11 15:31:02 sinal kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
Nov 11 15:31:02 sinal kernel: [mem 0x4f800000-0xfe00ffff] available for PCI devices
Nov 11 15:31:02 sinal kernel: Booting paravirtualized kernel on bare hardware
Nov 11 15:31:02 sinal kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 11 15:31:02 sinal kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Nov 11 15:31:02 sinal kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Nov 11 15:31:02 sinal kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Nov 11 15:31:02 sinal kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
Nov 11 15:31:02 sinal kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a818b128-ecbb-4ec8-b99f-e21756467b30 rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
Nov 11 15:31:02 sinal kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 11 15:31:02 sinal kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 11 15:31:02 sinal kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 11 15:31:02 sinal kernel: Fallback order for Node 0: 0 
Nov 11 15:31:02 sinal kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4141902
Nov 11 15:31:02 sinal kernel: Policy zone: Normal
Nov 11 15:31:02 sinal kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 11 15:31:02 sinal kernel: software IO TLB: area num 8.
Nov 11 15:31:02 sinal kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 11 15:31:02 sinal kernel: ftrace: allocating 50626 entries in 198 pages
Nov 11 15:31:02 sinal kernel: ftrace: allocated 198 pages with 4 groups
Nov 11 15:31:02 sinal kernel: Dynamic Preempt: full
Nov 11 15:31:02 sinal kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 11 15:31:02 sinal kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Nov 11 15:31:02 sinal kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 11 15:31:02 sinal kernel:         Trampoline variant of Tasks RCU enabled.
Nov 11 15:31:02 sinal kernel:         Rude variant of Tasks RCU enabled.
Nov 11 15:31:02 sinal kernel:         Tracing variant of Tasks RCU enabled.
Nov 11 15:31:02 sinal kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 11 15:31:02 sinal kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 11 15:31:02 sinal kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 11 15:31:02 sinal kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 11 15:31:02 sinal kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 11 15:31:02 sinal kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Nov 11 15:31:02 sinal kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 11 15:31:02 sinal kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 11 15:31:02 sinal kernel: Console: colour dummy device 80x25
Nov 11 15:31:02 sinal kernel: printk: legacy console [tty0] enabled
Nov 11 15:31:02 sinal kernel: ACPI: Core revision 20240322
Nov 11 15:31:02 sinal kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Nov 11 15:31:02 sinal kernel: APIC: Switch to symmetric I/O mode setup
Nov 11 15:31:02 sinal kernel: DMAR: Host address width 39
Nov 11 15:31:02 sinal kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 11 15:31:02 sinal kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
Nov 11 15:31:02 sinal kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Nov 11 15:31:02 sinal kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 11 15:31:02 sinal kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 11 15:31:02 sinal kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 11 15:31:02 sinal kernel: DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
Nov 11 15:31:02 sinal kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Nov 11 15:31:02 sinal kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 11 15:31:02 sinal kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 11 15:31:02 sinal kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Nov 11 15:31:02 sinal kernel: x2apic enabled
Nov 11 15:31:02 sinal kernel: APIC: Switched APIC routing to: cluster x2apic
Nov 11 15:31:02 sinal kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
Nov 11 15:31:02 sinal kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6607.00 BogoMIPS (lpj=11008000)
Nov 11 15:31:02 sinal kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 11 15:31:02 sinal kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Nov 11 15:31:02 sinal kernel: CET detected: Indirect Branch Tracking enabled
Nov 11 15:31:02 sinal kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Nov 11 15:31:02 sinal kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Nov 11 15:31:02 sinal kernel: process: using mwait in idle threads
Nov 11 15:31:02 sinal kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 11 15:31:02 sinal kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Nov 11 15:31:02 sinal kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Nov 11 15:31:02 sinal kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 11 15:31:02 sinal kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Nov 11 15:31:02 sinal kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 11 15:31:02 sinal kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 11 15:31:02 sinal kernel: GDS: Mitigation: Microcode
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Nov 11 15:31:02 sinal kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Nov 11 15:31:02 sinal kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Nov 11 15:31:02 sinal kernel: x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
Nov 11 15:31:02 sinal kernel: Freeing SMP alternatives memory: 40K
Nov 11 15:31:02 sinal kernel: pid_max: default: 32768 minimum: 301
Nov 11 15:31:02 sinal kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Nov 11 15:31:02 sinal kernel: landlock: Up and running.
Nov 11 15:31:02 sinal kernel: Yama: becoming mindful.
Nov 11 15:31:02 sinal kernel: LSM support for eBPF active
Nov 11 15:31:02 sinal kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 11 15:31:02 sinal kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 11 15:31:02 sinal kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Nov 11 15:31:02 sinal kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Nov 11 15:31:02 sinal kernel: ... version:                5
Nov 11 15:31:02 sinal kernel: ... bit width:              48
Nov 11 15:31:02 sinal kernel: ... generic registers:      8
Nov 11 15:31:02 sinal kernel: ... value mask:             0000ffffffffffff
Nov 11 15:31:02 sinal kernel: ... max period:             00007fffffffffff
Nov 11 15:31:02 sinal kernel: ... fixed-purpose events:   4
Nov 11 15:31:02 sinal kernel: ... event mask:             0001000f000000ff
Nov 11 15:31:02 sinal kernel: signal: max sigframe size: 3632
Nov 11 15:31:02 sinal kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1334
Nov 11 15:31:02 sinal kernel: rcu: Hierarchical SRCU implementation.
Nov 11 15:31:02 sinal kernel: rcu:         Max phase no-delay instances is 1000.
Nov 11 15:31:02 sinal kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Nov 11 15:31:02 sinal kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 11 15:31:02 sinal kernel: smp: Bringing up secondary CPUs ...
Nov 11 15:31:02 sinal kernel: smpboot: x86: Booting SMP configuration:
Nov 11 15:31:02 sinal kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Nov 11 15:31:02 sinal kernel: smp: Brought up 1 node, 8 CPUs
Nov 11 15:31:02 sinal kernel: smpboot: Total of 8 processors activated (52859.00 BogoMIPS)
Nov 11 15:31:02 sinal kernel: Memory: 16115728K/16567608K available (18432K kernel code, 2187K rwdata, 13520K rodata, 3452K init, 3432K bss, 432324K reserved, 0K cma-reserved)
Nov 11 15:31:02 sinal kernel: devtmpfs: initialized
Nov 11 15:31:02 sinal kernel: x86/mm: Memory block size: 128MB
Nov 11 15:31:02 sinal kernel: ACPI: PM: Registering ACPI NVS region [mem 0x452ff000-0x45b2efff] (8585216 bytes)
Nov 11 15:31:02 sinal kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 11 15:31:02 sinal kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Nov 11 15:31:02 sinal kernel: pinctrl core: initialized pinctrl subsystem
Nov 11 15:31:02 sinal kernel: PM: RTC time: 14:30:59, date: 2024-11-11
Nov 11 15:31:02 sinal kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 11 15:31:02 sinal kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 11 15:31:02 sinal kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 11 15:31:02 sinal kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 11 15:31:02 sinal kernel: audit: initializing netlink subsys (disabled)
Nov 11 15:31:02 sinal kernel: audit: type=2000 audit(1731335459.009:1): state=initialized audit_enabled=0 res=1
Nov 11 15:31:02 sinal kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 11 15:31:02 sinal kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 11 15:31:02 sinal kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 11 15:31:02 sinal kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 11 15:31:02 sinal kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 11 15:31:02 sinal kernel: cpuidle: using governor ladder
Nov 11 15:31:02 sinal kernel: cpuidle: using governor menu
Nov 11 15:31:02 sinal kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 11 15:31:02 sinal kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Nov 11 15:31:02 sinal kernel: PCI: Using configuration type 1 for base access
Nov 11 15:31:02 sinal kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 11 15:31:02 sinal kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 11 15:31:02 sinal kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 11 15:31:02 sinal kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 11 15:31:02 sinal kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 11 15:31:02 sinal kernel: ACPI: Added _OSI(Module Device)
Nov 11 15:31:02 sinal kernel: ACPI: Added _OSI(Processor Device)
Nov 11 15:31:02 sinal kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 11 15:31:02 sinal kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 11 15:31:02 sinal kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
Nov 11 15:31:02 sinal kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20240322/dspkginit-438)
Nov 11 15:31:02 sinal kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20240322/dspkginit-438)
Nov 11 15:31:02 sinal kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20240322/dspkginit-438)
Nov 11 15:31:02 sinal kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20240322/dspkginit-438)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810FC400 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810ED000 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D381B5E800 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810FF400 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810F0000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810EF800 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810ED800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: Dynamic OEM Table Load:
Nov 11 15:31:02 sinal kernel: ACPI: SSDT 0xFFFF91D3810EE000 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Nov 11 15:31:02 sinal kernel: ACPI: EC: EC started
Nov 11 15:31:02 sinal kernel: ACPI: EC: interrupt blocked
Nov 11 15:31:02 sinal kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
Nov 11 15:31:02 sinal kernel: ACPI: Interpreter enabled
Nov 11 15:31:02 sinal kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 11 15:31:02 sinal kernel: ACPI: Using IOAPIC for interrupt routing
Nov 11 15:31:02 sinal kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 11 15:31:02 sinal kernel: PCI: Using E820 reservations for host bridge windows
Nov 11 15:31:02 sinal kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTPR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.PAUD: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.VMD0.VOL0.V0PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.VMD0.VOL1.V1PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.VMD0.VOL2.V2PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.VMD0.VOL3.V3PR: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.TBT0: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.TBT1: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.D3C_: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_TZ_.FN00: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_TZ_.FN01: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_TZ_.FN02: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_TZ_.FN03: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \_TZ_.FN04: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: \PIN_: New power resource
Nov 11 15:31:02 sinal kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Nov 11 15:31:02 sinal kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 11 15:31:02 sinal kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Nov 11 15:31:02 sinal kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Nov 11 15:31:02 sinal kernel: PCI host bridge to bus 0000:00
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Nov 11 15:31:02 sinal kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: BAR 0 [mem 0x601e000000-0x601effffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
Nov 11 15:31:02 sinal kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:04.0: BAR 0 [mem 0x601f240000-0x601f25ffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400 PCIe Root Port
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: Overriding RP PIO Log Size to 4
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:08.0: BAR 0 [mem 0x601f282000-0x601f282fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.0: BAR 0 [mem 0x601f260000-0x601f26ffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: BAR 0 [mem 0x601f200000-0x601f23ffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: BAR 2 [mem 0x601f281000-0x601f281fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: supports D1 D2
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400 PCIe Root Complex Integrated Endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:0e.0: BAR 0 [mem 0x601c000000-0x601dffffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0e.0: BAR 2 [mem 0x50000000-0x51ffffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:0e.0: BAR 4 [mem 0x601f100000-0x601f1fffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.0: BAR 0 [mem 0x5e200000-0x5e20ffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.2: BAR 0 [mem 0x601f278000-0x601f27bfff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.2: BAR 2 [mem 0x601f280000-0x601f280fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.3: BAR 0 [mem 0x601f274000-0x601f277fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:16.0: BAR 0 [mem 0x601f27d000-0x601f27dfff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:16.0: PME# supported from D3hot
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.3: BAR 0 [mem 0x601f270000-0x601f273fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.3: BAR 4 [mem 0x601f000000-0x601f0fffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.4: BAR 0 [mem 0x601f27c000-0x601f27c0ff 64bit]
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 conventional PCI endpoint
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
Nov 11 15:31:02 sinal kernel: Low-power S0 idle used by default for system suspend
Nov 11 15:31:02 sinal kernel: ACPI: EC: interrupt unblocked
Nov 11 15:31:02 sinal kernel: ACPI: EC: event unblocked
Nov 11 15:31:02 sinal kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 11 15:31:02 sinal kernel: ACPI: EC: GPE=0x6e
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Nov 11 15:31:02 sinal kernel: iommu: Default domain type: Translated
Nov 11 15:31:02 sinal kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 11 15:31:02 sinal kernel: SCSI subsystem initialized
Nov 11 15:31:02 sinal kernel: libata version 3.00 loaded.
Nov 11 15:31:02 sinal kernel: ACPI: bus type USB registered
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver usbfs
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver hub
Nov 11 15:31:02 sinal kernel: usbcore: registered new device driver usb
Nov 11 15:31:02 sinal kernel: EDAC MC: Ver: 3.0.0
Nov 11 15:31:02 sinal kernel: efivars: Registered efivars operations
Nov 11 15:31:02 sinal kernel: NetLabel: Initializing
Nov 11 15:31:02 sinal kernel: NetLabel:  domain hash size = 128
Nov 11 15:31:02 sinal kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 11 15:31:02 sinal kernel: NetLabel:  unlabeled traffic allowed by default
Nov 11 15:31:02 sinal kernel: mctp: management component transport protocol core
Nov 11 15:31:02 sinal kernel: NET: Registered PF_MCTP protocol family
Nov 11 15:31:02 sinal kernel: PCI: Using ACPI for IRQ routing
Nov 11 15:31:02 sinal kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x39f99000-0x3bffffff]
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x3e88a000-0x3fffffff]
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x434af000-0x43ffffff]
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x45c00000-0x47ffffff]
Nov 11 15:31:02 sinal kernel: e820: reserve RAM buffer [mem 0x4b0800000-0x4b3ffffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 11 15:31:02 sinal kernel: vgaarb: loaded
Nov 11 15:31:02 sinal kernel: clocksource: Switched to clocksource tsc-early
Nov 11 15:31:02 sinal kernel: VFS: Disk quotas dquot_6.6.0
Nov 11 15:31:02 sinal kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 11 15:31:02 sinal kernel: pnp: PnP ACPI init
Nov 11 15:31:02 sinal kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:00: [io  0xfd60-0xfd63] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Nov 11 15:31:02 sinal kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Nov 11 15:31:02 sinal kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
Nov 11 15:31:02 sinal kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Nov 11 15:31:02 sinal kernel: pnp: PnP ACPI: found 8 devices
Nov 11 15:31:02 sinal kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 11 15:31:02 sinal kernel: NET: Registered PF_INET protocol family
Nov 11 15:31:02 sinal kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 11 15:31:02 sinal kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 11 15:31:02 sinal kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 11 15:31:02 sinal kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 11 15:31:02 sinal kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 11 15:31:02 sinal kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 11 15:31:02 sinal kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 11 15:31:02 sinal kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 11 15:31:02 sinal kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 11 15:31:02 sinal kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 11 15:31:02 sinal kernel: NET: Registered PF_XDP protocol family
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 01-2a] add_size 1000
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: bridge window [io  0x4000-0x4fff]: assigned
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
Nov 11 15:31:02 sinal kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.5: BAR 0 [mem 0x4f800000-0x4f800fff]: assigned
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0:   bridge window [mem 0x52000000-0x5e1fffff]
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: resource 7 [mem 0x4f800000-0xbfffffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:01: resource 1 [mem 0x52000000-0x5e1fffff]
Nov 11 15:31:02 sinal kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
Nov 11 15:31:02 sinal kernel: PCI: CLS 64 bytes, default 64
Nov 11 15:31:02 sinal kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Nov 11 15:31:02 sinal kernel: DMAR: No ATSR found
Nov 11 15:31:02 sinal kernel: DMAR: No SATC found
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature nwfs inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature pds inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature dit inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature eafs inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature prs inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature nest inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature mts inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature sc_support inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Nov 11 15:31:02 sinal kernel: DMAR: dmar1: Using Queued invalidation
Nov 11 15:31:02 sinal kernel: DMAR: dmar0: Using Queued invalidation
Nov 11 15:31:02 sinal kernel: DMAR: dmar2: Using Queued invalidation
Nov 11 15:31:02 sinal kernel: Trying to unpack rootfs image as initramfs...
Nov 11 15:31:02 sinal kernel: pci 0000:00:07.0: Adding to iommu group 0
Nov 11 15:31:02 sinal kernel: pci 0000:00:02.0: Adding to iommu group 1
Nov 11 15:31:02 sinal kernel: pci 0000:00:00.0: Adding to iommu group 2
Nov 11 15:31:02 sinal kernel: pci 0000:00:04.0: Adding to iommu group 3
Nov 11 15:31:02 sinal kernel: pci 0000:00:06.0: Adding to iommu group 4
Nov 11 15:31:02 sinal kernel: pci 0000:00:08.0: Adding to iommu group 5
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.0: Adding to iommu group 6
Nov 11 15:31:02 sinal kernel: pci 0000:00:0d.2: Adding to iommu group 6
Nov 11 15:31:02 sinal kernel: pci 0000:00:0e.0: Adding to iommu group 7
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.0: Adding to iommu group 8
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.2: Adding to iommu group 8
Nov 11 15:31:02 sinal kernel: pci 0000:00:14.3: Adding to iommu group 9
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.0: Adding to iommu group 10
Nov 11 15:31:02 sinal kernel: pci 0000:00:15.3: Adding to iommu group 10
Nov 11 15:31:02 sinal kernel: pci 0000:00:16.0: Adding to iommu group 11
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.0: Adding to iommu group 12
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.3: Adding to iommu group 12
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.4: Adding to iommu group 12
Nov 11 15:31:02 sinal kernel: pci 0000:00:1f.5: Adding to iommu group 12
Nov 11 15:31:02 sinal kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Nov 11 15:31:02 sinal kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 11 15:31:02 sinal kernel: software IO TLB: mapped [mem 0x0000000031090000-0x0000000035090000] (64MB)
Nov 11 15:31:02 sinal kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
Nov 11 15:31:02 sinal kernel: clocksource: Switched to clocksource tsc
Nov 11 15:31:02 sinal kernel: Initialise system trusted keyrings
Nov 11 15:31:02 sinal kernel: Key type blacklist registered
Nov 11 15:31:02 sinal kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 11 15:31:02 sinal kernel: zbud: loaded
Nov 11 15:31:02 sinal kernel: fuse: init (API version 7.40)
Nov 11 15:31:02 sinal kernel: integrity: Platform Keyring initialized
Nov 11 15:31:02 sinal kernel: integrity: Machine keyring initialized
Nov 11 15:31:02 sinal kernel: Key type asymmetric registered
Nov 11 15:31:02 sinal kernel: Asymmetric key parser 'x509' registered
Nov 11 15:31:02 sinal kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Nov 11 15:31:02 sinal kernel: io scheduler mq-deadline registered
Nov 11 15:31:02 sinal kernel: io scheduler kyber registered
Nov 11 15:31:02 sinal kernel: io scheduler bfq registered
Nov 11 15:31:02 sinal kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 123
Nov 11 15:31:02 sinal kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Nov 11 15:31:02 sinal kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 11 15:31:02 sinal kernel: Monitor-Mwait will be used to enter C-1 state
Nov 11 15:31:02 sinal kernel: Monitor-Mwait will be used to enter C-2 state
Nov 11 15:31:02 sinal kernel: Monitor-Mwait will be used to enter C-3 state
Nov 11 15:31:02 sinal kernel: ACPI: \_SB_.PR00: Found 3 idle states
Nov 11 15:31:02 sinal kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Nov 11 15:31:02 sinal kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/PNP0C0D:00/input/input0
Nov 11 15:31:02 sinal kernel: ACPI: button: Lid Switch [LID0]
Nov 11 15:31:02 sinal kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 11 15:31:02 sinal kernel: ACPI: button: Sleep Button [SLPB]
Nov 11 15:31:02 sinal kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Nov 11 15:31:02 sinal kernel: ACPI: button: Power Button [PWRB]
Nov 11 15:31:02 sinal kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 11 15:31:02 sinal kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Nov 11 15:31:02 sinal kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 11 15:31:02 sinal kernel: ACPI: battery: Slot [BAT1] (battery present)
Nov 11 15:31:02 sinal kernel: hpet_acpi_add: no address or irqs in _CRS
Nov 11 15:31:02 sinal kernel: Non-volatile memory driver v1.3
Nov 11 15:31:02 sinal kernel: Linux agpgart interface v0.103
Nov 11 15:31:02 sinal kernel: Freeing initrd memory: 25960K
Nov 11 15:31:02 sinal kernel: tpm tpm0: tpm_read_log_acpi: Failed to map ACPI memory
Nov 11 15:31:02 sinal kernel: ACPI: bus type drm_connector registered
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver usbserial_generic
Nov 11 15:31:02 sinal kernel: usbserial: USB Serial support registered for generic
Nov 11 15:31:02 sinal kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 11 15:31:02 sinal kernel: rtc_cmos 00:01: registered as rtc0
Nov 11 15:31:02 sinal kernel: rtc_cmos 00:01: setting system clock to 2024-11-11T14:30:59 UTC (1731335459)
Nov 11 15:31:02 sinal kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Nov 11 15:31:02 sinal kernel: intel_pstate: Intel P-state driver initializing
Nov 11 15:31:02 sinal kernel: intel_pstate: HWP enabled
Nov 11 15:31:02 sinal kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 11 15:31:02 sinal kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Nov 11 15:31:02 sinal kernel: fbcon: Deferring console take-over
Nov 11 15:31:02 sinal kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 11 15:31:02 sinal kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 11 15:31:02 sinal kernel: drop_monitor: Initializing network drop monitor service
Nov 11 15:31:02 sinal kernel: NET: Registered PF_INET6 protocol family
Nov 11 15:31:02 sinal kernel: Segment Routing with IPv6
Nov 11 15:31:02 sinal kernel: RPL Segment Routing with IPv6
Nov 11 15:31:02 sinal kernel: In-situ OAM (IOAM) with IPv6
Nov 11 15:31:02 sinal kernel: NET: Registered PF_PACKET protocol family
Nov 11 15:31:02 sinal kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 11 15:31:02 sinal kernel: microcode: Current revision: 0x000000b8
Nov 11 15:31:02 sinal kernel: microcode: Updated early from: 0x00000086
Nov 11 15:31:02 sinal kernel: resctrl: L2 allocation detected
Nov 11 15:31:02 sinal kernel: IPI shorthand broadcast: enabled
Nov 11 15:31:02 sinal kernel: sched_clock: Marking stable (554205143, 20125534)->(600092775, -25762098)
Nov 11 15:31:02 sinal kernel: registered taskstats version 1
Nov 11 15:31:02 sinal kernel: Loading compiled-in X.509 certificates
Nov 11 15:31:02 sinal kernel: Loaded X.509 cert 'Build time autogenerated kernel key: caa922ba32f628e46e874abf517089906b092ae5'
Nov 11 15:31:02 sinal kernel: Demotion targets for Node 0: null
Nov 11 15:31:02 sinal kernel: Key type .fscrypt registered
Nov 11 15:31:02 sinal kernel: Key type fscrypt-provisioning registered
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Problem loading X.509 certificate -65
Nov 11 15:31:02 sinal kernel: integrity: Error adding keys to platform keyring UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Problem loading X.509 certificate -65
Nov 11 15:31:02 sinal kernel: integrity: Error adding keys to platform keyring UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 11 15:31:02 sinal kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Nov 11 15:31:02 sinal kernel: PM:   Magic number: 0:819:535
Nov 11 15:31:02 sinal kernel: tty ttyS15: hash matches
Nov 11 15:31:02 sinal kernel: port serial8250:0.14: hash matches
Nov 11 15:31:02 sinal kernel: RAS: Correctable Errors collector initialized.
Nov 11 15:31:02 sinal kernel: clk: Disabling unused clocks
Nov 11 15:31:02 sinal kernel: PM: genpd: Disabling unused power domains
Nov 11 15:31:02 sinal kernel: Freeing unused decrypted memory: 2028K
Nov 11 15:31:02 sinal kernel: Freeing unused kernel image (initmem) memory: 3452K
Nov 11 15:31:02 sinal kernel: Write protecting the kernel read-only data: 32768k
Nov 11 15:31:02 sinal kernel: Freeing unused kernel image (rodata/data gap) memory: 816K
Nov 11 15:31:02 sinal kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 11 15:31:02 sinal kernel: rodata_test: all tests were successful
Nov 11 15:31:02 sinal kernel: Run /init as init process
Nov 11 15:31:02 sinal kernel:   with arguments:
Nov 11 15:31:02 sinal kernel:     /init
Nov 11 15:31:02 sinal kernel:   with environment:
Nov 11 15:31:02 sinal kernel:     HOME=/
Nov 11 15:31:02 sinal kernel:     TERM=linux
Nov 11 15:31:02 sinal kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 11 15:31:02 sinal kernel: raid6: skipped pq benchmark and selected avx512x4
Nov 11 15:31:02 sinal kernel: raid6: using avx512x2 recovery algorithm
Nov 11 15:31:02 sinal kernel: xor: automatically using best checksumming function   avx       
Nov 11 15:31:02 sinal kernel: Btrfs loaded, zoned=yes, fsverity=yes
Nov 11 15:31:02 sinal kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMBF method block execution control method not found
Nov 11 15:31:02 sinal kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Nov 11 15:31:02 sinal kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 11 15:31:02 sinal kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 11 15:31:02 sinal kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Nov 11 15:31:02 sinal kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Nov 11 15:31:02 sinal kernel: pci_bus 10000:e0: root bus resource [mem 0x50000000-0x51ffffff]
Nov 11 15:31:02 sinal kernel: pci_bus 10000:e0: root bus resource [mem 0x601f102000-0x601f1fffff 64bit]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: [8086:9a09] type 01 class 0x060400 PCIe Root Port
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: PCI bridge to [bus e1]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0:   bridge window [mem 0x50000000-0x500fffff]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: Adding to iommu group 7
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: Primary bus is hard wired to 0
Nov 11 15:31:02 sinal kernel: pci 10000:e1:00.0: [1344:5404] type 00 class 0x010802 PCIe Endpoint
Nov 11 15:31:02 sinal kernel: pci 10000:e1:00.0: BAR 0 [mem 0x50000000-0x50003fff 64bit]
Nov 11 15:31:02 sinal kernel: pci 10000:e1:00.0: Adding to iommu group 7
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: PCI bridge to [bus e1]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: Primary bus is hard wired to 0
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 11 15:31:02 sinal kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Nov 11 15:31:02 sinal kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 15:31:02 sinal kernel: usb usb1: Product: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: usb usb1: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 11 15:31:02 sinal kernel: usb usb1: SerialNumber: 0000:00:0d.0
Nov 11 15:31:02 sinal kernel: hub 1-0:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 1-0:1.0: 1 port detected
Nov 11 15:31:02 sinal kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Nov 11 15:31:02 sinal kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 15:31:02 sinal kernel: usb usb2: Product: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: usb usb2: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 11 15:31:02 sinal kernel: usb usb2: SerialNumber: 0000:00:0d.0
Nov 11 15:31:02 sinal kernel: hub 2-0:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 2-0:1.0: 4 ports detected
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Nov 11 15:31:02 sinal kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 11 15:31:02 sinal kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Nov 11 15:31:02 sinal kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 15:31:02 sinal kernel: usb usb3: Product: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: usb usb3: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 11 15:31:02 sinal kernel: usb usb3: SerialNumber: 0000:00:14.0
Nov 11 15:31:02 sinal kernel: hub 3-0:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 3-0:1.0: 12 ports detected
Nov 11 15:31:02 sinal kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Nov 11 15:31:02 sinal kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 15:31:02 sinal kernel: usb usb4: Product: xHCI Host Controller
Nov 11 15:31:02 sinal kernel: usb usb4: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 11 15:31:02 sinal kernel: usb usb4: SerialNumber: 0000:00:14.0
Nov 11 15:31:02 sinal kernel: hub 4-0:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 4-0:1.0: 4 ports detected
Nov 11 15:31:02 sinal kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] Found TIGERLAKE/UY (device ID 9a49) display version 12.00
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Nov 11 15:31:02 sinal kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: bridge window [mem 0x50000000-0x500fffff]: assigned
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: bridge window [io  size 0x1000]: can't assign; no space
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: bridge window [io  size 0x1000]: failed to assign
Nov 11 15:31:02 sinal kernel: pci 10000:e1:00.0: BAR 0 [mem 0x50000000-0x50003fff 64bit]: assigned
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0: PCI bridge to [bus e1]
Nov 11 15:31:02 sinal kernel: pci 10000:e0:06.0:   bridge window [mem 0x50000000-0x500fffff]
Nov 11 15:31:02 sinal kernel: pci 10000:e1:00.0: VMD: Default LTR value set by driver
Nov 11 15:31:02 sinal kernel: pcieport 10000:e0:06.0: can't derive routing for PCI INT D
Nov 11 15:31:02 sinal kernel: pcieport 10000:e0:06.0: PCI INT D: no GSI
Nov 11 15:31:02 sinal kernel: pcieport 10000:e0:06.0: PME: Signaling with IRQ 160
Nov 11 15:31:02 sinal kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Nov 11 15:31:02 sinal kernel: nvme nvme0: pci function 10000:e1:00.0
Nov 11 15:31:02 sinal kernel: pcieport 10000:e0:06.0: can't derive routing for PCI INT A
Nov 11 15:31:02 sinal kernel: nvme 10000:e1:00.0: PCI INT A: not connected
Nov 11 15:31:02 sinal kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 11 15:31:02 sinal kernel:  nvme0n1: p1 p2
Nov 11 15:31:02 sinal kernel: usb 3-1: New USB device found, idVendor=046d, idProduct=c547, bcdDevice= 4.02
Nov 11 15:31:02 sinal kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 3-1: Product: USB Receiver
Nov 11 15:31:02 sinal kernel: usb 3-1: Manufacturer: Logitech
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver usbhid
Nov 11 15:31:02 sinal kernel: usbhid: USB HID core driver
Nov 11 15:31:02 sinal kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:046D:C547.0001/input/input4
Nov 11 15:31:02 sinal kernel: hid-generic 0003:046D:C547.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
Nov 11 15:31:02 sinal kernel: input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:046D:C547.0002/input/input5
Nov 11 15:31:02 sinal kernel: usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 0.30
Nov 11 15:31:02 sinal kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 2-1: Product: USB3.1 Hub             
Nov 11 15:31:02 sinal kernel: usb 2-1: Manufacturer: VIA Labs, Inc.         
Nov 11 15:31:02 sinal kernel: hub 2-1:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 2-1:1.0: 4 ports detected
Nov 11 15:31:02 sinal kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Nov 11 15:31:02 sinal kernel: hid-generic 0003:046D:C547.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
Nov 11 15:31:02 sinal kernel: hid-generic 0003:046D:C547.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
Nov 11 15:31:02 sinal kernel: usb 3-2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 0.30
Nov 11 15:31:02 sinal kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 3-2: Product: USB2.0 Hub             
Nov 11 15:31:02 sinal kernel: usb 3-2: Manufacturer: VIA Labs, Inc.         
Nov 11 15:31:02 sinal kernel: hub 3-2:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 3-2:1.0: 5 ports detected
Nov 11 15:31:02 sinal kernel: usb 3-5: new high-speed USB device number 4 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1.1: new SuperSpeed USB device number 3 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1.1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
Nov 11 15:31:02 sinal kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 2-1.1: Product: USB3.1 Hub
Nov 11 15:31:02 sinal kernel: usb 2-1.1: Manufacturer: GenesysLogic
Nov 11 15:31:02 sinal kernel: hub 2-1.1:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 2-1.1:1.0: 4 ports detected
Nov 11 15:31:02 sinal kernel: usb 3-5: New USB device found, idVendor=04f2, idProduct=b6dd, bcdDevice=27.10
Nov 11 15:31:02 sinal kernel: usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Nov 11 15:31:02 sinal kernel: usb 3-5: Product: HD User Facing
Nov 11 15:31:02 sinal kernel: usb 3-5: Manufacturer: Chicony Electronics Co.,Ltd.
Nov 11 15:31:02 sinal kernel: usb 3-5: SerialNumber: 0001
Nov 11 15:31:02 sinal kernel: usb 3-7: new high-speed USB device number 5 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 3-7: New USB device found, idVendor=1c7a, idProduct=0575, bcdDevice=10.72
Nov 11 15:31:02 sinal kernel: usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 11 15:31:02 sinal kernel: usb 3-7: Product: EgisTec EH575
Nov 11 15:31:02 sinal kernel: usb 3-7: Manufacturer: EgisTec
Nov 11 15:31:02 sinal kernel: usb 3-7: SerialNumber: 077FD0C2
Nov 11 15:31:02 sinal kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Nov 11 15:31:02 sinal kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 11 15:31:02 sinal kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Nov 11 15:31:02 sinal kernel: usb 3-2.1: new high-speed USB device number 6 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: new SuperSpeed USB device number 4 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: Product: USB 10/100/1000 LAN
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: Manufacturer: Realtek
Nov 11 15:31:02 sinal kernel: usb 2-1.1.1: SerialNumber: 001000001
Nov 11 15:31:02 sinal kernel: fbcon: i915drmfb (fb0) is primary device
Nov 11 15:31:02 sinal kernel: fbcon: Deferring console take-over
Nov 11 15:31:02 sinal kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: Product: USB3.0 Card Reader
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: Manufacturer: Generic
Nov 11 15:31:02 sinal kernel: usb 2-1.1.3: SerialNumber: 000000001532
Nov 11 15:31:02 sinal kernel: usb 3-2.1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
Nov 11 15:31:02 sinal kernel: usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 3-2.1: Product: USB2.1 Hub
Nov 11 15:31:02 sinal kernel: usb 3-2.1: Manufacturer: GenesysLogic
Nov 11 15:31:02 sinal kernel: hub 3-2.1:1.0: USB hub found
Nov 11 15:31:02 sinal kernel: hub 3-2.1:1.0: 4 ports detected
Nov 11 15:31:02 sinal kernel: usb-storage 2-1.1.3:1.0: USB Mass Storage device detected
Nov 11 15:31:02 sinal kernel: scsi host0: usb-storage 2-1.1.3:1.0
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver usb-storage
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver uas
Nov 11 15:31:02 sinal kernel: BTRFS: device fsid a818b128-ecbb-4ec8-b99f-e21756467b30 devid 1 transid 5585 /dev/nvme0n1p2 (259:2) scanned by mount (261)
Nov 11 15:31:02 sinal kernel: BTRFS info (device nvme0n1p2): first mount of filesystem a818b128-ecbb-4ec8-b99f-e21756467b30
Nov 11 15:31:02 sinal kernel: BTRFS info (device nvme0n1p2): using crc32c (crc32c-intel) checksum algorithm
Nov 11 15:31:02 sinal kernel: BTRFS info (device nvme0n1p2): using free-space-tree
Nov 11 15:31:02 sinal systemd[1]: systemd 256.7-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 +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Nov 11 15:31:02 sinal systemd[1]: Detected architecture x86-64.
Nov 11 15:31:02 sinal kernel: usb 3-10: new full-speed USB device number 7 using xhci_hcd
Nov 11 15:31:02 sinal systemd[1]: Hostname set to <sinal>.
Nov 11 15:31:02 sinal kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Nov 11 15:31:02 sinal kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 11 15:31:02 sinal systemd[1]: bpf-restrict-fs: LSM BPF program attached
Nov 11 15:31:02 sinal kernel: usb 3-2.5: new high-speed USB device number 8 using xhci_hcd
Nov 11 15:31:02 sinal systemd-ssh-generator[309]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
Nov 11 15:31:02 sinal systemd-ssh-generator[309]: → connect via 'ssh .host' locally
Nov 11 15:31:02 sinal kernel: zram: Added device: zram0
Nov 11 15:31:02 sinal kernel: usb 3-2.5: New USB device found, idVendor=2109, idProduct=8822, bcdDevice= 0.01
Nov 11 15:31:02 sinal kernel: usb 3-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 11 15:31:02 sinal kernel: usb 3-2.5: Product: USB Billboard Device   
Nov 11 15:31:02 sinal kernel: usb 3-2.5: Manufacturer: VIA Labs, Inc.         
Nov 11 15:31:02 sinal kernel: usb 3-2.5: SerialNumber: 0000000000000001
Nov 11 15:31:02 sinal systemd[1]: Queued start job for default target Graphical Interface.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/dirmngr.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/getty.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/gpg-agent.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/gpg-agent-browser.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/gpg-agent-extra.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/keyboxd.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/modprobe.
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/systemd-zram-setup.
Nov 11 15:31:02 sinal systemd[1]: Created slice User and Session Slice.
Nov 11 15:31:02 sinal systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 11 15:31:02 sinal systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 11 15:31:02 sinal systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 11 15:31:02 sinal systemd[1]: Expecting device /dev/disk/by-uuid/E632-1A3A...
Nov 11 15:31:02 sinal systemd[1]: Expecting device /dev/disk/by-uuid/a818b128-ecbb-4ec8-b99f-e21756467b30...
Nov 11 15:31:02 sinal systemd[1]: Expecting device /dev/zram0...
Nov 11 15:31:02 sinal systemd[1]: Reached target Local Encrypted Volumes.
Nov 11 15:31:02 sinal systemd[1]: Reached target Login Prompts.
Nov 11 15:31:02 sinal systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 11 15:31:02 sinal systemd[1]: Reached target Path Units.
Nov 11 15:31:02 sinal systemd[1]: Reached target Remote File Systems.
Nov 11 15:31:02 sinal systemd[1]: Reached target Slice Units.
Nov 11 15:31:02 sinal systemd[1]: Reached target Local Verity Protected Volumes.
Nov 11 15:31:02 sinal systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 11 15:31:02 sinal systemd[1]: Listening on Process Core Dump Socket.
Nov 11 15:31:02 sinal systemd[1]: Listening on Credential Encryption/Decryption.
Nov 11 15:31:02 sinal systemd[1]: Listening on Journal Socket (/dev/log).
Nov 11 15:31:02 sinal systemd[1]: Listening on Journal Sockets.
Nov 11 15:31:02 sinal systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: Listening on udev Control Socket.
Nov 11 15:31:02 sinal systemd[1]: Listening on udev Kernel Socket.
Nov 11 15:31:02 sinal systemd[1]: Listening on User Database Manager Socket.
Nov 11 15:31:02 sinal systemd[1]: Mounting Huge Pages File System...
Nov 11 15:31:02 sinal systemd[1]: Mounting POSIX Message Queue File System...
Nov 11 15:31:02 sinal systemd[1]: Mounting Kernel Debug File System...
Nov 11 15:31:02 sinal systemd[1]: Mounting Kernel Trace File System...
Nov 11 15:31:02 sinal systemd[1]: Starting Create List of Static Device Nodes...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module configfs...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module dm_mod...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module drm...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module fuse...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module loop...
Nov 11 15:31:02 sinal systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 11 15:31:02 sinal systemd[1]: Starting Journal Service...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Modules...
Nov 11 15:31:02 sinal systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 11 15:31:02 sinal systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: Starting Load udev Rules from Credentials...
Nov 11 15:31:02 sinal systemd[1]: Starting Coldplug All udev Devices...
Nov 11 15:31:02 sinal systemd[1]: Mounted Huge Pages File System.
Nov 11 15:31:02 sinal systemd[1]: Mounted POSIX Message Queue File System.
Nov 11 15:31:02 sinal systemd[1]: Mounted Kernel Debug File System.
Nov 11 15:31:02 sinal systemd[1]: Mounted Kernel Trace File System.
Nov 11 15:31:02 sinal systemd[1]: Finished Create List of Static Device Nodes.
Nov 11 15:31:02 sinal systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Module configfs.
Nov 11 15:31:02 sinal systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Module drm.
Nov 11 15:31:02 sinal systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Module fuse.
Nov 11 15:31:02 sinal systemd[1]: Mounting FUSE Control File System...
Nov 11 15:31:02 sinal systemd[1]: Mounting Kernel Configuration File System...
Nov 11 15:31:02 sinal systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 11 15:31:02 sinal kernel: loop: module loaded
Nov 11 15:31:02 sinal systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Module loop.
Nov 11 15:31:02 sinal kernel: device-mapper: uevent: version 1.0.3
Nov 11 15:31:02 sinal kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Nov 11 15:31:02 sinal systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Module dm_mod.
Nov 11 15:31:02 sinal systemd[1]: Finished Load Kernel Modules.
Nov 11 15:31:02 sinal kernel: usb 3-2.1.4: new full-speed USB device number 9 using xhci_hcd
Nov 11 15:31:02 sinal systemd[1]: Mounted FUSE Control File System.
Nov 11 15:31:02 sinal systemd[1]: Mounted Kernel Configuration File System.
Nov 11 15:31:02 sinal systemd[1]: Finished Load udev Rules from Credentials.
Nov 11 15:31:02 sinal systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 11 15:31:02 sinal systemd[1]: Starting Apply Kernel Variables...
Nov 11 15:31:02 sinal systemd-journald[329]: Collecting audit messages is disabled.
Nov 11 15:31:02 sinal systemd[1]: Starting User Database Manager...
Nov 11 15:31:02 sinal systemd[1]: Finished Apply Kernel Variables.
Nov 11 15:31:02 sinal systemd-journald[329]: Journal started
Nov 11 15:31:02 sinal systemd-journald[329]: Runtime Journal (/run/log/journal/464f554386cd49409bff0485c9b99aa5) is 8M, max 789.4M, 781.4M free.
Nov 11 15:31:01 sinal systemd-modules-load[330]: Inserted module 'crypto_user'
Nov 11 15:31:02 sinal systemd[1]: Started Journal Service.
Nov 11 15:31:02 sinal systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 11 15:31:02 sinal systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 11 15:31:02 sinal systemd[1]: Starting Load/Save OS Random Seed...
Nov 11 15:31:02 sinal systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal kernel: BTRFS info (device nvme0n1p2 state M): use zstd compression, level 3
Nov 11 15:31:02 sinal systemd[1]: Finished Load/Save OS Random Seed.
Nov 11 15:31:02 sinal systemd[1]: Started User Database Manager.
Nov 11 15:31:02 sinal systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 11 15:31:02 sinal systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 11 15:31:02 sinal systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 11 15:31:02 sinal systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 11 15:31:02 sinal systemd[1]: Reached target Preparation for Local File Systems.
Nov 11 15:31:02 sinal systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 11 15:31:02 sinal systemd[1]: Finished Coldplug All udev Devices.
Nov 11 15:31:02 sinal systemd-udevd[371]: Using default interface naming scheme 'v255'.
Nov 11 15:31:02 sinal systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 11 15:31:02 sinal systemd[1]: Found device /dev/zram0.
Nov 11 15:31:02 sinal systemd[1]: Starting Create swap on /dev/zram0...
Nov 11 15:31:02 sinal kernel: zram0: detected capacity change from 0 to 8388608
Nov 11 15:31:02 sinal systemd-makefs[409]: /dev/zram0 successfully formatted as swap (label "zram0", uuid c098bef8-cf0c-4422-8abd-22db414f8616)
Nov 11 15:31:02 sinal systemd[1]: Reached target Trusted Platform Module.
Nov 11 15:31:02 sinal systemd[1]: Finished Create swap on /dev/zram0.
Nov 11 15:31:02 sinal systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Nov 11 15:31:02 sinal kernel: usb 3-2.1.4: New USB device found, idVendor=3434, idProduct=0100, bcdDevice= 1.04
Nov 11 15:31:02 sinal kernel: usb 3-2.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 11 15:31:02 sinal kernel: usb 3-2.1.4: Product: Keychron Q1
Nov 11 15:31:02 sinal kernel: usb 3-2.1.4: Manufacturer: Keychron
Nov 11 15:31:02 sinal mtp-probe[414]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1"
Nov 11 15:31:02 sinal kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input7
Nov 11 15:31:02 sinal mtp-probe[414]: bus: 3, device: 2 was not an MTP device
Nov 11 15:31:02 sinal kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
Nov 11 15:31:02 sinal systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Nov 11 15:31:02 sinal kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input8
Nov 11 15:31:02 sinal kernel: intel-hid INTC1051:00: platform supports 5 button array
Nov 11 15:31:02 sinal kernel: input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input9
Nov 11 15:31:02 sinal kernel: input: Keychron Keychron Q1 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4/3-2.1.4:1.0/0003:3434:0100.0004/input/input10
Nov 11 15:31:02 sinal kernel: Consider using thermal netlink events interface
Nov 11 15:31:02 sinal systemd[1]: Reached target Swaps.
Nov 11 15:31:02 sinal kernel: intel_pmc_core INT33A1:00:  initialized
Nov 11 15:31:02 sinal systemd[1]: Found device Micron_2210_MTFDHBA1T0QFD 1.
Nov 11 15:31:02 sinal systemd[1]: Found device Micron_2210_MTFDHBA1T0QFD 2.
Nov 11 15:31:02 sinal kernel: EDAC igen6: v2.5.1
Nov 11 15:31:02 sinal mtp-probe[427]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5"
Nov 11 15:31:02 sinal mtp-probe[428]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-1/2-1.1/2-1.1.1"
Nov 11 15:31:02 sinal mtp-probe[428]: bus: 2, device: 4 was not an MTP device
Nov 11 15:31:02 sinal mtp-probe[427]: bus: 3, device: 4 was not an MTP device
Nov 11 15:31:02 sinal mtp-probe[430]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-1/2-1.1/2-1.1.3"
Nov 11 15:31:02 sinal mtp-probe[431]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Nov 11 15:31:02 sinal mtp-probe[430]: bus: 2, device: 5 was not an MTP device
Nov 11 15:31:02 sinal mtp-probe[431]: bus: 3, device: 5 was not an MTP device
Nov 11 15:31:02 sinal systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 11 15:31:02 sinal systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 11 15:31:02 sinal kernel: ACPI: bus type thunderbolt registered
Nov 11 15:31:02 sinal kernel: mc: Linux media interface: v0.10
Nov 11 15:31:02 sinal kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Nov 11 15:31:02 sinal kernel: usbcore: registered new device driver r8152-cfgselector
Nov 11 15:31:02 sinal kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
Nov 11 15:31:02 sinal kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 11 15:31:02 sinal kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 11 15:31:02 sinal kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Nov 11 15:31:02 sinal kernel: caller __uncore_imc_init_box+0xd7/0x120 [intel_uncore] mapping multiple BARs
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Nov 11 15:31:02 sinal kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Nov 11 15:31:02 sinal kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Nov 11 15:31:02 sinal kernel: videodev: Linux video capture interface: v2.00
Nov 11 15:31:02 sinal systemd[1]: Starting Virtual Console Setup...
Nov 11 15:31:02 sinal systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 11 15:31:02 sinal kernel: r8152-cfgselector 2-1.1.1: reset SuperSpeed USB device number 4 using xhci_hcd
Nov 11 15:31:02 sinal kernel: intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
Nov 11 15:31:02 sinal kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Nov 11 15:31:02 sinal kernel: intel_rapl_msr: PL4 support detected.
Nov 11 15:31:02 sinal kernel: intel_rapl_common: Found RAPL domain package
Nov 11 15:31:02 sinal kernel: intel_rapl_common: Found RAPL domain core
Nov 11 15:31:02 sinal kernel: intel_rapl_common: Found RAPL domain uncore
Nov 11 15:31:02 sinal kernel: intel_rapl_common: Found RAPL domain psys
Nov 11 15:31:02 sinal kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Nov 11 15:31:02 sinal kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Nov 11 15:31:02 sinal systemd[1]: Finished Virtual Console Setup.
Nov 11 15:31:02 sinal kernel: hid-generic 0003:3434:0100.0004: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron Q1] on usb-0000:00:14.0-2.1.4/input0
Nov 11 15:31:02 sinal kernel: mousedev: PS/2 mouse device common for all mice
Nov 11 15:31:02 sinal kernel: hid-generic 0003:3434:0100.0005: hiddev97,hidraw4: USB HID v1.11 Device [Keychron Keychron Q1] on usb-0000:00:14.0-2.1.4/input1
Nov 11 15:31:02 sinal kernel: input: Keychron Keychron Q1 System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4/3-2.1.4:1.2/0003:3434:0100.0006/input/input12
Nov 11 15:31:02 sinal kernel: r8152 2-1.1.1:1.0 eth0: v1.12.13
Nov 11 15:31:02 sinal kernel: usbcore: registered new interface driver r8152
Nov 11 15:31:02 sinal kernel: typec port0: bound usb3-port2 (ops connector_ops)
Nov 11 15:31:02 sinal kernel: typec port0: bound usb2-port1 (ops connector_ops)
Nov 11 15:31:02 sinal kernel: input: Keychron Keychron Q1 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4/3-2.1.4:1.2/0003:3434:0100.0006/input/input13
Nov 11 15:31:02 sinal kernel: input: Keychron Keychron Q1 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4/3-2.1.4:1.2/0003:3434:0100.0006/input/input14
Nov 11 15:31:02 sinal kernel: input: SYNA7DB5:01 06CB:CD7E Mouse as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-14/i2c-SYNA7DB5:01/0018:06CB:CD7E.0007/input/input15
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Nov 11 15:31:02 sinal kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Nov 11 15:31:02 sinal kernel: scsi 0:0:0:1: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Nov 11 15:31:02 sinal kernel: hid-generic 0003:3434:0100.0006: input,hidraw5: USB HID v1.11 Keyboard [Keychron Keychron Q1] on usb-0000:00:14.0-2.1.4/input2
Nov 11 15:31:02 sinal kernel: input: SYNA7DB5:01 06CB:CD7E Touchpad as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-14/i2c-SYNA7DB5:01/0018:06CB:CD7E.0007/input/input16
Nov 11 15:31:02 sinal kernel: hid-generic 0018:06CB:CD7E.0007: input,hidraw6: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD7E] on i2c-SYNA7DB5:01
Nov 11 15:31:02 sinal mtp-probe[457]: checking bus 3, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4"
Nov 11 15:31:02 sinal mtp-probe[457]: bus: 3, device: 9 was not an MTP device
Nov 11 15:31:02 sinal mtp-probe[465]: checking bus 3, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1.4"
Nov 11 15:31:02 sinal mtp-probe[465]: bus: 3, device: 9 was not an MTP device
Nov 11 15:31:02 sinal kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Nov 11 15:31:02 sinal kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Nov 11 15:31:02 sinal systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 11 15:31:02 sinal kernel: sd 0:0:0:1: [sdb] Media removed, stopped polling
Nov 11 15:31:02 sinal kernel: sd 0:0:0:1: [sdb] Attached SCSI removable disk
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module dm_mod...
Nov 11 15:31:02 sinal systemd[1]: Starting Load Kernel Module loop...
Nov 11 15:31:02 sinal systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 11 15:31:02 sinal systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 11 15:31:02 sinal systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 11 15:31:02 sinal systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:02 sinal kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
Nov 11 15:31:02 sinal kernel: acer_wmi: Function bitmap for Communication Button: 0x801
Nov 11 15:31:02 sinal kernel: iTCO_vendor_support: vendor-support=0
Nov 11 15:31:02 sinal kernel: input: Acer WMI hotkeys as /devices/virtual/input/input18
Nov 11 15:31:02 sinal kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Nov 11 15:31:02 sinal kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Nov 11 15:31:02 sinal kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Nov 11 15:31:02 sinal kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Nov 11 15:31:02 sinal kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Nov 11 15:31:03 sinal kernel: usbcore: registered new interface driver cdc_ether
Nov 11 15:31:03 sinal kernel: cryptd: max_cpu_qlen set to 1000
Nov 11 15:31:03 sinal kernel: usbcore: registered new interface driver r8153_ecm
Nov 11 15:31:03 sinal kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Nov 11 15:31:03 sinal kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 11 15:31:03 sinal mtp-probe[471]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-1/2-1.1/2-1.1.1"
Nov 11 15:31:03 sinal kernel: Bluetooth: Core ver 2.22
Nov 11 15:31:03 sinal kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 11 15:31:03 sinal kernel: Bluetooth: HCI device and connection manager initialized
Nov 11 15:31:03 sinal kernel: Bluetooth: HCI socket layer initialized
Nov 11 15:31:03 sinal kernel: Bluetooth: L2CAP socket layer initialized
Nov 11 15:31:03 sinal kernel: Bluetooth: SCO socket layer initialized
Nov 11 15:31:03 sinal mtp-probe[471]: bus: 2, device: 4 was not an MTP device
Nov 11 15:31:03 sinal systemd[1]: Mounting /.snapshots...
Nov 11 15:31:03 sinal systemd[1]: Mounting /boot...
Nov 11 15:31:03 sinal systemd[1]: Mounting /home...
Nov 11 15:31:03 sinal systemd[1]: Mounting Temporary Directory /tmp...
Nov 11 15:31:03 sinal systemd[1]: Mounting /var/cache/pacman/pkg...
Nov 11 15:31:03 sinal systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 11 15:31:03 sinal kernel: r8152 2-1.1.1:1.0 enp0s13f0u1u1u1: renamed from eth0
Nov 11 15:31:03 sinal systemd[1]: Mounting /var/log...
Nov 11 15:31:03 sinal systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 11 15:31:03 sinal systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 11 15:31:03 sinal systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:03 sinal systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 11 15:31:03 sinal systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:03 sinal systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:03 sinal systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 11 15:31:03 sinal systemd[1]: Finished Load Kernel Module dm_mod.
Nov 11 15:31:03 sinal systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 11 15:31:03 sinal systemd[1]: Finished Load Kernel Module loop.
Nov 11 15:31:03 sinal systemd[1]: Mounted /.snapshots.
Nov 11 15:31:03 sinal kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 11 15:31:03 sinal kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 11 15:31:03 sinal kernel: intel_rapl_common: Found RAPL domain package
Nov 11 15:31:03 sinal kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Nov 11 15:31:03 sinal kernel: usb 3-5: Found UVC 1.10 device HD User Facing (04f2:b6dd)
Nov 11 15:31:03 sinal kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 11 15:31:03 sinal kernel: cfg80211: failed to load regulatory.db
Nov 11 15:31:03 sinal systemd[1]: Mounted /home.
Nov 11 15:31:03 sinal systemd[1]: Mounted Temporary Directory /tmp.
Nov 11 15:31:03 sinal systemd[1]: Mounted /var/cache/pacman/pkg.
Nov 11 15:31:03 sinal systemd[1]: Mounted /var/log.
Nov 11 15:31:03 sinal systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 11 15:31:03 sinal kernel: usbcore: registered new interface driver uvcvideo
Nov 11 15:31:03 sinal systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 11 15:31:03 sinal systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal kernel: AES CTR mode by8 optimization enabled
Nov 11 15:31:03 sinal systemd-journald[329]: Time spent on flushing to /var/log/journal/464f554386cd49409bff0485c9b99aa5 is 80.534ms for 1137 entries.
Nov 11 15:31:03 sinal systemd-journald[329]: System Journal (/var/log/journal/464f554386cd49409bff0485c9b99aa5) is 178.5M, max 4G, 3.8G free.
Nov 11 15:31:03 sinal systemd-journald[329]: Received client request to flush runtime journal.
Nov 11 15:31:03 sinal kernel: Intel(R) Wireless WiFi driver for Linux
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: PCI dev a0f0/0074, rev=0x351, rfid=0x10a100
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
Nov 11 15:31:03 sinal kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.0b4c06ad.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
Nov 11 15:31:03 sinal kernel: usbcore: registered new interface driver btusb
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Device revision is 2
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Secure boot is enabled
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: OTP lock is enabled
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: API lock is enabled
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Debug lock is disabled
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Nov 11 15:31:03 sinal kernel: snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
Nov 11 15:31:03 sinal kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 11 15:31:03 sinal kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 11 15:31:03 sinal kernel: Bluetooth: hci0: Firmware Version: 132-3.24
Nov 11 15:31:03 sinal kernel: input: SYNA7DB5:01 06CB:CD7E as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-14/i2c-SYNA7DB5:01/0018:06CB:CD7E.0007/input/input19
Nov 11 15:31:03 sinal kernel: input: SYNA7DB5:01 06CB:CD7E as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-14/i2c-SYNA7DB5:01/0018:06CB:CD7E.0007/input/input20
Nov 11 15:31:03 sinal kernel: hid-multitouch 0018:06CB:CD7E.0007: input,hidraw6: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD7E] on i2c-SYNA7DB5:01
Nov 11 15:31:03 sinal kernel: PTP clock support registered
Nov 11 15:31:03 sinal systemd[1]: Mounted /boot.
Nov 11 15:31:03 sinal systemd[1]: Reached target Local File Systems.
Nov 11 15:31:03 sinal systemd[1]: Listening on Boot Entries Service Socket.
Nov 11 15:31:03 sinal systemd[1]: Listening on System Extension Image Management.
Nov 11 15:31:03 sinal systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal systemd[1]: Reached target Bluetooth Support.
Nov 11 15:31:03 sinal systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 11 15:31:03 sinal systemd[1]: Starting Create System Files and Directories...
Nov 11 15:31:03 sinal kernel: intel_tcc_cooling: Programmable TCC Offset detected
Nov 11 15:31:03 sinal systemd[1]: Finished Create System Files and Directories.
Nov 11 15:31:03 sinal systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 11 15:31:03 sinal systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 11 15:31:03 sinal systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 11 15:31:03 sinal systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 11 15:31:03 sinal systemd[1]: Starting Network Time Synchronization...
Nov 11 15:31:03 sinal systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 11 15:31:03 sinal systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 11 15:31:03 sinal systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Nov 11 15:31:03 sinal systemd[1]: Started Network Time Synchronization.
Nov 11 15:31:03 sinal systemd[1]: Reached target System Initialization.
Nov 11 15:31:03 sinal systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 11 15:31:03 sinal systemd[1]: Reached target System Time Set.
Nov 11 15:31:03 sinal systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 11 15:31:03 sinal systemd[1]: Started Daily man-db regeneration.
Nov 11 15:31:03 sinal systemd[1]: Started Daily verification of password and group files.
Nov 11 15:31:03 sinal systemd[1]: Reached target Timer Units.
Nov 11 15:31:03 sinal systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Nov 11 15:31:03 sinal systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Nov 11 15:31:03 sinal systemd[1]: Listening on Hostname Service Socket.
Nov 11 15:31:03 sinal systemd[1]: Reached target Socket Units.
Nov 11 15:31:03 sinal systemd[1]: Starting D-Bus System Message Bus...
Nov 11 15:31:03 sinal systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:03 sinal systemd[1]: Started D-Bus System Message Bus.
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Nov 11 15:31:03 sinal systemd[1]: Reached target Basic System.
Nov 11 15:31:03 sinal systemd[1]: Starting Network Manager...
Nov 11 15:31:03 sinal systemd[1]: Starting Thunderbolt system service...
Nov 11 15:31:03 sinal systemd[1]: Starting User Login Management...
Nov 11 15:31:03 sinal systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-tgl.ri
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Nov 11 15:31:03 sinal systemd[1]: Starting WPA supplicant...
Nov 11 15:31:03 sinal dbus-broker-launch[530]: Ready
Nov 11 15:31:03 sinal wpa_supplicant[537]: Successfully initialized wpa_supplicant
Nov 11 15:31:03 sinal systemd[1]: Started WPA supplicant.
Nov 11 15:31:03 sinal boltd[535]: bolt 0.9.8 starting up.
Nov 11 15:31:03 sinal boltd[535]: manager: initializing store
Nov 11 15:31:03 sinal boltd[535]: store: located at: /var/lib/boltd
Nov 11 15:31:03 sinal boltd[535]: config: loading user config
Nov 11 15:31:03 sinal boltd[535]: bouncer: initializing polkit
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.3518] NetworkManager (version 1.50.0-1) is starting... (boot:b46bff32-ccdb-4fc3-be8c-d4a97afa17a0)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.3518] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: unmanaged.conf)
Nov 11 15:31:03 sinal systemd[1]: Starting Authorization Manager...
Nov 11 15:31:03 sinal systemd-logind[536]: New seat seat0.
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event2 (Power Button)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event5 (Logitech USB Receiver Keyboard)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event10 (Keychron Keychron Q1)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event12 (Keychron Keychron Q1 System Control)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event13 (Keychron Keychron Q1 Consumer Control)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event14 (Keychron Keychron Q1 Keyboard)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event8 (Intel HID events)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event9 (Intel HID 5 button array)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Nov 11 15:31:03 sinal systemd-logind[536]: Watching system buttons on /dev/input/event17 (Acer WMI hotkeys)
Nov 11 15:31:03 sinal systemd[1]: Started User Login Management.
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3: base HW address: 64:79:f0:dd:d7:27
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Nov 11 15:31:03 sinal kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
Nov 11 15:31:03 sinal kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Nov 11 15:31:03 sinal wpa_supplicant[537]: Could not read interface wlp0s20f3 flags: No such device
Nov 11 15:31:03 sinal wpa_supplicant[537]: nl80211: Driver does not support authentication/association or connect commands
Nov 11 15:31:03 sinal wpa_supplicant[537]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.4557] manager[0x5b23f11991e0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 11 15:31:03 sinal wpa_supplicant[537]: Could not read interface wlp0s20f3 flags: No such device
Nov 11 15:31:03 sinal wpa_supplicant[537]: wlp0s20f3: Failed to initialize driver interface
Nov 11 15:31:03 sinal wpa_supplicant[537]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Nov 11 15:31:03 sinal systemd[1]: Starting Hostname Service...
Nov 11 15:31:03 sinal systemd[1]: wpa_supplicant.service: Main process exited, code=exited, status=255/EXCEPTION
Nov 11 15:31:03 sinal systemd[1]: wpa_supplicant.service: Failed with result 'exit-code'.
Nov 11 15:31:03 sinal polkitd[546]: Started polkitd version 125
Nov 11 15:31:03 sinal kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Nov 11 15:31:03 sinal systemd[1]: Started Authorization Manager.
Nov 11 15:31:03 sinal boltd[535]: watchdog: enabled [pulse: 90s]
Nov 11 15:31:03 sinal boltd[535]: udev: initializing udev
Nov 11 15:31:03 sinal boltd[535]: store: loading domains
Nov 11 15:31:03 sinal boltd[535]: store: loading devices
Nov 11 15:31:03 sinal boltd[535]: power: state located at: /run/boltd/power
Nov 11 15:31:03 sinal boltd[535]: power: force power support: no
Nov 11 15:31:03 sinal boltd[535]: udev: enumerating devices
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-domain0                    ] newly connected [iommu] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
Nov 11 15:31:03 sinal boltd[535]: security level set to 'none'
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-domain0                    ] domain: registered (bootacl: 0/0)
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-domain0                    ] bootacl: bootacl not supported, no sync
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-domain0                    ] udev: uuid is stable: no (for NHI: 0x9a1b)
Nov 11 15:31:03 sinal boltd[535]: global 'generation' set to '4'
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-Swift SF316-51             ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-Swift SF316-51             ] labeling device: Acer Swift SF316-51
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/805c86bc_321b_8780_ffff_ffffffffffff
Nov 11 15:31:03 sinal boltd[535]: [805c86bc-321b-Swift SF316-51             ] dbus: exported device at /org/freedesktop/bolt/devices/805c86bc_321b...
Nov 11 15:31:03 sinal systemd[1]: Started Thunderbolt system service.
Nov 11 15:31:03 sinal kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 11 15:31:03 sinal kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 11 15:31:03 sinal kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 11 15:31:03 sinal kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Nov 11 15:31:03 sinal kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Nov 11 15:31:03 sinal systemd[1]: Started Hostname Service.
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5142] hostname: hostname: using hostnamed
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5143] hostname: static hostname changed from (none) to "sinal"
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5144] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5151] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill3) (driver iwlwifi)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5152] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5270] manager[0x5b23f11991e0]: rfkill: Wi-Fi hardware radio set enabled
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5270] manager[0x5b23f11991e0]: rfkill: WWAN hardware radio set enabled
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5289] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-adsl.so)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5312] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-bluetooth.so)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5324] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-ovs.so)
Nov 11 15:31:03 sinal kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5456] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-team.so)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5464] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wifi.so)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5466] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wwan.so)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5467] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5467] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5468] manager: Networking is enabled by state file
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5471] settings: Loaded settings plugin: keyfile (internal)
Nov 11 15:31:03 sinal NetworkManager[534]: <warn>  [1731335463.5476] keyfile: 802-11-wireless.mac-address-randomization: invalid setting: value cannot be interpreted as integer
Nov 11 15:31:03 sinal NetworkManager[534]: <warn>  [1731335463.5480] keyfile: proxy.method: invalid setting: value cannot be interpreted as integer
Nov 11 15:31:03 sinal NetworkManager[534]: <warn>  [1731335463.5481] keyfile: load: "/etc/NetworkManager/system-connections/edu.nmconnection": failed to load connection: invalid connection: connection.interface-name: '': interface name must not be empty
Nov 11 15:31:03 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5497] dhcp: init: Using DHCP client 'internal'
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5499] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5503] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5505] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5508] device (lo): Activation: starting connection 'lo' (0465c5b9-9d62-4d63-ba53-def311b70b83)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5512] manager: (enp0s13f0u1u1u1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5518] settings: (enp0s13f0u1u1u1): created default wired connection 'Wired connection 1'
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5518] device (enp0s13f0u1u1u1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5565] device (wlp0s20f3): driver supports Access Point (AP) mode
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5567] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 11 15:31:03 sinal systemd[1]: Started Network Manager.
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5571] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 11 15:31:03 sinal systemd[1]: Reached target Network.
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5579] ovsdb: disconnected from ovsdb
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5579] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5581] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5582] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5586] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal systemd[1]: Starting Permit User Sessions...
Nov 11 15:31:03 sinal systemd[1]: Finished Permit User Sessions.
Nov 11 15:31:03 sinal systemd[1]: Reached target Multi-User System.
Nov 11 15:31:03 sinal systemd[1]: Starting GNOME Display Manager...
Nov 11 15:31:03 sinal kernel: input: sof-hda-dsp Front Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input25
Nov 11 15:31:03 sinal kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input26
Nov 11 15:31:03 sinal kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input27
Nov 11 15:31:03 sinal kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input28
Nov 11 15:31:03 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5820] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5821] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Nov 11 15:31:03 sinal NetworkManager[534]: <info>  [1731335463.5824] device (lo): Activation: successful, device activated.
Nov 11 15:31:03 sinal systemd[1]: Started GNOME Display Manager.
Nov 11 15:31:03 sinal systemd[1]: Reached target Graphical Interface.
Nov 11 15:31:03 sinal systemd[1]: Startup finished in 13.690s (firmware) + 6.414s (loader) + 2.596s (kernel) + 2.054s (userspace) = 24.755s.
Nov 11 15:31:03 sinal systemd[1]: Reached target User and Group Name Lookups.
Nov 11 15:31:03 sinal systemd[1]: Starting Accounts Service...
Nov 11 15:31:03 sinal systemd[1]: Starting Save/Restore Sound Card State...
Nov 11 15:31:03 sinal systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 11 15:31:03 sinal systemd[1]: Finished Save/Restore Sound Card State.
Nov 11 15:31:03 sinal systemd[1]: Reached target Sound Card.
Nov 11 15:31:03 sinal accounts-daemon[598]: started daemon version 23.13.0
Nov 11 15:31:03 sinal systemd[1]: Started Accounts Service.
Nov 11 15:31:03 sinal gdm-launch-environment][614]: pam_systemd(gdm-launch-environment:session): New sd-bus connection (system-bus-pam-systemd-614) opened.
Nov 11 15:31:03 sinal systemd-logind[536]: New session 1 of user gdm.
Nov 11 15:31:03 sinal systemd[1]: Created slice User Slice of UID 120.
Nov 11 15:31:03 sinal systemd[1]: Starting User Runtime Directory /run/user/120...
Nov 11 15:31:03 sinal systemd[1]: Finished User Runtime Directory /run/user/120.
Nov 11 15:31:03 sinal systemd[1]: Starting User Manager for UID 120...
Nov 11 15:31:03 sinal dbus-broker-launch[530]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Nov 11 15:31:03 sinal (systemd)[628]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Nov 11 15:31:03 sinal (systemd)[628]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Nov 11 15:31:03 sinal systemd-logind[536]: New session 2 of user gdm.
Nov 11 15:31:03 sinal systemd[628]: Queued start job for default target Main User Target.
Nov 11 15:31:03 sinal systemd[628]: Created slice User Application Slice.
Nov 11 15:31:03 sinal systemd[628]: Reached target Paths.
Nov 11 15:31:03 sinal systemd[628]: Reached target Timers.
Nov 11 15:31:03 sinal systemd[628]: Starting D-Bus User Message Bus Socket...
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG network certificate management daemon.
Nov 11 15:31:03 sinal systemd[628]: Listening on GNOME Keyring daemon.
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 11 15:31:03 sinal systemd[628]: Listening on GnuPG public key management service.
Nov 11 15:31:03 sinal systemd[628]: Listening on p11-kit server.
Nov 11 15:31:03 sinal systemd[628]: Listening on PipeWire PulseAudio.
Nov 11 15:31:03 sinal systemd[628]: Listening on PipeWire Multimedia System Sockets.
Nov 11 15:31:03 sinal systemd[628]: Listening on D-Bus User Message Bus Socket.
Nov 11 15:31:03 sinal systemd[628]: Reached target Sockets.
Nov 11 15:31:03 sinal systemd[628]: Reached target Basic System.
Nov 11 15:31:03 sinal systemd[1]: Started User Manager for UID 120.
Nov 11 15:31:03 sinal systemd[628]: Starting Update XDG user dir configuration...
Nov 11 15:31:03 sinal systemd[1]: Started Session 1 of User gdm.
Nov 11 15:31:03 sinal systemd[628]: Finished Update XDG user dir configuration.
Nov 11 15:31:03 sinal systemd[628]: Reached target Main User Target.
Nov 11 15:31:03 sinal systemd[628]: Startup finished in 94ms.
Nov 11 15:31:03 sinal systemd[628]: Created slice User Core Session Slice.
Nov 11 15:31:03 sinal systemd[628]: Starting D-Bus User Message Bus...
Nov 11 15:31:03 sinal dbus-broker-launch[643]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 11 15:31:03 sinal dbus-broker-launch[643]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Nov 11 15:31:03 sinal dbus-broker-launch[643]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 11 15:31:03 sinal dbus-broker-launch[643]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 11 15:31:03 sinal systemd[628]: Started D-Bus User Message Bus.
Nov 11 15:31:03 sinal dbus-broker-launch[643]: Ready
Nov 11 15:31:03 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=648 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Nov 11 15:31:03 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:03 sinal gnome-session[648]: gnome-session-binary[648]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:03 sinal gnome-session-binary[648]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:04 sinal gnome-shell[660]: Running GNOME Shell (using mutter 47.1) as a Wayland display server
Nov 11 15:31:04 sinal gnome-shell[660]: Thread 'KMS thread' will be using real time scheduling
Nov 11 15:31:04 sinal gnome-shell[660]: Device '/dev/dri/card1' prefers shadow buffer
Nov 11 15:31:04 sinal gnome-shell[660]: Added device '/dev/dri/card1' (i915) using atomic mode setting.
Nov 11 15:31:04 sinal gnome-shell[660]: Created gbm renderer for '/dev/dri/card1'
Nov 11 15:31:04 sinal gnome-shell[660]: Boot VGA GPU /dev/dri/card1 selected as primary
Nov 11 15:31:04 sinal gnome-shell[660]: Obtained a high priority EGL context
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=660 comm="/usr/bin/gnome-shell")
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.a11y.Bus'
Nov 11 15:31:04 sinal gnome-shell[660]: Using public X11 display :1024, (using :1025 for managed services)
Nov 11 15:31:04 sinal gnome-shell[660]: Using Wayland display name 'wayland-0'
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[700]: dbus-daemon[700]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=660 comm="/usr/bin/gnome-shell")
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[700]: dbus-daemon[700]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 11 15:31:04 sinal systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[703]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 11 15:31:04 sinal systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 11 15:31:04 sinal dbus-broker-launch[530]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Nov 11 15:31:04 sinal gnome-shell[660]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 11 15:31:04 sinal gnome-shell[660]: Will monitor session 1
Nov 11 15:31:04 sinal systemd[1]: Starting Locale Service...
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=660 comm="/usr/bin/gnome-shell")
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=660 comm="/usr/bin/gnome-shell")
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 11 15:31:04 sinal systemd[1]: Started Locale Service.
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=660 comm="/usr/bin/gnome-shell")
Nov 11 15:31:04 sinal systemd[1]: Starting Daemon for power management...
Nov 11 15:31:04 sinal gnome-shell[660]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension status-icons@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension system-monitor@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal gnome-shell[660]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[660]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/103c16fd46dc06cc38173133546390941900000006480000.ms”: No such file or directory
Nov 11 15:31:04 sinal gnome-shell[660]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 11 15:31:04 sinal kernel: rfkill: input handler disabled
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=757 comm="/usr/lib/gsd-sharing")
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:04 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:04 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:04 sinal gnome-shell[660]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Nov 11 15:31:04 sinal NetworkManager[534]: <info>  [1731335464.8961] agent-manager: agent[b83c386cd97673eb,:1.19/org.gnome.Shell.NetworkAgent/120]: agent registered
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Waiting for firmware download to complete
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Firmware loaded in 1750726 usecs
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Waiting for device to boot
Nov 11 15:31:04 sinal systemd[628]: Started PipeWire Multimedia Service.
Nov 11 15:31:04 sinal systemd[628]: Started Multimedia Service Session Manager.
Nov 11 15:31:04 sinal systemd[1]: Started Daemon for power management.
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Device booted in 14700 usecs
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: Firmware revision 0.4 build 132 week 3 2024
Nov 11 15:31:04 sinal kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Nov 11 15:31:04 sinal systemd[1]: Starting Location Lookup Service...
Nov 11 15:31:04 sinal systemd[628]: Started PipeWire PulseAudio.
Nov 11 15:31:04 sinal systemd[1]: Starting Power Profiles daemon...
Nov 11 15:31:04 sinal systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 11 15:31:04 sinal wireplumber[944]: wp-internal-comp-loader: Loading profile 'main'
Nov 11 15:31:04 sinal systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully called chroot.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully dropped privileges.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully limited resources.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Canary thread running.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Running.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Watchdog thread running.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 0 threads of 0 processes of 0 users.
Nov 11 15:31:04 sinal gnome-shell[660]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully made thread 947 of process 947 owned by '120' high priority at nice level -11.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 1 threads of 1 processes of 1 users.
Nov 11 15:31:04 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully made thread 958 of process 947 owned by '120' RT at priority 20.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 2 threads of 1 processes of 1 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 2 threads of 1 processes of 1 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully made thread 943 of process 943 owned by '120' high priority at nice level -11.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 3 threads of 2 processes of 1 users.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Successfully made thread 956 of process 943 owned by '120' RT at priority 20.
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: >                   X11 cannot support keycodes above 255.
Nov 11 15:31:04 sinal rtkit-daemon[957]: Supervising 4 threads of 2 processes of 1 users.
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Nov 11 15:31:04 sinal systemd[1]: Started Power Profiles daemon.
Nov 11 15:31:04 sinal org.gnome.Shell.desktop[974]: Errors from xkbcomp are not fatal to the X server
Nov 11 15:31:05 sinal rtkit-daemon[957]: Successfully made thread 944 of process 944 owned by '120' high priority at nice level -11.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 5 threads of 3 processes of 1 users.
Nov 11 15:31:05 sinal systemd[1]: Starting WPA supplicant...
Nov 11 15:31:05 sinal gnome-session-binary[648]: Entering running state
Nov 11 15:31:05 sinal rtkit-daemon[957]: Successfully made thread 971 of process 944 owned by '120' RT at priority 20.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:31:05 sinal xbrlapi.desktop[991]: openConnection: connect: No such file or directory
Nov 11 15:31:05 sinal xbrlapi.desktop[991]: cannot connect to braille devices daemon brltty at :0
Nov 11 15:31:05 sinal systemd[1]: Started WPA supplicant.
Nov 11 15:31:05 sinal wpa_supplicant[988]: Successfully initialized wpa_supplicant
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=120 pid=829 comm="/usr/lib/gsd-power")
Nov 11 15:31:05 sinal gsd-media-keys[796]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 11 15:31:05 sinal gsd-media-keys[796]: Failed to grab accelerator for keybinding settings:hibernate
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.32' (uid=120 pid=959 comm="/usr/lib/mutter-x11-frames")
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.gnome.ScreenSaver'
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.portal.Documents' requested by ':1.34' (uid=120 pid=1026 comm="/usr/lib/xdg-desktop-portal")
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.34' (uid=120 pid=1026 comm="/usr/lib/xdg-desktop-portal")
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Successfully made thread 678 of process 660 owned by '120' RT at priority 20.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Nov 11 15:31:05 sinal kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:05 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.impl.portal.desktop.gtk' requested by ':1.34' (uid=120 pid=1026 comm="/usr/lib/xdg-desktop-portal")
Nov 11 15:31:05 sinal wireplumber[944]: spa.alsa: Path Capture is not a volume or mute control
Nov 11 15:31:05 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 11 15:31:05 sinal geoclue[948]: Failed to connect to avahi service: Daemon not running
Nov 11 15:31:05 sinal systemd[1]: Started Location Lookup Service.
Nov 11 15:31:05 sinal wireplumber[944]: spa.bluez5: BlueZ system service is not available
Nov 11 15:31:05 sinal wireplumber[944]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Nov 11 15:31:05 sinal wireplumber[944]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.secrets' requested by ':1.34' (uid=120 pid=1026 comm="/usr/lib/xdg-desktop-portal")
Nov 11 15:31:05 sinal systemd[628]: Started GNOME Keyring daemon.
Nov 11 15:31:05 sinal gnome-keyring-daemon[1075]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
Nov 11 15:31:05 sinal gnome-keyring-daemon[1075]: The Secret Service was already initialized
Nov 11 15:31:05 sinal gnome-keyring-d[1075]: The Secret Service was already initialized
Nov 11 15:31:05 sinal gnome-keyring-daemon[1074]: discover_other_daemon: 1
Nov 11 15:31:05 sinal /usr/lib/gdm-wayland-session[1074]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
Nov 11 15:31:05 sinal gnome-shell[660]: Registering session with GDM
Nov 11 15:31:06 sinal systemd[628]: Starting sandboxed app permission store...
Nov 11 15:31:06 sinal systemd[628]: Started sandboxed app permission store.
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7844] device (enp0s13f0u1u1u1): carrier: link connected
Nov 11 15:31:06 sinal kernel: r8152 2-1.1.1:1.0 enp0s13f0u1u1u1: carrier on
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7854] device (enp0s13f0u1u1u1): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7864] policy: auto-activating connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7871] device (enp0s13f0u1u1u1): Activation: starting connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7873] device (enp0s13f0u1u1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7878] manager: NetworkManager state is now CONNECTING
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7886] device (enp0s13f0u1u1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7895] device (enp0s13f0u1u1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7902] dhcp4 (enp0s13f0u1u1u1): activation: beginning transaction (timeout in 45 seconds)
Nov 11 15:31:08 sinal systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=NL
Nov 11 15:31:08 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 2/3)
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:20 auth_type=0 auth_transaction=2 status_code=37
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:08 sinal kernel: wlp0s20f3: 68:71:61:33:53:20 denied authentication (status 37)
Nov 11 15:31:08 sinal dbus-broker-launch[530]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Nov 11 15:31:08 sinal NetworkManager[534]: <info>  [1731335468.9143] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202, acd pending
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0784] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0790] policy: set 'Wired connection 1' (enp0s13f0u1u1u1) as default for IPv4 routing and DNS
Nov 11 15:31:09 sinal /usr/lib/gdm-wayland-session[1074]: discover_other_daemon: 1
Nov 11 15:31:09 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=757 comm="/usr/lib/gsd-sharing")
Nov 11 15:31:09 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:09 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:09 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0907] device (enp0s13f0u1u1u1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0935] device (enp0s13f0u1u1u1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0938] device (enp0s13f0u1u1u1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0943] manager: NetworkManager state is now CONNECTED_SITE
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0948] device (enp0s13f0u1u1u1): Activation: successful, device activated.
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.0960] manager: startup complete
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:09 sinal NetworkManager[534]: <info>  [1731335469.1631] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:2f auth_type=0 auth_transaction=2 status_code=37
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:09 sinal kernel: wlp0s20f3: 68:71:61:33:53:2f denied authentication (status 37)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:60 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:09 sinal kernel: wlp0s20f3: associate with 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:8a:60 (capab=0x1411 status=0 aid=1)
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:8a:60
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:31:10 sinal kernel: wlp0s20f3: associated
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:31:10 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:8a:60
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:31:10 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:31:10 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:8a:60 (Reason: 250=<unknown>)
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:8a:60 reason=250
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:8a:60 into ignore list, ignoring for 10 seconds
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:10 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 2/3)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 3/3)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: association with 68:71:61:32:69:af timed out
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:af into ignore list, ignoring for 10 seconds
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=1 duration=10 reason=CONN_FAILED
Nov 11 15:31:13 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 15:31:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:31:19 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:31:19 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:20 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:20 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 2/3)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 3/3)
Nov 11 15:31:20 sinal kernel: wlp0s20f3: association with 68:71:61:33:53:2f timed out
Nov 11 15:31:20 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:31:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=2 duration=32 reason=CONN_FAILED
Nov 11 15:31:20 sinal gdm-password][1118]: pam_systemd_home(gdm-password:auth): New sd-bus connection (system-bus-pam-systemd-home-1118) opened.
Nov 11 15:31:23 sinal gdm-password][1118]: gkr-pam: unable to locate daemon control file
Nov 11 15:31:23 sinal gdm-password][1118]: gkr-pam: stashed password to try later in open session
Nov 11 15:31:23 sinal gdm-password][1118]: pam_unix(gdm-password:session): session opened for user sinal(uid=1000) by sinal(uid=0)
Nov 11 15:31:23 sinal gdm-password][1118]: pam_systemd(gdm-password:session): New sd-bus connection (system-bus-pam-systemd-1118) opened.
Nov 11 15:31:23 sinal systemd-logind[536]: New session 3 of user sinal.
Nov 11 15:31:23 sinal systemd[1]: Created slice User Slice of UID 1000.
Nov 11 15:31:23 sinal systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 11 15:31:23 sinal systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 11 15:31:23 sinal systemd[1]: Starting User Manager for UID 1000...
Nov 11 15:31:23 sinal (systemd)[1129]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sinal] ruser=[<unknown>] rhost=[<unknown>]
Nov 11 15:31:23 sinal (systemd)[1129]: pam_unix(systemd-user:session): session opened for user sinal(uid=1000) by sinal(uid=0)
Nov 11 15:31:23 sinal systemd-logind[536]: New session 4 of user sinal.
Nov 11 15:31:23 sinal systemd[1129]: Queued start job for default target Main User Target.
Nov 11 15:31:23 sinal systemd[1129]: Created slice User Application Slice.
Nov 11 15:31:23 sinal systemd[1129]: Created slice User Core Session Slice.
Nov 11 15:31:23 sinal systemd[1129]: Reached target Paths.
Nov 11 15:31:23 sinal systemd[1129]: Reached target Timers.
Nov 11 15:31:23 sinal systemd[1129]: Starting D-Bus User Message Bus Socket...
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG network certificate management daemon.
Nov 11 15:31:23 sinal systemd[1129]: Listening on GNOME Keyring daemon.
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 11 15:31:23 sinal systemd[1129]: Listening on GnuPG public key management service.
Nov 11 15:31:23 sinal systemd[1129]: Listening on p11-kit server.
Nov 11 15:31:23 sinal systemd[1129]: Listening on PipeWire PulseAudio.
Nov 11 15:31:23 sinal systemd[1129]: Listening on PipeWire Multimedia System Sockets.
Nov 11 15:31:23 sinal systemd[1129]: Listening on D-Bus User Message Bus Socket.
Nov 11 15:31:23 sinal systemd[1129]: Reached target Sockets.
Nov 11 15:31:23 sinal systemd[1129]: Reached target Basic System.
Nov 11 15:31:23 sinal systemd[1]: Started User Manager for UID 1000.
Nov 11 15:31:23 sinal systemd[1129]: Started PipeWire Multimedia Service.
Nov 11 15:31:23 sinal systemd[1]: Started Session 3 of User sinal.
Nov 11 15:31:23 sinal systemd[1129]: Started Multimedia Service Session Manager.
Nov 11 15:31:23 sinal systemd[1129]: Started PipeWire PulseAudio.
Nov 11 15:31:23 sinal systemd[1129]: Starting Update XDG user dir configuration...
Nov 11 15:31:23 sinal systemd[1129]: Started GNOME Keyring daemon.
Nov 11 15:31:23 sinal systemd[1129]: Finished Update XDG user dir configuration.
Nov 11 15:31:23 sinal systemd[1129]: Reached target Main User Target.
Nov 11 15:31:23 sinal systemd[1129]: Startup finished in 107ms.
Nov 11 15:31:23 sinal gnome-keyring-daemon[1144]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 11 15:31:23 sinal systemd[1129]: Starting D-Bus User Message Bus...
Nov 11 15:31:23 sinal dbus-broker-launch[1150]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 11 15:31:23 sinal dbus-broker-launch[1150]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Nov 11 15:31:23 sinal dbus-broker-launch[1150]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 11 15:31:23 sinal dbus-broker-launch[1150]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 11 15:31:23 sinal systemd[1129]: Started D-Bus User Message Bus.
Nov 11 15:31:23 sinal dbus-broker-launch[1150]: Ready
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:31:23 sinal wireplumber[1140]: wp-internal-comp-loader: Loading profile 'main'
Nov 11 15:31:23 sinal gdm-password][1118]: gkr-pam: unlocked login keyring
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1142 of process 1142 owned by '1000' high priority at nice level -11.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1139 of process 1139 owned by '1000' high priority at nice level -11.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1156 of process 1139 owned by '1000' RT at priority 20.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 10 threads of 6 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1158 of process 1142 owned by '1000' RT at priority 20.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 11 threads of 6 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 11 threads of 6 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1140 of process 1140 owned by '1000' high priority at nice level -11.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 12 threads of 7 processes of 2 users.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Successfully made thread 1165 of process 1140 owned by '1000' RT at priority 20.
Nov 11 15:31:23 sinal rtkit-daemon[957]: Supervising 13 threads of 7 processes of 2 users.
Nov 11 15:31:23 sinal wireplumber[1140]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Nov 11 15:31:23 sinal wireplumber[1140]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Nov 11 15:31:23 sinal kernel: rfkill: input handler enabled
Nov 11 15:31:23 sinal gsd-media-keys[796]: Unable to get default sink
Nov 11 15:31:23 sinal gsd-media-keys[796]: Unable to get default source
Nov 11 15:31:23 sinal wireplumber[1140]: spa.alsa: Path Capture is not a volume or mute control
Nov 11 15:31:23 sinal wireplumber[1140]: spa.bluez5: BlueZ system service is not available
Nov 11 15:31:24 sinal systemd[1129]: Starting User preferences database...
Nov 11 15:31:24 sinal systemd[1129]: Started User preferences database.
Nov 11 15:31:24 sinal systemd[1129]: Starting sandboxed app permission store...
Nov 11 15:31:25 sinal systemd[1129]: Started sandboxed app permission store.
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1234]: Environment variable $QT_QPA_PLATFORMTHEME not set, ignoring.
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Registered timeout rule for 150s:
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-timeout: brightnessctl -s set 10
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-resume: brightnessctl -r
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Registered timeout rule for 300s:
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-timeout: hyprlock
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-resume:
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Registered timeout rule for 330s:
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-timeout: hyprctl dispatch dpms off
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-resume: hyprctl dispatch dpms on
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Registered timeout rule for 1800s:
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-timeout: systemctl suspend
Nov 11 15:31:25 sinal /usr/lib/gdm-wayland-session[1236]:       on-resume:
Nov 11 15:31:25 sinal systemd[1129]: Starting Virtual filesystem service...
Nov 11 15:31:25 sinal systemd[1129]: Started Virtual filesystem service.
Nov 11 15:31:26 sinal kernel: r8152 2-1.1.1:1.0 enp0s13f0u1u1u1: carrier off
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1275]: Environment variable $QT_QPA_PLATFORMTHEME not set, ignoring.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_seat v9
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]    > Bound to wl_seat v9
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_data_device_manager v3
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_compositor v6
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_subcompositor v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_shm v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_viewporter v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_tearing_control_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_fractional_scale_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zxdg_output_manager_v1 v3
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_cursor_shape_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_idle_inhibit_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_relative_pointer_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zxdg_decoration_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_alpha_modifier_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_gamma_control_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: ext_foreign_toplevel_list_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_pointer_gestures_v1 v3
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_foreign_toplevel_manager_v1 v3
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_keyboard_shortcuts_inhibit_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_text_input_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_text_input_manager_v3 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_pointer_constraints_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_output_power_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: xdg_activation_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: ext_idle_notifier_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]    > Bound to ext_idle_notifier_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: ext_session_lock_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_input_method_manager_v2 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_virtual_keyboard_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_virtual_pointer_manager_v1 v2
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_output_manager_v1 v4
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: org_kde_kwin_server_decoration_manager v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: hyprland_focus_grab_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_tablet_manager_v2 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_layer_shell_v1 v5
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_presentation v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: xdg_wm_base v6
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_data_control_manager_v1 v2
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_primary_selection_device_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: xwayland_shell_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwlr_screencopy_manager_v1 v3
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: hyprland_toplevel_export_manager_v1 v2
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: hyprland_global_shortcuts_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: xdg_dialog_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_single_pixel_buffer_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_drm_lease_device_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wp_linux_drm_syncobj_manager_v1 v1
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_drm v2
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: zwp_linux_dmabuf_v1 v5
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_output v4
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG]   | got iface: wl_output v4
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] found 4 rules
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] wayland done, registering dbus
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Using dbus path /org/freedesktop/login1/session/_33
Nov 11 15:31:27 sinal systemd[1129]: Starting Accessibility services bus...
Nov 11 15:31:27 sinal systemd[1129]: Started Accessibility services bus.
Nov 11 15:31:27 sinal dbus-broker-launch[1290]: Ready
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: >                   X11 cannot support keycodes above 255.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1292]: Errors from xkbcomp are not fatal to the X server
Nov 11 15:31:27 sinal systemd[1129]: Starting Portal service...
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (main) Selected wl_shm format: Xbgr8888
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (main) Initialization succeeded! Starting main loop...
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1309]: 1298
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (cache loader) failed to load cache: there is already another swww process running
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1310]: 1298
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (cache loader) failed to load cache: there is already another swww process running
Nov 11 15:31:27 sinal systemd[1129]: Starting flatpak document portal service...
Nov 11 15:31:27 sinal systemd[1129]: Started flatpak document portal service.
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Nov 11 15:31:27 sinal systemd[1129]: Starting Portal service (GTK/GNOME implementation)...
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (transition) BumpPool with: 1 buffers. Size: 8100Kb
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (transition) BumpPool with: 1 buffers. Size: 8100Kb
Nov 11 15:31:27 sinal systemd[1129]: Created slice Slice /app/dbus-:1.23-org.a11y.atspi.Registry.
Nov 11 15:31:27 sinal systemd[1129]: Started dbus-:1.23-org.a11y.atspi.Registry@0.service.
Nov 11 15:31:27 sinal at-spi2-registryd[1332]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 11 15:31:27 sinal systemd[1129]: Started Portal service (GTK/GNOME implementation).
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (transition) BumpPool with: 2 buffers. Size: 16200Kb
Nov 11 15:31:27 sinal rtkit-daemon[957]: Supervising 13 threads of 7 processes of 2 users.
Nov 11 15:31:27 sinal rtkit-daemon[957]: Supervising 13 threads of 7 processes of 2 users.
Nov 11 15:31:27 sinal rtkit-daemon[957]: Supervising 13 threads of 7 processes of 2 users.
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: No skeleton to export
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.FileChooser as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.AppChooser as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Print as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Notification as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Inhibit as a last-resort fallback
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [INFO] (transition) BumpPool with: 2 buffers. Size: 16200Kb
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Access as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Account as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.Email as a last-resort fallback
Nov 11 15:31:27 sinal xdg-desktop-por[1294]: Choosing gtk.portal for org.freedesktop.impl.portal.DynamicLauncher as a last-resort fallback
Nov 11 15:31:27 sinal systemd[1129]: Started Portal service.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1238]: The swww-daemon launched.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1238]: Sent command to set wallpaper was set with swww
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal dbus-broker-launch[530]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal systemd[1129]: Starting Virtual filesystem service - disk device monitor...
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal systemd[1]: Starting Disk Manager...
Nov 11 15:31:27 sinal udisksd[1438]: udisks daemon version 2.10.1 starting
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal kernel: block nvme0n1: No UUID available providing old NGUID
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:27 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:27 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1]: Started Disk Manager.
Nov 11 15:31:28 sinal udisksd[1438]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Started Virtual filesystem service - disk device monitor.
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 11 15:31:28 sinal systemd[1129]: Starting Virtual filesystem service - digital camera monitor...
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Started Virtual filesystem service - digital camera monitor.
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 11 15:31:28 sinal systemd[1129]: Created slice Slice /app/dbus-:1.5-org.gnome.OnlineAccounts.
Nov 11 15:31:28 sinal systemd[1129]: Started dbus-:1.5-org.gnome.OnlineAccounts@0.service.
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal goa-daemon[1461]: goa-daemon version 3.52.1 starting
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Created slice Slice /app/dbus-:1.5-org.gnome.Identity.
Nov 11 15:31:28 sinal systemd[1129]: Started dbus-:1.5-org.gnome.Identity@0.service.
Nov 11 15:31:28 sinal systemd[1129]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal systemd[1129]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:28 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:28 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal ags[1233]: value "nan" of type 'gdouble' is invalid or out of range for property 'value' of type 'gdouble'
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal ags[1233]: Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
                                 execAsync@resource:///com/github/Aylur/ags/utils/exec.js:78:12
                                 onConfigParsed@file:///tmp/ags/hyprpanel/main.js:15982:31
                                 _load@resource:///com/github/Aylur/ags/app.js:203:29
                                 async*vfunc_activate@resource:///com/github/Aylur/ags/app.js:109:14
                                 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:263:34
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal gvfsd[1519]: 2024-11-11 15:31:29,342:wsdd WARNING(pid 1519): no interface given, using all interfaces
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:29 sinal /usr/lib/gdm-wayland-session[1297]: 14:31:29 [WARN] (main) Received transform. We currently ignore those
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: >                   X11 cannot support keycodes above 255.
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1520]: Errors from xkbcomp are not fatal to the X server
Nov 11 15:31:30 sinal mutter-x11-fram[959]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
Nov 11 15:31:30 sinal xdg-desktop-por[1026]: Failed to create secret proxy: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached
Nov 11 15:31:30 sinal xdg-desktop-por[1026]: No skeleton to export
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 11 15:31:30 sinal /usr/lib/gdm-wayland-session[1530]: [0.142] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.UnknownMethod] No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
Nov 11 15:31:30 sinal systemd[1129]: Started kitty child process: 1542 launched by: 1530.
Nov 11 15:31:32 sinal NetworkManager[534]: <info>  [1731335492.2426] device (enp0s13f0u1u1u1): state change: activated -> unavailable (reason 'carrier-changed', managed-type: 'full')
Nov 11 15:31:32 sinal NetworkManager[534]: <info>  [1731335492.2427] dhcp4 (enp0s13f0u1u1u1): canceled DHCP transaction
Nov 11 15:31:32 sinal NetworkManager[534]: <info>  [1731335492.2427] dhcp4 (enp0s13f0u1u1u1): activation: beginning transaction (timeout in 45 seconds)
Nov 11 15:31:32 sinal NetworkManager[534]: <info>  [1731335492.2428] dhcp4 (enp0s13f0u1u1u1): state changed no lease
Nov 11 15:31:32 sinal NetworkManager[534]: <info>  [1731335492.3324] manager: NetworkManager state is now DISCONNECTED
Nov 11 15:31:32 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=757 comm="/usr/lib/gsd-sharing")
Nov 11 15:31:32 sinal /usr/lib/gdm-wayland-session[647]: dbus-daemon[647]: [session uid=120 pid=647] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:32 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:32 sinal gsd-sharing[757]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 11 15:31:32 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 15:31:32 sinal gvfsd[1519]: 2024-11-11 15:31:32,344:asyncio ERROR(pid 1519): Exception in callback NetlinkAddressMonitor.handle_change()
Nov 11 15:31:32 sinal gvfsd[1519]: handle: <Handle NetlinkAddressMonitor.handle_change()>
Nov 11 15:31:32 sinal gvfsd[1519]: Traceback (most recent call last):
Nov 11 15:31:32 sinal gvfsd[1519]:   File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
Nov 11 15:31:32 sinal gvfsd[1519]:     self._context.run(self._callback, *self._args)
Nov 11 15:31:32 sinal gvfsd[1519]:   File "/usr/bin/wsdd", line 1562, in handle_change
Nov 11 15:31:32 sinal gvfsd[1519]:     self.handle_new_address(address)
Nov 11 15:31:32 sinal gvfsd[1519]:   File "/usr/bin/wsdd", line 1317, in handle_new_address
Nov 11 15:31:32 sinal gvfsd[1519]:     mch = MulticastHandler(address, self.aio_loop)
Nov 11 15:31:32 sinal gvfsd[1519]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 15:31:32 sinal gvfsd[1519]:   File "/usr/bin/wsdd", line 210, in __init__
Nov 11 15:31:32 sinal gvfsd[1519]:     self.init_v6()
Nov 11 15:31:32 sinal gvfsd[1519]:   File "/usr/bin/wsdd", line 260, in init_v6
Nov 11 15:31:32 sinal gvfsd[1519]:     self.uc_send_socket.bind((str(self.address), WSD_UDP_PORT, 0, idx))
Nov 11 15:31:32 sinal gvfsd[1519]: OSError: [Errno 99] Cannot assign requested address
Nov 11 15:31:32 sinal gvfsd[1519]: 2024-11-11 15:31:32,346:wsdd ERROR(pid 1519): error while sending packet on enp0s13f0u1u1u1: [Errno 101] Network is unreachable
Nov 11 15:31:32 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 15:31:32 sinal gvfsd[1519]: 2024-11-11 15:31:32,411:wsdd ERROR(pid 1519): error while sending packet on enp0s13f0u1u1u1: [Errno 9] Bad file descriptor
Nov 11 15:31:32 sinal gvfsd[1519]: 2024-11-11 15:31:32,542:wsdd ERROR(pid 1519): error while sending packet on enp0s13f0u1u1u1: [Errno 9] Bad file descriptor
Nov 11 15:31:32 sinal sudo[2064]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-2064) opened.
Nov 11 15:31:32 sinal gvfsd[1519]: 2024-11-11 15:31:32,803:wsdd ERROR(pid 1519): error while sending packet on enp0s13f0u1u1u1: [Errno 9] Bad file descriptor
Nov 11 15:31:33 sinal gnome-shell[660]: Connection to xwayland lost
Nov 11 15:31:33 sinal gnome-shell[660]: Xwayland terminated, exiting since it was mandatory
Nov 11 15:31:33 sinal gnome-shell[660]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                        @resource:///org/gnome/shell/ui/init.js:21:20
Nov 11 15:31:33 sinal gnome-shell[660]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
Nov 11 15:31:33 sinal gsd-sharing[757]: Error releasing name org.gnome.SettingsDaemon.Sharing: The connection is closed
Nov 11 15:31:33 sinal gsd-smartcard[781]: Error releasing name org.gnome.SettingsDaemon.Smartcard: The connection is closed
Nov 11 15:31:33 sinal systemd[1]: run-user-120-doc.mount: Deactivated successfully.
Nov 11 15:31:33 sinal gdm-launch-environment][614]: pam_systemd(gdm-launch-environment:session): New sd-bus connection (system-bus-pam-systemd-614) opened.
Nov 11 15:31:33 sinal xdg-document-po[1034]: Error releasing name org.freedesktop.portal.Documents: The connection is closed
Nov 11 15:31:33 sinal systemd-logind[536]: Session 1 logged out. Waiting for processes to exit.
Nov 11 15:31:33 sinal systemd[1]: session-1.scope: Deactivated successfully.
Nov 11 15:31:33 sinal systemd[1]: session-1.scope: Consumed 2.407s CPU time, 604.6M memory peak.
Nov 11 15:31:33 sinal systemd-logind[536]: Removed session 1.
Nov 11 15:31:34 sinal gdm[584]: Gdm: Child process -639 was already dead.
Nov 11 15:31:34 sinal systemd[1]: systemd-localed.service: Deactivated successfully.
Nov 11 15:31:35 sinal sudo[2064]:    sinal : TTY=pts/0 ; PWD=/home/sinal ; USER=root ; COMMAND=/usr/bin/wpa_supplicant -i wlp0s20f3 -c /etc/wpa_supplicant/wpa_supplicant-eduroam.conf
Nov 11 15:31:35 sinal sudo[2064]: pam_unix(sudo:session): session opened for user root(uid=0) by sinal(uid=1000)
Nov 11 15:31:36 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:36 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:36 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:37 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:31:37 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:53:20 lost
Nov 11 15:31:37 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:37 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:37 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:38 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:31:38 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:53:2f lost
Nov 11 15:31:39 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:60 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:39 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:31:39 sinal kernel: wlp0s20f3: 68:71:61:33:8a:60 denied authentication (status 37)
Nov 11 15:31:40 sinal kernel: wlp0s20f3: authenticate with 60:b9:c0:21:9d:c0 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:40 sinal kernel: wlp0s20f3: send auth to 60:b9:c0:21:9d:c0 (try 1/3)
Nov 11 15:31:40 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:41 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:31:41 sinal kernel: wlp0s20f3: Connection to AP 60:b9:c0:21:9d:c0 lost
Nov 11 15:31:42 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 15:31:43 sinal systemd[1]: Stopping User Manager for UID 120...
Nov 11 15:31:43 sinal systemd[628]: Activating special unit Exit the Session...
Nov 11 15:31:43 sinal systemd[628]: Stopped target Main User Target.
Nov 11 15:31:43 sinal systemd[628]: Stopping GNOME Keyring daemon...
Nov 11 15:31:43 sinal systemd[628]: Stopping PipeWire PulseAudio...
Nov 11 15:31:43 sinal systemd[628]: Stopping sandboxed app permission store...
Nov 11 15:31:43 sinal systemd[628]: Stopped GNOME Keyring daemon.
Nov 11 15:31:43 sinal systemd[628]: Stopped PipeWire PulseAudio.
Nov 11 15:31:43 sinal systemd[628]: Stopped sandboxed app permission store.
Nov 11 15:31:43 sinal systemd[628]: Stopping Multimedia Service Session Manager...
Nov 11 15:31:43 sinal wireplumber[944]: wireplumber: stopped by signal: Terminated
Nov 11 15:31:43 sinal wireplumber[944]: wireplumber: disconnected from pipewire
Nov 11 15:31:43 sinal systemd[628]: Stopped Multimedia Service Session Manager.
Nov 11 15:31:43 sinal systemd[628]: Stopping PipeWire Multimedia Service...
Nov 11 15:31:43 sinal systemd[628]: Stopped PipeWire Multimedia Service.
Nov 11 15:31:43 sinal systemd[628]: Stopped target Basic System.
Nov 11 15:31:43 sinal systemd[628]: Stopped target Paths.
Nov 11 15:31:43 sinal systemd[628]: Stopped target Sockets.
Nov 11 15:31:43 sinal systemd[628]: Stopped target Timers.
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG network certificate management daemon.
Nov 11 15:31:43 sinal systemd[628]: Closed GNOME Keyring daemon.
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 11 15:31:43 sinal systemd[628]: Closed GnuPG public key management service.
Nov 11 15:31:43 sinal systemd[628]: Closed p11-kit server.
Nov 11 15:31:43 sinal systemd[628]: Closed PipeWire PulseAudio.
Nov 11 15:31:43 sinal systemd[628]: Closed PipeWire Multimedia System Sockets.
Nov 11 15:31:43 sinal dbus-broker[644]: Dispatched 520 messages @ 1(±4)μs / message.
Nov 11 15:31:43 sinal systemd[628]: Stopping D-Bus User Message Bus...
Nov 11 15:31:43 sinal systemd[628]: Stopped D-Bus User Message Bus.
Nov 11 15:31:43 sinal systemd[628]: Removed slice User Core Session Slice.
Nov 11 15:31:43 sinal systemd[628]: Closed D-Bus User Message Bus Socket.
Nov 11 15:31:43 sinal systemd[628]: Removed slice User Application Slice.
Nov 11 15:31:43 sinal systemd[628]: Reached target Shutdown.
Nov 11 15:31:43 sinal systemd[628]: Finished Exit the Session.
Nov 11 15:31:43 sinal systemd[628]: Reached target Exit the Session.
Nov 11 15:31:44 sinal (sd-pam)[630]: pam_unix(systemd-user:session): session closed for user gdm
Nov 11 15:31:44 sinal systemd[1]: user@120.service: Deactivated successfully.
Nov 11 15:31:44 sinal systemd[1]: Stopped User Manager for UID 120.
Nov 11 15:31:44 sinal systemd[1]: Stopping User Runtime Directory /run/user/120...
Nov 11 15:31:44 sinal systemd[1]: run-user-120.mount: Deactivated successfully.
Nov 11 15:31:44 sinal systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Nov 11 15:31:44 sinal systemd[1]: Stopped User Runtime Directory /run/user/120.
Nov 11 15:31:44 sinal systemd[1]: Removed slice User Slice of UID 120.
Nov 11 15:31:44 sinal systemd[1]: user-120.slice: Consumed 2.791s CPU time, 635.8M memory peak.
Nov 11 15:31:44 sinal systemd-logind[536]: Removed session 2.
Nov 11 15:31:47 sinal sudo[2064]: pam_unix(sudo:session): session closed for user root
Nov 11 15:31:48 sinal sudo[2288]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2288) opened.
Nov 11 15:31:48 sinal sudo[2288]:    sinal : TTY=pts/0 ; PWD=/home/sinal ; USER=root ; COMMAND=/usr/bin/wpa_supplicant -i wlp0s20f3 -c /etc/wpa_supplicant/wpa_supplicant-eduroam.conf
Nov 11 15:31:48 sinal sudo[2288]: pam_unix(sudo:session): session opened for user root(uid=0) by sinal(uid=1000)
Nov 11 15:31:49 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:49 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:49 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:50 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:31:50 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:53:20 lost
Nov 11 15:31:50 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:50 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:50 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:31:51 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:53:2f lost
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 77.0b4c06ad.0 QuZ-a0-hr-b0-77.ucode
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL    
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x000022F2 | trm_hw_status0
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x004C94FA | branchlink2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00007FC0 | interruptlink1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00007FC0 | interruptlink2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00005E20 | data1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00001000 | data2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | data3
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x02001412 | beacon time
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0xBD778C2F | tsf low
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000700 | tsf hi
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x02CACA5A | time gp2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000004D | uCode version major
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0B4C06AD | uCode version minor
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000351 | hw version
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00C89001 | board version
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000001C | hcmd
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x02320000 | isr0
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00004000 | isr1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x28F80002 | isr2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x04C0401A | isr3
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0100001C | last cmd Id
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00005E20 | wait_event
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000850 | l2p_control
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00001422 | l2p_duration
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000003F | l2p_mhvalid
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000081 | l2p_addr_match
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000000B | lmpm_pmg_sel
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000A838 | flow_handler
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x20003336 | ADVANCED_SYSASSERT
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x804561E2 | umac branchlink2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0xC008163C | umac interruptlink1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x000000FF | umac data1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x000000FF | umac data2
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000004D | umac major
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0B4C06AD | umac minor
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x02CACA55 | frame pointer
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0xC0885E6C | stack pointer
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0056010D | last host cmd
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000003 | IML/ROM error/state
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000580C | IML/ROM data1
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: Fseq Registers:
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x80290033 | FSEQ_TOP_INIT_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00090006 | FSEQ_CNVIO_INIT_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x20000302 | FSEQ_CNVI_ID
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x20000302 | CNVI_AUX_MISC_CHIP
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00090006 | FSEQ_PREV_CNVIO_INIT_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00290033 | FSEQ_WIFI_FSEQ_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x00290033 | FSEQ_BT_FSEQ_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: 0x000000DC | FSEQ_CLASS_TP_VERSION
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804732b0
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
Nov 11 15:31:51 sinal kernel: iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Nov 11 15:31:51 sinal kernel: ieee80211 phy0: Hardware restart was requested
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:59 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:59 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:59 sinal systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:59 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:59 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:59 sinal sudo[2288]: pam_unix(sudo:session): session closed for user root
Nov 11 15:31:59 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 2/3)
Nov 11 15:31:59 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 3/3)
Nov 11 15:31:59 sinal kernel: wlp0s20f3: association with 68:71:61:33:53:20 timed out
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:31:59 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=3 duration=56 reason=CONN_FAILED
Nov 11 15:32:05 sinal geoclue[948]: Service not used for 60 seconds. Shutting down..
Nov 11 15:32:05 sinal systemd[1]: geoclue.service: Deactivated successfully.
Nov 11 15:32:12 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=NL
Nov 11 15:32:35 sinal polkit-agent-helper-1[2739]: pam_systemd_home(polkit-1:auth): New sd-bus connection (system-bus-pam-systemd-home-2739) opened.
Nov 11 15:32:37 sinal NetworkManager[534]: <info>  [1731335557.0619] caught SIGTERM, shutting down normally.
Nov 11 15:32:37 sinal systemd[1]: Stopping Network Manager...
Nov 11 15:32:37 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 15:32:37 sinal NetworkManager[534]: <info>  [1731335557.0720] exiting (success)
Nov 11 15:32:37 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 15:32:37 sinal systemd[1]: NetworkManager.service: Deactivated successfully.
Nov 11 15:32:37 sinal systemd[1]: Stopped Network Manager.
Nov 11 15:32:38 sinal sudo[2804]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2804) opened.
Nov 11 15:32:38 sinal sudo[2804]:    sinal : TTY=pts/0 ; PWD=/home/sinal ; USER=root ; COMMAND=/usr/bin/wpa_supplicant -i wlp0s20f3 -c /etc/wpa_supplicant/wpa_supplicant-eduroam.conf
Nov 11 15:32:38 sinal sudo[2804]: pam_unix(sudo:session): session opened for user root(uid=0) by sinal(uid=1000)
Nov 11 15:32:41 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:41 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:32:41 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:32:41 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:41 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:32:41 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:32:42 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:32:42 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:53:2f lost
Nov 11 15:32:42 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:60 (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:42 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:32:42 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 2/3)
Nov 11 15:32:42 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:32:43 sinal kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Nov 11 15:32:43 sinal kernel: wlp0s20f3: Connection to AP 68:71:61:33:8a:60 lost
Nov 11 15:32:44 sinal kernel: wlp0s20f3: authenticate with 60:b9:c0:21:9d:c0 (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:44 sinal kernel: wlp0s20f3: send auth to 60:b9:c0:21:9d:c0 (try 1/3)
Nov 11 15:32:44 sinal kernel: wlp0s20f3: send auth to 60:b9:c0:21:9d:c0 (try 2/3)
Nov 11 15:32:44 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:32:47 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 15:32:56 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:32:56 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:32:56 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:32:56 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:60 (local address=64:79:f0:dd:d7:27)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 2/3)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 3/3)
Nov 11 15:32:56 sinal kernel: wlp0s20f3: authentication with 68:71:61:33:8a:60 timed out
Nov 11 15:32:56 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:32:56 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=4 duration=71 reason=CONN_FAILED
Nov 11 15:32:58 sinal sudo[2804]: pam_unix(sudo:session): session closed for user root
Nov 11 15:33:08 sinal kernel: r8152 2-1.1.1:1.0 enp0s13f0u1u1u1: carrier on
Nov 11 15:33:10 sinal systemd[1]: Starting Time & Date Service...
Nov 11 15:33:10 sinal systemd[1]: Started Time & Date Service.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 6 threads of 3 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Successfully made thread 3194 of process 3065 owned by '1000' RT at priority 10.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:10 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:11 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:18 sinal polkit-agent-helper-1[3471]: pam_systemd_home(polkit-1:auth): New sd-bus connection (system-bus-pam-systemd-home-3471) opened.
Nov 11 15:33:20 sinal systemd[1]: Starting Network Manager...
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.2714] NetworkManager (version 1.50.0-1) is starting... (after a restart, boot:b46bff32-ccdb-4fc3-be8c-d4a97afa17a0)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.2715] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: unmanaged.conf)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.2747] manager[0x579ddfbacaa0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 11 15:33:20 sinal systemd[1]: Starting Hostname Service...
Nov 11 15:33:20 sinal systemd[1]: Started Hostname Service.
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3385] hostname: hostname: using hostnamed
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3385] hostname: static hostname changed from (none) to "sinal"
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3386] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3393] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill3) (driver iwlwifi)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3393] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3513] manager[0x579ddfbacaa0]: rfkill: Wi-Fi hardware radio set enabled
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3513] manager[0x579ddfbacaa0]: rfkill: WWAN hardware radio set enabled
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3522] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-adsl.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3528] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-bluetooth.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3530] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-ovs.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3572] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-team.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3573] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wifi.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3574] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wwan.so)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3575] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3575] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3575] manager: Networking is enabled by state file
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3576] settings: Loaded settings plugin: keyfile (internal)
Nov 11 15:33:20 sinal NetworkManager[3492]: <warn>  [1731335600.3581] keyfile: 802-11-wireless.mac-address-randomization: invalid setting: value cannot be interpreted as integer
Nov 11 15:33:20 sinal NetworkManager[3492]: <warn>  [1731335600.3582] keyfile: proxy.method: invalid setting: value cannot be interpreted as integer
Nov 11 15:33:20 sinal NetworkManager[3492]: <warn>  [1731335600.3582] keyfile: load: "/etc/NetworkManager/system-connections/edu.nmconnection": failed to load connection: invalid connection: connection.interface-name: '': interface name must not be empty
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3595] dhcp: init: Using DHCP client 'internal'
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3596] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 11 15:33:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3598] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3600] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3603] device (lo): Activation: starting connection 'lo' (0465c5b9-9d62-4d63-ba53-def311b70b83)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3605] device (enp0s13f0u1u1u1): carrier: link connected
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3610] manager: (enp0s13f0u1u1u1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3612] device (enp0s13f0u1u1u1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3618] device (wlp0s20f3): driver supports Access Point (AP) mode
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3620] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 11 15:33:20 sinal systemd[1]: Started Network Manager.
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3624] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3644] ovsdb: disconnected from ovsdb
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3645] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3646] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3648] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3650] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3653] device (enp0s13f0u1u1u1): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3666] policy: auto-activating connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3668] device (enp0s13f0u1u1u1): Activation: starting connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3668] device (enp0s13f0u1u1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3670] manager: NetworkManager state is now CONNECTING
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3671] device (enp0s13f0u1u1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3673] device (enp0s13f0u1u1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3676] dhcp4 (enp0s13f0u1u1u1): activation: beginning transaction (timeout in 45 seconds)
Nov 11 15:33:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3860] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3861] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.3864] device (lo): Activation: successful, device activated.
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.4783] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202, acd pending
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6284] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6290] policy: set 'Wired connection 1' (enp0s13f0u1u1u1) as default for IPv4 routing and DNS
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6384] device (enp0s13f0u1u1u1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6411] device (enp0s13f0u1u1u1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6413] device (enp0s13f0u1u1u1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6419] manager: NetworkManager state is now CONNECTED_SITE
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6423] device (enp0s13f0u1u1u1): Activation: successful, device activated.
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.6435] manager: startup complete
Nov 11 15:33:20 sinal NetworkManager[3492]: <info>  [1731335600.7650] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 11 15:33:24 sinal gvfsd[1519]: /usr/bin/wsdd:649: DeprecationWarning: Testing an element's truth value will always return True in future versions.  Use specific 'len(elem)' or 'elem is not None' test instead.
Nov 11 15:33:24 sinal gvfsd[1519]:   if (host_sec):
Nov 11 15:33:24 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:24 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:24 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:24 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:33:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 15:33:34 sinal systemd-timesyncd[522]: Contacted time server 45.138.55.60:123 (2.arch.pool.ntp.org).
Nov 11 15:33:34 sinal systemd-timesyncd[522]: Initial clock synchronization to Mon 2024-11-11 15:33:35.029798 CET.
Nov 11 15:33:40 sinal systemd[1]: systemd-timedated.service: Deactivated successfully.
Nov 11 15:33:50 sinal systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 11 15:34:01 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:01 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:01 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:01 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:02 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:02 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:60 ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:34:08 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:34:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:34:08 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:34:08 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 15:34:08 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=2)
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:34:08 sinal kernel: wlp0s20f3: associated
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:34:08 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:34:08 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:34:08 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 15:34:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=5 duration=99 reason=CONN_FAILED
Nov 11 15:34:13 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:13 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:13 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:13 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:14 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:14 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 15:34:14 sinal rtkit-daemon[957]: Successfully made thread 4391 of process 4049 owned by '1000' RT at priority 10.
Nov 11 15:34:14 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:34:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1337 sent
Nov 11 15:34:15 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:15 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:34:18 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:18 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:18 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1338 sent
Nov 11 15:34:19 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:19 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:34:19 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:19 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:19 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1339 sent
Nov 11 15:34:20 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:20 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:34:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1340 sent
Nov 11 15:34:33 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:33 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:34:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1341 sent
Nov 11 15:34:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:34:52 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:52 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:34:52 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1342 sent
Nov 11 15:34:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:34:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:35:39 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:39 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:39 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:39 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:43 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:43 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 6, ignoring for 1800 seconds
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:35:49 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:35:49 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:35:49 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:35:49 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 15:35:49 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=2)
Nov 11 15:35:49 sinal kernel: wlp0s20f3: associated
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:35:49 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:35:49 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:35:49 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 15:35:49 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=6 duration=149 reason=CONN_FAILED
Nov 11 15:35:54 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:54 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 15:35:54 sinal rtkit-daemon[957]: Successfully made thread 5360 of process 4114 owned by '1000' RT at priority 10.
Nov 11 15:35:54 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 6, ignoring for 1800 seconds
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:38:20 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 15:38:20 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:38:20 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:38:20 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 15:38:20 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:af (capab=0x1111 status=0 aid=3)
Nov 11 15:38:20 sinal kernel: wlp0s20f3: associated
Nov 11 15:38:20 sinal kernel: wlp0s20f3: Limiting TX power to 7 dBm as advertised by 68:71:61:32:69:af
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:af
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:38:20 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:af (Reason: 250=<unknown>)
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:af reason=250
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:38:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=7 duration=105 reason=CONN_FAILED
Nov 11 15:39:18 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:39:18 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:6f (SSID='eduroam' freq=5660 MHz)
Nov 11 15:40:07 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:6f (local address=64:79:f0:dd:d7:27)
Nov 11 15:40:07 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:6f (try 1/3)
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:8a:6f (SSID='eduroam' freq=5660 MHz)
Nov 11 15:40:07 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:40:07 sinal kernel: wlp0s20f3: associate with 68:71:61:33:8a:6f (try 1/3)
Nov 11 15:40:07 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:8a:6f (capab=0x1111 status=0 aid=1)
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:8a:6f
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:40:07 sinal kernel: wlp0s20f3: associated
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:40:07 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:40:07 sinal kernel: wlp0s20f3: Limiting TX power to 5 dBm as advertised by 68:71:61:33:8a:6f
Nov 11 15:40:32 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:32 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:32 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:32 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:37 sinal kernel: warning: `Socket Thread' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 11 15:40:37 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:37 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 15:40:37 sinal rtkit-daemon[957]: Successfully made thread 7648 of process 5159 owned by '1000' RT at priority 10.
Nov 11 15:40:37 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:40:37 sinal wpa_supplicant[988]: SSL: SSL3 alert: write (local SSL3 detected an error):fatal:decrypt error
Nov 11 15:40:37 sinal wpa_supplicant[988]: OpenSSL: openssl_handshake - SSL_connect error:02000068:rsa routines::bad signature
Nov 11 15:40:37 sinal wpa_supplicant[988]: OpenSSL: pending error: error:1C880004:Provider routines::RSA lib
Nov 11 15:40:37 sinal wpa_supplicant[988]: OpenSSL: pending error: error:0A00007B:SSL routines::bad signature
Nov 11 15:40:37 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-FAILURE EAP authentication failed
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: Authentication with 68:71:61:33:8a:6f timed out.
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:8a:6f into ignore list, ignoring for 10 seconds
Nov 11 15:40:39 sinal kernel: wlp0s20f3: deauthenticating from 68:71:61:33:8a:6f by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 11 15:40:39 sinal wpa_supplicant[988]: nl80211: send_event_marker failed: Source based routing not supported
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:8a:6f reason=3 locally_generated=1
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=8 duration=159 reason=AUTH_FAILED
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:6f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:40:39 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
Nov 11 15:40:47 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:47 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:40:59 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:40:59 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:40:59 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1343 sent
Nov 11 15:41:02 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:41:02 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:41:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:41:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:42:20 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:42:20 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:6f (SSID='eduroam' freq=5660 MHz)
Nov 11 15:43:20 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:6f (local address=64:79:f0:dd:d7:27)
Nov 11 15:43:20 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:6f (try 1/3)
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:8a:6f (SSID='eduroam' freq=5660 MHz)
Nov 11 15:43:20 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:43:20 sinal kernel: wlp0s20f3: associate with 68:71:61:33:8a:6f (try 1/3)
Nov 11 15:43:20 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:8a:6f (capab=0x1111 status=0 aid=1)
Nov 11 15:43:20 sinal kernel: wlp0s20f3: associated
Nov 11 15:43:20 sinal kernel: wlp0s20f3: Limiting TX power to 5 dBm as advertised by 68:71:61:33:8a:6f
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:8a:6f
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:43:20 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:43:20 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:8a:6f (Reason: 250=<unknown>)
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:8a:6f reason=250
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:6f ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:43:20 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=10 duration=143 reason=CONN_FAILED
Nov 11 15:44:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:44:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:44:23 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:44:23 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:44:23 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1344 sent
Nov 11 15:44:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:44:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:45:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:42 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:42 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:8a:6f ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:8a:6f from ignore list (clear)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:32:69:af from ignore list (clear)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:8a:60 from ignore list (clear)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:2f from ignore list (clear)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:20 from ignore list (clear)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:45:45 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:45:45 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:45:45 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:45:45 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:45:45 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 15:45:45 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 2/3)
Nov 11 15:45:45 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=2)
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:45:46 sinal kernel: wlp0s20f3: associated
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:45:46 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:45:46 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:45:46 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:45:46 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=11 duration=148 reason=CONN_FAILED
Nov 11 15:45:46 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:46 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:46 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:46 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:45:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:01 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:01 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:01 sinal systemd[1]: Starting Cleanup of Temporary Directories...
Nov 11 15:46:01 sinal systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 11 15:46:01 sinal systemd[1]: Finished Cleanup of Temporary Directories.
Nov 11 15:46:01 sinal systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Nov 11 15:46:05 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:05 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:16 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:16 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:45 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:46:45 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:47:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:47:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:47:28 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:47:28 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:47:28 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1345 sent
Nov 11 15:47:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:47:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:47:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:47:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:47:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1346 sent
Nov 11 15:48:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:48:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:48:08 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:48:08 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:48:08 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1347 sent
Nov 11 15:48:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:48:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:48:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:48:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:48:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1348 sent
Nov 11 15:48:12 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:48:12 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:48:16 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:48:16 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:48:16 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:48:16 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 15:48:16 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=1)
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:48:16 sinal kernel: wlp0s20f3: associated
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:48:16 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:48:17 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 15:48:17 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:48:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:48:17 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 15:48:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 15:48:17 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
Nov 11 15:48:17 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:48:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=12 duration=162 reason=CONN_FAILED
Nov 11 15:48:20 sinal NetworkManager[3492]: <info>  [1731336500.4419] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 15:48:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 15:48:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 15:48:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 15:49:50 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:49:50 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:49:50 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1349 sent
Nov 11 15:49:52 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:49:52 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:50:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:50:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:50:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1350 sent
Nov 11 15:50:12 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:50:12 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:50:24 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:50:24 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 15:50:24 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1351 sent
Nov 11 15:50:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:50:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:51:01 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:51:01 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:51:01 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:51:01 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 15:51:01 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=1)
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:51:01 sinal kernel: wlp0s20f3: associated
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:51:01 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:51:01 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:51:01 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:51:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=13 duration=238 reason=CONN_FAILED
Nov 11 15:51:21 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 15:51:21 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 15:54:47 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:54:47 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:55:01 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:55:01 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:55:01 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:55:01 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 15:55:01 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=2)
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:55:01 sinal kernel: wlp0s20f3: associated
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:55:01 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 15:55:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=14 duration=127 reason=CONN_FAILED
Nov 11 15:55:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:55:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:a0 (SSID='eduroam' freq=2437 MHz)
Nov 11 15:57:10 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:a0 (local address=64:79:f0:dd:d7:27)
Nov 11 15:57:10 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:a0 (try 1/3)
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:a0 (SSID='eduroam' freq=2437 MHz)
Nov 11 15:57:10 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:57:10 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:a0 (try 1/3)
Nov 11 15:57:10 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:a0 (capab=0x1411 status=0 aid=1)
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:a0
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:57:10 sinal kernel: wlp0s20f3: associated
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:57:10 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:32:69:a0
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:57:10 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:57:10 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:a0 (Reason: 250=<unknown>)
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:a0 reason=250
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:a0 into ignore list, ignoring for 10 seconds
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:a0 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:57:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=15 duration=160 reason=CONN_FAILED
Nov 11 15:59:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:59:49 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:a0 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:59:52 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 15:59:52 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 15:59:52 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:59:52 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 15:59:52 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:af (capab=0x1111 status=0 aid=1)
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:af
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:59:52 sinal kernel: wlp0s20f3: associated
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:59:52 sinal kernel: wlp0s20f3: Limiting TX power to 7 dBm as advertised by 68:71:61:32:69:af
Nov 11 15:59:52 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:59:52 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:af (Reason: 250=<unknown>)
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:af reason=250
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:af into ignore list, ignoring for 10 seconds
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:59:52 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=16 duration=174 reason=CONN_FAILED
Nov 11 16:00:42 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:00:42 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:00:46 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:00:46 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:00:46 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1352 sent
Nov 11 16:00:46 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:00:46 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:00:46 sinal rtkit-daemon[957]: Successfully made thread 17708 of process 6847 owned by '1000' RT at priority 10.
Nov 11 16:00:46 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:00:49 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:00:49 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:00:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:00:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:00:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:00:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:00:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1353 sent
Nov 11 16:00:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:00:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:01:38 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:01:38 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:01:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:01:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:01:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:01:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:32:69:af from ignore list (clear)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:32:69:a0 from ignore list (clear)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:2f from ignore list (clear)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:20 from ignore list (clear)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:02:48 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 16:02:48 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:02:48 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:02:48 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 16:02:48 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=3)
Nov 11 16:02:48 sinal kernel: wlp0s20f3: associated
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:02:48 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 16:02:48 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:02:48 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:02:48 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=17 duration=124 reason=CONN_FAILED
Nov 11 16:02:48 sinal zen-alpha.desktop[3636]: IPDL protocol Error: Received an invalid file descriptor
Nov 11 16:03:20 sinal NetworkManager[3492]: <info>  [1731337400.5820] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 16:03:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 16:03:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 16:03:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 16:03:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:03:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:03:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1354 sent
Nov 11 16:03:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:03:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:04:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:04:18 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:04:53 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:04:53 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:04:54 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 16:04:54 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:04:54 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:04:54 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 16:04:54 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=2)
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:04:54 sinal kernel: wlp0s20f3: associated
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:04:54 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:04:54 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:04:54 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:04:54 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=18 duration=272 reason=CONN_FAILED
Nov 11 16:05:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:05:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:06:55 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:07:10 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:07:10 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:07:10 sinal rtkit-daemon[957]: Successfully made thread 20944 of process 20260 owned by '1000' RT at priority 10.
Nov 11 16:07:10 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:20 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:20 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:33 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:33 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:07:35 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:09:28 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 16:09:28 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:09:28 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:09:28 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 16:09:28 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=2)
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:09:28 sinal kernel: wlp0s20f3: associated
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:09:28 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 16:09:28 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:09:28 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 16:09:28 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=19 duration=120 reason=CONN_FAILED
Nov 11 16:09:50 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:09:50 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:49 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:49 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:52 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:52 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:10:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:11:30 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 16:11:30 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:11:30 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:11:30 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 16:11:30 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=2)
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:11:30 sinal kernel: wlp0s20f3: associated
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:11:30 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:11:30 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 16:11:30 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 16:11:30 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=20 duration=188 reason=CONN_FAILED
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:14:41 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 16:14:41 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 16:14:41 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:14:41 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 16:14:41 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:af (capab=0x1111 status=0 aid=2)
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:af
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:14:41 sinal kernel: wlp0s20f3: associated
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:14:41 sinal kernel: wlp0s20f3: Limiting TX power to 7 dBm as advertised by 68:71:61:32:69:af
Nov 11 16:14:41 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:14:41 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:af (Reason: 250=<unknown>)
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:af reason=250
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:af into ignore list, ignoring for 10 seconds
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:14:41 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=21 duration=200 reason=CONN_FAILED
Nov 11 16:15:33 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:15:33 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:15:54 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:15:54 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:15:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:15:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:a0 (SSID='eduroam' freq=2437 MHz)
Nov 11 16:18:03 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:a0 (local address=64:79:f0:dd:d7:27)
Nov 11 16:18:03 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:a0 (try 1/3)
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:a0 (SSID='eduroam' freq=2437 MHz)
Nov 11 16:18:03 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:18:03 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:a0 (try 1/3)
Nov 11 16:18:03 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:a0 (capab=0x1411 status=0 aid=1)
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:a0
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:18:03 sinal kernel: wlp0s20f3: associated
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:18:03 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:18:03 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:32:69:a0
Nov 11 16:18:20 sinal NetworkManager[3492]: <info>  [1731338300.6097] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 16:18:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 16:18:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 16:18:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:18:33 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:18:33 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:a0 (Reason: 250=<unknown>)
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:a0 reason=250
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:a0 into ignore list, ignoring for 10 seconds
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:a0 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:18:33 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=22 duration=317 reason=CONN_FAILED
Nov 11 16:18:51 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:18:51 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:19:15 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:19:15 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:19:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:19:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:19:22 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1355 sent
Nov 11 16:19:23 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:19:23 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:19:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:19:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:20:43 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:20:43 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:20:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:20:57 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:21:43 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:21:43 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:21:45 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:21:45 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:22:05 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:22:05 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:22:55 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:22:55 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:23:12 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:23:12 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:a0 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:23:51 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 16:23:51 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:23:51 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:23:51 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 16:23:51 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=1)
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:23:51 sinal kernel: wlp0s20f3: associated
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:23:51 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 6, ignoring for 1800 seconds
Nov 11 16:23:51 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=23 duration=210 reason=CONN_FAILED
Nov 11 16:24:10 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:24:10 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:24:51 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:24:51 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:00 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:00 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:03 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:03 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:09 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:09 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 7, ignoring for 1800 seconds
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:27:23 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 16:27:23 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:27:23 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:27:23 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 16:27:23 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=4)
Nov 11 16:27:23 sinal kernel: wlp0s20f3: associated
Nov 11 16:27:23 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:27:23 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:27:23 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 6, ignoring for 1800 seconds
Nov 11 16:27:23 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=24 duration=210 reason=CONN_FAILED
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:27:32 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:28:02 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:28:02 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:08 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:08 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:36 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:36 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:40 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:45 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:29:45 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:30:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:30:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1356 sent
Nov 11 16:30:18 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:30:18 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:30:37 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:37 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:50 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:50 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:50 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:50 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 7, ignoring for 1800 seconds
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:30:55 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 16:30:55 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:30:55 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:30:55 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 16:30:55 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:af (capab=0x1111 status=0 aid=1)
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:af
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:30:55 sinal kernel: wlp0s20f3: associated
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:30:55 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:30:55 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:af (Reason: 250=<unknown>)
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:af reason=250
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 16:30:55 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=25 duration=322 reason=CONN_FAILED
Nov 11 16:30:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:56 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:30:56 sinal rtkit-daemon[957]: Successfully made thread 33080 of process 32711 owned by '1000' RT at priority 10.
Nov 11 16:30:56 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:30:56 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:30:56 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:30:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:30:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:30:57 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1357 sent
Nov 11 16:30:58 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:30:58 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:30:58 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:30:58 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:30:58 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1358 sent
Nov 11 16:31:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1359 sent
Nov 11 16:31:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1360 sent
Nov 11 16:31:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1361 sent
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1362 sent
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1363 sent
Nov 11 16:31:05 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:05 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:05 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:05 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:05 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1364 sent
Nov 11 16:31:06 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:06 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:06 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:06 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:06 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1365 sent
Nov 11 16:31:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:07 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1366 sent
Nov 11 16:31:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1367 sent
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1368 sent
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1369 sent
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:11 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1370 sent
Nov 11 16:31:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:15 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:15 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:15 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1371 sent
Nov 11 16:31:26 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:26 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:29 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:31:29 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:31:29 sinal rtkit-daemon[957]: Successfully made thread 33487 of process 32854 owned by '1000' RT at priority 10.
Nov 11 16:31:29 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:31:29 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:31:29 sinal rtkit-daemon[957]: Supervising 11 threads of 8 processes of 1 users.
Nov 11 16:31:30 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:30 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:30 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1372 sent
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1373 sent
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:34 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1374 sent
Nov 11 16:31:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1375 sent
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1376 sent
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1377 sent
Nov 11 16:31:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:39 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1378 sent
Nov 11 16:31:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1379 sent
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1380 sent
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:41 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1381 sent
Nov 11 16:31:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:42 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1382 sent
Nov 11 16:31:48 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:48 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:48 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:48 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:48 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1383 sent
Nov 11 16:31:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1384 sent
Nov 11 16:31:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:31:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:31:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:31:56 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1385 sent
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1386 sent
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:09 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1387 sent
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1388 sent
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:10 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1389 sent
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1390 sent
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:13 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1391 sent
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1392 sent
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:32:14 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:32:25 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:32:25 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:33:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:00 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1393 sent
Nov 11 16:33:00 sinal pipewire[1139]: pw.node: (alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI1__sink-71) graph xrun not-triggered (0 suppressed)
Nov 11 16:33:00 sinal pipewire[1139]: pw.node: (alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI1__sink-71) xrun state:0x7717d64ef008 pending:2/2 s:3680880558386 a:3680880567165 f:3680880592238 waiting:8779 process:25073 status:triggered
Nov 11 16:33:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:01 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1394 sent
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1395 sent
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1396 sent
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:02 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1397 sent
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1398 sent
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:33:03 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1399 sent
Nov 11 16:33:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:33:04 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:33:20 sinal NetworkManager[3492]: <info>  [1731339200.5212] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 16:33:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 16:33:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 16:33:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 16:34:20 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:34:20 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:34:43 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:34:43 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:32:69:a0 from ignore list (clear)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:32:69:af from ignore list (clear)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:2f from ignore list (clear)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Removed BSSID 68:71:61:33:53:20 from ignore list (clear)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:36:19 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 16:36:19 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:36:19 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:36:19 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 16:36:19 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=4)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:36:19 sinal kernel: wlp0s20f3: associated
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:36:19 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 16:36:19 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:36:19 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:36:19 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=26 duration=176 reason=CONN_FAILED
Nov 11 16:36:28 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:36:28 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:39:17 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 16:39:17 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:39:17 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:39:17 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 16:39:17 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=1)
Nov 11 16:39:17 sinal kernel: wlp0s20f3: associated
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:39:17 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 16:39:17 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:39:17 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:39:17 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=27 duration=242 reason=CONN_FAILED
Nov 11 16:39:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:39:52 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:40:21 sinal ags[1233]: JS ERROR: TypeError: media.players.sort(...)[0] is undefined
                                 initializeActivePlayerHook/<@file:///tmp/ags/hyprpanel/main.js:8941:40
                                 changed@resource:///com/github/Aylur/ags/service.js:53:14
                                 _addPlayer/<@resource:///com/github/Aylur/ags/service/mpris.js:236:18
                                 close@resource:///com/github/Aylur/ags/service/mpris.js:96:14
                                 _onMprisProxyReady/this._binding.mpris<@resource:///com/github/Aylur/ags/service/mpris.js:101:22
                                 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:263:34
Nov 11 16:40:26 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:40:26 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:40:33 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:33 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:33 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1400 sent
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1401 sent
Nov 11 16:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:40:35 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:40:35 sinal rtkit-daemon[957]: Successfully made thread 37966 of process 35111 owned by '1000' RT at priority 10.
Nov 11 16:40:35 sinal rtkit-daemon[957]: Supervising 10 threads of 7 processes of 1 users.
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:35 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1402 sent
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:36 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1403 sent
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1404 sent
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:37 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1405 sent
Nov 11 16:40:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:38 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1406 sent
Nov 11 16:40:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:40 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1407 sent
Nov 11 16:40:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:43 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:40:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: true dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 1
Nov 11 16:40:44 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Cookie 1408 sent
Nov 11 16:40:51 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] ScreenSaver inhibit: false dbus message from zen-alpha (owner: :1.49) with content video-playing
Nov 11 16:40:51 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Inhibit locks: 0
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:43:21 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 16:43:21 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 16:43:21 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:43:21 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:2f (try 1/3)
Nov 11 16:43:21 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:2f (capab=0x1111 status=0 aid=3)
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:2f
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:43:21 sinal kernel: wlp0s20f3: associated
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:43:21 sinal kernel: wlp0s20f3: Limiting TX power to 8 dBm as advertised by 68:71:61:33:53:2f
Nov 11 16:43:21 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:43:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:43:21 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:2f (Reason: 250=<unknown>)
Nov 11 16:43:22 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:2f reason=250
Nov 11 16:43:22 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 16:43:22 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=28 duration=346 reason=CONN_FAILED
Nov 11 16:44:15 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:15 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:25 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:25 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:25 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:25 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: >                   X11 cannot support keycodes above 255.
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Nov 11 16:44:31 sinal /usr/lib/gdm-wayland-session[40172]: Errors from xkbcomp are not fatal to the X server
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: > Warning:          Unsupported maximum keycode 708, clipping.
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: >                   X11 cannot support keycodes above 255.
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Nov 11 16:44:40 sinal /usr/lib/gdm-wayland-session[41262]: Errors from xkbcomp are not fatal to the X server
Nov 11 16:48:20 sinal NetworkManager[3492]: <info>  [1731340100.5124] dhcp4 (enp0s13f0u1u1u1): state changed new lease, address=192.87.170.202
Nov 11 16:48:20 sinal systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 11 16:48:20 sinal systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 11 16:48:30 sinal systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:49:09 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 16:49:09 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 16:49:09 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:49:09 sinal kernel: wlp0s20f3: associate with 68:71:61:33:53:20 (try 1/3)
Nov 11 16:49:09 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:53:20 (capab=0x1411 status=0 aid=2)
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:53:20
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:49:09 sinal kernel: wlp0s20f3: associated
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:49:09 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:53:20
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:49:09 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:49:09 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:53:20 (Reason: 250=<unknown>)
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:33:53:20 reason=250
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 4, ignoring for 120 seconds
Nov 11 16:49:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=29 duration=309 reason=CONN_FAILED
Nov 11 16:50:39 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:50:39 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Idled: rule 5efeb23002d0
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Running brightnessctl -s set 10
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Executing brightnessctl -s set 10
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Process Created with pid 44166
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[44166]: Updated device 'intel_backlight':
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[44166]: Device 'intel_backlight' of class 'backlight':
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[44166]:         Current brightness: 10 (0%)
Nov 11 16:51:25 sinal /usr/lib/gdm-wayland-session[44166]:         Max brightness: 19200
Nov 11 16:53:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Idled: rule 5efeb2300318
Nov 11 16:53:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Running hyprlock
Nov 11 16:53:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Executing hyprlock
Nov 11 16:53:55 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Process Created with pid 45230
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 5, ignoring for 600 seconds
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:54:21 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:69:af (local address=64:79:f0:dd:d7:27)
Nov 11 16:54:21 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:69:af (try 1/3)
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:69:af (SSID='eduroam' freq=5300 MHz)
Nov 11 16:54:21 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:54:21 sinal kernel: wlp0s20f3: associate with 68:71:61:32:69:af (try 1/3)
Nov 11 16:54:21 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:69:af (capab=0x1111 status=0 aid=1)
Nov 11 16:54:21 sinal kernel: wlp0s20f3: associated
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:69:af
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:54:21 sinal kernel: wlp0s20f3: Limiting TX power to 7 dBm as advertised by 68:71:61:32:69:af
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:54:21 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:54:21 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:69:af (Reason: 250=<unknown>)
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:69:af reason=250
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:69:af into ignore list, ignoring for 10 seconds
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:54:21 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=30 duration=218 reason=CONN_FAILED
Nov 11 16:54:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Idled: rule 5efeb2300360
Nov 11 16:54:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Running hyprctl dispatch dpms off
Nov 11 16:54:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Executing hyprctl dispatch dpms off
Nov 11 16:54:25 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Process Created with pid 45461
Nov 11 16:54:26 sinal /usr/lib/gdm-wayland-session[45461]: ok
Nov 11 16:56:08 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:56:08 sinal rtkit-daemon[957]: Supervising 9 threads of 6 processes of 1 users.
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Resumed: rule 5efeb23002d0
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Running brightnessctl -r
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Executing brightnessctl -r
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Process Created with pid 46963
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Resumed: rule 5efeb2300318
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Ignoring, onRestore is empty.
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Resumed: rule 5efeb2300360
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Running hyprctl dispatch dpms on
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Executing hyprctl dispatch dpms on
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[1236]: [LOG] Process Created with pid 46965
Nov 11 16:57:45 sinal hyprlock[45230]: pam_systemd_home(hyprlock:auth): New sd-bus connection (system-bus-pam-systemd-home-45230) opened.
Nov 11 16:57:45 sinal hyprlock[45230]: pam_unix(hyprlock:auth): authentication failure; logname=sinal uid=1000 euid=1000 tty= ruser= rhost=  user=sinal
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[46963]: Device 'intel_backlight' of class 'backlight':
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[46963]:         Current brightness: 19200 (100%)
Nov 11 16:57:45 sinal /usr/lib/gdm-wayland-session[46963]:         Max brightness: 19200
Nov 11 16:57:46 sinal /usr/lib/gdm-wayland-session[46965]: ok
Nov 11 16:57:50 sinal hyprlock[45230]: pam_systemd_home(hyprlock:auth): New sd-bus connection (system-bus-pam-systemd-home-45230) opened.
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_seat v9
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wl_seat v9
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_data_device_manager v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_compositor v6
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wl_compositor v6
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_subcompositor v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_shm v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_viewporter v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wp_viewporter v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_tearing_control_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_fractional_scale_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wp_fractional_scale_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zxdg_output_manager_v1 v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_cursor_shape_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wp_cursor_shape_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_idle_inhibit_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_relative_pointer_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zxdg_decoration_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_alpha_modifier_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_gamma_control_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: ext_foreign_toplevel_list_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_pointer_gestures_v1 v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_foreign_toplevel_manager_v1 v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_keyboard_shortcuts_inhibit_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_text_input_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_text_input_manager_v3 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_pointer_constraints_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_output_power_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: xdg_activation_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: ext_idle_notifier_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: ext_session_lock_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to ext_session_lock_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_input_method_manager_v2 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_virtual_keyboard_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_virtual_pointer_manager_v1 v2
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_output_manager_v1 v4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: org_kde_kwin_server_decoration_manager v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: hyprland_focus_grab_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_tablet_manager_v2 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_layer_shell_v1 v5
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_presentation v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: xdg_wm_base v6
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_data_control_manager_v1 v2
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_primary_selection_device_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: xwayland_shell_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwlr_screencopy_manager_v1 v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to zwlr_screencopy_manager_v1 v3
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: hyprland_toplevel_export_manager_v1 v2
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: hyprland_global_shortcuts_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: xdg_dialog_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_single_pixel_buffer_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_drm_lease_device_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wp_linux_drm_syncobj_manager_v1 v1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_drm v2
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: zwp_linux_dmabuf_v1 v5
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to zwp_linux_dmabuf_v1 v5
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_output v4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wl_output v4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]   | got iface: wl_output v4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG]    > Bound to wl_output v4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] [core] dmabufFeedbackMainDevice
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 49 name eDP-1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 49 description Chimei Innolux Corporation 0x160B  (eDP-1)
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 49 make Chimei Innolux Corporation model 0x160B
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 49 done
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 50 name DP-1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 50 description AOC 24G2W1G4 ATNL61A147295 (DP-1)
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 50 make AOC model 24G2W1G4
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] output 50 done
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Running on Hyprland
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Locking session
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] configure with serial 20533
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Configuring surface for logical [Vector2D: x: 1920, y: 1080] and pixel [Vector2D: x: 1920, y: 1080]
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] configure with serial 20534
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Configuring surface for logical [Vector2D: x: 1920, y: 1080] and pixel [Vector2D: x: 1920, y: 1080]
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Got fractional scale: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] onLockLocked called
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [ERR] filesystem error: cannot get file time: No such file or directory [~/Wallpapers/Panda Icon.jpg]
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [ERR] filesystem error: cannot get file time: No such file or directory [~/Wallpapers/Panda Icon.jpg]
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Authenticating
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] PAM_PROMPT: Password:
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [ERR] auth: Authentication failed for hyprlock
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Failed attempts: 1
Nov 11 16:57:50 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Authenticating
Nov 11 16:57:51 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] PAM_PROMPT: Password:
Nov 11 16:57:51 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] auth: authenticated for hyprlock
Nov 11 16:57:51 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Unlocking session
Nov 11 16:57:51 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Unlocked, exiting!
Nov 11 16:57:51 sinal /usr/lib/gdm-wayland-session[45230]: [LOG] Reached the end, exiting
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:69:af ignore list count incremented to 3, ignoring for 60 seconds
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:32:79:4f (SSID='eduroam' freq=5180 MHz)
Nov 11 16:58:01 sinal kernel: wlp0s20f3: authenticate with 68:71:61:32:79:4f (local address=64:79:f0:dd:d7:27)
Nov 11 16:58:01 sinal kernel: wlp0s20f3: send auth to 68:71:61:32:79:4f (try 1/3)
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:32:79:4f (SSID='eduroam' freq=5180 MHz)
Nov 11 16:58:01 sinal kernel: wlp0s20f3: authenticated
Nov 11 16:58:01 sinal kernel: wlp0s20f3: associate with 68:71:61:32:79:4f (try 1/3)
Nov 11 16:58:01 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:32:79:4f (capab=0x1111 status=0 aid=1)
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:32:79:4f
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 16:58:01 sinal kernel: wlp0s20f3: associated
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 16:58:01 sinal kernel: wlp0s20f3: Limiting TX power to 7 dBm as advertised by 68:71:61:32:79:4f
Nov 11 16:58:01 sinal wpa_supplicant[988]: EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 16:58:01 sinal kernel: wlp0s20f3: disassociated from 68:71:61:32:79:4f (Reason: 250=<unknown>)
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=68:71:61:32:79:4f reason=250
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:32:79:4f into ignore list, ignoring for 10 seconds
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:32:79:4f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 16:58:01 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=31 duration=372 reason=CONN_FAILED
Nov 11 16:58:12 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:12 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:13 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:15 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:16 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:16 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:24 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:24 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:32 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:32 sinal rtkit-daemon[957]: Supervising 8 threads of 5 processes of 1 users.
Nov 11 16:58:34 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:34 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:34 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:34 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:36 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:36 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:41 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:41 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:44 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:44 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:44 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:58:44 sinal rtkit-daemon[957]: Supervising 7 threads of 4 processes of 1 users.
Nov 11 16:59:47 sinal sudo[48577]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-48577) opened.
Nov 11 16:59:49 sinal sudo[48577]:    sinal : TTY=pts/0 ; PWD=/home/sinal ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 11 16:59:49 sinal sudo[48577]: pam_unix(sudo:session): session opened for user root(uid=0) by sinal(uid=1000)

Offline

#8 2024-11-11 16:30:04

seth
Member
Registered: 2012-09-03
Posts: 58,657

Re: Can't connect to eduroam with wpa_supplicant

Nov 11 15:31:03 sinal systemd[1]: wpa_supplicant.service: Main process exited, code=exited, status=255/EXCEPTION
Nov 11 15:31:03 sinal systemd[1]: wpa_supplicant.service: Failed with result 'exit-code'.
Nov 11 15:31:05 sinal systemd[1]: Starting WPA supplicant...
Nov 11 15:31:05 sinal systemd[1]: Started WPA supplicant.
Nov 11 15:31:05 sinal wpa_supplicant[988]: Successfully initialized wpa_supplicant
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7844] device (enp0s13f0u1u1u1): carrier: link connected
Nov 11 15:31:06 sinal kernel: r8152 2-1.1.1:1.0 enp0s13f0u1u1u1: carrier on
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7854] device (enp0s13f0u1u1u1): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7864] policy: auto-activating connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7871] device (enp0s13f0u1u1u1): Activation: starting connection 'Wired connection 1' (6223825e-f75d-3861-9b27-7e688c053828)
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7873] device (enp0s13f0u1u1u1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7878] manager: NetworkManager state is now CONNECTING
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7886] device (enp0s13f0u1u1u1): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7895] device (enp0s13f0u1u1u1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 11 15:31:06 sinal NetworkManager[534]: <info>  [1731335466.7902] dhcp4 (enp0s13f0u1u1u1): activation: beginning transaction (timeout in 45 seconds)
Nov 11 15:31:08 sinal systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:20 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=NL
Nov 11 15:31:08 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 2/3)
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:20 auth_type=0 auth_transaction=2 status_code=37
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:08 sinal kernel: wlp0s20f3: 68:71:61:33:53:20 denied authentication (status 37)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:20 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 1/3)
Nov 11 15:31:08 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:20 (try 2/3)
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:20 auth_type=0 auth_transaction=2 status_code=37
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:20 into ignore list, ignoring for 10 seconds
Nov 11 15:31:08 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:20 ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:08 sinal kernel: wlp0s20f3: 68:71:61:33:53:20 denied authentication (status 37)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:53:2f (SSID='eduroam' freq=5520 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:53:2f (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:53:2f (try 1/3)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-AUTH-REJECT 68:71:61:33:53:2f auth_type=0 auth_transaction=2 status_code=37
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: Added BSSID 68:71:61:33:53:2f into ignore list, ignoring for 10 seconds
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: BSSID 68:71:61:33:53:2f ignore list count incremented to 2, ignoring for 10 seconds
Nov 11 15:31:09 sinal kernel: wlp0s20f3: 68:71:61:33:53:2f denied authentication (status 37)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: SME: Trying to authenticate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticate with 68:71:61:33:8a:60 (local address=64:79:f0:dd:d7:27)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: send auth to 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:31:09 sinal wpa_supplicant[988]: wlp0s20f3: Trying to associate with 68:71:61:33:8a:60 (SSID='eduroam' freq=2412 MHz)
Nov 11 15:31:09 sinal kernel: wlp0s20f3: authenticated
Nov 11 15:31:09 sinal kernel: wlp0s20f3: associate with 68:71:61:33:8a:60 (try 1/3)
Nov 11 15:31:10 sinal kernel: wlp0s20f3: RX AssocResp from 68:71:61:33:8a:60 (capab=0x1411 status=0 aid=1)
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: Associated with 68:71:61:33:8a:60
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 11 15:31:10 sinal kernel: wlp0s20f3: associated
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Nov 11 15:31:10 sinal kernel: wlp0s20f3: Limiting TX power to 3 dBm as advertised by 68:71:61:33:8a:60
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=New Jersey/L=Jersey City/O=The USERTRUST Network/CN=USERTrust RSA Certification Authority' hash=e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=GEANT Vereniging/CN=GEANT OV RSA CA 4' hash=37834fa5ea40fbf7b61196955962e1ca0558872435e4206653d3f620dd8e988e
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=NL/ST=Noord-Brabant/O=Tilburg University/CN=radius.uvt.nl' hash=9ef64ea389f65638d3e05a0685b1604b1de24985b753a512f9cc55a986c89208
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:radius.uvt.nl
Nov 11 15:31:10 sinal wpa_supplicant[988]: wlp0s20f3: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Nov 11 15:31:10 sinal kernel: wlp0s20f3: disassociated from 68:71:61:33:8a:60 (Reason: 250=<unknown>)

So there's wpa_supplicant.service enabled, but fails, NM ignores the wifi NIC but is connected via ethernet, there's two APs (2.4GHz & 5GHz) w/ the same SSID
You get rejected from the 5GHz AP but then associate w/ the 2.4 GHz AP and then immediately get disassociated for "reason=250" ie. "unknown"

Simplify that setup. Drastically.
Disable the wpa_supplicant service as well as network manager and don't try to connect to "ssid="eduroam"" but eg. "bssid=68:71:61:33:8a:60" to avoif the roaming.

Edit: after disabling the services, of course also reboot.

Last edited by seth (2024-11-11 16:30:30)

Offline

Board footer

Powered by FluxBB