You are not logged in.
I've been dealing with a WiFi issue for the past 4 months as my computer is having a hard time staying connected to a network. I connect to one and get disconnected after 5 or so minutes. Then I get connected again and the cycle repeats. Sometimes it lasts longer but to me it seems as though it's pure luck.
I have reviewed the following journalctl errors and not sure which are related to this issue and if the cause of the issue is within the messages:
All my packages are updated and I haven't made any major changes to my system. This issue just appeared out of no where to my knowledge and it is frustrating as I do not want to have to continue to use Windows because I can't use my Linux system for school or other work. Any help would be greatly appreciated!
Offline
If you have more than one networking service enabled, eg., NM and wpa_supplicant, this is the expected behaviour.
Offline
If you have more than one networking service enabled, eg., NM and wpa_supplicant, this is the expected behaviour.
My current list of services are
UNIT LOAD ACTIVE SUB DESCRIPTION
alsa-restore.service loaded active exited Save/Restore Sound Card State
avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
bluetooth.service loaded active running Bluetooth service
cronie.service loaded active running Periodic Command Scheduler
cups.service loaded active running CUPS Scheduler
dbus.service loaded active running D-Bus System Message Bus
kmod-static-nodes.service loaded active exited Create List of Static Device Nodes
ldconfig.service loaded active exited Rebuild Dynamic Linker Cache
lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dme…
ModemManager.service loaded active running Modem Manager
NetworkManager-wait-online.service loaded active exited Network Manager Wait Online
NetworkManager.service loaded active running Network Manager
pacman-init.service loaded active exited Initializes Pacman keyring
plymouth-deactivate.service loaded active exited Deactivate Plymouth Boot Screen
plymouth-quit-wait.service loaded active exited Hold until boot process finishes up
plymouth-quit.service loaded active exited Terminate Plymouth Boot Screen
plymouth-read-write.service loaded active exited Tell Plymouth To Write Out Runtime Data
plymouth-start.service loaded active exited Show Plymouth Boot Screen
polkit.service loaded active running Authorization Manager
rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
sddm-plymouth.service loaded active running Simple Desktop Display Manager
sshd.service loaded active running OpenSSH Daemon
systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of backlight:a…
systemd-backlight@backlight:amdgpu_bl0.service loaded active exited Load/Save Screen Backlight Brightness of backlight:a…
systemd-binfmt.service loaded active exited Set Up Additional Binary Formats
systemd-fsck@dev-disk-by\x2duuid-C2AF\x2d92D6.servi… loaded active exited File System Check on /dev/disk/by-uuid/C2AF-92D6
systemd-journal-catalog-update.service loaded active exited Rebuild Journal Catalog
systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running User Login Management
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
systemd-resolved.service loaded active running Network Name Resolution
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-sysusers.service loaded active exited Create System Users
systemd-timesyncd.service loaded active running Network Time Synchronization
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
systemd-udev-trigger.service loaded active exited Coldplug All udev Devices
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
systemd-update-done.service loaded active exited Update is Completed
systemd-update-utmp.service loaded active exited Record System Boot/Shutdown in UTMP
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
user-runtime-dir@1000.service loaded active exited User Runtime Directory /run/user/1000
user@1000.service loaded active running User Manager for UID 1000
wpa_supplicant.service loaded active running WPA supplicantIf I disable wpa_supplicant, it will automatically be restarted by network manager.
Offline
NM starts wpa_supplicant to provide a wifi carrier (by default) but won't enable the service and it must not be enabled either.
What's the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline
What's the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
avahi-daemon.service | multi-user.target.wants
avahi-daemon.socket | sockets.target.wants
bluetooth.service | bluetooth.target.wants
choose-mirror.service | multi-user.target.wants
cloud-config.service | cloud-init.target.wants
cloud-final.service | cloud-init.target.wants
cloud-init-local.service | cloud-init.target.wants
cloud-init.service | cloud-init.target.wants
cronie.service | multi-user.target.wants
cups.path | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-fi.w1.wpa_supplicant1.service | system
dbus-org.bluez.service | system
dbus-org.freedesktop.Avahi.service | system
dbus-org.freedesktop.ModemManager1.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
default.target | system
dirmngr.socket | sockets.target.wants
display-manager.service | system
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
gpg-agent-browser.socket | sockets.target.wants
gpg-agent-extra.socket | sockets.target.wants
gpg-agent.socket | sockets.target.wants
gpg-agent-ssh.socket | sockets.target.wants
ModemManager.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pacman-init.service | multi-user.target.wants
pamac-cleancache.timer | timers.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-pulse.socket | sockets.target.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
reflector.service | multi-user.target.wants
remote-fs.target | multi-user.target.wants
sshd.service | multi-user.target.wants
systemd-resolved.service | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
wpa_supplicant.service | multi-user.target.wants
xdg-user-dirs-update.service | default.target.wantsOffline
That enabled service list is unusual https://bbs.archlinux.org/viewtopic.php?id=273825
Offline
That enabled service list is unusual https://bbs.archlinux.org/viewtopic.php?id=273825
Yeah it is quite long. Do you have anything I should specifically leave enabled? I mean cups are for printing, and of course, things like pipwire are for audio.
Offline
wpa_supplicant.service | multi-user.target.wantsIs the issue still present with wpa_supplicant.service disabled / stopped?
Offline
Yes, I did a systemctl disable wpa_supplicant so now wpa_supplicant is not listed as a service. However, the problem is not resolved.
Offline
That enabled service list is unusual.
How did you install Arch?
Offline
Nevermind, wpa_supplicant popped back in there after a restart and even after I disable it, it shows up.
Edit: I have masked the service entirely so now it for sure doesn't start, but now I have no ability to connect to a network:
https://i.imgur.com/HfsnYME.png
Last edited by KhosrawAzizi (2022-02-11 07:21:12)
Offline
loqs wrote:That enabled service list is unusual.
How did you install Arch?
Offline
Unmask the service, do NOT enable it, reboot, trigger a connection cycle and post a complete system journal.
Also replace the pretty pointless image w/ a link and answer Jasons question.
Offline
How did you install Arch?
I used a simple guide with a normal partition table and only downloaded basic things such as NetworkManager, GDM, and bspwm with their dependencies. The install is about a year old and over that time I've installed other things like drivers and other utils. I got all my config files from my previous Archcraft install but those config files should have no effect on WiFi.
Offline
Unmask the service, do NOT enable it, reboot, trigger a connection cycle and post a complete system journal.
I unmasked it and never enabled it but it enabled itself because NM does that. When I type to disable it and restart, it doesn't exactly stop it. Regardless, the output it caused was this:
Feb 11 01:29:51 systemd[1]: user-runtime-dir@971.service: Deactivated successfully.
Feb 11 01:29:51 systemd[1]: Stopped User Runtime Directory /run/user/971.
Feb 11 01:29:51 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:51 kernel: audit: type=1131 audit(1644564591.661:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:51 systemd[1]: Removed slice User Slice of UID 971.
Feb 11 01:29:53 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 01:29:53 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:53 kernel: audit: type=1131 audit(1644564593.548:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:55 kernel: wlan0: aborting association with b4:2a:0e:8f:51:13 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 11 01:29:55 NetworkManager[415]: <info> [1644564595.2731] device (wlan0): supplicant interface state: associating -> disconnected
Feb 11 01:29:56 NetworkManager[415]: <info> [1644564596.2179] device (wlan0): supplicant interface state: disconnected -> scanning
Feb 11 01:29:59 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 1.
Feb 11 01:29:59 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:59 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:59 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 01:29:59 audit: BPF prog-id=29 op=LOAD
Feb 11 01:29:59 kernel: audit: type=1130 audit(1644564599.187:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:59 kernel: audit: type=1131 audit(1644564599.187:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:29:59 kernel: audit: type=1334 audit(1644564599.187:96): prog-id=29 op=LOAD
Feb 11 01:29:59 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 01:29:59 reflector[1887]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 01:29:59 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 01:29:59 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 01:29:59 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 01:29:59 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 01:29:59 kernel: audit: type=1130 audit(1644564599.317:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 01:29:59 audit: BPF prog-id=0 op=UNLOAD
Feb 11 01:29:59 kernel: audit: type=1334 audit(1644564599.323:98): prog-id=0 op=UNLOAD
Feb 11 01:29:59 wpa_supplicant[623]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 01:29:59 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 01:30:00 NetworkManager[415]: <warn> [1644564600.2174] device (wlan0): link timed out.
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.2179] device (wlan0): state change: activated -> failed (reason 'supplicant-timeout', sys-iface-state: 'managed')
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.2183] manager: NetworkManager state is now DISCONNECTED
Feb 11 01:30:00 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 01:30:00 wpa_supplicant[623]: wlan0: CTRL-EVENT-DISCONNECTED bssid=b4:2a:0e:8f:51:13 reason=3 locally_generated=1
Feb 11 01:30:00 avahi-daemon[408]: Interface wlan0.IPv4 no longer relevant for mDNS.
Feb 11 01:30:00 avahi-daemon[408]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.25.
Feb 11 01:30:00 avahi-daemon[408]: Withdrawing address record for 192.168.0.25 on wlan0.
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.3872] device (wlan0): set-hw-addr: set MAC address to 6E:CC:85:C6:9A:6B (scanning)
Feb 11 01:30:00 kernel: rtw_8821ce 0000:02:00.0: stop vif 90:0f:0c:40:f3:3f on port 0
Feb 11 01:30:00 kernel: rtw_8821ce 0000:02:00.0: start vif 6e:cc:85:c6:9a:6b on port 0
Feb 11 01:30:00 avahi-daemon[408]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.25.
Feb 11 01:30:00 avahi-daemon[408]: New relevant interface wlan0.IPv4 for mDNS.
Feb 11 01:30:00 avahi-daemon[408]: Registering new address record for 192.168.0.25 on wlan0.IPv4.
Feb 11 01:30:00 NetworkManager[415]: <warn> [1644564600.8348] device (wlan0): Activation: failed for connection 'TC8715D0D'
Feb 11 01:30:00 systemd-resolved[380]: wlan0: Bus client reset search domain list.
Feb 11 01:30:00 systemd-resolved[380]: wlan0: Bus client set default route setting: no
Feb 11 01:30:00 dbus-daemon[414]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=415 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.8361] device (wlan0): supplicant interface state: scanning -> authenticating
Feb 11 01:30:00 systemd-resolved[380]: wlan0: Bus client reset DNS server list.
Feb 11 01:30:00 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.8402] device (wlan0): supplicant interface state: authenticating -> interface_disabled
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.8414] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.8455] dhcp4 (wlan0): canceled DHCP transaction
Feb 11 01:30:00 NetworkManager[415]: <info> [1644564600.8455] dhcp4 (wlan0): state changed bound -> terminated
Feb 11 01:30:00 dbus-daemon[414]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 01:30:00 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 01:30:00 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:00 kernel: audit: type=1130 audit(1644564600.846:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:00 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 01:30:01 avahi-daemon[408]: Withdrawing address record for 192.168.0.25 on wlan0.
Feb 11 01:30:01 avahi-daemon[408]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.25.
Feb 11 01:30:01 avahi-daemon[408]: Interface wlan0.IPv4 no longer relevant for mDNS.
Feb 11 01:30:01 NetworkManager[415]: <info> [1644564601.2868] device (wlan0): supplicant interface state: interface_disabled -> scanning
Feb 11 01:30:05 NetworkManager[415]: <info> [1644564605.2802] device (wlan0): supplicant interface state: scanning -> disconnected
Feb 11 01:30:05 systemd-resolved[380]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Feb 11 01:30:05 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 11 01:30:05 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:05 kernel: audit: type=1131 audit(1644564605.636:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 01:30:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 01:30:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 01:30:05 kernel: audit: type=1334 audit(1644564605.666:101): prog-id=0 op=UNLOAD
Feb 11 01:30:05 kernel: audit: type=1334 audit(1644564605.666:102): prog-id=0 op=UNLOAD
Feb 11 01:30:05 kernel: audit: type=1334 audit(1644564605.666:103): prog-id=0 op=UNLOAD
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8264] device (wlan0): supplicant interface state: disconnected -> inactive
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8330] policy: auto-activating connection 'TC8715D0D' (d45f8dc3-c347-4803-a7b6-4be3a34abd4d)
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8336] device (wlan0): Activation: starting connection 'TC8715D0D' (d45f8dc3-c347-4803-a7b6-4be3a34abd4d)
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8338] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8341] manager: NetworkManager state is now CONNECTING
Feb 11 01:30:08 NetworkManager[415]: <info> [1644564608.8351] device (wlan0): set-hw-addr: reset MAC address to 90:0F:0C:40:F3:3F (preserve)
Feb 11 01:30:08 kernel: rtw_8821ce 0000:02:00.0: stop vif 6e:cc:85:c6:9a:6b on port 0
Feb 11 01:30:09 kernel: rtw_8821ce 0000:02:00.0: start vif 90:0f:0c:40:f3:3f on port 0
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2798] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2800] device (wlan0): Activation: (wifi) access point 'TC8715D0D' has security, but secrets are required.
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2800] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2801] sup-iface[a5632029d9b6ed65,0,wlan0]: wps: type pbc start...
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2803] device (wlan0): supplicant interface state: inactive -> interface_disabled
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2808] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2810] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] device (wlan0): Activation: (wifi) connection 'TC8715D0D' has security, and secrets exist. No new secrets needed.
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] Config: added 'ssid' value 'TC8715D0D'
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] Config: added 'scan_ssid' value '1'
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2811] Config: added 'psk' value '<hidden>'
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: WPS-CANCEL
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.2901] device (wlan0): supplicant interface state: interface_disabled -> inactive
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 01:30:09 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 01:30:09 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 2.
Feb 11 01:30:09 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 01:30:09 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:09 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:09 kernel: audit: type=1130 audit(1644564609.568:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:09 kernel: audit: type=1131 audit(1644564609.568:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:09 audit: BPF prog-id=30 op=LOAD
Feb 11 01:30:09 kernel: audit: type=1334 audit(1644564609.569:106): prog-id=30 op=LOAD
Feb 11 01:30:09 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 01:30:09 reflector[1923]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 01:30:09 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 01:30:09 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 01:30:09 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 01:30:09 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 01:30:09 kernel: audit: type=1130 audit(1644564609.672:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 01:30:09 audit: BPF prog-id=0 op=UNLOAD
Feb 11 01:30:09 kernel: audit: type=1334 audit(1644564609.683:108): prog-id=0 op=UNLOAD
Feb 11 01:30:09 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.8744] device (wlan0): supplicant interface state: inactive -> authenticating
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: Trying to associate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 01:30:09 kernel: wlan0: authenticated
Feb 11 01:30:09 kernel: wlan0: associate with b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.8777] device (wlan0): supplicant interface state: authenticating -> associating
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: Associated with b4:2a:0e:8f:51:13
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 11 01:30:09 kernel: wlan0: RX AssocResp from b4:2a:0e:8f:51:13 (capab=0x1411 status=0 aid=2)
Feb 11 01:30:09 kernel: rtw_8821ce 0000:02:00.0: sta b4:2a:0e:8f:51:13 joined with macid 0
Feb 11 01:30:09 kernel: wlan0: associated
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.8878] device (wlan0): supplicant interface state: associating -> associated
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.9032] device (wlan0): supplicant interface state: associated -> 4way_handshake
Feb 11 01:30:09 wpa_supplicant[623]: nl80211: kernel reports: key setting validation failed
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: WPA: Ignore IGTK configuration error due to invalid IGTK KeyID byte order
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: WPA: Key negotiation completed with b4:2a:0e:8f:51:13 [PTK=CCMP GTK=CCMP]
Feb 11 01:30:09 wpa_supplicant[623]: wlan0: CTRL-EVENT-CONNECTED - Connection to b4:2a:0e:8f:51:13 completed [id=0 id_str=]
Feb 11 01:30:09 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.9400] device (wlan0): supplicant interface state: 4way_handshake -> completed
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.9401] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "TC8715D0D"
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.9404] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:09 NetworkManager[415]: <info> [1644564609.9408] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Feb 11 01:30:10 wpa_supplicant[623]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=65000
Feb 11 01:30:10 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9805] dhcp4 (wlan0): state changed unknown -> bound, address=192.168.0.25
Feb 11 01:30:10 avahi-daemon[408]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.25.
Feb 11 01:30:10 avahi-daemon[408]: New relevant interface wlan0.IPv4 for mDNS.
Feb 11 01:30:10 avahi-daemon[408]: Registering new address record for 192.168.0.25 on wlan0.IPv4.
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9819] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9830] policy: set 'TC8715D0D' (wlan0) as default for IPv4 routing and DNS
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9841] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:10 systemd-resolved[380]: wlan0: Bus client set search domain list to: tx.rr.com
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9844] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 11 01:30:10 systemd-resolved[380]: wlan0: Bus client set default route setting: yes
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9852] manager: NetworkManager state is now CONNECTED_SITE
Feb 11 01:30:10 NetworkManager[415]: <info> [1644564610.9858] device (wlan0): Activation: successful, device activated.
Feb 11 01:30:10 systemd-resolved[380]: wlan0: Bus client set DNS server list to: 209.18.47.61, 209.18.47.62, 8.8.8.8
Feb 11 01:30:11 NetworkManager[415]: <info> [1644564611.3593] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 11 01:30:19 wpa_supplicant[623]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 01:30:19 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 3.
Feb 11 01:30:19 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:19 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:19 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 01:30:19 kernel: audit: type=1130 audit(1644564619.923:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:19 kernel: audit: type=1131 audit(1644564619.923:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:19 audit: BPF prog-id=31 op=LOAD
Feb 11 01:30:19 kernel: audit: type=1334 audit(1644564619.925:111): prog-id=31 op=LOAD
Feb 11 01:30:19 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 01:30:21 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 01:30:21 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:21 kernel: audit: type=1131 audit(1644564621.370:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:22 polkitd[420]: Registered Authentication Agent for unix-process:2339:4926 (system bus name :1.43 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 11 01:30:22 dbus-daemon[414]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.45' (uid=0 pid=2344 comm="/usr/lib/polkit-1/polkit-agent-helper-1 khosraw ")
Feb 11 01:30:22 dbus-daemon[414]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 11 01:30:22 polkit-agent-helper-1[2344]: pam_systemd_home(polkit-1:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 11 01:30:24 audit[2344]: USER_AUTH pid=2344 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="khosraw" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:24 audit[2344]: USER_ACCT pid=2344 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="khosraw" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:24 kernel: audit: type=1100 audit(1644564624.665:113): pid=2344 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="khosraw" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:24 kernel: audit: type=1101 audit(1644564624.665:114): pid=2344 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="khosraw" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
Feb 11 01:30:24 polkitd[420]: Operator of unix-session:2 successfully authenticated as unix-user:khosraw to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-unit-files for system-bus-name::1.44 [systemctl disable wpa_supplicant] (owned by unix-user:khosraw)Last edited by KhosrawAzizi (2022-02-11 07:38:20)
Offline
You kept the service selection which originates from using a copy of the ISOs ramdisk as the basis for the install.
https://github.com/archcraft-os/core-pa … abif#L1458
Offline
You kept the service selection which originates from using a copy of the ISOs ramdisk as the basis for the install.
https://github.com/archcraft-os/core-pa … abif#L1458
Okay, that I understand, but I don't see how it would end up causing this problem months after the installation. Sorry if I'm not very knowledgeable so if I am missing your point, I would appreciate an explanation.
Offline
There's a link timeout and an unconditional beacon loss after 8 seconds, but the signal looks "ok" - try to disable https://wiki.archlinux.org/title/Networ … domization
Offline
There's a link timeout and an unconditional beacon loss after 8 seconds, but the signal looks "ok" - try to disable https://wiki.archlinux.org/title/Networ … domization
So I did the things mentioned there and it seems to kind of solve the problem. Here is the journal output:
Feb 11 02:14:05 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:14:05 kernel: audit: type=1131 audit(1644567245.792:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:14:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:14:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:14:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:14:05 kernel: audit: type=1334 audit(1644567245.829:98): prog-id=0 op=UNLOAD
Feb 11 02:14:05 kernel: audit: type=1334 audit(1644567245.829:99): prog-id=0 op=UNLOAD
Feb 11 02:14:05 kernel: audit: type=1334 audit(1644567245.829:100): prog-id=0 op=UNLOAD
Feb 11 02:14:06 reflector[1571]: [2022-02-11 02:14:06] WARNING: failed to rate http(s) download (https://mirror.cyberbits.eu/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:06 systemd-timesyncd[410]: Initial synchronization to time server 185.120.22.14:123 (2.arch.pool.ntp.org).
Feb 11 02:14:14 reflector[1571]: [2022-02-11 02:14:14] WARNING: failed to rate http(s) download (https://mirror.chaoticum.net/arch/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:20 reflector[1571]: [2022-02-11 02:14:20] WARNING: failed to rate http(s) download (https://phinau.de/arch/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:21 reflector[1571]: [2022-02-11 02:14:21] WARNING: failed to rate http(s) download (https://archmirror.it/repos/community/os/x86_64/community.db): HTTP Error 403: Forbidden
Feb 11 02:14:22 reflector[1571]: [2022-02-11 02:14:22] WARNING: failed to rate http(s) download (https://mirror.cyberbits.asia/archlinux/community/os/x86_64/community.db): <urlopen error [Errno 101] Network is unreachable>
Feb 11 02:14:28 reflector[1571]: [2022-02-11 02:14:28] WARNING: failed to rate http(s) download (https://mirror.luzea.de/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:34 reflector[1571]: [2022-02-11 02:14:34] WARNING: failed to rate http(s) download (https://ftp.halifax.rwth-aachen.de/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:35 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:14:35 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:14:35 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:14:40 reflector[1571]: [2022-02-11 02:14:40] WARNING: failed to rate http(s) download (https://mirror.osbeck.com/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:47 reflector[1571]: [2022-02-11 02:14:47] WARNING: failed to rate http(s) download (https://mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:14:54 reflector[1571]: [2022-02-11 02:14:54] WARNING: failed to rate http(s) download (https://archlinux.uk.mirror.allworldit.com/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:02 reflector[1571]: [2022-02-11 02:15:02] WARNING: failed to rate http(s) download (https://archlinux.za.mirror.allworldit.com/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:08 reflector[1571]: [2022-02-11 02:15:08] WARNING: failed to rate http(s) download (https://europe.mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:15 reflector[1571]: [2022-02-11 02:15:15] WARNING: failed to rate http(s) download (https://america.mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:22 reflector[1571]: [2022-02-11 02:15:22] WARNING: failed to rate http(s) download (https://asia.mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:28 reflector[1571]: [2022-02-11 02:15:28] WARNING: failed to rate http(s) download (https://archlinux.thaller.ws/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:34 reflector[1571]: [2022-02-11 02:15:34] WARNING: failed to rate http(s) download (https://mirror.f4st.host/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:40 reflector[1571]: [2022-02-11 02:15:40] WARNING: failed to rate http(s) download (https://mirror.lty.me/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:15:46 reflector[1571]: [2022-02-11 02:15:46] WARNING: failed to rate http(s) download (https://mirror.pseudoform.org/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:16:07 systemd-resolved[405]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 8.8.8.8.
Feb 11 02:16:13 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-82 noise=9999 txrate=26000
Feb 11 02:16:16 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:16:20 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:16:22 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:16:23 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:16:26 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=39000
Feb 11 02:16:26 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=39000
Feb 11 02:16:26 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=39000
Feb 11 02:17:25 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:17:33 systemd-timesyncd[410]: Timed out waiting for reply from 185.120.22.14:123 (2.arch.pool.ntp.org).
Feb 11 02:17:40 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:17:44 systemd-timesyncd[410]: Timed out waiting for reply from 197.224.66.40:123 (2.arch.pool.ntp.org).
Feb 11 02:17:46 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:17:54 systemd-timesyncd[410]: Timed out waiting for reply from 216.228.192.51:123 (2.arch.pool.ntp.org).
Feb 11 02:17:54 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:01 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:18:04 systemd-timesyncd[410]: Timed out waiting for reply from 195.98.81.125:123 (2.arch.pool.ntp.org).
Feb 11 02:18:06 reflector[1571]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:18:06 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:18:06 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:18:06 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:18:06 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:18:06 systemd[1]: reflector.service: Consumed 1.343s CPU time.
Feb 11 02:18:06 systemd[1]: Reached target Multi-User System.
Feb 11 02:18:06 systemd[1]: Reached target Graphical Interface.
Feb 11 02:18:06 kernel: audit: type=1130 audit(1644567486.349:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:18:06 systemd[1]: Startup finished in 4.183s (firmware) + 857ms (loader) + 1.378s (kernel) + 4min 31.754s (userspace) = 4min 38.174s.
Feb 11 02:18:06 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:18:06 kernel: audit: type=1334 audit(1644567486.356:102): prog-id=0 op=UNLOAD
Feb 11 02:18:16 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 1.
Feb 11 02:18:16 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:18:16 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:18:16 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:18:16 kernel: audit: type=1130 audit(1644567496.570:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:18:16 kernel: audit: type=1131 audit(1644567496.570:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:18:16 systemd[1]: reflector.service: Consumed 1.343s CPU time.
Feb 11 02:18:16 audit: BPF prog-id=29 op=LOAD
Feb 11 02:18:16 kernel: audit: type=1334 audit(1644567496.571:105): prog-id=29 op=LOAD
Feb 11 02:18:16 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:18:16 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:18:25 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:27 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:33 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:33 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:37 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:18:41 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:43 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:45 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:47 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:18:52 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:18:53 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:19:05 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:19:07 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=19500
Feb 11 02:19:08 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:19:12 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:19:14 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:19:16 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:19:18 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:19:21 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=0 noise=9999 txrate=19500
Feb 11 02:19:21 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=0 noise=9999 txrate=19500
Feb 11 02:19:28 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:19:48 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:19:53 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:19:55 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-48 noise=9999 txrate=26000
Feb 11 02:20:05 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:09 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:20:09 reflector[3169]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:20:09 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:20:09 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:20:09 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:20:09 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:20:09 kernel: audit: type=1130 audit(1644567609.837:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:20:09 kernel: audit: type=1334 audit(1644567609.849:107): prog-id=0 op=UNLOAD
Feb 11 02:20:09 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:20:10 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:20 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 2.
Feb 11 02:20:20 kernel: audit: type=1130 audit(1644567620.070:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:20:20 kernel: audit: type=1131 audit(1644567620.070:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:20:20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:20:20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:20:20 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:20:20 audit: BPF prog-id=30 op=LOAD
Feb 11 02:20:20 kernel: audit: type=1334 audit(1644567620.072:110): prog-id=30 op=LOAD
Feb 11 02:20:20 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:20:25 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:20:47 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:48 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:51 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:53 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:20:55 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:21:06 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:21:07 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:21:10 NetworkManager[467]: <info> [1644567670.8219] manager: NetworkManager state is now CONNECTED_SITE
Feb 11 02:21:10 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 02:21:10 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 02:21:10 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 02:21:10 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 02:21:10 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:21:10 kernel: audit: type=1130 audit(1644567670.831:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:21:13 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:21:20 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 02:21:20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:21:20 kernel: audit: type=1131 audit(1644567680.846:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:21:22 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:22:08 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:22:15 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:22:20 reflector[3213]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:22:20 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:22:20 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:22:20 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:22:20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:22:20 kernel: audit: type=1130 audit(1644567740.193:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:22:20 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:22:20 kernel: audit: type=1334 audit(1644567740.197:114): prog-id=0 op=UNLOAD
Feb 11 02:22:21 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:22:24 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:22:26 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:22:26 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:22:26 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:22:30 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 3.
Feb 11 02:22:30 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:22:30 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:22:30 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:22:30 kernel: audit: type=1130 audit(1644567750.321:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:22:30 kernel: audit: type=1131 audit(1644567750.321:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:22:30 audit: BPF prog-id=31 op=LOAD
Feb 11 02:22:30 kernel: audit: type=1334 audit(1644567750.322:117): prog-id=31 op=LOAD
Feb 11 02:22:30 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:22:33 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:22:39 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:22:56 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:22:58 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:00 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:23:02 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:04 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:08 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:08 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:14 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:14 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:16 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:23:16 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:17 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:23 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:26 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:32 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:35 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:35 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:36 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:38 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:38 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:42 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:50 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:50 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:23:56 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:24:01 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:06 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:12 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:24:13 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:20 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:25 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:26 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:30 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:31 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:38 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:43 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:24:50 reflector[3442]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:24:50 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:24:50 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:24:50 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:24:50 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:24:50 kernel: audit: type=1130 audit(1644567890.549:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:24:50 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:24:50 kernel: audit: type=1334 audit(1644567890.555:119): prog-id=0 op=UNLOAD
Feb 11 02:24:53 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:24:55 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:00 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 4.
Feb 11 02:25:00 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:25:00 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:25:00 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:25:00 kernel: audit: type=1130 audit(1644567900.571:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:25:00 kernel: audit: type=1131 audit(1644567900.571:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:25:00 audit: BPF prog-id=32 op=LOAD
Feb 11 02:25:00 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:25:00 kernel: audit: type=1334 audit(1644567900.572:122): prog-id=32 op=LOAD
Feb 11 02:25:01 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:01 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:08 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:25:13 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:16 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:22 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:25 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:26 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:29 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:32 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:34 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:44 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:49 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:25:52 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:55 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:25:58 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:01 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:02 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:04 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:26:13 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:14 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:30 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:30 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:36 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:36 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:41 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:42 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:44 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:26:47 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:48 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:48 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:26:55 reflector[3622]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:26:55 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:26:55 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:26:55 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:26:55 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:26:55 kernel: audit: type=1130 audit(1644568015.339:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:26:55 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:26:55 kernel: audit: type=1334 audit(1644568015.354:124): prog-id=0 op=UNLOAD
Feb 11 02:27:00 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:27:03 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:05 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 5.
Feb 11 02:27:05 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:27:05 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:27:05 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:27:05 kernel: audit: type=1130 audit(1644568025.571:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:27:05 kernel: audit: type=1131 audit(1644568025.571:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:27:05 audit: BPF prog-id=33 op=LOAD
Feb 11 02:27:05 kernel: audit: type=1334 audit(1644568025.572:127): prog-id=33 op=LOAD
Feb 11 02:27:05 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:27:09 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:10 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:13 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:21 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:27:29 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:41 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:27:46 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:27:52 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:27:59 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:01 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:02 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:02 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:28:05 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:05 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:06 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:15 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:17 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:17 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:28:27 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:29 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:31 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:32 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:33 systemd[1]: Starting Cleanup of Temporary Directories...
Feb 11 02:28:33 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Feb 11 02:28:33 systemd[1]: Finished Cleanup of Temporary Directories.
Feb 11 02:28:33 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:28:33 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:28:33 kernel: audit: type=1130 audit(1644568113.368:128): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:28:33 kernel: audit: type=1131 audit(1644568113.368:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:28:34 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:37 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:39 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:40 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:45 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:45 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:46 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:47 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:52 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:28:55 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:28:56 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:00 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:04 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:05 reflector[3699]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:29:05 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:29:05 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:29:05 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:29:05 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:29:05 kernel: audit: type=1130 audit(1644568145.693:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:29:05 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:29:05 kernel: audit: type=1334 audit(1644568145.704:131): prog-id=0 op=UNLOAD
Feb 11 02:29:06 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:11 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:12 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:15 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 6.
Feb 11 02:29:15 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:29:15 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:15 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:15 kernel: audit: type=1130 audit(1644568155.821:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:15 kernel: audit: type=1131 audit(1644568155.821:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:15 audit: BPF prog-id=34 op=LOAD
Feb 11 02:29:15 kernel: audit: type=1334 audit(1644568155.822:134): prog-id=34 op=LOAD
Feb 11 02:29:15 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:29:16 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:19 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:29:22 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:29 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:30 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:32 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:33 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:29:33 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:29:33 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:29:34 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:35 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:29:36 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.48' (uid=1000 pid=3799 comm="geany ")
Feb 11 02:29:39 systemd[841]: Starting Virtual filesystem service - disk device monitor...
Feb 11 02:29:39 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.44' (uid=1000 pid=3972 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Feb 11 02:29:39 systemd[1]: Starting Disk Manager...
Feb 11 02:29:39 udisksd[3975]: udisks daemon version 2.9.4 starting
Feb 11 02:29:39 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Feb 11 02:29:39 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:39 systemd[1]: Started Disk Manager.
Feb 11 02:29:39 kernel: audit: type=1130 audit(1644568179.730:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:29:39 udisksd[3975]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Feb 11 02:29:39 systemd[841]: Started Virtual filesystem service - disk device monitor.
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.48' (uid=1000 pid=3799 comm="geany ")
Feb 11 02:29:39 systemd[841]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Feb 11 02:29:39 systemd[841]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.48' (uid=1000 pid=3799 comm="geany ")
Feb 11 02:29:39 systemd[841]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Feb 11 02:29:39 systemd[841]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.48' (uid=1000 pid=3799 comm="geany ")
Feb 11 02:29:39 systemd[841]: Starting Virtual filesystem service - digital camera monitor...
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Feb 11 02:29:39 systemd[841]: Started Virtual filesystem service - digital camera monitor.
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.48' (uid=1000 pid=3799 comm="geany ")
Feb 11 02:29:39 systemd[841]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating service name='org.gnome.OnlineAccounts' requested by ':1.54' (uid=1000 pid=4000 comm="/usr/lib/gvfs-goa-volume-monitor ")
Feb 11 02:29:39 dbus-daemon[4004]: writing oom_score_adj error: Permission denied
Feb 11 02:29:39 dbus-daemon[4004]: goa-daemon version 3.40.1 starting
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Activating service name='org.gnome.Identity' requested by ':1.55' (uid=1000 pid=4004 comm="/usr/lib/goa-daemon ")
Feb 11 02:29:39 dbus-daemon[4011]: writing oom_score_adj error: Permission denied
Feb 11 02:29:39 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gnome.Identity'
Feb 11 02:29:41 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:42 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:49 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:53 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:54 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:29:57 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:29:59 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:00 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:01 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:30:01 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:30:01 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:30:03 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:04 gvfs-goa-volume[4000]: monitor says it's not supported
Feb 11 02:30:04 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Feb 11 02:30:04 systemd[841]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Feb 11 02:30:04 goa-identity-se[4011]: Could not create client: Error calling StartServiceByName for org.gnome.OnlineAccounts: Timeout was reached
Feb 11 02:30:04 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'org.gnome.OnlineAccounts'
Feb 11 02:30:09 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:10 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:15 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:17 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:19 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:19 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:23 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:24 kernel: rtw_8821ce 0000:02:00.0: failed to send h2c command
Feb 11 02:30:25 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:26 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:27 gvfs-goa-volume[4000]: monitor says it's not supported
Feb 11 02:30:27 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.48' (uid=1000 pid=4057 comm="geany ")
Feb 11 02:30:27 audit: BPF prog-id=35 op=LOAD
Feb 11 02:30:27 audit: BPF prog-id=36 op=LOAD
Feb 11 02:30:27 audit: BPF prog-id=37 op=LOAD
Feb 11 02:30:27 kernel: audit: type=1334 audit(1644568227.389:136): prog-id=35 op=LOAD
Feb 11 02:30:27 kernel: audit: type=1334 audit(1644568227.389:137): prog-id=36 op=LOAD
Feb 11 02:30:27 kernel: audit: type=1334 audit(1644568227.389:138): prog-id=37 op=LOAD
Feb 11 02:30:27 systemd[1]: Starting Hostname Service...
Feb 11 02:30:27 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 11 02:30:27 systemd[1]: Started Hostname Service.
Feb 11 02:30:27 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:30:27 kernel: audit: type=1130 audit(1644568227.419:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:30:31 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:35 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:37 systemd-resolved[405]: Using degraded feature set UDP instead of TCP for DNS server 8.8.8.8.
Feb 11 02:30:37 dbus-daemon[859]: [session uid=1000 pid=859] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.58' (uid=1000 pid=4057 comm="geany ")
Feb 11 02:30:37 systemd[841]: Starting User preferences database...
Feb 11 02:30:37 dbus-daemon[859]: [session uid=1000 pid=859] Successfully activated service 'ca.desrt.dconf'
Feb 11 02:30:37 systemd[841]: Started User preferences database.
Feb 11 02:30:39 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:40 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:43 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:44 kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
Feb 11 02:30:44 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:50 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:30:51 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:52 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:30:53 systemd-resolved[405]: Using degraded feature set TCP instead of UDP for DNS server 8.8.8.8.
Feb 11 02:30:55 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:01 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:02 kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
Feb 11 02:31:02 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:05 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:31:09 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:31:09 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 11 02:31:09 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:09 kernel: audit: type=1131 audit(1644568269.474:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:09 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:09 kernel: audit: type=1334 audit(1644568269.525:141): prog-id=0 op=UNLOAD
Feb 11 02:31:09 kernel: audit: type=1334 audit(1644568269.525:142): prog-id=0 op=UNLOAD
Feb 11 02:31:09 kernel: audit: type=1334 audit(1644568269.525:143): prog-id=0 op=UNLOAD
Feb 11 02:31:09 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:09 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:12 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:13 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:31:13 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:31:13 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:31:13 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:16 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:19 gvfs-goa-volume[4000]: monitor says it's not supported
Feb 11 02:31:19 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.51' (uid=1000 pid=4364 comm="/opt/visual-studio-code/code --no-sandbox --unity-")
Feb 11 02:31:19 audit: BPF prog-id=38 op=LOAD
Feb 11 02:31:19 kernel: audit: type=1334 audit(1644568279.596:144): prog-id=38 op=LOAD
Feb 11 02:31:19 audit: BPF prog-id=39 op=LOAD
Feb 11 02:31:19 audit: BPF prog-id=40 op=LOAD
Feb 11 02:31:19 kernel: audit: type=1334 audit(1644568279.597:145): prog-id=39 op=LOAD
Feb 11 02:31:19 kernel: audit: type=1334 audit(1644568279.597:146): prog-id=40 op=LOAD
Feb 11 02:31:19 systemd[1]: Starting Hostname Service...
Feb 11 02:31:19 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 11 02:31:19 systemd[1]: Started Hostname Service.
Feb 11 02:31:19 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:19 kernel: audit: type=1130 audit(1644568279.634:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:24 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:30 systemd-resolved[405]: Failed to send hostname reply: Transport endpoint is not connected
Feb 11 02:31:35 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:31:36 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:31:36 reflector[3772]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Feb 11 02:31:36 systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 02:31:36 systemd[1]: reflector.service: Failed with result 'exit-code'.
Feb 11 02:31:36 systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Feb 11 02:31:36 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:31:36 kernel: audit: type=1130 audit(1644568296.079:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 02:31:36 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:36 kernel: audit: type=1334 audit(1644568296.090:149): prog-id=0 op=UNLOAD
Feb 11 02:31:42 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:31:42 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:31:42 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:31:46 systemd[1]: reflector.service: Scheduled restart job, restart counter is at 7.
Feb 11 02:31:46 kernel: audit: type=1130 audit(1644568306.088:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:46 kernel: audit: type=1131 audit(1644568306.088:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:46 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:46 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:46 systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Feb 11 02:31:46 audit: BPF prog-id=41 op=LOAD
Feb 11 02:31:46 kernel: audit: type=1334 audit(1644568306.089:152): prog-id=41 op=LOAD
Feb 11 02:31:46 systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Feb 11 02:31:49 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 11 02:31:49 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:49 kernel: audit: type=1131 audit(1644568309.682:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:31:49 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:49 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:49 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:31:49 kernel: audit: type=1334 audit(1644568309.705:154): prog-id=0 op=UNLOAD
Feb 11 02:31:49 kernel: audit: type=1334 audit(1644568309.705:155): prog-id=0 op=UNLOAD
Feb 11 02:31:49 kernel: audit: type=1334 audit(1644568309.705:156): prog-id=0 op=UNLOAD
Feb 11 02:31:54 reflector[4949]: [2022-02-11 02:31:54] WARNING: failed to rate http(s) download (https://archlinux.thaller.ws/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:02 reflector[4949]: [2022-02-11 02:32:02] WARNING: failed to rate http(s) download (https://archlinux.mailtunnel.eu/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:12 reflector[4949]: [2022-02-11 02:32:12] WARNING: failed to rate http(s) download (https://mirror.cyberbits.eu/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:18 systemd-timesyncd[410]: Initial synchronization to time server 193.225.126.78:123 (0.arch.pool.ntp.org).
Feb 11 02:32:18 reflector[4949]: [2022-02-11 02:32:18] WARNING: failed to rate http(s) download (https://archlinux.uk.mirror.allworldit.com/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:20 sudo[2102]: pam_unix(sudo:session): session closed for user root
Feb 11 02:32:20 audit[2102]: USER_END pid=2102 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:32:20 kernel: audit: type=1106 audit(1644568340.413:157): pid=2102 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:32:20 audit[2102]: CRED_DISP pid=2102 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:32:20 kernel: audit: type=1104 audit(1644568340.414:158): pid=2102 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:32:23 gnome-keyring-daemon[851]: The SSH agent was already initialized
Feb 11 02:32:23 gnome-keyring-daemon[851]: The Secret Service was already initialized
Feb 11 02:32:23 gnome-keyring-daemon[851]: The PKCS#11 component was already initialized
Feb 11 02:32:25 reflector[4949]: [2022-02-11 02:32:25] WARNING: failed to rate http(s) download (https://archlinux.za.mirror.allworldit.com/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:36 reflector[4949]: [2022-02-11 02:32:36] WARNING: failed to rate http(s) download (https://archmirror.it/repos/community/os/x86_64/community.db): HTTP Error 403: Forbidden
Feb 11 02:32:52 reflector[4949]: [2022-02-11 02:32:52] WARNING: failed to rate http(s) download (https://asia.mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:32:53 reflector[4949]: [2022-02-11 02:32:53] WARNING: failed to rate http(s) download (https://mirror.cyberbits.asia/archlinux/community/os/x86_64/community.db): <urlopen error [Errno 101] Network is unreachable>
Feb 11 02:32:53 reflector[4949]: [2022-02-11 02:32:53] WARNING: failed to rate http(s) download (https://mirror.theash.xyz/arch/community/os/x86_64/community.db): HTTP Error 403: Forbidden
Feb 11 02:32:59 reflector[4949]: [2022-02-11 02:32:59] WARNING: failed to rate http(s) download (https://mirror.luzea.de/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:03 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.54' (uid=0 pid=5316 comm="sudo pacman --sync -y -u -- ")
Feb 11 02:33:03 dbus-daemon[464]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 11 02:33:03 sudo[5316]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 11 02:33:05 reflector[4949]: [2022-02-11 02:33:05] WARNING: failed to rate http(s) download (https://mirror.telepoint.bg/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:05 audit[5316]: USER_AUTH pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="khosraw" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 kernel: audit: type=1100 audit(1644568385.625:159): pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="khosraw" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 audit[5316]: USER_ACCT pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="khosraw" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 kernel: audit: type=1101 audit(1644568385.633:160): pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="khosraw" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 sudo[5316]: khosraw : TTY=pts/0 ; PWD=/home/khosraw ; USER=root ; COMMAND=/usr/bin/pacman --sync -y -u --
Feb 11 02:33:05 audit[5316]: CRED_REFR pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 kernel: audit: type=1110 audit(1644568385.634:161): pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 sudo[5316]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 11 02:33:05 kernel: audit: type=1105 audit(1644568385.638:162): pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:05 audit[5316]: USER_START pid=5316 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 11 02:33:11 reflector[4949]: [2022-02-11 02:33:11] WARNING: failed to rate http(s) download (https://mirror.f4st.host/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:16 reflector[4949]: [2022-02-11 02:33:16] WARNING: failed to rate http(s) download (https://mirror.pseudoform.org/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:23 reflector[4949]: [2022-02-11 02:33:23] WARNING: failed to rate http(s) download (https://mirror.lty.me/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:31 reflector[4949]: [2022-02-11 02:33:31] WARNING: failed to rate http(s) download (https://mirror.pkgbuild.com/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:38 reflector[4949]: [2022-02-11 02:33:38] WARNING: failed to rate http(s) download (https://mirror.moson.org/arch/community/os/x86_64/community.db): Download timed out after 5 second(s).
Feb 11 02:33:38 systemd[1]: reflector.service: Deactivated successfully.
Feb 11 02:33:38 systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
Feb 11 02:33:38 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:33:38 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:33:38 systemd[1]: reflector.service: Consumed 2.391s CPU time.
Feb 11 02:33:38 kernel: audit: type=1130 audit(1644568418.189:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:33:38 kernel: audit: type=1131 audit(1644568418.189:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:33:38 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:33:38 kernel: audit: type=1334 audit(1644568418.197:165): prog-id=0 op=UNLOAD
Feb 11 02:35:07 polkitd[472]: Reloading rules
Feb 11 02:35:07 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Finished loading, compiling and executing 8 rules
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 dbus-daemon[859]: [session uid=1000 pid=859] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:07 polkitd[472]: Reloading rules
Feb 11 02:35:07 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Finished loading, compiling and executing 9 rules
Feb 11 02:35:07 polkitd[472]: Reloading rules
Feb 11 02:35:07 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:07 polkitd[472]: Finished loading, compiling and executing 9 rules
Feb 11 02:35:07 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:07 systemd[1]: Reexecuting.
Feb 11 02:35:08 systemd[1]: systemd 250.3-4-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Feb 11 02:35:08 systemd[1]: Detected architecture x86-64.
Feb 11 02:35:08 audit: BPF prog-id=42 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=43 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.032:166): prog-id=42 op=LOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.032:167): prog-id=0 op=UNLOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.032:168): prog-id=43 op=LOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.032:169): prog-id=0 op=UNLOAD
Feb 11 02:35:08 systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
Feb 11 02:35:08 audit: BPF prog-id=44 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=45 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.188:170): prog-id=44 op=LOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.188:171): prog-id=45 op=LOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.188:172): prog-id=0 op=UNLOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.188:173): prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=46 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=47 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=48 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=49 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.189:174): prog-id=46 op=LOAD
Feb 11 02:35:08 kernel: audit: type=1334 audit(1644568508.189:175): prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=50 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=51 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=52 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=53 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=54 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=55 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 audit: BPF prog-id=56 op=LOAD
Feb 11 02:35:08 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:08 polkitd[472]: Reloading rules
Feb 11 02:35:08 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Finished loading, compiling and executing 8 rules
Feb 11 02:35:08 polkitd[472]: Reloading rules
Feb 11 02:35:08 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Finished loading, compiling and executing 9 rules
Feb 11 02:35:08 polkitd[472]: Reloading rules
Feb 11 02:35:08 polkitd[472]: Collecting garbage unconditionally...
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 02:35:08 polkitd[472]: Finished loading, compiling and executing 9 rules
Feb 11 02:35:14 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:14 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:14 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:14 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:14 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:14 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:14 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:23 NetworkManager[467]: <info> [1644568523.3358] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 11 02:35:23 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 02:35:23 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 02:35:23 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 02:35:23 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 02:35:23 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:35:23 kernel: kauditd_printk_skb: 20 callbacks suppressed
Feb 11 02:35:23 kernel: audit: type=1130 audit(1644568523.362:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:35:29 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:29 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:29 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:29 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:29 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:29 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:30 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:30 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:30 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:30 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:30 dbus-daemon[464]: Unknown group "netdev" in message bus configuration file
Feb 11 02:35:30 dbus-daemon[464]: [system] Reloaded configuration
Feb 11 02:35:33 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 02:35:33 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:35:33 kernel: audit: type=1131 audit(1644568533.377:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:35:45 systemd[1]: Reloading.
Feb 11 02:35:45 systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
Feb 11 02:35:45 audit: BPF prog-id=57 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.912:198): prog-id=57 op=LOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.912:199): prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=58 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=59 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=60 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=61 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=62 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:200): prog-id=58 op=LOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:201): prog-id=0 op=UNLOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:202): prog-id=59 op=LOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:203): prog-id=60 op=LOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:204): prog-id=0 op=UNLOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:205): prog-id=0 op=UNLOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:206): prog-id=61 op=LOAD
Feb 11 02:35:45 kernel: audit: type=1334 audit(1644568545.913:207): prog-id=62 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=63 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=64 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=65 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=66 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=67 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=68 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=69 op=LOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:45 audit: BPF prog-id=0 op=UNLOAD
Feb 11 02:35:53 wpa_supplicant[596]: wlan0: CTRL-EVENT-BEACON-LOSS
Feb 11 02:35:53 kernel: rtw_8821ce 0000:02:00.0: timed out to flush queue 1
Feb 11 02:35:53 kernel: rtw_8821ce 0000:02:00.0: sta b4:2a:0e:8f:51:13 with macid 0 left
Feb 11 02:35:53 wpa_supplicant[596]: wlan0: CTRL-EVENT-DISCONNECTED bssid=b4:2a:0e:8f:51:13 reason=4 locally_generated=1
Feb 11 02:35:53 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Feb 11 02:35:53 NetworkManager[467]: <info> [1644568553.2966] device (wlan0): supplicant interface state: completed -> disconnected
Feb 11 02:35:53 NetworkManager[467]: <info> [1644568553.8269] device (wlan0): supplicant interface state: disconnected -> scanning
Feb 11 02:35:55 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Feb 11 02:35:57 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Feb 11 02:35:57 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Feb 11 02:35:57 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Feb 11 02:35:57 wpa_supplicant[596]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:35:57 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 02:35:58 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:35:58 kernel: wlan0: authenticated
Feb 11 02:35:58 wpa_supplicant[596]: wlan0: Trying to associate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:35:58 NetworkManager[467]: <info> [1644568558.2836] device (wlan0): supplicant interface state: scanning -> authenticating
Feb 11 02:35:58 kernel: wlan0: associate with b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:35:58 kernel: wlan0: RX AssocResp from b4:2a:0e:8f:51:13 (capab=0x1411 status=30 aid=0)
Feb 11 02:35:58 kernel: wlan0: b4:2a:0e:8f:51:13 rejected association temporarily; comeback duration 672203520 TU (1141637 ms)
Feb 11 02:35:58 NetworkManager[467]: <info> [1644568558.2917] device (wlan0): supplicant interface state: authenticating -> associating
Feb 11 02:35:58 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 02:36:03 kernel: wlan0: aborting association with b4:2a:0e:8f:51:13 by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 11 02:36:03 NetworkManager[467]: <info> [1644568563.3006] device (wlan0): supplicant interface state: associating -> disconnected
Feb 11 02:36:04 NetworkManager[467]: <info> [1644568564.2458] device (wlan0): supplicant interface state: disconnected -> scanning
Feb 11 02:36:05 wpa_supplicant[596]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Feb 11 02:36:07 wpa_supplicant[596]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:07 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 02:36:08 NetworkManager[467]: <warn> [1644568568.2203] device (wlan0): link timed out.
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.2207] device (wlan0): state change: activated -> failed (reason 'supplicant-timeout', sys-iface-state: 'managed')
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.2210] manager: NetworkManager state is now DISCONNECTED
Feb 11 02:36:08 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:08 NetworkManager[467]: <warn> [1644568568.4526] device (wlan0): Activation: failed for connection 'TC8715D0D'
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.4535] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:08 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 02:36:08 kernel: wlan0: authenticated
Feb 11 02:36:08 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 02:36:08 wpa_supplicant[596]: wlan0: Trying to associate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:08 kernel: wlan0: associate with b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.4594] dhcp4 (wlan0): canceled DHCP transaction
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.4595] dhcp4 (wlan0): state changed bound -> terminated
Feb 11 02:36:08 avahi-daemon[462]: Withdrawing address record for 192.168.0.21 on wlan0.
Feb 11 02:36:08 avahi-daemon[462]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.21.
Feb 11 02:36:08 avahi-daemon[462]: Interface wlan0.IPv4 no longer relevant for mDNS.
Feb 11 02:36:08 kernel: rtw_8821ce 0000:02:00.0: stop vif 66:e8:2e:78:18:a4 on port 0
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.4623] device (wlan0): set-hw-addr: reset MAC address to 90:0F:0C:40:F3:3F (scanning)
Feb 11 02:36:08 wpa_supplicant[596]: wlan0: CTRL-EVENT-DISCONNECTED bssid=b4:2a:0e:8f:51:13 reason=3 locally_generated=1
Feb 11 02:36:08 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 02:36:08 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 02:36:08 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:08 kernel: kauditd_printk_skb: 16 callbacks suppressed
Feb 11 02:36:08 kernel: audit: type=1130 audit(1644568568.468:224): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:08 kernel: rtw_8821ce 0000:02:00.0: start vif 90:0f:0c:40:f3:3f on port 0
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.9101] device (wlan0): supplicant interface state: scanning -> authenticating
Feb 11 02:36:08 systemd-resolved[405]: wlan0: Bus client reset search domain list.
Feb 11 02:36:08 systemd-resolved[405]: wlan0: Bus client set default route setting: no
Feb 11 02:36:08 systemd-resolved[405]: wlan0: Bus client reset DNS server list.
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.9153] device (wlan0): supplicant interface state: authenticating -> associating
Feb 11 02:36:08 NetworkManager[467]: <info> [1644568568.9156] device (wlan0): supplicant interface state: associating -> scanning
Feb 11 02:36:08 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 02:36:09 systemd-resolved[405]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Feb 11 02:36:09 NetworkManager[467]: <info> [1644568569.3557] device (wlan0): supplicant interface state: scanning -> disconnected
Feb 11 02:36:12 NetworkManager[467]: <info> [1644568572.9537] policy: auto-activating connection 'TC8715D0D' (d45f8dc3-c347-4803-a7b6-4be3a34abd4d)
Feb 11 02:36:12 NetworkManager[467]: <info> [1644568572.9545] device (wlan0): Activation: starting connection 'TC8715D0D' (d45f8dc3-c347-4803-a7b6-4be3a34abd4d)
Feb 11 02:36:12 NetworkManager[467]: <info> [1644568572.9547] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:12 NetworkManager[467]: <info> [1644568572.9549] manager: NetworkManager state is now CONNECTING
Feb 11 02:36:12 kernel: rtw_8821ce 0000:02:00.0: stop vif 90:0f:0c:40:f3:3f on port 0
Feb 11 02:36:12 NetworkManager[467]: <info> [1644568572.9577] device (wlan0): set-hw-addr: set-cloned MAC address to 66:E8:2E:78:18:A4 (stable)
Feb 11 02:36:13 kernel: rtw_8821ce 0000:02:00.0: start vif 66:e8:2e:78:18:a4 on port 0
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4051] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4054] device (wlan0): Activation: (wifi) access point 'TC8715D0D' has security, but secrets are required.
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4055] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4056] sup-iface[be6477dcf8b6c85a,0,wlan0]: wps: type pbc start...
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4059] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4065] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4066] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4067] device (wlan0): Activation: (wifi) connection 'TC8715D0D' has security, and secrets exist. No new secrets needed.
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4068] Config: added 'ssid' value 'TC8715D0D'
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4068] Config: added 'scan_ssid' value '1'
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4068] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4068] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4068] Config: added 'psk' value '<hidden>'
Feb 11 02:36:13 wpa_supplicant[596]: wlan0: WPS-CANCEL
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.4135] device (wlan0): supplicant interface state: interface_disabled -> inactive
Feb 11 02:36:13 wpa_supplicant[596]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:13 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 02:36:13 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.9942] device (wlan0): supplicant interface state: inactive -> authenticating
Feb 11 02:36:13 wpa_supplicant[596]: wlan0: Trying to associate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:13 kernel: wlan0: authenticated
Feb 11 02:36:13 NetworkManager[467]: <info> [1644568573.9959] device (wlan0): supplicant interface state: authenticating -> associating
Feb 11 02:36:13 kernel: wlan0: associate with b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:13 kernel: wlan0: RX AssocResp from b4:2a:0e:8f:51:13 (capab=0x1411 status=30 aid=0)
Feb 11 02:36:13 kernel: wlan0: b4:2a:0e:8f:51:13 rejected association temporarily; comeback duration 672203520 TU (1141637 ms)
Feb 11 02:36:14 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 02:36:15 kernel: wlan0: deauthenticated from b4:2a:0e:8f:51:13 while associating (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Feb 11 02:36:15 wpa_supplicant[596]: wlan0: CTRL-EVENT-DISCONNECTED bssid=b4:2a:0e:8f:51:13 reason=15
Feb 11 02:36:15 wpa_supplicant[596]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="TC8715D0D" auth_failures=1 duration=10 reason=CONN_FAILED
Feb 11 02:36:15 NetworkManager[467]: <info> [1644568575.6776] device (wlan0): supplicant interface state: associating -> disconnected
Feb 11 02:36:16 NetworkManager[467]: <info> [1644568576.2177] device (wlan0): supplicant interface state: disconnected -> scanning
Feb 11 02:36:18 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 02:36:18 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:18 kernel: audit: type=1131 audit(1644568578.917:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:29 wpa_supplicant[596]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="TC8715D0D"
Feb 11 02:36:29 kernel: wlan0: authenticate with b4:2a:0e:8f:51:13
Feb 11 02:36:29 wpa_supplicant[596]: wlan0: SME: Trying to authenticate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:30 kernel: wlan0: send auth to b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.4439] device (wlan0): supplicant interface state: scanning -> authenticating
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: Trying to associate with b4:2a:0e:8f:51:13 (SSID='TC8715D0D' freq=2412 MHz)
Feb 11 02:36:30 kernel: wlan0: authenticated
Feb 11 02:36:30 kernel: wlan0: associate with b4:2a:0e:8f:51:13 (try 1/3)
Feb 11 02:36:30 kernel: wlan0: RX AssocResp from b4:2a:0e:8f:51:13 (capab=0x1411 status=0 aid=2)
Feb 11 02:36:30 kernel: rtw_8821ce 0000:02:00.0: sta b4:2a:0e:8f:51:13 joined with macid 0
Feb 11 02:36:30 kernel: wlan0: associated
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: Associated with b4:2a:0e:8f:51:13
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.4512] device (wlan0): supplicant interface state: authenticating -> associating
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.4558] device (wlan0): supplicant interface state: associating -> associated
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.4693] device (wlan0): supplicant interface state: associated -> 4way_handshake
Feb 11 02:36:30 wpa_supplicant[596]: nl80211: kernel reports: key setting validation failed
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: WPA: Ignore IGTK configuration error due to invalid IGTK KeyID byte order
Feb 11 02:36:30 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: WPA: Key negotiation completed with b4:2a:0e:8f:51:13 [PTK=CCMP GTK=CCMP]
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: CTRL-EVENT-CONNECTED - Connection to b4:2a:0e:8f:51:13 completed [id=0 id_str=]
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.5147] device (wlan0): supplicant interface state: 4way_handshake -> completed
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.5147] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "TC8715D0D"
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.5151] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:30 NetworkManager[467]: <info> [1644568590.5155] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Feb 11 02:36:30 wpa_supplicant[596]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=65000
Feb 11 02:36:30 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.5872] dhcp4 (wlan0): state changed unknown -> bound, address=192.168.0.21
Feb 11 02:36:31 avahi-daemon[462]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.21.
Feb 11 02:36:31 avahi-daemon[462]: New relevant interface wlan0.IPv4 for mDNS.
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.5886] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:31 avahi-daemon[462]: Registering new address record for 192.168.0.21 on wlan0.IPv4.
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.5936] policy: set 'TC8715D0D' (wlan0) as default for IPv4 routing and DNS
Feb 11 02:36:31 dbus-daemon[464]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=467 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 02:36:31 systemd-resolved[405]: wlan0: Bus client set search domain list to: tx.rr.com
Feb 11 02:36:31 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 02:36:31 systemd-resolved[405]: wlan0: Bus client set default route setting: yes
Feb 11 02:36:31 systemd-resolved[405]: wlan0: Bus client set DNS server list to: 209.18.47.61, 209.18.47.62, 8.8.8.8
Feb 11 02:36:31 dbus-daemon[464]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 02:36:31 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:31 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.6101] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:31 kernel: audit: type=1130 audit(1644568591.608:226): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.6103] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.6109] manager: NetworkManager state is now CONNECTED_SITE
Feb 11 02:36:31 NetworkManager[467]: <info> [1644568591.6112] device (wlan0): Activation: successful, device activated.
Feb 11 02:36:32 NetworkManager[467]: <info> [1644568592.0071] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 11 02:36:42 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 11 02:36:42 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 02:36:42 kernel: audit: type=1131 audit(1644568602.021:227): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'So as you can see, it was running well for a while, but then out of nowhere `Failed to send hostname reply: Transport endpoint is not connected` appears. I was running an entire system update and it was going well for a while. Eventually, my browser and other apps weren't able to do anything even though my WiFi indicator was still on. Then at some point, my system update also stopped for a while. Then it got re-established for a little while and then my upgrade process got screwed. Once I started the update again, it started working fine, but eventually, it got disconnected. I'm not sure what's going on, but all I can say is that it's a little better than before.
There is still some issue though.
Offline
The signal is all over the place, do you use some bluetooth device(s)?
Also why do you use dns/tcp??
Offline
The signal is all over the place, do you use some bluetooth device(s)?
Also why do you use dns/tcp??
I have bluetooth devices but I wasn't using them at that time with my computer. I setup a DNS a while ago for 8.8.8.8 to maybe try to fix the WiFi issue but I can never it.
Offline
Any idea why else the signal could be wildly fluctuating (are you moving around, is there something EM shielding being moved into the way, is there a high fluctuation of 3rd radio users - dorm situation, or maybe a leaking microwave ;-)
Edit: using googles DNS doesNt explain TCP, maybe resolved is doing that because too mana damaged UDP packages
Last edited by seth (2022-02-11 23:10:15)
Offline
Any idea why else the signal could be wildly fluctuating (are you moving around, is there something EM shielding being moved into the way, is there a high fluctuation of 3rd radio users - dorm situation, or maybe a leaking microwave ;-)
Yeah none of those situations apply to me. I am a little far away but I use 2.4GHz so it gives me the perfect signal. I will just go ahead and remove the DNS server as I don't even need it right now.
Edit: Disabled power management for the network in `iwconfig` as it might be causing missing beacons.
Last edited by KhosrawAzizi (2022-02-12 03:31:10)
Offline
Alright, so an update on this issue! I wondered if my Arch installation was just rigged so I went and took Manjaro and installed it. Interestingly, even during the installation process, my WiFi kept getting disconnected and reconnecting with wpa_supplicant and wlan0 timeout messages. This issue seems to be affected all Arch-based distros so far. I will test Ubuntu as well just to be sure, but right now I'm not sure if this is the kernel or a driver issue. If it is, where would I even report it?
To my knowledge, these are my network adapters. Using an ethernet cable works fine, sadly I can't take my ethernet cable all the way to my room as it's far away so I have to deal with WiFi. I'm also not sure why this issue doesn't occur on Windows but does on Linux.
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network AdapterEdit: Ubuntu doesn't work either.
Last edited by KhosrawAzizi (2022-02-24 08:00:32)
Offline
I'm also not sure why this issue doesn't occur on Windows but does on Linux.
3rd link below, mandatory.
Offline