I am running Arch Linux with GNOME. I have a strange inconsistency with system suspend where the method of locking determines if suspend works or fails.
The Issue:
Idle Suspend (Works): If I let the PC sit idle, the screen turns off (5 min) and eventually suspends (15 min). It stays asleep perfectly.
Manual Lock (Fails): If I press Super + L to lock the screen, the screen turns off. When the 15-minute suspend timer hits, the system enters suspend but immediately wakes up (within 1 second). /sys/power/pm_wakeup_irq shows No data available
System Info:
Kernel: 6.18.5-arch1-1
DE: GNOME
GPU: NVIDIA (Driver Version: 590.48.01)
Logs (Manual Lock Scenario): The logs show the system entering S3 and waking up the same second.
Jan 17 02:09:32 my-pc systemd-logind[649]: The system will suspend now!
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6329] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jan 17 02:09:32 my-pc chromium.desktop[5660]: [5660:5684:0117/020932.635087:ERROR:google_apis/gcm/engine/connection_factory_impl.cc:483] ConnectionHandler failed with net error: -2
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Demoting known real-time threads.
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6331] device (wlo1): state change: unavailable -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3142 of process 3118.
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6337] device (wlo1): set-hw-addr: reset MAC address to XX:XX:XX:XX:XX:XX (unmanage)
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3118 of process 3118.
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6342] manager: NetworkManager state is now DISABLED (ASLEEP)
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3147 of process 3102.
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6343] device (enp4s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3102 of process 3102.
Jan 17 02:09:32 my-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3133 of process 3100.
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 3100 of process 3100.
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Successfully demoted thread 2831 of process 2801.
Jan 17 02:09:32 my-pc rtkit-daemon[783]: Demoted 7 threads.
Jan 17 02:09:32 my-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6718] device (enp4s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6722] dhcp4 (enp4s0): canceled DHCP transaction
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6722] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.6723] dhcp4 (enp4s0): state changed no lease
Jan 17 02:09:32 my-pc NetworkManager[647]: <info> [1768586972.7153] device (enp4s0): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Jan 17 02:09:32 my-pc kernel: r8169 0000:04:00.0 enp4s0: Link is Down
Jan 17 02:09:32 my-pc gsd-sharing[2976]: Failed to stop rygel.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
Jan 17 02:09:32 my-pc systemd[1]: Reached target Sleep.
Jan 17 02:09:32 my-pc systemd[1]: Starting NVIDIA system suspend actions...
Jan 17 02:09:32 my-pc suspend[17779]: nvidia-suspend.service
Jan 17 02:09:32 my-pc logger[17779]: <13>Jan 17 02:09:32 suspend: nvidia-suspend.service
Jan 17 02:09:32 my-pc kernel: rfkill: input handler enabled
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/ldac
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/aptx_hd
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx_hd
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/aptx
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/aac
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aac
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/opus_g
Jan 17 02:09:32 my-pc gsd-media-keys[2941]: Unable to get default sink
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/opus_g
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/sbc
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/sbc
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/faststream
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/opus_05
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/opus_05
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jan 17 02:09:32 my-pc bluetoothd[648]: Endpoint unregistered: sender=:1.165 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jan 17 02:09:34 my-pc systemd[1]: nvidia-suspend.service: Deactivated successfully.
Jan 17 02:09:34 my-pc systemd[1]: Finished NVIDIA system suspend actions.
Jan 17 02:09:34 my-pc systemd[1]: nvidia-suspend.service: Consumed 1.647s CPU time, 1.4G memory peak.
Jan 17 02:09:34 my-pc systemd[1]: Starting System Suspend...
Jan 17 02:09:34 my-pc systemd-sleep[17810]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jan 17 02:09:34 my-pc systemd-sleep[17810]: This is not recommended, and might result in unexpected behavior, particularly
Jan 17 02:09:34 my-pc systemd-sleep[17810]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jan 17 02:09:34 my-pc systemd-sleep[17810]: Performing sleep operation 'suspend'...
Jan 17 02:09:34 my-pc kernel: PM: suspend entry (deep)
Jan 17 02:09:34 my-pc kernel: Filesystems sync: 0.304 seconds
Jan 17 02:09:40 my-pc kernel: Freezing user space processes
Jan 17 02:09:40 my-pc kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jan 17 02:09:40 my-pc kernel: OOM killer disabled.
Jan 17 02:09:40 my-pc kernel: Freezing remaining freezable tasks
Jan 17 02:09:40 my-pc kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jan 17 02:09:40 my-pc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 17 02:09:40 my-pc kernel: serial 00:03: disabled
Jan 17 02:09:40 my-pc kernel: ACPI: PM: Preparing to enter system sleep state S3
Jan 17 02:09:40 my-pc kernel: ACPI: PM: Saving platform NVS memory
Jan 17 02:09:40 my-pc kernel: Disabling non-boot CPUs ...
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 19 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 18 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 17 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 16 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 15 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 14 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 13 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 12 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 11 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 10 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 9 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 8 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 7 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 6 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 5 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 4 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 3 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 2 is now offline
Jan 17 02:09:40 my-pc kernel: smpboot: CPU 1 is now offline
Jan 17 02:09:40 my-pc kernel: ACPI: PM: Low-level resume complete
Jan 17 02:09:40 my-pc kernel: ACPI: PM: Restoring platform NVS memory
Jan 17 02:09:40 my-pc kernel: Enabling non-boot CPUs ...
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 17 02:09:40 my-pc kernel: CPU1 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 17 02:09:40 my-pc kernel: CPU2 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 17 02:09:40 my-pc kernel: CPU3 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Jan 17 02:09:40 my-pc kernel: CPU4 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Jan 17 02:09:40 my-pc kernel: CPU5 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Jan 17 02:09:40 my-pc kernel: CPU6 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Jan 17 02:09:40 my-pc kernel: CPU7 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Jan 17 02:09:40 my-pc kernel: CPU8 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Jan 17 02:09:40 my-pc kernel: CPU9 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Jan 17 02:09:40 my-pc kernel: CPU10 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Jan 17 02:09:40 my-pc kernel: CPU11 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Jan 17 02:09:40 my-pc kernel: core: cpu_atom PMU driver:
Jan 17 02:09:40 my-pc kernel: ... version: 5
Jan 17 02:09:40 my-pc kernel: ... bit width: 48
Jan 17 02:09:40 my-pc kernel: ... generic counters: 6
Jan 17 02:09:40 my-pc kernel: ... generic bitmap: 000000000000003f
Jan 17 02:09:40 my-pc kernel: ... fixed-purpose counters: 3
Jan 17 02:09:40 my-pc kernel: ... fixed-purpose bitmap: 0000000000000007
Jan 17 02:09:40 my-pc kernel: ... value mask: 0000ffffffffffff
Jan 17 02:09:40 my-pc kernel: ... max period: 00007fffffffffff
Jan 17 02:09:40 my-pc kernel: ... global_ctrl mask: 000000070000003f
Jan 17 02:09:40 my-pc kernel: CPU12 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 13 APIC 0x32
Jan 17 02:09:40 my-pc kernel: CPU13 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 14 APIC 0x34
Jan 17 02:09:40 my-pc kernel: CPU14 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 15 APIC 0x36
Jan 17 02:09:40 my-pc kernel: CPU15 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 16 APIC 0x38
Jan 17 02:09:40 my-pc kernel: CPU16 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 17 APIC 0x3a
Jan 17 02:09:40 my-pc kernel: CPU17 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 18 APIC 0x3c
Jan 17 02:09:40 my-pc kernel: CPU18 is up
Jan 17 02:09:40 my-pc kernel: smpboot: Booting Node 0 Processor 19 APIC 0x3e
Jan 17 02:09:40 my-pc kernel: CPU19 is up
Jan 17 02:09:40 my-pc kernel: ACPI: PM: Waking up from system sleep state S3
Jan 17 02:09:40 my-pc kernel: serial 00:03: activated
Jan 17 02:09:40 my-pc kernel: nvme nvme0: D3 entry latency set to 10 seconds
Jan 17 02:09:40 my-pc kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jan 17 02:09:40 my-pc kernel: nvme nvme1: 8/0/0 default/read/poll queues
Jan 17 02:09:40 my-pc kernel: OOM killer enabled.
Jan 17 02:09:40 my-pc kernel: Restarting tasks: Starting
Jan 17 02:09:40 my-pc kernel: Restarting tasks: Done
Jan 17 02:09:40 my-pc kernel: efivarfs: resyncing variable state
Jan 17 02:09:40 my-pc kernel: efivarfs: finished resyncing variable state
Jan 17 02:09:40 my-pc kernel: random: crng reseeded on system resumption
Jan 17 02:09:40 my-pc systemd-sleep[17810]: System returned from sleep operation 'suspend'.
Jan 17 02:09:40 my-pc bluetoothd[648]: Controller resume with wake event 0x0
Jan 17 02:09:40 my-pc kernel: PM: suspend exit
Jan 17 02:09:40 my-pc kernel: ata7: SATA link down (SStatus 4 SControl 300)
Jan 17 02:09:40 my-pc kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 17 02:09:40 my-pc kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 17 02:09:40 my-pc kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_type: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_uint32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_UINT32)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_unref: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_type: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_uint32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_UINT32)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_unref: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_type: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
Jan 17 02:09:41 my-pc gnome-shell[2801]: g_variant_unref: assertion 'value != NULL' failed
Jan 17 02:09:41 my-pc gdm[692]: GLib: Source ID 140 was not found when attempting to remove it
Jan 17 02:09:41 my-pc systemd[1]: systemd-suspend.service: Deactivated successfully.
Jan 17 02:09:41 my-pc systemd[1]: Finished System Suspend.
Jan 17 02:09:41 my-pc systemd[1]: systemd-suspend.service: Consumed 1.312s CPU time, 3.2M memory peak.
Jan 17 02:09:41 my-pc systemd[1]: Stopped target Sleep.
Jan 17 02:09:41 my-pc systemd[1]: Reached target Suspend.
Jan 17 02:09:41 my-pc kernel: rfkill: input handler disabled
Jan 17 02:09:41 my-pc systemd-logind[649]: Operation 'suspend' finished.
Jan 17 02:09:41 my-pc NetworkManager[647]: <info> [1768586981.4251] manager: sleep: wake requested (sleeping: yes enabled: yes)
Jan 17 02:09:41 my-pc NetworkManager[647]: <info> [1768586981.4252] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jan 17 02:09:41 my-pc systemd[1]: Starting NVIDIA system resume actions...
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Resuming known real-time threads.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3142 of process 3118 owned by '1000' RT at priority 20.
Jan 17 02:09:41 my-pc systemd[1]: Stopped target Suspend.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3118 of process 3118 owned by '1000' high priority at nice level -11.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3147 of process 3102 owned by '1000' RT at priority 20.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3102 of process 3102 owned by '1000' high priority at nice level -11.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3133 of process 3100 owned by '1000' RT at priority 20.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 3100 of process 3100 owned by '1000' high priority at nice level -11.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Successfully made thread 2831 of process 2801 owned by '1000' high priority at nice level -15.
Jan 17 02:09:41 my-pc rtkit-daemon[783]: Resumed scheduling 7 threads.
Jan 17 02:09:41 my-pc suspend[17890]: nvidia-resume.service
Jan 17 02:09:41 my-pc logger[17890]: <13>Jan 17 02:09:41 suspend: nvidia-resume.service
Jan 17 02:09:41 my-pc systemd[1]: nvidia-resume.service: Deactivated successfully.
Jan 17 02:09:41 my-pc systemd[1]: Finished NVIDIA system resume actions.
Jan 17 02:09:41 my-pc kernel: Realtek Internal NBASE-T PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Jan 17 02:09:41 my-pc wireplumber[3102]: spa.bluez5.midi: org.bluez.GattManager1.RegisterApplication() failed: GDBus.Error:org.bluez.Error.AlreadyExists: Already Exists
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/ldac
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/aptx_hd
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx_hd
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/aptx
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/aac
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aac
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/opus_g
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/opus_g
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/sbc
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/sbc
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/faststream
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/opus_05
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/opus_05
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jan 17 02:09:41 my-pc bluetoothd[648]: Endpoint registered: sender=:1.174 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jan 17 02:09:41 my-pc gsd-media-keys[2941]: Unable to get default sink
Jan 17 02:09:41 my-pc gsd-media-keys[2941]: Unable to get default source
Jan 17 02:09:41 my-pc NetworkManager[647]: <info> [1768586981.6074] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jan 17 02:09:41 my-pc NetworkManager[647]: <info> [1768586981.6076] device (wlo1): set-hw-addr: set MAC address to XX:XX:XX:XX:XX:XX (scanning)
Jan 17 02:09:41 my-pc NetworkManager[647]: <info> [1768586981.6077] manager: NetworkManager state is now DISCONNECTED
Jan 17 02:09:41 my-pc kernel: r8169 0000:04:00.0 enp4s0: Link is Down
Jan 17 02:09:41 my-pc gnome-shell[17919]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 17 02:09:41 my-pc gnome-shell[17919]: > Warning: Unsupported maximum keycode 708, clipping.
Jan 17 02:09:41 my-pc gnome-shell[17919]: > X11 cannot support keycodes above 255.
Jan 17 02:09:41 my-pc gnome-shell[17919]: > Warning: Virtual modifier Hyper multiply defined
Jan 17 02:09:41 my-pc gnome-shell[17919]: > Using 0, ignoring 0
Jan 17 02:09:41 my-pc gnome-shell[17919]: > Warning: Virtual modifier ScrollLock multiply defined
Jan 17 02:09:41 my-pc gnome-shell[17919]: > Using 0, ignoring 0
Jan 17 02:09:41 my-pc gnome-shell[17919]: Errors from xkbcomp are not fatal to the X server
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0627] device (enp4s0): carrier: link connected
Jan 17 02:09:45 my-pc kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 2.5Gbps/Full - flow control rx/tx
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0630] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0639] policy: auto-activating connection 'Wired connection 1' ([UUID-REDACTED])
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0644] device (enp4s0): Activation: starting connection 'Wired connection 1' ([UUID-REDACTED])
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0645] device (enp4s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0647] manager: NetworkManager state is now CONNECTING
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0648] device (enp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0653] device (enp4s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Jan 17 02:09:45 my-pc NetworkManager[647]: <info> [1768586985.0656] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.0680] dhcp4 (enp4s0): state changed new lease, address=192.168.x.x, acd pending
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.1911] dhcp4 (enp4s0): state changed new lease, address=192.168.x.x
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.1922] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
Jan 17 02:09:47 my-pc gsd-sharing[2976]: Failed to stop rygel.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.2336] device (enp4s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.2357] device (enp4s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.2358] device (enp4s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.2361] manager: NetworkManager state is now CONNECTED_SITE
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.2364] device (enp4s0): Activation: successful, device activated.
Jan 17 02:09:47 my-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 17 02:09:47 my-pc NetworkManager[647]: <info> [1768586987.6669] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 17 02:09:47 my-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 17 02:09:47 my-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 17 02:09:48 my-pc gdm-password][17922]: gkr-pam: unlocked login keyring
Jan 17 02:09:48 my-pc systemd[2661]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@10.service.
Jan 17 02:09:48 my-pc gnome-shell-calendar-server[17939]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.3: cannot open shared object file: No such file or directory
Jan 17 02:09:48 my-pc systemd[2661]: dbus-:1.2-org.gnome.Shell.CalendarServer@10.service: Main process exited, code=exited, status=127/n/a
Jan 17 02:09:48 my-pc systemd[2661]: dbus-:1.2-org.gnome.Shell.CalendarServer@10.service: Failed with result 'exit-code'.
Jan 17 02:09:48 my-pc gnome-shell[2801]: Called enable_unredirect_for_display while unredirection is enabled.
Jan 17 02:09:48 my-pc NetworkManager[647]: <info> [1768586988.7000] agent-manager: agent[9ba6884a7d62a199,:1.62/org.gnome.Shell.NetworkAgent/1000]: agent registered
Jan 17 02:09:48 my-pc systemd[2661]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@11.service.
Jan 17 02:09:48 my-pc gnome-shell-calendar-server[17950]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.3: cannot open shared object file: No such file or directory
Jan 17 02:09:48 my-pc systemd[2661]: dbus-:1.2-org.gnome.Shell.CalendarServer@11.service: Main process exited, code=exited, status=127/n/a
Jan 17 02:09:48 my-pc systemd[2661]: dbus-:1.2-org.gnome.Shell.CalendarServer@11.service: Failed with result 'exit-code'.
Jan 17 02:09:48 my-pc gnome-shell[2801]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.gnome.Shell.CalendarServer': unit failed
Stack trace:
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:23
@resource:///org/gnome/shell/ui/init.js:21:20
Jan 17 02:09:48 my-pc gnome-shell[2801]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.gnome.Shell.CalendarServer': unit failed
Stack trace:
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:23
@resource:///org/gnome/shell/ui/init.js:21:20
Jan 17 02:09:57 my-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 17 02:10:14 my-pc sudo[17963]: user : TTY=pts/2 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl '--since=-5 minutes'
Jan 17 02:10:14 my-pc sudo[17963]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Jan 17 02:10:21 my-pc sudo[17963]: pam_unix(sudo:session): session closed for user root
Jan 17 02:10:29 my-pc sudo[17971]: user : TTY=pts/2 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl '--since=-5 minutes'
Jan 17 02:10:29 my-pc sudo[17971]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Can anyone help to see what’s going on and how to fix this issue? This is quite annoying.