Linux USB
 help / color / mirror / Atom feed
* xhci: hard lockup on ASM2142 when Address Device command times out
@ 2026-08-19 10:35 Pedro Fonseca
  2026-08-19 15:17 ` Michal Pecio
  0 siblings, 1 reply; 3+ messages in thread
From: Pedro Fonseca @ 2026-08-19 10:35 UTC (permalink / raw)
  To: linux-usb; +Cc: Mathias Nyman, Greg Kroah-Hartman


[-- Attachment #1.1: Type: text/plain, Size: 12000 bytes --]

Hi,

I am hitting a reproducible hard lockup in xhci_hcd on an ASMedia
ASM2142/ASM3142 controller. It happened twice in three days on the same
kernel, and both times the machine lost all USB input and had to be
power-cycled.

The two occurrences produced different backtraces, and I think together
they show both ends of the same deadlock: one caught the CPU holding
xhci->lock, the other caught a CPU spinning for it from hard IRQ
context.


Environment
===========

Distribution:  Fedora Linux 44 (Workstation)
Kernel:        7.1.8-200.fc44.x86_64 (PREEMPT_DYNAMIC, PREEMPT lazy)
CPU:           AMD Ryzen 7 1700 (8C/16T)
Motherboard:   MSI X370 GAMING PRO CARBON (MS-7A32)
BIOS:          1.Q8, 09/10/2025
Cmdline:       usbcore.old_scheme_first=1
                rd.driver.blacklist=nouveau,nova_core
                modprobe.blacklist=nouveau,nova_core

Affected controller:

   26:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142/ASM3142
           USB 3.1 Host Controller [1b21:2142]
           Subsystem: Micro-Star International Co., Ltd. [MSI] [1462:7a32]
           Kernel driver in use: xhci_hcd

Topology below it: a Genesys Logic hub (05e3:0610 USB2 / 05e3:0626
USB3) with a Ducky keyboard (04d9:0356) and a OnePlus 6T phone
(18d1:4ee7, ADB/charging mode) attached.

   /:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
       |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
           |__ Port 002: Dev 003, If 0, Class=Vendor Specific Class,
                                        Driver=[none], 480M
           |__ Port 003: Dev 004, If 0, Class=HID, Driver=usbhid, 12M
           |__ Port 003: Dev 004, If 1, Class=HID, Driver=usbhid, 12M
           |__ Port 003: Dev 004, If 2, Class=HID, Driver=usbhid, 12M


Trigger
=======

In both occurrences the lockup happens exactly 19 seconds after a fast
connect/disconnect cycle of the OnePlus 6T on port 3-2.2, behind the
Genesys hub. The phone re-enumerates repeatedly as ADB switches modes,
and the controller dies in the middle of a setup device command.

It is not fully deterministic - it happened twice in roughly two days
of normal use, not on every plug event.


Occurrence 2 - 2026-08-19 10:45:05 (waiter side)
================================================

Aug 19 10:44:45 usb 3-2.2: new high-speed USB device number 13 using 
xhci_hcd
Aug 19 10:44:45 usb 3-2.2: New USB device found, idVendor=18d1, 
idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:44:45 usb 3-2.2: Product: OnePlus 6T
Aug 19 10:44:45 usb 3-2.2: USB disconnect, device number 13
Aug 19 10:44:46 usb 3-2.2: new high-speed USB device number 14 using 
xhci_hcd
Aug 19 10:45:05 watchdog: CPU11: Watchdog detected hard LOCKUP on cpu 11
Aug 19 10:45:05 CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Tainted: P        
    OE       7.1.8-200.fc44.x86_64 #1 PREEMPT(lazy)
Aug 19 10:45:05 Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, 
[E]=UNSIGNED_MODULE
Aug 19 10:45:05 Hardware name: Micro-Star International Co., Ltd. 
MS-7A32/X370 GAMING PRO CARBON (MS-7A32), BIOS 1.Q8 09/10/2025
Aug 19 10:45:05 RIP: 0010:native_queued_spin_lock_slowpath+0x6d/0x320
Aug 19 10:45:05 RSP: 0018:ffffd05f00430f20 EFLAGS: 00000002
Aug 19 10:45:05 RAX: 0000000000000001 RBX: ffff88f70aace000 RCX: 
ffff88f70aace288
Aug 19 10:45:05 RDX: 0000000000000000 RSI: 0000000000000001 RDI: 
ffff88f70aace288
Aug 19 10:45:05 RBP: ffff88f70aace288 R08: fffffffaf7162022 R09: 
0000000001ca5e0e
Aug 19 10:45:05 R10: 00000e7f35cc3822 R11: 0000000000000000 R12: 
0000000000000035
Aug 19 10:45:05 R13: ffff88f70aace248 R14: ffff88f7017ad600 R15: 
0000000000000000
Aug 19 10:45:05 FS:  0000000000000000(0000) GS:ffff88fe88615000(0000) 
knlGS:0000000000000000
Aug 19 10:45:05 CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 19 10:45:05 CR2: 00007fcdbb3ae808 CR3: 000000011102d000 CR4: 
00000000003506f0
Aug 19 10:45:05 Call Trace:
Aug 19 10:45:05  <IRQ>
Aug 19 10:45:05  _raw_spin_lock+0x29/0x30
Aug 19 10:45:05  xhci_irq+0x38/0xb0
Aug 19 10:45:05  __handle_irq_event_percpu+0x6c/0x240
Aug 19 10:45:05  handle_irq_event+0x38/0x80
Aug 19 10:45:05  handle_edge_irq+0xd0/0x1b0
Aug 19 10:45:05  ? __pfx_handle_edge_irq+0x10/0x10
Aug 19 10:45:05  __common_interrupt+0x4c/0xd0
Aug 19 10:45:05  common_interrupt+0x80/0xa0
Aug 19 10:45:05  </IRQ>
Aug 19 10:45:05  <TASK>
Aug 19 10:45:05  asm_common_interrupt+0x26/0x40
Aug 19 10:45:05 RIP: 0010:cpuidle_enter_state+0xcd/0x680
Aug 19 10:45:05  ? finish_task_switch.isra.0+0xcb/0x3d0
Aug 19 10:45:05  cpuidle_enter+0x31/0x50
Aug 19 10:45:05  cpuidle_idle_call+0x10f/0x200
Aug 19 10:45:05  do_idle+0x9c/0x100
Aug 19 10:45:05  cpu_startup_entry+0x29/0x30
Aug 19 10:45:05  start_secondary+0x126/0x180
Aug 19 10:45:05  common_startup_64+0x13e/0x141
Aug 19 10:45:05  </TASK>
Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Abort failed to stop command 
ring: -110
Aug 19 10:45:05 xhci_hcd 0000:26:00.0: xHCI host controller not 
responding, assume dead
Aug 19 10:45:05 xhci_hcd 0000:26:00.0: HC died; cleaning up
Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Timeout while waiting for setup 
device command
Aug 19 10:45:05 usb 3-1: USB disconnect, device number 2
Aug 19 10:45:05 usb 4-2: USB disconnect, device number 2
Aug 19 10:45:05 usb 3-2: USB disconnect, device number 3
Aug 19 10:45:06 usb 3-2.2: device not accepting address 14, error -108
Aug 19 10:45:06 usb 3-2-port2: couldn't allocate usb_device
Aug 19 10:45:06 usb 3-2.3: USB disconnect, device number 12

Modules linked in (from the same splat):

rfcomm snd_seq_dummy snd_hrtimer nvidia_drm(POE) nvidia_modeset(POE)
nvidia_uvm(POE) nf_conntrack_netbios_ns hid_logitech_hidpp uinput
nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib
nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nvidia(POE)
nft_ct nft_chain_nat uhid tun ib_core sunrpc xt_MASQUERADE nf_nat
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_mark nft_compat nf_tables
nfnetlink bnep binfmt_misc vfat fat amd_atl snd_hda_codec_alc882
intel_rapl_msr snd_hda_codec_realtek_lib intel_rapl_common
snd_hda_codec_generic snd_hda_codec_nvhdmi snd_hda_codec_hdmi
snd_hda_intel edac_mce_amd snd_hda_codec snd_usb_audio kvm_amd
snd_hda_core btusb snd_usbmidi_lib ee1004 snd_intel_dspcfg btmtk mc kvm
snd_intel_sdw_acpi btrtl snd_hwdep snd_ump btbcm snd_seq snd_rawmidi
btintel snd_seq_device irqbypass wmi_bmof snd_pcm bluetooth rapl mxm_wmi
acpi_cpufreq pcspkr snd_timer drm_ttm_helper igb k10temp ttm snd
i2c_algo_bit i2c_piix4 video rfkill soundcore i2c_smbus dca gpio_amdpt
gpio_generic zram lz4hc_compress lz4_compress dm_crypt nvme nvme_core
sp5100_tco nvme_keyring wmi nvme_auth fuse ntsync i2c_dev

After the controller died, the second xHCI on this board (03:00.0, the
AMD X370 chipset one) also started failing while I was trying to plug in
a spare keyboard to reboot cleanly:

Aug 19 10:45:52 usb 1-12: new full-speed USB device number 26 using xhci_hcd
Aug 19 10:45:57 usb 1-12: Device not responding to setup address.
Aug 19 10:45:58 usb 1-12: device not accepting address 26, error -71
Aug 19 10:45:58 usb 1-12: WARN: invalid context state for evaluate 
context command.
Aug 19 10:46:01 usb usb1-port12: attempt power cycle
Aug 19 10:49:32 usb 1-12: device not accepting address 29, error -71
Aug 19 10:49:59 xhci_hcd 0000:03:00.0: xHC error in resume, USBSTS 
0x401, Reinit
Aug 19 10:49:59 usb usb1: root hub lost power or was reset
Aug 19 10:49:59 usb usb2: root hub lost power or was reset

I power-cycled the machine at 10:50.


Occurrence 1 - 2026-08-17 13:46:30 (holder side)
================================================

Same controller, same kernel, same trigger, but this time the watchdog
caught the command-timeout workqueue instead of the IRQ handler:

Aug 17 13:46:10 usb 3-2.2: USB disconnect, device number 9
Aug 17 13:46:10 usb 3-2.2: new high-speed USB device number 10 using 
xhci_hcd
Aug 17 13:46:11 usb 3-2.2: Product: OnePlus 6T
Aug 17 13:46:11 usb 3-2.2: USB disconnect, device number 10
Aug 17 13:46:11 usb 3-2.2: new high-speed USB device number 11 using 
xhci_hcd
Aug 17 13:46:30 watchdog: CPU13: Watchdog detected hard LOCKUP on cpu 13
Aug 17 13:46:30 CPU: 13 UID: 0 PID: 1203257 Comm: kworker/13:2 Tainted: 
P           OE       7.1.8-200.fc44.x86_64 #1 PREEMPT(lazy)
Aug 17 13:46:30 Hardware name: Micro-Star International Co., Ltd. 
MS-7A32/X370 GAMING PRO CARBON (MS-7A32), BIOS 1.Q8 09/10/2025
Aug 17 13:46:30 Workqueue: events xhci_handle_command_timeout
Aug 17 13:46:30 RIP: 0010:xhci_handshake+0x75/0x110
Aug 17 13:46:30 Call Trace:
Aug 17 13:46:30  <TASK>
Aug 17 13:46:30  xhci_abort_cmd_ring.isra.0+0xda/0x1d0
Aug 17 13:46:30  ? sched_balance_rq+0x493/0xad0
Aug 17 13:46:30  xhci_handle_command_timeout+0x1b3/0x280
Aug 17 13:46:30  process_one_work+0x19e/0x390
Aug 17 13:46:30  worker_thread+0x1a6/0x310
Aug 17 13:46:30  ? __pfx_worker_thread+0x10/0x10
Aug 17 13:46:30  kthread+0xe4/0x120
Aug 17 13:46:30  ? __pfx_kthread+0x10/0x10
Aug 17 13:46:30  ret_from_fork+0x1a1/0x270
Aug 17 13:46:30  ? __pfx_kthread+0x10/0x10
Aug 17 13:46:30  ret_from_fork_asm+0x1a/0x30
Aug 17 13:46:30  </TASK>
Aug 17 13:46:30 xhci_hcd 0000:26:00.0: Abort failed to stop command 
ring: -110
Aug 17 13:46:30 xhci_hcd 0000:26:00.0: xHCI host controller not 
responding, assume dead
Aug 17 13:46:30 xhci_hcd 0000:26:00.0: HC died; cleaning up
Aug 17 13:46:30 xhci_hcd 0000:26:00.0: Timeout while waiting for setup 
device command
Aug 17 13:46:31 usb 3-2.2: device not accepting address 11, error -108
Aug 17 13:46:31 usb 3-2-port2: couldn't allocate usb_device


What I think is happening
=========================

Reading the two together:

1. An Address Device command for the device on 3-2.2 is never completed
    by the hardware, so xhci_handle_command_timeout fires.

2. The abort path (xhci_abort_cmd_ring -> xhci_handshake) busy-waits for
    CMD_RING_RUNNING to clear while holding xhci->lock, and the
    controller never answers - hence "Abort failed to stop command ring:
    -110" after the full timeout.

3. Because the lock is never released, xhci_irq on another CPU spins in
    native_queued_spin_lock_slowpath in hard IRQ context, and the NMI
    watchdog declares a hard lockup. That is exactly the 2026-08-19
    trace.

So the controller wedging is the trigger, but the reason it takes the
whole machine down rather than just the host looks like the abort
handshake spinning with the lock held and with interrupts able to land
on other CPUs.

I realise a dead ASM2142 may well be a hardware/firmware problem on its
own, and I am not claiming the driver causes the controller to wedge.
The part that seems worth looking at is that a non-responsive controller
turns into a full hard lockup instead of a recoverable "HC died".


Notes and caveats
=================

- The kernel is tainted P/O/E: the out-of-tree NVIDIA module is loaded.
   Nothing NVIDIA appears in either trace, but I understand this weakens
   the report. I can try to reproduce with the proprietary module
   unloaded if that helps - please tell me if that is a prerequisite
   before you look at it.

- usbcore.old_scheme_first=1 is already on the command line from an
   earlier attempt at working around unrelated enumeration trouble. It
   does not prevent this.

- usbcore.autosuspend is at the default of 2, and power/control is
   "auto" on the hub and root hub.

- No vmcore: kdump is not installed on this machine. The journal entries
   above are everything that survived.

- I have not yet tested current mainline. If it would be useful I can
   build and run a mainline kernel, and I am happy to test patches or
   turn on xhci dynamic debug. Since the box locks up hard, I would set
   up netconsole first so the last messages actually make it out.

Full journal excerpts for both boots are available if wanted - I kept
them out of this mail to keep it readable.

Thanks,
Pedro Fonseca

[-- Attachment #1.2: Type: text/html, Size: 15897 bytes --]

[-- Attachment #2: 2026-08-17_boot-3_kernel.log --]
[-- Type: text/x-log, Size: 21028 bytes --]

Aug 17 13:46:10 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 9
Aug 17 13:46:10 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 10 using xhci_hcd
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 10
Aug 17 13:46:11 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 11 using xhci_hcd
Aug 17 13:46:30 zx-desktop kernel: watchdog: CPU13: Watchdog detected hard LOCKUP on cpu 13
Aug 17 13:46:30 zx-desktop kernel: Modules linked in: overlay hid_logitech_hidpp uhid rfcomm snd_seq_dummy snd_hrtimer nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) uinput nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat tun ib_core xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_mark nft_compat nf_tables nfnetlink bnep sunrpc binfmt_misc amd_atl intel_rapl_msr intel_rapl_common snd_hda_codec_alc882 snd_hda_codec_realtek_lib snd_hda_codec_generic snd_hda_codec_nvhdmi snd_hda_codec_hdmi edac_mce_amd vfat snd_hda_intel fat snd_usb_audio kvm_amd snd_hda_codec snd_usbmidi_lib snd_hda_core mc ee1004 snd_intel_dspcfg snd_ump kvm snd_intel_sdw_acpi btusb snd_rawmidi snd_hwdep btmtk snd_seq btrtl btbcm snd_seq_device btintel irqbypass rapl snd_pcm wmi_bmof pcspkr bluetooth acpi_cpufreq mxm_wmi drm_ttm_helper snd_timer ttm snd i2c_piix4 igb video soundcore i2c_smbus k10temp rfkill
Aug 17 13:46:30 zx-desktop kernel:  i2c_algo_bit dca gpio_amdpt gpio_generic zram lz4hc_compress lz4_compress dm_crypt nvme nvme_core sp5100_tco nvme_keyring nvme_auth wmi fuse i2c_dev ntsync
Aug 17 13:46:30 zx-desktop kernel: CPU: 13 UID: 0 PID: 1203257 Comm: kworker/13:2 Tainted: P           OE       7.1.8-200.fc44.x86_64 #1 PREEMPT(lazy) 
Aug 17 13:46:30 zx-desktop kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 17 13:46:30 zx-desktop kernel: Hardware name: Micro-Star International Co., Ltd. MS-7A32/X370 GAMING PRO CARBON (MS-7A32), BIOS 1.Q8 09/10/2025
Aug 17 13:46:30 zx-desktop kernel: Workqueue: events xhci_handle_command_timeout
Aug 17 13:46:30 zx-desktop kernel: RIP: 0010:xhci_handshake+0x75/0x110
Aug 17 13:46:30 zx-desktop kernel: Code: 89 fc 48 c1 ea 3f 4c 89 6c 24 18 41 89 f5 44 21 fa eb 21 f3 90 48 81 eb e9 03 00 00 48 89 da 48 c1 ea 3f 44 21 fa 41 8b 04 24 <44> 89 e9 21 c1 44 39 f1 74 1c 83 f8 ff 74 4d 84 d2 75 74 bf c7 10
Aug 17 13:46:30 zx-desktop kernel: RSP: 0018:ffffcfb865f13bd8 EFLAGS: 00000046
Aug 17 13:46:30 zx-desktop kernel: RAX: 0000000000000008 RBX: 00000000531fbe07 RCX: 000000000000000d
Aug 17 13:46:30 zx-desktop kernel: RDX: 0000000000000000 RSI: 0000000000000bb8 RDI: 0000488b04c10ffc
Aug 17 13:46:30 zx-desktop kernel: RBP: 00000000004c4b40 R08: ffffcfb8402d5a70 R09: 0000000000000004
Aug 17 13:46:30 zx-desktop kernel: R10: ffffcfb865f13c44 R11: fefefefefefefeff R12: ffffcfb840f20038
Aug 17 13:46:30 zx-desktop kernel: R13: 0000000000000008 R14: 0000000000000000 R15: ffff8e9947c56201
Aug 17 13:46:30 zx-desktop kernel: FS:  0000000000000000(0000) GS:ffff8ea0b6915000(0000) knlGS:0000000000000000
Aug 17 13:46:30 zx-desktop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 17 13:46:30 zx-desktop kernel: CR2: 000026a5bc705004 CR3: 00000002946ca000 CR4: 00000000003506f0
Aug 17 13:46:30 zx-desktop kernel: Call Trace:
Aug 17 13:46:30 zx-desktop kernel:  <TASK>
Aug 17 13:46:30 zx-desktop kernel:  xhci_abort_cmd_ring.isra.0+0xda/0x1d0
Aug 17 13:46:30 zx-desktop kernel:  ? sched_balance_rq+0x493/0xad0
Aug 17 13:46:30 zx-desktop kernel:  xhci_handle_command_timeout+0x1b3/0x280
Aug 17 13:46:30 zx-desktop kernel:  process_one_work+0x19e/0x390
Aug 17 13:46:30 zx-desktop kernel:  worker_thread+0x1a6/0x310
Aug 17 13:46:30 zx-desktop kernel:  ? __pfx_worker_thread+0x10/0x10
Aug 17 13:46:30 zx-desktop kernel:  kthread+0xe4/0x120
Aug 17 13:46:30 zx-desktop kernel:  ? __pfx_kthread+0x10/0x10
Aug 17 13:46:30 zx-desktop kernel:  ret_from_fork+0x1a1/0x270
Aug 17 13:46:30 zx-desktop kernel:  ? __pfx_kthread+0x10/0x10
Aug 17 13:46:30 zx-desktop kernel:  ret_from_fork_asm+0x1a/0x30
Aug 17 13:46:30 zx-desktop kernel:  </TASK>
Aug 17 13:46:30 zx-desktop kernel: xhci_hcd 0000:26:00.0: Abort failed to stop command ring: -110
Aug 17 13:46:30 zx-desktop kernel: xhci_hcd 0000:26:00.0: xHCI host controller not responding, assume dead
Aug 17 13:46:30 zx-desktop kernel: xhci_hcd 0000:26:00.0: HC died; cleaning up
Aug 17 13:46:30 zx-desktop kernel: perf: interrupt took too long (4929 > 3142), lowering kernel.perf_event_max_sample_rate to 40000
Aug 17 13:46:30 zx-desktop kernel: xhci_hcd 0000:26:00.0: Timeout while waiting for setup device command
Aug 17 13:46:30 zx-desktop kernel: usb 3-1: USB disconnect, device number 2
Aug 17 13:46:30 zx-desktop kernel: usb 4-2: USB disconnect, device number 2
Aug 17 13:46:30 zx-desktop kernel: usb 3-2: USB disconnect, device number 3
Aug 17 13:46:31 zx-desktop kernel: usb 3-2.2: device not accepting address 11, error -108
Aug 17 13:46:31 zx-desktop kernel: usb 3-2-port2: couldn't allocate usb_device
Aug 17 13:46:31 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 4
Aug 17 13:48:28 zx-desktop kernel: usb 1-12: new full-speed USB device number 28 using xhci_hcd
Aug 17 13:48:28 zx-desktop kernel: usb 1-12: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
Aug 17 13:48:28 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Aug 17 13:48:28 zx-desktop kernel: usb 1-12: Product: Ducky Keyboard
Aug 17 13:48:28 zx-desktop kernel: usb 1-12: Manufacturer: DuckyChannel International Co., Ltd.
Aug 17 13:48:28 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-12/1-12:1.0/0003:04D9:0356.000A/input/input28
Aug 17 13:48:28 zx-desktop kernel: hid-generic 0003:04D9:0356.000A: input,hidraw0: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:03:00.0-12/input0
Aug 17 13:48:28 zx-desktop kernel: hid-generic 0003:04D9:0356.000B: hiddev96,hidraw1: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:03:00.0-12/input1
Aug 17 13:48:28 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-12/1-12:1.2/0003:04D9:0356.000C/input/input29
Aug 17 13:48:28 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-12/1-12:1.2/0003:04D9:0356.000C/input/input30
Aug 17 13:48:28 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-12/1-12:1.2/0003:04D9:0356.000C/input/input31
Aug 17 13:48:28 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-12/1-12:1.2/0003:04D9:0356.000C/input/input32
Aug 17 13:48:28 zx-desktop kernel: hid-generic 0003:04D9:0356.000C: input,hidraw2: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:03:00.0-12/input2
Aug 17 13:52:24 zx-desktop kernel: xhci_hcd 0000:26:00.0: remove, state 4
Aug 17 13:52:24 zx-desktop kernel: usb usb4: USB disconnect, device number 1
Aug 17 13:52:24 zx-desktop kernel: xhci_hcd 0000:26:00.0: USB bus 4 deregistered
Aug 17 13:52:24 zx-desktop kernel: xhci_hcd 0000:26:00.0: remove, state 1
Aug 17 13:52:24 zx-desktop kernel: usb usb3: USB disconnect, device number 1
Aug 17 13:52:24 zx-desktop kernel: xhci_hcd 0000:26:00.0: USB bus 3 deregistered
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: xHCI Host Controller
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: new USB bus registered, assigned bus number 3
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: xHCI Host Controller
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: new USB bus registered, assigned bus number 4
Aug 17 13:52:26 zx-desktop kernel: xhci_hcd 0000:26:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 17 13:52:26 zx-desktop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.01
Aug 17 13:52:26 zx-desktop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 13:52:26 zx-desktop kernel: usb usb3: Product: xHCI Host Controller
Aug 17 13:52:26 zx-desktop kernel: usb usb3: Manufacturer: Linux 7.1.8-200.fc44.x86_64 xhci-hcd
Aug 17 13:52:26 zx-desktop kernel: usb usb3: SerialNumber: 0000:26:00.0
Aug 17 13:52:26 zx-desktop kernel: hub 3-0:1.0: USB hub found
Aug 17 13:52:26 zx-desktop kernel: hub 3-0:1.0: 2 ports detected
Aug 17 13:52:26 zx-desktop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 17 13:52:26 zx-desktop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.01
Aug 17 13:52:26 zx-desktop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 13:52:26 zx-desktop kernel: usb usb4: Product: xHCI Host Controller
Aug 17 13:52:26 zx-desktop kernel: usb usb4: Manufacturer: Linux 7.1.8-200.fc44.x86_64 xhci-hcd
Aug 17 13:52:26 zx-desktop kernel: usb usb4: SerialNumber: 0000:26:00.0
Aug 17 13:52:26 zx-desktop kernel: hub 4-0:1.0: USB hub found
Aug 17 13:52:26 zx-desktop kernel: hub 4-0:1.0: 2 ports detected
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Aug 17 13:52:27 zx-desktop kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: New USB device found, idVendor=19f7, idProduct=003e, bcdDevice= 1.00
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: Product: RØDE XCM-50
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: Manufacturer: RØDE
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: SerialNumber: 88AA9AE0
Aug 17 13:52:27 zx-desktop kernel: usb 4-2: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.56
Aug 17 13:52:27 zx-desktop kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 17 13:52:27 zx-desktop kernel: usb 4-2: Product: USB3.1 Hub
Aug 17 13:52:27 zx-desktop kernel: usb 4-2: Manufacturer: GenesysLogic
Aug 17 13:52:27 zx-desktop kernel: hub 4-2:1.0: USB hub found
Aug 17 13:52:27 zx-desktop kernel: hub 4-2:1.0: 4 ports detected
Aug 17 13:52:27 zx-desktop kernel: hid-generic 0003:19F7:003E.000D: hiddev97,hidraw3: USB HID v1.11 Device [RØDE RØDE XCM-50] on usb-0000:26:00.0-1/input3
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: 1:1: cannot get freq at ep 0x82
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: 2:1: cannot get freq at ep 0x2
Aug 17 13:52:27 zx-desktop kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Aug 17 13:52:27 zx-desktop kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.56
Aug 17 13:52:27 zx-desktop kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 17 13:52:27 zx-desktop kernel: usb 3-2: Product: USB2.1 Hub
Aug 17 13:52:27 zx-desktop kernel: usb 3-2: Manufacturer: GenesysLogic
Aug 17 13:52:27 zx-desktop kernel: hub 3-2:1.0: USB hub found
Aug 17 13:52:27 zx-desktop kernel: hub 3-2:1.0: 4 ports detected
Aug 17 13:52:27 zx-desktop kernel: usb 3-1: 2:1: cannot get freq at ep 0x2
Aug 17 13:52:30 zx-desktop kernel: usb 1-12: USB disconnect, device number 28
Aug 17 13:52:33 zx-desktop kernel: usb 3-2.3: new full-speed USB device number 4 using xhci_hcd
Aug 17 13:52:33 zx-desktop kernel: usb 3-2.3: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
Aug 17 13:52:33 zx-desktop kernel: usb 3-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Aug 17 13:52:33 zx-desktop kernel: usb 3-2.3: Product: Ducky Keyboard
Aug 17 13:52:33 zx-desktop kernel: usb 3-2.3: Manufacturer: DuckyChannel International Co., Ltd.
Aug 17 13:52:33 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.0/0003:04D9:0356.000E/input/input33
Aug 17 13:52:33 zx-desktop kernel: hid-generic 0003:04D9:0356.000E: input,hidraw0: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input0
Aug 17 13:52:33 zx-desktop kernel: hid-generic 0003:04D9:0356.000F: hiddev96,hidraw1: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input1
Aug 17 13:52:33 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0010/input/input34
Aug 17 13:52:34 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0010/input/input35
Aug 17 13:52:34 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0010/input/input36
Aug 17 13:52:34 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0010/input/input37
Aug 17 13:52:34 zx-desktop kernel: hid-generic 0003:04D9:0356.0010: input,hidraw2: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input2
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: new high-speed USB device number 29 using xhci_hcd
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 13:52:42 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 13:53:08 zx-desktop kernel: usb 1-12: USB disconnect, device number 29
Aug 17 13:53:08 zx-desktop kernel: usb 1-12: new high-speed USB device number 30 using xhci_hcd
Aug 17 13:53:08 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:53:08 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:53:08 zx-desktop kernel: usb 1-12: device not accepting address 30, error -71
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: new high-speed USB device number 31 using xhci_hcd
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 13:53:09 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 13:53:12 zx-desktop kernel: usb 1-12: USB disconnect, device number 31
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: new high-speed USB device number 32 using xhci_hcd
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: device descriptor read/8, error -71
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: device descriptor read/8, error -71
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: new high-speed USB device number 33 using xhci_hcd
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 13:53:13 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 13:54:06 zx-desktop kernel: usb 1-12: USB disconnect, device number 33
Aug 17 13:54:07 zx-desktop kernel: usb 1-12: new high-speed USB device number 34 using xhci_hcd
Aug 17 13:54:07 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:54:07 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:54:07 zx-desktop kernel: usb 1-12: device not accepting address 34, error -71
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: new high-speed USB device number 35 using xhci_hcd
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 13:54:08 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 13:55:01 zx-desktop kernel: usb 1-12: USB disconnect, device number 35
Aug 17 13:55:01 zx-desktop kernel: usb 1-12: new high-speed USB device number 36 using xhci_hcd
Aug 17 13:55:01 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:55:01 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: device not accepting address 36, error -71
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: new high-speed USB device number 37 using xhci_hcd
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 13:55:02 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 14:03:28 zx-desktop kernel: usb 1-12: USB disconnect, device number 37
Aug 17 14:03:28 zx-desktop kernel: usb 1-12: new high-speed USB device number 38 using xhci_hcd
Aug 17 14:03:28 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 14:03:28 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 14:03:28 zx-desktop kernel: usb 1-12: device not accepting address 38, error -71
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: new high-speed USB device number 39 using xhci_hcd
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 14:03:29 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: USB disconnect, device number 39
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: new high-speed USB device number 40 using xhci_hcd
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 14:05:02 zx-desktop kernel: usb 1-12: SerialNumber: 64866405
Aug 17 14:08:00 zx-desktop kernel: usb 1-12: USB disconnect, device number 40
Aug 17 14:08:00 zx-desktop kernel: usb 1-12: new high-speed USB device number 41 using xhci_hcd
Aug 17 14:08:00 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: device not accepting address 41, error -71
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: new high-speed USB device number 42 using xhci_hcd
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: Product: OnePlus 6T
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: Manufacturer: OnePlus
Aug 17 14:08:01 zx-desktop kernel: usb 1-12: SerialNumber: 64866405

[-- Attachment #3: 2026-08-19_boot-1_full.log --]
[-- Type: text/x-log, Size: 331213 bytes --]

ago 19 10:40:00 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12990054'
ago 19 10:40:00 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b302d1f0' has no handler with id '12991240'
ago 19 10:40:00 zx-desktop audit[484888]: AUDIT1101 pid=484888 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484890]: AUDIT1101 pid=484890 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484886]: AUDIT1101 pid=484886 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484887]: AUDIT1101 pid=484887 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484889]: AUDIT1101 pid=484889 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484890]: AUDIT1103 pid=484890 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484888]: AUDIT1103 pid=484888 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484886]: AUDIT1103 pid=484886 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484887]: AUDIT1103 pid=484887 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop audit[484889]: AUDIT1103 pid=484889 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:40:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:40:00 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12991283'
ago 19 10:40:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:40:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:40:00 zx-desktop audit[484924]: AUDIT1101 pid=484924 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:40:00 zx-desktop audit[484924]: AUDIT1103 pid=484924 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:40:00 zx-desktop audit[484924]: AUDIT2300 pid=484924 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:40:00 zx-desktop systemd-logind[2247]: New session '1563' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:40:00 zx-desktop (systemd)[484924]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:40:00 zx-desktop audit[484924]: AUDIT1105 pid=484924 uid=0 auid=0 ses=1563 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3528 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3528 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3529 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3529 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3530 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3530 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3531 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3531 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3532 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3532 op=UNLOAD
ago 19 10:40:00 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12991619'
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3533 op=LOAD
ago 19 10:40:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:40:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3534 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3533 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3534 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3535 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3535 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3536 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3536 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3537 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3537 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3538 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3539 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3539 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3540 op=LOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3538 op=UNLOAD
ago 19 10:40:00 zx-desktop audit: BPF prog-id=3540 op=UNLOAD
ago 19 10:40:01 zx-desktop systemd-xdg-autostart-generator[484962]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:40:01 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12992970'
ago 19 10:40:01 zx-desktop systemd[484924]: Queued start job for default target default.target.
ago 19 10:40:01 zx-desktop systemd[484924]: Created slice app.slice - User Application Slice.
ago 19 10:40:01 zx-desktop systemd[484924]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:40:01 zx-desktop systemd[484924]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:40:01 zx-desktop systemd[484924]: Reached target paths.target - Paths.
ago 19 10:40:01 zx-desktop systemd[484924]: Reached target timers.target - Timers.
ago 19 10:40:01 zx-desktop systemd[484924]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:40:01 zx-desktop systemd[484924]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:40:01 zx-desktop systemd[484924]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:40:01 zx-desktop systemd[484924]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:40:01 zx-desktop systemd[484924]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:40:01 zx-desktop systemd[484924]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:40:01 zx-desktop systemd[484924]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:40:01 zx-desktop systemd[484924]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:40:01 zx-desktop systemd[484924]: Reached target sockets.target - Sockets.
ago 19 10:40:01 zx-desktop systemd[484924]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:40:01 zx-desktop systemd[484924]: Reached target basic.target - Basic System.
ago 19 10:40:01 zx-desktop systemd[484924]: Reached target default.target - Main User Target.
ago 19 10:40:01 zx-desktop systemd[484924]: Startup finished in 349ms.
ago 19 10:40:01 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:40:01 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:01 zx-desktop systemd[1]: Started session-1558.scope - Session 1558 of User root.
ago 19 10:40:01 zx-desktop systemd[1]: Started session-1559.scope - Session 1559 of User root.
ago 19 10:40:01 zx-desktop audit[484887]: AUDIT1105 pid=484887 uid=0 auid=0 ses=1558 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484886]: AUDIT1105 pid=484886 uid=0 auid=0 ses=1559 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484886]: AUDIT1110 pid=484886 uid=0 auid=0 ses=1559 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484887]: AUDIT1110 pid=484887 uid=0 auid=0 ses=1558 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop systemd[1]: Started session-1560.scope - Session 1560 of User root.
ago 19 10:40:01 zx-desktop audit[484888]: AUDIT1105 pid=484888 uid=0 auid=0 ses=1560 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop CROND[484974]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:40:01 zx-desktop CROND[484975]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:01 zx-desktop audit[484888]: AUDIT1110 pid=484888 uid=0 auid=0 ses=1560 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484890]: AUDIT1105 pid=484890 uid=0 auid=0 ses=1561 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484890]: AUDIT1110 pid=484890 uid=0 auid=0 ses=1561 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop systemd[1]: Started session-1561.scope - Session 1561 of User root.
ago 19 10:40:01 zx-desktop CROND[484976]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:01 zx-desktop audit[484889]: AUDIT1105 pid=484889 uid=0 auid=0 ses=1562 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484889]: AUDIT1110 pid=484889 uid=0 auid=0 ses=1562 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop systemd[1]: Started session-1562.scope - Session 1562 of User root.
ago 19 10:40:01 zx-desktop CROND[484977]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:40:01 zx-desktop CROND[484981]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:01 zx-desktop CROND[484890]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:40:01 zx-desktop audit[484890]: AUDIT1104 pid=484890 uid=0 auid=0 ses=1561 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop audit[484890]: AUDIT1106 pid=484890 uid=0 auid=0 ses=1561 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:01 zx-desktop systemd[1]: session-1561.scope: Deactivated successfully.
ago 19 10:40:01 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12993840'
ago 19 10:40:02 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '12995713'
ago 19 10:40:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13003854'
ago 19 10:40:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13004134'
ago 19 10:40:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13004434'
ago 19 10:40:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13004751'
ago 19 10:40:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13004966'
ago 19 10:40:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13005572'
ago 19 10:40:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13005991'
ago 19 10:40:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13006821'
ago 19 10:40:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13007187'
ago 19 10:40:12 zx-desktop NetworkManager[2423]: <info>  [1787132412.7797] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:40:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:40:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:40:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:13 zx-desktop CROND[484889]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:13 zx-desktop audit[484889]: AUDIT1104 pid=484889 uid=0 auid=0 ses=1562 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:13 zx-desktop audit[484889]: AUDIT1106 pid=484889 uid=0 auid=0 ses=1562 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:13 zx-desktop systemd[1]: session-1562.scope: Deactivated successfully.
ago 19 10:40:16 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13012614'
ago 19 10:40:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:40:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:24 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13025265'
ago 19 10:40:25 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13025994'
ago 19 10:40:25 zx-desktop CROND[484888]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:25 zx-desktop audit[484888]: AUDIT1104 pid=484888 uid=0 auid=0 ses=1560 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:25 zx-desktop audit[484888]: AUDIT1106 pid=484888 uid=0 auid=0 ses=1560 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:25 zx-desktop systemd[1]: session-1560.scope: Deactivated successfully.
ago 19 10:40:25 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13027288'
ago 19 10:40:26 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13027947'
ago 19 10:40:26 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13029236'
ago 19 10:40:27 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13029956'
ago 19 10:40:27 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13030347'
ago 19 10:40:27 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13031265'
ago 19 10:40:28 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13031627'
ago 19 10:40:29 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b302d1f0' has no handler with id '13035814'
ago 19 10:40:30 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13036938'
ago 19 10:40:30 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13037110'
ago 19 10:40:31 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13039015'
ago 19 10:40:32 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13040089'
ago 19 10:40:32 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13041660'
ago 19 10:40:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13043270'
ago 19 10:40:37 zx-desktop CROND[484887]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:40:37 zx-desktop audit[484887]: AUDIT1104 pid=484887 uid=0 auid=0 ses=1558 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:37 zx-desktop audit[484887]: AUDIT1106 pid=484887 uid=0 auid=0 ses=1558 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:37 zx-desktop systemd[1]: session-1558.scope: Deactivated successfully.
ago 19 10:40:42 zx-desktop NetworkManager[2423]: <info>  [1787132442.8540] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:40:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:40:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:40:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:43 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13060547'
ago 19 10:40:44 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13062023'
ago 19 10:40:44 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13062273'
ago 19 10:40:44 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13063224'
ago 19 10:40:45 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13063918'
ago 19 10:40:45 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13065068'
ago 19 10:40:46 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13065626'
ago 19 10:40:46 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13066538'
ago 19 10:40:49 zx-desktop CROND[484886]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:40:49 zx-desktop audit[484886]: AUDIT1104 pid=484886 uid=0 auid=0 ses=1559 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:49 zx-desktop audit[484886]: AUDIT1106 pid=484886 uid=0 auid=0 ses=1559 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:40:49 zx-desktop systemd[1]: session-1559.scope: Deactivated successfully.
ago 19 10:40:49 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13071791'
ago 19 10:40:49 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13072757'
ago 19 10:40:49 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13073485'
ago 19 10:40:50 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13074179'
ago 19 10:40:50 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13074507'
ago 19 10:40:50 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13075203'
ago 19 10:40:51 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13076160'
ago 19 10:40:51 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13077065'
ago 19 10:40:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:40:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:59 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:40:59 zx-desktop systemd[484924]: Activating special unit exit.target...
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped target default.target - Main User Target.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped target basic.target - Basic System.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped target paths.target - Paths.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped target sockets.target - Sockets.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped target timers.target - Timers.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:40:59 zx-desktop systemd[484924]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:40:59 zx-desktop systemd[484924]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:40:59 zx-desktop systemd[484924]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:40:59 zx-desktop systemd[484924]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:40:59 zx-desktop systemd[484924]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:40:59 zx-desktop systemd[484924]: Removed slice app.slice - User Application Slice.
ago 19 10:40:59 zx-desktop systemd[484924]: Reached target shutdown.target - Shutdown.
ago 19 10:40:59 zx-desktop systemd[484924]: Finished systemd-exit.service - Exit the Session.
ago 19 10:40:59 zx-desktop systemd[484924]: Reached target exit.target - Exit the Session.
ago 19 10:40:59 zx-desktop systemd-logind[2247]: Removed session 1563.
ago 19 10:40:59 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:40:59 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:40:59 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:59 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:40:59 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:40:59 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:40:59 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:40:59 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:40:59 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:41:00 zx-desktop audit[488410]: AUDIT1101 pid=488410 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1101 pid=488413 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488409]: AUDIT1101 pid=488409 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488411]: AUDIT1101 pid=488411 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1103 pid=488413 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488410]: AUDIT1103 pid=488410 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488411]: AUDIT1103 pid=488411 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488409]: AUDIT1103 pid=488409 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488412]: AUDIT1101 pid=488412 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488412]: AUDIT1103 pid=488412 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:41:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:41:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:41:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:41:00 zx-desktop audit[488431]: AUDIT1101 pid=488431 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:41:00 zx-desktop audit[488431]: AUDIT1103 pid=488431 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:41:00 zx-desktop audit[488431]: AUDIT2300 pid=488431 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:41:00 zx-desktop systemd-logind[2247]: New session '1569' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:41:00 zx-desktop (systemd)[488431]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:41:00 zx-desktop audit[488431]: AUDIT1105 pid=488431 uid=0 auid=0 ses=1569 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3541 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3541 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3542 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3542 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3543 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3543 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3544 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3544 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3545 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3545 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3546 op=LOAD
ago 19 10:41:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:41:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3547 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3546 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3547 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3548 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3548 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3549 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3549 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3550 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3550 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3551 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3552 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3552 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3553 op=LOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3551 op=UNLOAD
ago 19 10:41:00 zx-desktop audit: BPF prog-id=3553 op=UNLOAD
ago 19 10:41:00 zx-desktop systemd-xdg-autostart-generator[488454]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:41:00 zx-desktop systemd[488431]: Queued start job for default target default.target.
ago 19 10:41:00 zx-desktop systemd[488431]: Created slice app.slice - User Application Slice.
ago 19 10:41:00 zx-desktop systemd[488431]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:41:00 zx-desktop systemd[488431]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:41:00 zx-desktop systemd[488431]: Reached target paths.target - Paths.
ago 19 10:41:00 zx-desktop systemd[488431]: Reached target timers.target - Timers.
ago 19 10:41:00 zx-desktop systemd[488431]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:41:00 zx-desktop systemd[488431]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:41:00 zx-desktop systemd[488431]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:41:00 zx-desktop systemd[488431]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:41:00 zx-desktop systemd[488431]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:41:00 zx-desktop systemd[488431]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:41:00 zx-desktop systemd[488431]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:41:00 zx-desktop systemd[488431]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:41:00 zx-desktop systemd[488431]: Reached target sockets.target - Sockets.
ago 19 10:41:00 zx-desktop systemd[488431]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:41:00 zx-desktop systemd[488431]: Reached target basic.target - Basic System.
ago 19 10:41:00 zx-desktop systemd[488431]: Reached target default.target - Main User Target.
ago 19 10:41:00 zx-desktop systemd[488431]: Startup finished in 356ms.
ago 19 10:41:00 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:41:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:00 zx-desktop systemd[1]: Started session-1564.scope - Session 1564 of User root.
ago 19 10:41:00 zx-desktop systemd[1]: Started session-1565.scope - Session 1565 of User root.
ago 19 10:41:00 zx-desktop audit[488410]: AUDIT1105 pid=488410 uid=0 auid=0 ses=1564 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488410]: AUDIT1110 pid=488410 uid=0 auid=0 ses=1564 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1105 pid=488413 uid=0 auid=0 ses=1565 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1110 pid=488413 uid=0 auid=0 ses=1565 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop systemd[1]: Started session-1566.scope - Session 1566 of User root.
ago 19 10:41:00 zx-desktop CROND[488476]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:41:00 zx-desktop CROND[488477]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:00 zx-desktop audit[488411]: AUDIT1105 pid=488411 uid=0 auid=0 ses=1566 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488411]: AUDIT1110 pid=488411 uid=0 auid=0 ses=1566 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488409]: AUDIT1105 pid=488409 uid=0 auid=0 ses=1567 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop systemd[1]: Started session-1567.scope - Session 1567 of User root.
ago 19 10:41:00 zx-desktop systemd[1]: Started session-1568.scope - Session 1568 of User root.
ago 19 10:41:00 zx-desktop CROND[488478]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:00 zx-desktop audit[488409]: AUDIT1110 pid=488409 uid=0 auid=0 ses=1567 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop CROND[488479]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:41:00 zx-desktop audit[488412]: AUDIT1105 pid=488412 uid=0 auid=0 ses=1568 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488412]: AUDIT1110 pid=488412 uid=0 auid=0 ses=1568 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop CROND[488483]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:00 zx-desktop CROND[488413]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1104 pid=488413 uid=0 auid=0 ses=1565 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop audit[488413]: AUDIT1106 pid=488413 uid=0 auid=0 ses=1565 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:00 zx-desktop systemd[1]: session-1565.scope: Deactivated successfully.
ago 19 10:41:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13108327'
ago 19 10:41:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13111275'
ago 19 10:41:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13111554'
ago 19 10:41:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13112231'
ago 19 10:41:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13112495'
ago 19 10:41:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13113067'
ago 19 10:41:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13114287'
ago 19 10:41:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13114986'
ago 19 10:41:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13115359'
ago 19 10:41:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13115457'
ago 19 10:41:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13116397'
ago 19 10:41:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13117096'
ago 19 10:41:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13118512'
ago 19 10:41:09 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13119144'
ago 19 10:41:12 zx-desktop CROND[488412]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:12 zx-desktop audit[488412]: AUDIT1104 pid=488412 uid=0 auid=0 ses=1568 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:12 zx-desktop audit[488412]: AUDIT1106 pid=488412 uid=0 auid=0 ses=1568 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:12 zx-desktop systemd[1]: session-1568.scope: Deactivated successfully.
ago 19 10:41:12 zx-desktop NetworkManager[2423]: <info>  [1787132472.7766] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:41:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:41:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:41:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13140982'
ago 19 10:41:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13141081'
ago 19 10:41:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13142793'
ago 19 10:41:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13144598'
ago 19 10:41:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:41:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:23 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13145624'
ago 19 10:41:23 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13146072'
ago 19 10:41:24 zx-desktop CROND[488411]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:24 zx-desktop audit[488411]: AUDIT1104 pid=488411 uid=0 auid=0 ses=1566 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:24 zx-desktop audit[488411]: AUDIT1106 pid=488411 uid=0 auid=0 ses=1566 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:24 zx-desktop systemd[1]: session-1566.scope: Deactivated successfully.
ago 19 10:41:24 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13147356'
ago 19 10:41:31 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13168478'
ago 19 10:41:35 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b302d1f0' has no handler with id '13179977'
ago 19 10:41:36 zx-desktop CROND[488410]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:41:36 zx-desktop audit[488410]: AUDIT1104 pid=488410 uid=0 auid=0 ses=1564 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:36 zx-desktop audit[488410]: AUDIT1106 pid=488410 uid=0 auid=0 ses=1564 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:36 zx-desktop systemd[1]: session-1564.scope: Deactivated successfully.
ago 19 10:41:42 zx-desktop NetworkManager[2423]: <info>  [1787132502.7868] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:41:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:41:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:41:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:48 zx-desktop CROND[488409]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:41:48 zx-desktop audit[488409]: AUDIT1104 pid=488409 uid=0 auid=0 ses=1567 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:48 zx-desktop audit[488409]: AUDIT1106 pid=488409 uid=0 auid=0 ses=1567 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:41:48 zx-desktop systemd[1]: session-1567.scope: Deactivated successfully.
ago 19 10:41:51 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13223935'
ago 19 10:41:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:41:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:58 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:41:58 zx-desktop systemd[488431]: Activating special unit exit.target...
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped target default.target - Main User Target.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped target basic.target - Basic System.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped target paths.target - Paths.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped target sockets.target - Sockets.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped target timers.target - Timers.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:41:58 zx-desktop systemd[488431]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:41:58 zx-desktop systemd[488431]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:41:58 zx-desktop systemd[488431]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:41:58 zx-desktop systemd[488431]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:41:58 zx-desktop systemd[488431]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:41:58 zx-desktop systemd[488431]: Removed slice app.slice - User Application Slice.
ago 19 10:41:58 zx-desktop systemd[488431]: Reached target shutdown.target - Shutdown.
ago 19 10:41:58 zx-desktop systemd[488431]: Finished systemd-exit.service - Exit the Session.
ago 19 10:41:58 zx-desktop systemd[488431]: Reached target exit.target - Exit the Session.
ago 19 10:41:58 zx-desktop systemd-logind[2247]: Removed session 1569.
ago 19 10:41:58 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:41:58 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:41:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:58 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:41:58 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:41:58 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:41:58 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:41:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:41:58 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:42:00 zx-desktop audit[491845]: AUDIT1101 pid=491845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491849]: AUDIT1101 pid=491849 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491848]: AUDIT1101 pid=491848 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491846]: AUDIT1101 pid=491846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491847]: AUDIT1101 pid=491847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491845]: AUDIT1103 pid=491845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491848]: AUDIT1103 pid=491848 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491849]: AUDIT1103 pid=491849 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491847]: AUDIT1103 pid=491847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop audit[491846]: AUDIT1103 pid=491846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:42:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:42:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:42:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:42:00 zx-desktop audit[491885]: AUDIT1101 pid=491885 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:42:00 zx-desktop audit[491885]: AUDIT1103 pid=491885 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:42:00 zx-desktop audit[491885]: AUDIT2300 pid=491885 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:42:00 zx-desktop systemd-logind[2247]: New session '1575' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:42:00 zx-desktop (systemd)[491885]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:42:00 zx-desktop audit[491885]: AUDIT1105 pid=491885 uid=0 auid=0 ses=1575 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3554 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3554 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3555 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3555 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3556 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3556 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3557 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3557 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3558 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3558 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3559 op=LOAD
ago 19 10:42:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:42:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3560 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3559 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3560 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3561 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3561 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3562 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3562 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3563 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3563 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3564 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3565 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3565 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3566 op=LOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3564 op=UNLOAD
ago 19 10:42:00 zx-desktop audit: BPF prog-id=3566 op=UNLOAD
ago 19 10:42:01 zx-desktop systemd-xdg-autostart-generator[491922]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:42:01 zx-desktop systemd[491885]: Queued start job for default target default.target.
ago 19 10:42:01 zx-desktop systemd[491885]: Created slice app.slice - User Application Slice.
ago 19 10:42:01 zx-desktop systemd[491885]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:42:01 zx-desktop systemd[491885]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:42:01 zx-desktop systemd[491885]: Reached target paths.target - Paths.
ago 19 10:42:01 zx-desktop systemd[491885]: Reached target timers.target - Timers.
ago 19 10:42:01 zx-desktop systemd[491885]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:42:01 zx-desktop systemd[491885]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:42:01 zx-desktop systemd[491885]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:42:01 zx-desktop systemd[491885]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:42:01 zx-desktop systemd[491885]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:42:01 zx-desktop systemd[491885]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:42:01 zx-desktop systemd[491885]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:42:01 zx-desktop systemd[491885]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:42:01 zx-desktop systemd[491885]: Reached target sockets.target - Sockets.
ago 19 10:42:01 zx-desktop systemd[491885]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:42:01 zx-desktop systemd[491885]: Reached target basic.target - Basic System.
ago 19 10:42:01 zx-desktop systemd[491885]: Reached target default.target - Main User Target.
ago 19 10:42:01 zx-desktop systemd[491885]: Startup finished in 352ms.
ago 19 10:42:01 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:42:01 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:01 zx-desktop systemd[1]: Started session-1570.scope - Session 1570 of User root.
ago 19 10:42:01 zx-desktop systemd[1]: Started session-1571.scope - Session 1571 of User root.
ago 19 10:42:01 zx-desktop audit[491845]: AUDIT1105 pid=491845 uid=0 auid=0 ses=1570 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491845]: AUDIT1110 pid=491845 uid=0 auid=0 ses=1570 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491846]: AUDIT1105 pid=491846 uid=0 auid=0 ses=1571 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491846]: AUDIT1110 pid=491846 uid=0 auid=0 ses=1571 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop systemd[1]: Started session-1572.scope - Session 1572 of User root.
ago 19 10:42:01 zx-desktop CROND[491934]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:42:01 zx-desktop audit[491847]: AUDIT1105 pid=491847 uid=0 auid=0 ses=1572 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491847]: AUDIT1110 pid=491847 uid=0 auid=0 ses=1572 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop CROND[491935]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:01 zx-desktop systemd[1]: Started session-1573.scope - Session 1573 of User root.
ago 19 10:42:01 zx-desktop CROND[491936]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:01 zx-desktop audit[491849]: AUDIT1105 pid=491849 uid=0 auid=0 ses=1573 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop systemd[1]: Started session-1574.scope - Session 1574 of User root.
ago 19 10:42:01 zx-desktop audit[491849]: AUDIT1110 pid=491849 uid=0 auid=0 ses=1573 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop CROND[491937]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:42:01 zx-desktop audit[491848]: AUDIT1105 pid=491848 uid=0 auid=0 ses=1574 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491848]: AUDIT1110 pid=491848 uid=0 auid=0 ses=1574 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop CROND[491941]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:01 zx-desktop CROND[491849]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:42:01 zx-desktop audit[491849]: AUDIT1104 pid=491849 uid=0 auid=0 ses=1573 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop audit[491849]: AUDIT1106 pid=491849 uid=0 auid=0 ses=1573 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:01 zx-desktop systemd[1]: session-1573.scope: Deactivated successfully.
ago 19 10:42:02 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13276176'
ago 19 10:42:03 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13281574'
ago 19 10:42:03 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13282103'
ago 19 10:42:03 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13282490'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13283418'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13283706'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13283768'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13284519'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13286404'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13286684'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13286804'
ago 19 10:42:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13287577'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13288494'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13289514'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13290261'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13290290'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13290544'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13290835'
ago 19 10:42:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13291219'
ago 19 10:42:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13293320'
ago 19 10:42:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13295372'
ago 19 10:42:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13295574'
ago 19 10:42:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13296202'
ago 19 10:42:06 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13296453'
ago 19 10:42:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13297959'
ago 19 10:42:07 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b302d1f0' has no handler with id '13298783'
ago 19 10:42:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13301506'
ago 19 10:42:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13302960'
ago 19 10:42:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13303739'
ago 19 10:42:09 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13305620'
ago 19 10:42:09 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13306440'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13309567'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13310798'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13311161'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13311402'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13311687'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13312004'
ago 19 10:42:10 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13313006'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13313180'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13314112'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13314757'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13314971'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13315203'
ago 19 10:42:11 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13315248'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13316954'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13317440'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13317623'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13317874'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13318262'
ago 19 10:42:12 zx-desktop NetworkManager[2423]: <info>  [1787132532.7817] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:42:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:42:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:42:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:12 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13319237'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13319468'
ago 19 10:42:13 zx-desktop CROND[491848]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:13 zx-desktop audit[491848]: AUDIT1104 pid=491848 uid=0 auid=0 ses=1574 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:13 zx-desktop audit[491848]: AUDIT1106 pid=491848 uid=0 auid=0 ses=1574 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:13 zx-desktop systemd[1]: session-1574.scope: Deactivated successfully.
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13320259'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13320359'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13320648'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13320711'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13321192'
ago 19 10:42:13 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13321365'
ago 19 10:42:14 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13322181'
ago 19 10:42:19 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13340699'
ago 19 10:42:19 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13340974'
ago 19 10:42:19 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13342845'
ago 19 10:42:19 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13343879'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13345023'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13345331'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13345565'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13345650'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13347321'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13347637'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13348116'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13348300'
ago 19 10:42:20 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13348573'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13349141'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13349311'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13349485'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13349934'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13350482'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13351522'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13352329'
ago 19 10:42:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13352686'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13353056'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13353289'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13353473'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13354442'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13354685'
ago 19 10:42:22 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13355823'
ago 19 10:42:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:42:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:25 zx-desktop CROND[491847]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:25 zx-desktop audit[491847]: AUDIT1104 pid=491847 uid=0 auid=0 ses=1572 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:25 zx-desktop audit[491847]: AUDIT1106 pid=491847 uid=0 auid=0 ses=1572 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:25 zx-desktop systemd[1]: session-1572.scope: Deactivated successfully.
ago 19 10:42:32 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13411717'
ago 19 10:42:32 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13412345'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13413275'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13414491'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13415378'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13415480'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13416579'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13416909'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13417945'
ago 19 10:42:33 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13419001'
ago 19 10:42:34 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13419337'
ago 19 10:42:34 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13420986'
ago 19 10:42:34 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13421253'
ago 19 10:42:35 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13430131'
ago 19 10:42:35 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13430674'
ago 19 10:42:36 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13434052'
ago 19 10:42:36 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13434320'
ago 19 10:42:36 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13437008'
ago 19 10:42:37 zx-desktop CROND[491846]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:42:37 zx-desktop audit[491846]: AUDIT1104 pid=491846 uid=0 auid=0 ses=1571 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:37 zx-desktop audit[491846]: AUDIT1106 pid=491846 uid=0 auid=0 ses=1571 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:37 zx-desktop systemd[1]: session-1571.scope: Deactivated successfully.
ago 19 10:42:37 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13441297'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13445981'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13446182'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13447890'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13448195'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13450075'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13450545'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13450691'
ago 19 10:42:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13451914'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13452977'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13454106'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13454845'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13456843'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13457118'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13458258'
ago 19 10:42:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13458402'
ago 19 10:42:40 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13460052'
ago 19 10:42:40 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13460128'
ago 19 10:42:40 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13461629'
ago 19 10:42:40 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13462796'
ago 19 10:42:40 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13463067'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13464138'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13466652'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13467318'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13467683'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13468533'
ago 19 10:42:41 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13470308'
ago 19 10:42:42 zx-desktop NetworkManager[2423]: <info>  [1787132562.7801] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:42:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:42:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:42:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:49 zx-desktop CROND[491845]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:42:49 zx-desktop audit[491845]: AUDIT1104 pid=491845 uid=0 auid=0 ses=1570 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:49 zx-desktop audit[491845]: AUDIT1106 pid=491845 uid=0 auid=0 ses=1570 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:42:49 zx-desktop systemd[1]: session-1570.scope: Deactivated successfully.
ago 19 10:42:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:42:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:58 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13592206'
ago 19 10:42:59 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:42:59 zx-desktop systemd[491885]: Activating special unit exit.target...
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped target default.target - Main User Target.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped target basic.target - Basic System.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped target paths.target - Paths.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped target sockets.target - Sockets.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped target timers.target - Timers.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:42:59 zx-desktop systemd[491885]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:42:59 zx-desktop systemd[491885]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:42:59 zx-desktop systemd[491885]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:42:59 zx-desktop systemd[491885]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:42:59 zx-desktop systemd[491885]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:42:59 zx-desktop systemd[491885]: Removed slice app.slice - User Application Slice.
ago 19 10:42:59 zx-desktop systemd[491885]: Reached target shutdown.target - Shutdown.
ago 19 10:42:59 zx-desktop systemd[491885]: Finished systemd-exit.service - Exit the Session.
ago 19 10:42:59 zx-desktop systemd[491885]: Reached target exit.target - Exit the Session.
ago 19 10:42:59 zx-desktop systemd-logind[2247]: Removed session 1575.
ago 19 10:42:59 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:42:59 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:42:59 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:59 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:42:59 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:42:59 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:42:59 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:42:59 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:42:59 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:43:00 zx-desktop audit[495241]: AUDIT1101 pid=495241 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1101 pid=495245 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495242]: AUDIT1101 pid=495242 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495243]: AUDIT1101 pid=495243 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495244]: AUDIT1101 pid=495244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495242]: AUDIT1103 pid=495242 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495241]: AUDIT1103 pid=495241 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1103 pid=495245 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495244]: AUDIT1103 pid=495244 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495243]: AUDIT1103 pid=495243 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:43:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:43:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:43:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:43:00 zx-desktop audit[495276]: AUDIT1101 pid=495276 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:43:00 zx-desktop audit[495276]: AUDIT1103 pid=495276 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:43:00 zx-desktop audit[495276]: AUDIT2300 pid=495276 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:43:00 zx-desktop systemd-logind[2247]: New session '1581' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:43:00 zx-desktop (systemd)[495276]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:43:00 zx-desktop audit[495276]: AUDIT1105 pid=495276 uid=0 auid=0 ses=1581 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3567 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3567 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3568 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3568 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3569 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3569 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3570 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3570 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3571 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3571 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3572 op=LOAD
ago 19 10:43:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:43:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3573 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3572 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3573 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3574 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3574 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3575 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3575 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3576 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3576 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3577 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3578 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3578 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3579 op=LOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3577 op=UNLOAD
ago 19 10:43:00 zx-desktop audit: BPF prog-id=3579 op=UNLOAD
ago 19 10:43:00 zx-desktop systemd-xdg-autostart-generator[495293]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:43:00 zx-desktop systemd[495276]: Queued start job for default target default.target.
ago 19 10:43:00 zx-desktop systemd[495276]: Created slice app.slice - User Application Slice.
ago 19 10:43:00 zx-desktop systemd[495276]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:43:00 zx-desktop systemd[495276]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:43:00 zx-desktop systemd[495276]: Reached target paths.target - Paths.
ago 19 10:43:00 zx-desktop systemd[495276]: Reached target timers.target - Timers.
ago 19 10:43:00 zx-desktop systemd[495276]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:43:00 zx-desktop systemd[495276]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:43:00 zx-desktop systemd[495276]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:43:00 zx-desktop systemd[495276]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:43:00 zx-desktop systemd[495276]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:43:00 zx-desktop systemd[495276]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:43:00 zx-desktop systemd[495276]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:43:00 zx-desktop systemd[495276]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:43:00 zx-desktop systemd[495276]: Reached target sockets.target - Sockets.
ago 19 10:43:00 zx-desktop systemd[495276]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:43:00 zx-desktop systemd[495276]: Reached target basic.target - Basic System.
ago 19 10:43:00 zx-desktop systemd[495276]: Reached target default.target - Main User Target.
ago 19 10:43:00 zx-desktop systemd[495276]: Startup finished in 374ms.
ago 19 10:43:00 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:43:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:00 zx-desktop systemd[1]: Started session-1576.scope - Session 1576 of User root.
ago 19 10:43:00 zx-desktop systemd[1]: Started session-1577.scope - Session 1577 of User root.
ago 19 10:43:00 zx-desktop systemd[1]: Started session-1578.scope - Session 1578 of User root.
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1105 pid=495245 uid=0 auid=0 ses=1576 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495242]: AUDIT1105 pid=495242 uid=0 auid=0 ses=1577 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1110 pid=495245 uid=0 auid=0 ses=1576 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495242]: AUDIT1110 pid=495242 uid=0 auid=0 ses=1577 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495243]: AUDIT1105 pid=495243 uid=0 auid=0 ses=1578 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495243]: AUDIT1110 pid=495243 uid=0 auid=0 ses=1578 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop systemd[1]: Started session-1579.scope - Session 1579 of User root.
ago 19 10:43:00 zx-desktop CROND[495323]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:43:00 zx-desktop audit[495244]: AUDIT1105 pid=495244 uid=0 auid=0 ses=1579 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495244]: AUDIT1110 pid=495244 uid=0 auid=0 ses=1579 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop systemd[1]: Started session-1580.scope - Session 1580 of User root.
ago 19 10:43:00 zx-desktop CROND[495324]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:00 zx-desktop audit[495241]: AUDIT1105 pid=495241 uid=0 auid=0 ses=1580 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495241]: AUDIT1110 pid=495241 uid=0 auid=0 ses=1580 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop CROND[495325]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:00 zx-desktop CROND[495326]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:00 zx-desktop CROND[495330]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:43:00 zx-desktop CROND[495245]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1104 pid=495245 uid=0 auid=0 ses=1576 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop audit[495245]: AUDIT1106 pid=495245 uid=0 auid=0 ses=1576 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:00 zx-desktop systemd[1]: session-1576.scope: Deactivated successfully.
ago 19 10:43:08 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '13653750'
ago 19 10:43:12 zx-desktop CROND[495244]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:12 zx-desktop audit[495244]: AUDIT1104 pid=495244 uid=0 auid=0 ses=1579 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:12 zx-desktop audit[495244]: AUDIT1106 pid=495244 uid=0 auid=0 ses=1579 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:12 zx-desktop systemd[1]: session-1579.scope: Deactivated successfully.
ago 19 10:43:12 zx-desktop NetworkManager[2423]: <info>  [1787132592.8697] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:43:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:43:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:43:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:43:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:24 zx-desktop CROND[495243]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:24 zx-desktop audit[495243]: AUDIT1104 pid=495243 uid=0 auid=0 ses=1578 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:24 zx-desktop audit[495243]: AUDIT1106 pid=495243 uid=0 auid=0 ses=1578 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:24 zx-desktop systemd[1]: session-1578.scope: Deactivated successfully.
ago 19 10:43:36 zx-desktop CROND[495242]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:43:36 zx-desktop audit[495242]: AUDIT1104 pid=495242 uid=0 auid=0 ses=1577 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:36 zx-desktop audit[495242]: AUDIT1106 pid=495242 uid=0 auid=0 ses=1577 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:36 zx-desktop systemd[1]: session-1577.scope: Deactivated successfully.
ago 19 10:43:42 zx-desktop NetworkManager[2423]: <info>  [1787132622.7811] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:43:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:43:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:43:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:46 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13912959'
ago 19 10:43:48 zx-desktop CROND[495241]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:43:48 zx-desktop audit[495241]: AUDIT1104 pid=495241 uid=0 auid=0 ses=1580 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:48 zx-desktop audit[495241]: AUDIT1106 pid=495241 uid=0 auid=0 ses=1580 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:43:48 zx-desktop systemd[1]: session-1580.scope: Deactivated successfully.
ago 19 10:43:50 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13940740'
ago 19 10:43:50 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13945901'
ago 19 10:43:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:43:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:58 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '13998948'
ago 19 10:43:58 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '14000436'
ago 19 10:43:58 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '14000636'
ago 19 10:43:58 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:43:58 zx-desktop systemd[495276]: Activating special unit exit.target...
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped target default.target - Main User Target.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped target basic.target - Basic System.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped target paths.target - Paths.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped target sockets.target - Sockets.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped target timers.target - Timers.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:43:58 zx-desktop systemd[495276]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:43:58 zx-desktop systemd[495276]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:43:58 zx-desktop systemd[495276]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:43:58 zx-desktop systemd[495276]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:43:58 zx-desktop systemd[495276]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:43:58 zx-desktop systemd[495276]: Removed slice app.slice - User Application Slice.
ago 19 10:43:58 zx-desktop systemd[495276]: Reached target shutdown.target - Shutdown.
ago 19 10:43:58 zx-desktop systemd[495276]: Finished systemd-exit.service - Exit the Session.
ago 19 10:43:58 zx-desktop systemd[495276]: Reached target exit.target - Exit the Session.
ago 19 10:43:58 zx-desktop systemd-logind[2247]: Removed session 1581.
ago 19 10:43:58 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:43:58 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:43:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:58 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:43:58 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:43:58 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:43:58 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:43:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:43:58 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:43:59 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b302d1f0' has no handler with id '14002960'
ago 19 10:44:00 zx-desktop audit[500362]: AUDIT1101 pid=500362 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500359]: AUDIT1101 pid=500359 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500360]: AUDIT1101 pid=500360 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500361]: AUDIT1101 pid=500361 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500358]: AUDIT1101 pid=500358 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500359]: AUDIT1103 pid=500359 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500360]: AUDIT1103 pid=500360 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500362]: AUDIT1103 pid=500362 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500361]: AUDIT1103 pid=500361 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop audit[500358]: AUDIT1103 pid=500358 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:44:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:44:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:44:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:44:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:44:00 zx-desktop audit[500383]: AUDIT1101 pid=500383 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:44:00 zx-desktop audit[500383]: AUDIT1103 pid=500383 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:44:00 zx-desktop audit[500383]: AUDIT2300 pid=500383 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:44:00 zx-desktop systemd-logind[2247]: New session '1587' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:44:00 zx-desktop (systemd)[500383]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:44:00 zx-desktop audit[500383]: AUDIT1105 pid=500383 uid=0 auid=0 ses=1587 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3580 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3580 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3581 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3581 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3582 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3582 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3583 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3583 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3584 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3584 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3585 op=LOAD
ago 19 10:44:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:44:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3586 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3585 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3586 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3587 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3587 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3588 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3588 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3589 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3589 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3590 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3591 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3591 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3592 op=LOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3590 op=UNLOAD
ago 19 10:44:00 zx-desktop audit: BPF prog-id=3592 op=UNLOAD
ago 19 10:44:01 zx-desktop systemd-xdg-autostart-generator[500406]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:44:01 zx-desktop systemd[500383]: Queued start job for default target default.target.
ago 19 10:44:01 zx-desktop systemd[500383]: Created slice app.slice - User Application Slice.
ago 19 10:44:01 zx-desktop systemd[500383]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:44:01 zx-desktop systemd[500383]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:44:01 zx-desktop systemd[500383]: Reached target paths.target - Paths.
ago 19 10:44:01 zx-desktop systemd[500383]: Reached target timers.target - Timers.
ago 19 10:44:01 zx-desktop systemd[500383]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:44:01 zx-desktop systemd[500383]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:44:01 zx-desktop systemd[500383]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:44:01 zx-desktop systemd[500383]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:44:01 zx-desktop systemd[500383]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:44:01 zx-desktop systemd[500383]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:44:01 zx-desktop systemd[500383]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:44:01 zx-desktop systemd[500383]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:44:01 zx-desktop systemd[500383]: Reached target sockets.target - Sockets.
ago 19 10:44:01 zx-desktop systemd[500383]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:44:01 zx-desktop systemd[500383]: Reached target basic.target - Basic System.
ago 19 10:44:01 zx-desktop systemd[500383]: Reached target default.target - Main User Target.
ago 19 10:44:01 zx-desktop systemd[500383]: Startup finished in 370ms.
ago 19 10:44:01 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:44:01 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:44:01 zx-desktop systemd[1]: Started session-1582.scope - Session 1582 of User root.
ago 19 10:44:01 zx-desktop systemd[1]: Started session-1583.scope - Session 1583 of User root.
ago 19 10:44:01 zx-desktop audit[500361]: AUDIT1105 pid=500361 uid=0 auid=0 ses=1582 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500358]: AUDIT1105 pid=500358 uid=0 auid=0 ses=1583 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop systemd[1]: Started session-1584.scope - Session 1584 of User root.
ago 19 10:44:01 zx-desktop audit[500358]: AUDIT1110 pid=500358 uid=0 auid=0 ses=1583 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500361]: AUDIT1110 pid=500361 uid=0 auid=0 ses=1582 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500360]: AUDIT1105 pid=500360 uid=0 auid=0 ses=1584 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop systemd[1]: Started session-1585.scope - Session 1585 of User root.
ago 19 10:44:01 zx-desktop audit[500360]: AUDIT1110 pid=500360 uid=0 auid=0 ses=1584 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop CROND[500467]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:44:01 zx-desktop audit[500359]: AUDIT1105 pid=500359 uid=0 auid=0 ses=1585 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500359]: AUDIT1110 pid=500359 uid=0 auid=0 ses=1585 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop CROND[500466]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:01 zx-desktop audit[500362]: AUDIT1105 pid=500362 uid=0 auid=0 ses=1586 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500362]: AUDIT1110 pid=500362 uid=0 auid=0 ses=1586 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop CROND[500468]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:01 zx-desktop systemd[1]: Started session-1586.scope - Session 1586 of User root.
ago 19 10:44:01 zx-desktop CROND[500469]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:01 zx-desktop CROND[500470]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:44:01 zx-desktop CROND[500362]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:44:01 zx-desktop audit[500362]: AUDIT1104 pid=500362 uid=0 auid=0 ses=1586 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop audit[500362]: AUDIT1106 pid=500362 uid=0 auid=0 ses=1586 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:01 zx-desktop systemd[1]: session-1586.scope: Deactivated successfully.
ago 19 10:44:02 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:02 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:02 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:02 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:03 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '14038187'
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:04 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:07 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:09 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 4
ago 19 10:44:12 zx-desktop kernel: usb 3-2.3: new full-speed USB device number 10 using xhci_hcd
ago 19 10:44:12 zx-desktop kernel: usb 3-2.3: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
ago 19 10:44:12 zx-desktop kernel: usb 3-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
ago 19 10:44:12 zx-desktop kernel: usb 3-2.3: Product: Ducky Keyboard
ago 19 10:44:12 zx-desktop kernel: usb 3-2.3: Manufacturer: DuckyChannel International Co., Ltd.
ago 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.0/0003:04D9:0356.0009/input/input27
ago 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.0009: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input0
ago 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.000A: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input1
ago 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input28
ago 19 10:44:12 zx-desktop NetworkManager[2423]: <info>  [1787132652.7851] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:44:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input29
ago 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input30
ago 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input31
ago 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.000B: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input2
ago 19 10:44:12 zx-desktop mtp-probe[500912]: checking bus 3, device 10: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3"
ago 19 10:44:12 zx-desktop mtp-probe[500912]: bus: 3, device: 10 was not an MTP device
ago 19 10:44:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:44:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:44:12 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event6 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:12 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event2 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:12 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event3 (DuckyChannel International Co., Ltd. Ducky Keyboard System Control)
ago 19 10:44:12 zx-desktop mtp-probe[500947]: checking bus 3, device 10: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3"
ago 19 10:44:12 zx-desktop mtp-probe[500947]: bus: 3, device: 10 was not an MTP device
ago 19 10:44:13 zx-desktop CROND[500361]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:13 zx-desktop audit[500361]: AUDIT1104 pid=500361 uid=0 auid=0 ses=1582 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:13 zx-desktop audit[500361]: AUDIT1106 pid=500361 uid=0 auid=0 ses=1582 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:13 zx-desktop systemd[1]: session-1582.scope: Deactivated successfully.
ago 19 10:44:15 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '14119033'
ago 19 10:44:15 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:15 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:15 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:16 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:17 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:18 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:18 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:18 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:18 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:20 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:20 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:20 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:21 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:44:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:44:24 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 9
ago 19 10:44:25 zx-desktop CROND[500360]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:25 zx-desktop audit[500360]: AUDIT1104 pid=500360 uid=0 auid=0 ses=1584 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:25 zx-desktop audit[500360]: AUDIT1106 pid=500360 uid=0 auid=0 ses=1584 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:25 zx-desktop systemd[1]: session-1584.scope: Deactivated successfully.
ago 19 10:44:26 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 10
ago 19 10:44:28 zx-desktop kernel: usb 3-2.2: new full-speed USB device number 11 using xhci_hcd
ago 19 10:44:29 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
ago 19 10:44:29 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
ago 19 10:44:29 zx-desktop kernel: usb 3-2.2: Product: Ducky Keyboard
ago 19 10:44:29 zx-desktop kernel: usb 3-2.2: Manufacturer: DuckyChannel International Co., Ltd.
ago 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.0/0003:04D9:0356.000C/input/input32
ago 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000C: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input0
ago 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000D: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input1
ago 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input33
ago 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input34
ago 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input35
ago 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input36
ago 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000E: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input2
ago 19 10:44:29 zx-desktop mtp-probe[501638]: checking bus 3, device 11: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2"
ago 19 10:44:29 zx-desktop mtp-probe[501638]: bus: 3, device: 11 was not an MTP device
ago 19 10:44:29 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event3 (DuckyChannel International Co., Ltd. Ducky Keyboard System Control)
ago 19 10:44:29 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event6 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:29 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event2 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:29 zx-desktop mtp-probe[501657]: checking bus 3, device 11: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2"
ago 19 10:44:29 zx-desktop mtp-probe[501657]: bus: 3, device: 11 was not an MTP device
ago 19 10:44:31 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:31 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:31 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:31 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:32 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:33 zx-desktop gnome-shell[4920]: Error processing key on IM: Timeout was reached
ago 19 10:44:36 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '14253336'
ago 19 10:44:37 zx-desktop CROND[500359]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:44:37 zx-desktop audit[500359]: AUDIT1104 pid=500359 uid=0 auid=0 ses=1585 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:37 zx-desktop audit[500359]: AUDIT1106 pid=500359 uid=0 auid=0 ses=1585 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:37 zx-desktop systemd[1]: session-1585.scope: Deactivated successfully.
ago 19 10:44:37 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 11
ago 19 10:44:39 zx-desktop kernel: usb 3-2.3: new full-speed USB device number 12 using xhci_hcd
ago 19 10:44:39 zx-desktop kernel: usb 3-2.3: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
ago 19 10:44:39 zx-desktop kernel: usb 3-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
ago 19 10:44:39 zx-desktop kernel: usb 3-2.3: Product: Ducky Keyboard
ago 19 10:44:39 zx-desktop kernel: usb 3-2.3: Manufacturer: DuckyChannel International Co., Ltd.
ago 19 10:44:39 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.0/0003:04D9:0356.000F/input/input37
ago 19 10:44:39 zx-desktop kernel: hid-generic 0003:04D9:0356.000F: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input0
ago 19 10:44:40 zx-desktop kernel: hid-generic 0003:04D9:0356.0010: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input1
ago 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input38
ago 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input39
ago 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input40
ago 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input41
ago 19 10:44:40 zx-desktop kernel: hid-generic 0003:04D9:0356.0011: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input2
ago 19 10:44:40 zx-desktop mtp-probe[502067]: checking bus 3, device 12: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3"
ago 19 10:44:40 zx-desktop mtp-probe[502067]: bus: 3, device: 12 was not an MTP device
ago 19 10:44:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event6 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event3 (DuckyChannel International Co., Ltd. Ducky Keyboard System Control)
ago 19 10:44:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event2 (DuckyChannel International Co., Ltd. Ducky Keyboard)
ago 19 10:44:40 zx-desktop mtp-probe[502086]: checking bus 3, device 12: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3"
ago 19 10:44:40 zx-desktop mtp-probe[502086]: bus: 3, device: 12 was not an MTP device
ago 19 10:44:42 zx-desktop gnome-shell[4920]: Object MetaInputDeviceNative (0x7fbd241a6840), has been already disposed — impossible to get any property from it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
                                              == Stack trace for context 0x5626ae413d80 ==
                                              #0   5626ae4e4368 i   resource:///org/gnome/shell/ui/keyboard.js:1059 (b5d3f6856f0 @ 3)
                                              #1   5626ae4e42d8 i   resource:///org/gnome/shell/ui/init.js:20 (121329f8d8d0 @ 48)
ago 19 10:44:42 zx-desktop NetworkManager[2423]: <info>  [1787132682.7849] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:44:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:44:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:44:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 13 using xhci_hcd
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
ago 19 10:44:45 zx-desktop mtp-probe[502338]: checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2"
ago 19 10:44:45 zx-desktop mtp-probe[502338]: bus: 3, device: 13 was not an MTP device
ago 19 10:44:45 zx-desktop mtp-probe[502339]: checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2"
ago 19 10:44:45 zx-desktop mtp-probe[502339]: bus: 3, device: 13 was not an MTP device
ago 19 10:44:45 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 13
ago 19 10:44:46 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 14 using xhci_hcd
ago 19 10:44:49 zx-desktop CROND[500358]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:44:49 zx-desktop audit[500358]: AUDIT1104 pid=500358 uid=0 auid=0 ses=1583 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:49 zx-desktop audit[500358]: AUDIT1106 pid=500358 uid=0 auid=0 ses=1583 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:44:49 zx-desktop systemd[1]: session-1583.scope: Deactivated successfully.
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: The canary thread is apparently starving. Taking action.
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Demoting known real-time threads.
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 226798 of process 226384 (/usr/lib64/firefox/firefox).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 134325 of process 133812 (/usr/lib64/thunderbird/thunderbird).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 123379 of process 123290 (/usr/lib64/firefox/firefox).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 103750 of process 8858 (/usr/lib64/firefox/firefox).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 7468 of process 7090 (/usr/lib64/firefox/firefox).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 5328 of process 5298 (/usr/bin/pipewire).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 5298 of process 5298 (/usr/bin/pipewire).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 4957 of process 4920 (/usr/bin/gnome-shell).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 4931 of process 4919 (/usr/bin/wireplumber).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 4919 of process 4919 (/usr/bin/wireplumber).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 4922 of process 4917 (/usr/bin/pipewire).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Successfully demoted thread 4917 of process 4917 (/usr/bin/pipewire).
ago 19 10:45:05 zx-desktop rtkit-daemon[2198]: Demoted 12 threads.
ago 19 10:45:05 zx-desktop kernel: watchdog: CPU11: Watchdog detected hard LOCKUP on cpu 11
ago 19 10:45:05 zx-desktop kernel: Modules linked in: rfcomm snd_seq_dummy snd_hrtimer nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nf_conntrack_netbios_ns hid_logitech_hidpp uinput nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nvidia(POE) nft_ct nft_chain_nat uhid tun ib_core sunrpc xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_mark nft_compat nf_tables nfnetlink bnep binfmt_misc vfat fat amd_atl snd_hda_codec_alc882 intel_rapl_msr snd_hda_codec_realtek_lib intel_rapl_common snd_hda_codec_generic snd_hda_codec_nvhdmi snd_hda_codec_hdmi snd_hda_intel edac_mce_amd snd_hda_codec snd_usb_audio kvm_amd snd_hda_core btusb snd_usbmidi_lib ee1004 snd_intel_dspcfg btmtk mc kvm snd_intel_sdw_acpi btrtl snd_hwdep snd_ump btbcm snd_seq snd_rawmidi btintel snd_seq_device irqbypass wmi_bmof snd_pcm bluetooth rapl mxm_wmi acpi_cpufreq pcspkr snd_timer drm_ttm_helper igb k10temp ttm snd i2c_algo_bit i2c_piix4 video rfkill soundcore i2c_smbus dca
ago 19 10:45:05 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop kernel:  gpio_amdpt gpio_generic zram lz4hc_compress lz4_compress dm_crypt nvme nvme_core sp5100_tco nvme_keyring wmi nvme_auth fuse ntsync i2c_dev
ago 19 10:45:05 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '14320607'
ago 19 10:45:05 zx-desktop kernel: CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Tainted: P           OE       7.1.8-200.fc44.x86_64 #1 PREEMPT(lazy) 
ago 19 10:45:05 zx-desktop rsyslogd[2459]: get tty for session '1587' failed with [61]:No data available  [v8.2604.0-1.fc44]
ago 19 10:45:05 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:45:05 zx-desktop kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
ago 19 10:45:05 zx-desktop rsyslogd[2459]: get tty for session '3' failed with [61]:No data available  [v8.2604.0-1.fc44]
ago 19 10:45:05 zx-desktop wireplumber[4919]: spa.alsa: 0x5592a7990828: poll fd error/hangup (card removed?), removing poll sources
ago 19 10:45:05 zx-desktop kernel: Hardware name: Micro-Star International Co., Ltd. MS-7A32/X370 GAMING PRO CARBON (MS-7A32), BIOS 1.Q8 09/10/2025
ago 19 10:45:05 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:45:05 zx-desktop kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x6d/0x320
ago 19 10:45:05 zx-desktop systemd[500383]: Activating special unit exit.target...
ago 19 10:45:05 zx-desktop kernel: Code: c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 51 85 c0 75 0f bf 01 00 00 00 66 89 39 e9 68 1c 00 00 f3 90 80 39 00 <75> f9 bf 01 00 00 00 66 89 39 e9 54 1c 00 00 8b 37 b8 00 02 00 00
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped target default.target - Main User Target.
ago 19 10:45:05 zx-desktop kernel: RSP: 0018:ffffd05f00430f20 EFLAGS: 00000002
ago 19 10:45:05 zx-desktop audit[502725]: AUDIT1101 pid=502725 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped target basic.target - Basic System.
ago 19 10:45:05 zx-desktop audit[502725]: AUDIT1103 pid=502725 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop kernel: RAX: 0000000000000001 RBX: ffff88f70aace000 RCX: ffff88f70aace288
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped target paths.target - Paths.
ago 19 10:45:05 zx-desktop kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88f70aace288
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped target sockets.target - Sockets.
ago 19 10:45:05 zx-desktop kernel: RBP: ffff88f70aace288 R08: fffffffaf7162022 R09: 0000000001ca5e0e
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped target timers.target - Timers.
ago 19 10:45:05 zx-desktop kernel: R10: 00000e7f35cc3822 R11: 0000000000000000 R12: 0000000000000035
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:45:05 zx-desktop kernel: R13: ffff88f70aace248 R14: ffff88f7017ad600 R15: 0000000000000000
ago 19 10:45:05 zx-desktop systemd[500383]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:45:05 zx-desktop kernel: FS:  0000000000000000(0000) GS:ffff88fe88615000(0000) knlGS:0000000000000000
ago 19 10:45:05 zx-desktop systemd[500383]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:45:05 zx-desktop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
ago 19 10:45:05 zx-desktop systemd[500383]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:45:05 zx-desktop kernel: CR2: 00007fcdbb3ae808 CR3: 000000011102d000 CR4: 00000000003506f0
ago 19 10:45:05 zx-desktop systemd[500383]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:45:05 zx-desktop kernel: Call Trace:
ago 19 10:45:05 zx-desktop systemd[500383]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:45:05 zx-desktop kernel:  <IRQ>
ago 19 10:45:05 zx-desktop systemd[500383]: Removed slice app.slice - User Application Slice.
ago 19 10:45:05 zx-desktop kernel:  _raw_spin_lock+0x29/0x30
ago 19 10:45:05 zx-desktop systemd[500383]: Reached target shutdown.target - Shutdown.
ago 19 10:45:05 zx-desktop kernel:  xhci_irq+0x38/0xb0
ago 19 10:45:05 zx-desktop audit[502717]: AUDIT1101 pid=502717 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop systemd[500383]: Finished systemd-exit.service - Exit the Session.
ago 19 10:45:05 zx-desktop kernel:  __handle_irq_event_percpu+0x6c/0x240
ago 19 10:45:05 zx-desktop systemd[500383]: Reached target exit.target - Exit the Session.
ago 19 10:45:05 zx-desktop kernel:  handle_irq_event+0x38/0x80
ago 19 10:45:05 zx-desktop gsd-media-keys[5072]: Unable to get default source
ago 19 10:45:05 zx-desktop audit[502717]: AUDIT1103 pid=502717 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop kernel:  handle_edge_irq+0xd0/0x1b0
ago 19 10:45:05 zx-desktop gsd-media-keys[5072]: Unable to get default sink
ago 19 10:45:05 zx-desktop kernel:  ? __pfx_handle_edge_irq+0x10/0x10
ago 19 10:45:05 zx-desktop kernel:  __common_interrupt+0x4c/0xd0
ago 19 10:45:05 zx-desktop kernel:  common_interrupt+0x80/0xa0
ago 19 10:45:05 zx-desktop kernel:  </IRQ>
ago 19 10:45:05 zx-desktop kernel:  <TASK>
ago 19 10:45:05 zx-desktop kernel:  asm_common_interrupt+0x26/0x40
ago 19 10:45:05 zx-desktop kernel: RIP: 0010:cpuidle_enter_state+0xcd/0x680
ago 19 10:45:05 zx-desktop kernel: Code: 00 00 e8 f6 8a d1 fe e8 b1 eb ff ff 49 89 c4 0f 1f 44 00 00 31 ff e8 e2 42 cf fe 45 84 ff 0f 85 96 01 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 0d 02 00 00 44 89 f5 41 83 fe 09 0f 87 d2 04 00 00
ago 19 10:45:05 zx-desktop kernel: RSP: 0018:ffffd05f001cfe40 EFLAGS: 00000246
ago 19 10:45:05 zx-desktop kernel: RAX: ffff88fe88615000 RBX: ffff88f70176e400 RCX: 0000000000000000
ago 19 10:45:05 zx-desktop kernel: RDX: 00000e7a2b0c5945 RSI: 0000000000000000 RDI: 0000000000000000
ago 19 10:45:05 zx-desktop kernel: RBP: 0000000000000002 R08: fffffffaf7162022 R09: ffff88fe88615000
ago 19 10:45:05 zx-desktop kernel: R10: 00000e7f35cc2eb8 R11: 0000000000000000 R12: 00000e7a2b0c5945
ago 19 10:45:05 zx-desktop kernel: R13: ffffffff95d50b80 R14: 0000000000000002 R15: 0000000000000000
ago 19 10:45:05 zx-desktop kernel:  ? finish_task_switch.isra.0+0xcb/0x3d0
ago 19 10:45:05 zx-desktop kernel:  cpuidle_enter+0x31/0x50
ago 19 10:45:05 zx-desktop kernel:  cpuidle_idle_call+0x10f/0x200
ago 19 10:45:05 zx-desktop kernel:  do_idle+0x9c/0x100
ago 19 10:45:05 zx-desktop kernel:  cpu_startup_entry+0x29/0x30
ago 19 10:45:05 zx-desktop kernel:  start_secondary+0x126/0x180
ago 19 10:45:05 zx-desktop kernel:  common_startup_64+0x13e/0x141
ago 19 10:45:05 zx-desktop kernel:  </TASK>
ago 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: Abort failed to stop command ring: -110
ago 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: xHCI host controller not responding, assume dead
ago 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: HC died; cleaning up
ago 19 10:45:05 zx-desktop kernel: perf: interrupt took too long (4604 > 3143), lowering kernel.perf_event_max_sample_rate to 43000
ago 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: Timeout while waiting for setup device command
ago 19 10:45:05 zx-desktop kernel: usb 3-1: USB disconnect, device number 2
ago 19 10:45:05 zx-desktop kernel: usb 4-2: USB disconnect, device number 2
ago 19 10:45:05 zx-desktop kernel: usb 3-2: USB disconnect, device number 3
ago 19 10:45:05 zx-desktop audit[502718]: AUDIT1101 pid=502718 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop audit[502718]: AUDIT1103 pid=502718 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop systemd-logind[2247]: Removed session 1587.
ago 19 10:45:05 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:45:05 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:45:05 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop audit[502722]: AUDIT1101 pid=502722 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop audit[502722]: AUDIT1103 pid=502722 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:45:05 zx-desktop audit[502719]: AUDIT1101 pid=502719 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop audit[502719]: AUDIT1103 pid=502719 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:05 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:45:05 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:45:05 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:45:05 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:45:05 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:45:05 zx-desktop audit[502788]: AUDIT1101 pid=502788 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop audit[502788]: AUDIT1103 pid=502788 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:45:05 zx-desktop audit[502788]: AUDIT2300 pid=502788 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop systemd-logind[2247]: New session '1593' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:45:05 zx-desktop (systemd)[502788]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:45:05 zx-desktop audit[502788]: AUDIT1105 pid=502788 uid=0 auid=0 ses=1593 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3593 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3593 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3594 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3594 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3595 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3595 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3596 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3596 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3597 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3597 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3598 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3599 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3598 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3599 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3600 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3600 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3601 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3601 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3602 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3602 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3603 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3604 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3604 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3605 op=LOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3603 op=UNLOAD
ago 19 10:45:05 zx-desktop audit: BPF prog-id=3605 op=UNLOAD
ago 19 10:45:05 zx-desktop systemd-xdg-autostart-generator[502877]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:45:06 zx-desktop systemd[502788]: Queued start job for default target default.target.
ago 19 10:45:06 zx-desktop systemd[502788]: Created slice app.slice - User Application Slice.
ago 19 10:45:06 zx-desktop systemd[502788]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:45:06 zx-desktop systemd[502788]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:45:06 zx-desktop systemd[502788]: Reached target paths.target - Paths.
ago 19 10:45:06 zx-desktop systemd[502788]: Reached target timers.target - Timers.
ago 19 10:45:06 zx-desktop systemd[502788]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:45:06 zx-desktop systemd[502788]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:45:06 zx-desktop systemd[502788]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:45:06 zx-desktop systemd[502788]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:45:06 zx-desktop systemd[502788]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:45:06 zx-desktop systemd[502788]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:45:06 zx-desktop systemd[502788]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:45:06 zx-desktop systemd[502788]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:45:06 zx-desktop systemd[502788]: Reached target sockets.target - Sockets.
ago 19 10:45:06 zx-desktop systemd[502788]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:45:06 zx-desktop systemd[502788]: Reached target basic.target - Basic System.
ago 19 10:45:06 zx-desktop systemd[502788]: Reached target default.target - Main User Target.
ago 19 10:45:06 zx-desktop systemd[502788]: Startup finished in 343ms.
ago 19 10:45:06 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:45:06 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:06 zx-desktop systemd[1]: Started session-1588.scope - Session 1588 of User root.
ago 19 10:45:06 zx-desktop systemd[1]: Started session-1589.scope - Session 1589 of User root.
ago 19 10:45:06 zx-desktop audit[502717]: AUDIT1105 pid=502717 uid=0 auid=0 ses=1588 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502725]: AUDIT1105 pid=502725 uid=0 auid=0 ses=1589 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop systemd[1]: Started session-1590.scope - Session 1590 of User root.
ago 19 10:45:06 zx-desktop audit[502717]: AUDIT1110 pid=502717 uid=0 auid=0 ses=1588 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502725]: AUDIT1110 pid=502725 uid=0 auid=0 ses=1589 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502718]: AUDIT1105 pid=502718 uid=0 auid=0 ses=1590 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502718]: AUDIT1110 pid=502718 uid=0 auid=0 ses=1590 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop systemd[1]: Started session-1591.scope - Session 1591 of User root.
ago 19 10:45:06 zx-desktop CROND[502943]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:45:06 zx-desktop audit[502722]: AUDIT1105 pid=502722 uid=0 auid=0 ses=1591 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop CROND[502944]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:45:06 zx-desktop audit[502722]: AUDIT1110 pid=502722 uid=0 auid=0 ses=1591 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502719]: AUDIT1105 pid=502719 uid=0 auid=0 ses=1592 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502719]: AUDIT1110 pid=502719 uid=0 auid=0 ses=1592 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop systemd[1]: Started session-1592.scope - Session 1592 of User root.
ago 19 10:45:06 zx-desktop CROND[502945]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:06 zx-desktop CROND[502946]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:06 zx-desktop CROND[502949]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:06 zx-desktop CROND[502725]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:45:06 zx-desktop audit[502725]: AUDIT1104 pid=502725 uid=0 auid=0 ses=1589 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop audit[502725]: AUDIT1106 pid=502725 uid=0 auid=0 ses=1589 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:06 zx-desktop systemd[1]: session-1589.scope: Deactivated successfully.
ago 19 10:45:06 zx-desktop kernel: usb 3-2.2: device not accepting address 14, error -108
ago 19 10:45:06 zx-desktop kernel: usb 3-2-port2: couldn't allocate usb_device
ago 19 10:45:06 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 12
ago 19 10:45:12 zx-desktop NetworkManager[2423]: <info>  [1787132712.8023] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:45:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:45:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:45:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:18 zx-desktop CROND[502722]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:18 zx-desktop audit[502722]: AUDIT1104 pid=502722 uid=0 auid=0 ses=1591 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:18 zx-desktop audit[502722]: AUDIT1106 pid=502722 uid=0 auid=0 ses=1591 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:18 zx-desktop systemd[1]: session-1591.scope: Deactivated successfully.
ago 19 10:45:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:45:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:30 zx-desktop CROND[502719]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:30 zx-desktop audit[502719]: AUDIT1104 pid=502719 uid=0 auid=0 ses=1592 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:30 zx-desktop audit[502719]: AUDIT1106 pid=502719 uid=0 auid=0 ses=1592 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:30 zx-desktop systemd[1]: session-1592.scope: Deactivated successfully.
ago 19 10:45:39 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af89e800' has no handler with id '14322590'
ago 19 10:45:42 zx-desktop CROND[502718]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:45:42 zx-desktop audit[502718]: AUDIT1104 pid=502718 uid=0 auid=0 ses=1590 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:42 zx-desktop audit[502718]: AUDIT1106 pid=502718 uid=0 auid=0 ses=1590 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:42 zx-desktop systemd[1]: session-1590.scope: Deactivated successfully.
ago 19 10:45:42 zx-desktop NetworkManager[2423]: <info>  [1787132742.7937] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:45:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:45:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:45:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:52 zx-desktop kernel: usb 1-12: new full-speed USB device number 26 using xhci_hcd
ago 19 10:45:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:45:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:45:54 zx-desktop CROND[502717]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:45:54 zx-desktop audit[502717]: AUDIT1104 pid=502717 uid=0 auid=0 ses=1588 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:54 zx-desktop audit[502717]: AUDIT1106 pid=502717 uid=0 auid=0 ses=1588 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:45:54 zx-desktop systemd[1]: session-1588.scope: Deactivated successfully.
ago 19 10:45:57 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:45:57 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:45:58 zx-desktop kernel: usb 1-12: device not accepting address 26, error -71
ago 19 10:45:58 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
ago 19 10:45:58 zx-desktop kernel: usb 1-12: new full-speed USB device number 27 using xhci_hcd
ago 19 10:46:00 zx-desktop audit[505046]: AUDIT1101 pid=505046 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1101 pid=505048 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505045]: AUDIT1101 pid=505045 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505044]: AUDIT1101 pid=505044 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505047]: AUDIT1101 pid=505047 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505046]: AUDIT1103 pid=505046 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1103 pid=505048 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505044]: AUDIT1103 pid=505044 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505047]: AUDIT1103 pid=505047 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505045]: AUDIT1103 pid=505045 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop systemd[1]: Started session-1595.scope - Session 1595 of User root.
ago 19 10:46:00 zx-desktop systemd[1]: Started session-1598.scope - Session 1598 of User root.
ago 19 10:46:00 zx-desktop systemd[1]: Started session-1594.scope - Session 1594 of User root.
ago 19 10:46:00 zx-desktop systemd[1]: Started session-1597.scope - Session 1597 of User root.
ago 19 10:46:00 zx-desktop systemd[1]: Started session-1596.scope - Session 1596 of User root.
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1105 pid=505048 uid=0 auid=0 ses=1595 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1110 pid=505048 uid=0 auid=0 ses=1595 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop CROND[505058]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:46:00 zx-desktop audit[505045]: AUDIT1105 pid=505045 uid=0 auid=0 ses=1598 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505045]: AUDIT1110 pid=505045 uid=0 auid=0 ses=1598 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop CROND[505059]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:00 zx-desktop audit[505046]: AUDIT1105 pid=505046 uid=0 auid=0 ses=1594 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505046]: AUDIT1110 pid=505046 uid=0 auid=0 ses=1594 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop CROND[505061]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:00 zx-desktop audit[505047]: AUDIT1105 pid=505047 uid=0 auid=0 ses=1597 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505047]: AUDIT1110 pid=505047 uid=0 auid=0 ses=1597 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop CROND[505063]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:00 zx-desktop audit[505044]: AUDIT1105 pid=505044 uid=0 auid=0 ses=1596 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505044]: AUDIT1110 pid=505044 uid=0 auid=0 ses=1596 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop CROND[505065]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:46:00 zx-desktop CROND[505048]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1104 pid=505048 uid=0 auid=0 ses=1595 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop audit[505048]: AUDIT1106 pid=505048 uid=0 auid=0 ses=1595 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:00 zx-desktop systemd[1]: session-1595.scope: Deactivated successfully.
ago 19 10:46:00 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:46:00 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:46:01 zx-desktop kernel: usb 1-12: device not accepting address 27, error -71
ago 19 10:46:01 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
ago 19 10:46:01 zx-desktop kernel: usb usb1-port12: attempt power cycle
ago 19 10:46:12 zx-desktop CROND[505047]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:12 zx-desktop audit[505047]: AUDIT1104 pid=505047 uid=0 auid=0 ses=1597 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:12 zx-desktop audit[505047]: AUDIT1106 pid=505047 uid=0 auid=0 ses=1597 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:12 zx-desktop systemd[1]: session-1597.scope: Deactivated successfully.
ago 19 10:46:12 zx-desktop NetworkManager[2423]: <info>  [1787132772.7824] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:46:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:46:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:46:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:46:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:24 zx-desktop CROND[505046]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:24 zx-desktop audit[505046]: AUDIT1104 pid=505046 uid=0 auid=0 ses=1594 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:24 zx-desktop audit[505046]: AUDIT1106 pid=505046 uid=0 auid=0 ses=1594 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:24 zx-desktop systemd[1]: session-1594.scope: Deactivated successfully.
ago 19 10:46:36 zx-desktop CROND[505045]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:46:36 zx-desktop audit[505045]: AUDIT1104 pid=505045 uid=0 auid=0 ses=1598 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:36 zx-desktop audit[505045]: AUDIT1106 pid=505045 uid=0 auid=0 ses=1598 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:36 zx-desktop systemd[1]: session-1598.scope: Deactivated successfully.
ago 19 10:46:42 zx-desktop NetworkManager[2423]: <info>  [1787132802.7803] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:46:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:46:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:46:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:48 zx-desktop CROND[505044]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:46:48 zx-desktop audit[505044]: AUDIT1104 pid=505044 uid=0 auid=0 ses=1596 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:48 zx-desktop audit[505044]: AUDIT1106 pid=505044 uid=0 auid=0 ses=1596 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:46:48 zx-desktop systemd[1]: session-1596.scope: Deactivated successfully.
ago 19 10:46:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:46:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:58 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:46:58 zx-desktop systemd[502788]: Activating special unit exit.target...
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped target default.target - Main User Target.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped target basic.target - Basic System.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped target paths.target - Paths.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped target sockets.target - Sockets.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped target timers.target - Timers.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:46:58 zx-desktop systemd[502788]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:46:58 zx-desktop systemd[502788]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:46:58 zx-desktop systemd[502788]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:46:58 zx-desktop systemd[502788]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:46:58 zx-desktop systemd[502788]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:46:58 zx-desktop systemd[502788]: Removed slice app.slice - User Application Slice.
ago 19 10:46:58 zx-desktop systemd[502788]: Reached target shutdown.target - Shutdown.
ago 19 10:46:58 zx-desktop systemd[502788]: Finished systemd-exit.service - Exit the Session.
ago 19 10:46:58 zx-desktop systemd[502788]: Reached target exit.target - Exit the Session.
ago 19 10:46:58 zx-desktop systemd-logind[2247]: Removed session 1593.
ago 19 10:46:58 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:46:58 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:46:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:58 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:46:58 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:46:58 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:46:58 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:46:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:46:58 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:46:58 zx-desktop systemd[1]: user-0.slice: Consumed 1.109s CPU time over 2min 57.703s wall clock time, 17.1M memory peak.
ago 19 10:47:00 zx-desktop audit[507396]: AUDIT1101 pid=507396 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1101 pid=507397 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507395]: AUDIT1101 pid=507395 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507394]: AUDIT1101 pid=507394 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507393]: AUDIT1101 pid=507393 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1103 pid=507397 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507395]: AUDIT1103 pid=507395 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507394]: AUDIT1103 pid=507394 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507396]: AUDIT1103 pid=507396 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507393]: AUDIT1103 pid=507393 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:47:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:47:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:47:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:47:00 zx-desktop audit[507411]: AUDIT1101 pid=507411 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:47:00 zx-desktop audit[507411]: AUDIT1103 pid=507411 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:47:00 zx-desktop audit[507411]: AUDIT2300 pid=507411 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:47:00 zx-desktop systemd-logind[2247]: New session '1604' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:47:00 zx-desktop (systemd)[507411]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:47:00 zx-desktop audit[507411]: AUDIT1105 pid=507411 uid=0 auid=0 ses=1604 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3606 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3606 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3607 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3607 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3608 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3608 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3609 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3609 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3610 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3610 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3611 op=LOAD
ago 19 10:47:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:47:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3612 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3611 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3612 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3613 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3613 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3614 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3614 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3615 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3615 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3616 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3617 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3617 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3618 op=LOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3616 op=UNLOAD
ago 19 10:47:00 zx-desktop audit: BPF prog-id=3618 op=UNLOAD
ago 19 10:47:00 zx-desktop systemd-xdg-autostart-generator[507426]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:47:00 zx-desktop systemd[507411]: Queued start job for default target default.target.
ago 19 10:47:00 zx-desktop systemd[507411]: Created slice app.slice - User Application Slice.
ago 19 10:47:00 zx-desktop systemd[507411]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:47:00 zx-desktop systemd[507411]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:47:00 zx-desktop systemd[507411]: Reached target paths.target - Paths.
ago 19 10:47:00 zx-desktop systemd[507411]: Reached target timers.target - Timers.
ago 19 10:47:00 zx-desktop systemd[507411]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:47:00 zx-desktop systemd[507411]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:47:00 zx-desktop systemd[507411]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:47:00 zx-desktop systemd[507411]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:47:00 zx-desktop systemd[507411]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:47:00 zx-desktop systemd[507411]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:47:00 zx-desktop systemd[507411]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:47:00 zx-desktop systemd[507411]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:47:00 zx-desktop systemd[507411]: Reached target sockets.target - Sockets.
ago 19 10:47:00 zx-desktop systemd[507411]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:47:00 zx-desktop systemd[507411]: Reached target basic.target - Basic System.
ago 19 10:47:00 zx-desktop systemd[507411]: Reached target default.target - Main User Target.
ago 19 10:47:00 zx-desktop systemd[507411]: Startup finished in 339ms.
ago 19 10:47:00 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:47:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Started session-1599.scope - Session 1599 of User root.
ago 19 10:47:00 zx-desktop systemd[1]: Started session-1600.scope - Session 1600 of User root.
ago 19 10:47:00 zx-desktop audit[507396]: AUDIT1105 pid=507396 uid=0 auid=0 ses=1599 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1105 pid=507397 uid=0 auid=0 ses=1600 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Started session-1601.scope - Session 1601 of User root.
ago 19 10:47:00 zx-desktop audit[507396]: AUDIT1110 pid=507396 uid=0 auid=0 ses=1599 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1110 pid=507397 uid=0 auid=0 ses=1600 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507395]: AUDIT1105 pid=507395 uid=0 auid=0 ses=1601 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Started session-1602.scope - Session 1602 of User root.
ago 19 10:47:00 zx-desktop audit[507395]: AUDIT1110 pid=507395 uid=0 auid=0 ses=1601 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop CROND[507439]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:47:00 zx-desktop CROND[507438]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:00 zx-desktop audit[507394]: AUDIT1105 pid=507394 uid=0 auid=0 ses=1602 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507394]: AUDIT1110 pid=507394 uid=0 auid=0 ses=1602 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop systemd[1]: Started session-1603.scope - Session 1603 of User root.
ago 19 10:47:00 zx-desktop CROND[507440]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:00 zx-desktop audit[507393]: AUDIT1105 pid=507393 uid=0 auid=0 ses=1603 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507393]: AUDIT1110 pid=507393 uid=0 auid=0 ses=1603 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop CROND[507441]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:00 zx-desktop CROND[507445]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:47:00 zx-desktop CROND[507397]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1104 pid=507397 uid=0 auid=0 ses=1600 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop audit[507397]: AUDIT1106 pid=507397 uid=0 auid=0 ses=1600 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:00 zx-desktop systemd[1]: session-1600.scope: Deactivated successfully.
ago 19 10:47:12 zx-desktop CROND[507396]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:12 zx-desktop audit[507396]: AUDIT1104 pid=507396 uid=0 auid=0 ses=1599 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:12 zx-desktop audit[507396]: AUDIT1106 pid=507396 uid=0 auid=0 ses=1599 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:12 zx-desktop systemd[1]: session-1599.scope: Deactivated successfully.
ago 19 10:47:12 zx-desktop NetworkManager[2423]: <info>  [1787132832.7807] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:47:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:47:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:47:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:15 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '14368928'
ago 19 10:47:21 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626af843540' has no handler with id '14369708'
ago 19 10:47:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:47:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:24 zx-desktop CROND[507395]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:24 zx-desktop audit[507395]: AUDIT1104 pid=507395 uid=0 auid=0 ses=1601 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:24 zx-desktop audit[507395]: AUDIT1106 pid=507395 uid=0 auid=0 ses=1601 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:24 zx-desktop systemd[1]: session-1601.scope: Deactivated successfully.
ago 19 10:47:36 zx-desktop CROND[507394]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:47:36 zx-desktop audit[507394]: AUDIT1104 pid=507394 uid=0 auid=0 ses=1602 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:36 zx-desktop audit[507394]: AUDIT1106 pid=507394 uid=0 auid=0 ses=1602 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:36 zx-desktop systemd[1]: session-1602.scope: Deactivated successfully.
ago 19 10:47:42 zx-desktop NetworkManager[2423]: <info>  [1787132862.7810] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:47:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:47:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:47:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:48 zx-desktop CROND[507393]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:47:48 zx-desktop audit[507393]: AUDIT1104 pid=507393 uid=0 auid=0 ses=1603 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:48 zx-desktop audit[507393]: AUDIT1106 pid=507393 uid=0 auid=0 ses=1603 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:47:48 zx-desktop systemd[1]: session-1603.scope: Deactivated successfully.
ago 19 10:47:52 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:47:52 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:58 zx-desktop systemd[1]: Stopping user@0.service - User Manager for UID 0...
ago 19 10:47:58 zx-desktop systemd[507411]: Activating special unit exit.target...
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped target default.target - Main User Target.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped target basic.target - Basic System.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped target paths.target - Paths.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped target sockets.target - Sockets.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped target timers.target - Timers.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:47:58 zx-desktop systemd[507411]: Closed dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:47:58 zx-desktop systemd[507411]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:47:58 zx-desktop systemd[507411]: Closed systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:47:58 zx-desktop systemd[507411]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:47:58 zx-desktop systemd[507411]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:47:58 zx-desktop systemd[507411]: Removed slice app.slice - User Application Slice.
ago 19 10:47:58 zx-desktop systemd[507411]: Reached target shutdown.target - Shutdown.
ago 19 10:47:58 zx-desktop systemd[507411]: Finished systemd-exit.service - Exit the Session.
ago 19 10:47:58 zx-desktop systemd[507411]: Reached target exit.target - Exit the Session.
ago 19 10:47:58 zx-desktop systemd-logind[2247]: Removed session 1604.
ago 19 10:47:58 zx-desktop systemd[1]: user@0.service: Deactivated successfully.
ago 19 10:47:58 zx-desktop systemd[1]: Stopped user@0.service - User Manager for UID 0.
ago 19 10:47:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:58 zx-desktop systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:47:58 zx-desktop systemd[1]: run-user-0.mount: Deactivated successfully.
ago 19 10:47:58 zx-desktop systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
ago 19 10:47:58 zx-desktop systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:47:58 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:47:58 zx-desktop systemd[1]: Removed slice user-0.slice - User Slice of UID 0.
ago 19 10:48:00 zx-desktop audit[509844]: AUDIT1101 pid=509844 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509847]: AUDIT1101 pid=509847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509846]: AUDIT1101 pid=509846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509845]: AUDIT1101 pid=509845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509843]: AUDIT1101 pid=509843 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509847]: AUDIT1103 pid=509847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509846]: AUDIT1103 pid=509846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509844]: AUDIT1103 pid=509844 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509845]: AUDIT1103 pid=509845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop audit[509843]: AUDIT1103 pid=509843 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:00 zx-desktop systemd[1]: Created slice user-0.slice - User Slice of UID 0.
ago 19 10:48:00 zx-desktop systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...
ago 19 10:48:00 zx-desktop systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.
ago 19 10:48:00 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:00 zx-desktop systemd[1]: Starting user@0.service - User Manager for UID 0...
ago 19 10:48:00 zx-desktop audit[509864]: AUDIT1101 pid=509864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:48:00 zx-desktop audit[509864]: AUDIT1103 pid=509864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
ago 19 10:48:00 zx-desktop audit[509864]: AUDIT2300 pid=509864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:48:00 zx-desktop systemd-logind[2247]: New session '1610' of user 'root' with class 'manager-early' and type 'unspecified'.
ago 19 10:48:00 zx-desktop (systemd)[509864]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
ago 19 10:48:00 zx-desktop audit[509864]: AUDIT1105 pid=509864 uid=0 auid=0 ses=1610 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3619 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3619 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3620 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3620 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3621 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3621 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3622 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3622 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3623 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3623 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3624 op=LOAD
ago 19 10:48:00 zx-desktop uresourced[2801]: Setting resources on user-0.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:48:00 zx-desktop uresourced[2801]: Setting resources on user@0.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3625 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3624 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3625 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3626 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3626 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3627 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3627 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3628 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3628 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3629 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3630 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3630 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3631 op=LOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3629 op=UNLOAD
ago 19 10:48:00 zx-desktop audit: BPF prog-id=3631 op=UNLOAD
ago 19 10:48:00 zx-desktop systemd-xdg-autostart-generator[509888]: Configuration file /etc/xdg/autostart/PanGPUI.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
ago 19 10:48:01 zx-desktop systemd[509864]: Queued start job for default target default.target.
ago 19 10:48:01 zx-desktop systemd[509864]: Created slice app.slice - User Application Slice.
ago 19 10:48:01 zx-desktop systemd[509864]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes skipped, unmet condition check ConditionUser=!@system
ago 19 10:48:01 zx-desktop systemd[509864]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
ago 19 10:48:01 zx-desktop systemd[509864]: Reached target paths.target - Paths.
ago 19 10:48:01 zx-desktop systemd[509864]: Reached target timers.target - Timers.
ago 19 10:48:01 zx-desktop systemd[509864]: Starting dbus.socket - D-Bus User Message Bus Socket...
ago 19 10:48:01 zx-desktop systemd[509864]: pipewire-pulse.socket - PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
ago 19 10:48:01 zx-desktop systemd[509864]: pipewire.socket - PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
ago 19 10:48:01 zx-desktop systemd[509864]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
ago 19 10:48:01 zx-desktop systemd[509864]: Listening on systemd-importd.socket - Disk Image Download Service Socket.
ago 19 10:48:01 zx-desktop systemd[509864]: Listening on systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
ago 19 10:48:01 zx-desktop systemd[509864]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
ago 19 10:48:01 zx-desktop systemd[509864]: Listening on dbus.socket - D-Bus User Message Bus Socket.
ago 19 10:48:01 zx-desktop systemd[509864]: Reached target sockets.target - Sockets.
ago 19 10:48:01 zx-desktop systemd[509864]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
ago 19 10:48:01 zx-desktop systemd[509864]: Reached target basic.target - Basic System.
ago 19 10:48:01 zx-desktop systemd[509864]: Reached target default.target - Main User Target.
ago 19 10:48:01 zx-desktop systemd[509864]: Startup finished in 318ms.
ago 19 10:48:01 zx-desktop systemd[1]: Started user@0.service - User Manager for UID 0.
ago 19 10:48:01 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:01 zx-desktop systemd[1]: Started session-1605.scope - Session 1605 of User root.
ago 19 10:48:01 zx-desktop systemd[1]: Started session-1606.scope - Session 1606 of User root.
ago 19 10:48:01 zx-desktop audit[509847]: AUDIT1105 pid=509847 uid=0 auid=0 ses=1605 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509847]: AUDIT1110 pid=509847 uid=0 auid=0 ses=1605 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509846]: AUDIT1105 pid=509846 uid=0 auid=0 ses=1606 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop systemd[1]: Started session-1607.scope - Session 1607 of User root.
ago 19 10:48:01 zx-desktop audit[509846]: AUDIT1110 pid=509846 uid=0 auid=0 ses=1606 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop CROND[509934]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:48:01 zx-desktop audit[509843]: AUDIT1105 pid=509843 uid=0 auid=0 ses=1607 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509843]: AUDIT1110 pid=509843 uid=0 auid=0 ses=1607 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop systemd[1]: Started session-1608.scope - Session 1608 of User root.
ago 19 10:48:01 zx-desktop CROND[509935]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:01 zx-desktop audit[509845]: AUDIT1105 pid=509845 uid=0 auid=0 ses=1608 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509845]: AUDIT1110 pid=509845 uid=0 auid=0 ses=1608 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop systemd[1]: Started session-1609.scope - Session 1609 of User root.
ago 19 10:48:01 zx-desktop CROND[509936]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:48:01 zx-desktop audit[509844]: AUDIT1105 pid=509844 uid=0 auid=0 ses=1609 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509844]: AUDIT1110 pid=509844 uid=0 auid=0 ses=1609 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop CROND[509937]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:01 zx-desktop CROND[509938]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:01 zx-desktop CROND[509847]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:48:01 zx-desktop audit[509847]: AUDIT1104 pid=509847 uid=0 auid=0 ses=1605 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop audit[509847]: AUDIT1106 pid=509847 uid=0 auid=0 ses=1605 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:01 zx-desktop systemd[1]: session-1605.scope: Deactivated successfully.
ago 19 10:48:12 zx-desktop NetworkManager[2423]: <info>  [1787132892.7891] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:48:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:48:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:48:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:13 zx-desktop CROND[509846]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:13 zx-desktop audit[509846]: AUDIT1104 pid=509846 uid=0 auid=0 ses=1606 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:13 zx-desktop audit[509846]: AUDIT1106 pid=509846 uid=0 auid=0 ses=1606 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:13 zx-desktop systemd[1]: session-1606.scope: Deactivated successfully.
ago 19 10:48:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:48:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:25 zx-desktop CROND[509845]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:25 zx-desktop audit[509845]: AUDIT1104 pid=509845 uid=0 auid=0 ses=1608 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:25 zx-desktop audit[509845]: AUDIT1106 pid=509845 uid=0 auid=0 ses=1608 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:25 zx-desktop systemd[1]: session-1608.scope: Deactivated successfully.
ago 19 10:48:26 zx-desktop systemd[4522]: Started dbus-:1.2-org.gnome.Settings@0.service.
ago 19 10:48:26 zx-desktop gnome-control-center[511472]: The resource style-dark.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
ago 19 10:48:26 zx-desktop gnome-control-center[511472]: The resource style-hc.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
ago 19 10:48:37 zx-desktop CROND[509844]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:48:37 zx-desktop audit[509844]: AUDIT1104 pid=509844 uid=0 auid=0 ses=1609 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:37 zx-desktop audit[509844]: AUDIT1106 pid=509844 uid=0 auid=0 ses=1609 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:48:37 zx-desktop systemd[1]: session-1609.scope: Deactivated successfully.
ago 19 10:48:38 zx-desktop systemd-logind[2247]: The system will suspend now!
ago 19 10:48:38 zx-desktop NetworkManager[2423]: <info>  [1787132918.0163] manager: sleep: sleep requested (sleeping: no  enabled: yes)
ago 19 10:48:38 zx-desktop NetworkManager[2423]: <info>  [1787132918.0168] manager: NetworkManager state is now DISABLED (ASLEEP)
ago 19 10:48:38 zx-desktop gnome-shell[4920]: Type GITypeInfo of property AccountsService.User::password-mode does not match return type GITypeInfo of getter get_password_mode. Falling back to slow path
ago 19 10:48:38 zx-desktop solaar[5211]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
ago 19 10:48:38 zx-desktop variety[5196]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
ago 19 10:48:38 zx-desktop gnome-shell[4920]: Object Indicator (0x5626b1ad9bc0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
                                              == Stack trace for context 0x5626ae413d80 ==
                                              #0   7ffd58f6dfc0 b   resource:///org/gnome/gjs/modules/core/overrides/GObject.js:710 (121329fcbe70 @ 25)
                                              #1   7ffd58f6e070 b   file:///home/pjfonseca/.local/share/gnome-shell/extensions/tilingshell@ferrarodomenico.com/utils/signalHandling.js:17 (3a607d4a5420 @ 45)
                                              #2   7ffd58f6e0e0 I   self-hosted:157 (121329fb0dd0 @ 246)
                                              #3   5626ae4e4588 i   file:///home/pjfonseca/.local/share/gnome-shell/extensions/tilingshell@ferrarodomenico.com/utils/signalHandling.js:16 (3a607d4a53d0 @ 90)
                                              #4   5626ae4e44e0 i   file:///home/pjfonseca/.local/share/gnome-shell/extensions/tilingshell@ferrarodomenico.com/extension.js:573 (3a607d48cab0 @ 191)
                                              #5   5626ae4e4440 i   resource:///org/gnome/shell/ui/extensionSystem.js:185 (b5d3f65bc40 @ 22)
                                              #6   5626ae4e4368 i   resource:///org/gnome/shell/ui/extensionSystem.js:219 (b5d3f65bc90 @ 460)
                                              #7   7ffd58f6ea70 b   resource:///org/gnome/shell/ui/extensionSystem.js:582 (b5d3f663470 @ 429)
                                              #8   7ffd58f6eb00 b   self-hosted:800 (15c3a6144880 @ 15)
                                              #9   5626ae4e42d8 i   resource:///org/gnome/shell/ui/init.js:20 (121329f8d8d0 @ 48)
ago 19 10:48:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b1ad9bc0' has no handler with id '56804'
ago 19 10:48:38 zx-desktop gnome-shell[4920]: ../gobject/gsignal.c:2723: instance '0x5626b0caec10' has no handler with id '14450942'
ago 19 10:48:38 zx-desktop gnome-shell[4920]: [tilingshell] [extension] extension is disabled
ago 19 10:48:38 zx-desktop gnome-shell[4920]: Cursor update failed: drmModeAtomicCommit: Invalid argument
ago 19 10:48:39 zx-desktop systemd[1]: Reached target sleep.target - Sleep.
ago 19 10:48:39 zx-desktop systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
ago 19 10:48:39 zx-desktop suspend[512386]: nvidia-suspend.service
ago 19 10:48:39 zx-desktop logger[512386]: <13>Aug 19 10:48:39 suspend: nvidia-suspend.service
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/ldac
ago 19 10:48:39 zx-desktop kernel: rfkill: input handler enabled
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/aptx_hd
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx_hd
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/aptx
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/aac
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aac
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/opus_g
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/opus_g
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/sbc
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/sbc
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx_ll_1
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx_ll_0
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/faststream
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/faststream_duplex
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/opus_05
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/opus_05
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSink/opus_05_duplex
ago 19 10:48:39 zx-desktop bluetoothd[2172]: Endpoint unregistered: sender=:1.126 path=/MediaEndpoint/A2DPSource/opus_05_duplex
ago 19 10:48:39 zx-desktop systemd[509864]: Reached target sound.target - Sound Card.
ago 19 10:48:39 zx-desktop gsd-media-keys[5072]: Unable to get default source
ago 19 10:48:39 zx-desktop gsd-media-keys[5072]: Unable to get default sink
ago 19 10:48:39 zx-desktop uresourced[2801]: Setting resources on user-1000.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:48:39 zx-desktop uresourced[2801]: Setting resources on user@1000.service (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
ago 19 10:48:39 zx-desktop uresourced[2801]: Setting resources on user.slice (MemoryMin: 0, MemoryLow: 0, CPUWeight: -, IOWeight: -)
ago 19 10:48:42 zx-desktop NetworkManager[2423]: <info>  [1787132922.7878] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:48:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:48:45 zx-desktop systemd[1]: nvidia-suspend.service: Deactivated successfully.
ago 19 10:48:45 zx-desktop systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
ago 19 10:48:45 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:45 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:45 zx-desktop systemd[1]: nvidia-suspend.service: Consumed 5.657s CPU time over 5.975s wall clock time, 1.1G memory peak.
ago 19 10:48:45 zx-desktop systemd[1]: Starting systemd-suspend.service - System Suspend...
ago 19 10:48:45 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:48:45 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:45 zx-desktop systemd[1]: user@0.service: Unit now frozen-by-parent.
ago 19 10:48:45 zx-desktop systemd[1]: user-0.slice: Unit now frozen-by-parent.
ago 19 10:48:45 zx-desktop systemd[1]: session-1607.scope: Unit now frozen-by-parent.
ago 19 10:48:45 zx-desktop systemd[1]: session-2.scope: Unit now frozen-by-parent.
ago 19 10:48:55 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:48:55 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:48:57 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:48:57 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:48:57 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1101 pid=512602 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512599]: AUDIT1101 pid=512599 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512598]: AUDIT1101 pid=512598 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512601]: AUDIT1101 pid=512601 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512600]: AUDIT1101 pid=512600 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512599]: AUDIT1103 pid=512599 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1103 pid=512602 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512598]: AUDIT1103 pid=512598 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512600]: AUDIT1103 pid=512600 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512601]: AUDIT1103 pid=512601 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop systemd[1]: Cannot start frozen unit session-1614.scope - Session 1614 of User root.
ago 19 10:49:00 zx-desktop systemd[1]: Cannot start frozen unit session-1612.scope - Session 1612 of User root.
ago 19 10:49:00 zx-desktop systemd[1]: Cannot start frozen unit session-1613.scope - Session 1613 of User root.
ago 19 10:49:00 zx-desktop systemd[1]: Cannot start frozen unit session-1615.scope - Session 1615 of User root.
ago 19 10:49:00 zx-desktop systemd[1]: Cannot start frozen unit session-1611.scope - Session 1611 of User root.
ago 19 10:49:00 zx-desktop crond[512598]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:49:00 zx-desktop audit[512598]: AUDIT1105 pid=512598 uid=0 auid=0 ses=1614 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512598]: AUDIT1110 pid=512598 uid=0 auid=0 ses=1614 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512601]: AUDIT1105 pid=512601 uid=0 auid=0 ses=1612 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512601]: AUDIT1110 pid=512601 uid=0 auid=0 ses=1612 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop crond[512601]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:49:00 zx-desktop audit[512600]: AUDIT1105 pid=512600 uid=0 auid=0 ses=1613 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512600]: AUDIT1110 pid=512600 uid=0 auid=0 ses=1613 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop CROND[512616]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1105 pid=512602 uid=0 auid=0 ses=1615 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1110 pid=512602 uid=0 auid=0 ses=1615 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop CROND[512617]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:00 zx-desktop crond[512600]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:49:00 zx-desktop audit[512599]: AUDIT1105 pid=512599 uid=0 auid=0 ses=1611 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512599]: AUDIT1110 pid=512599 uid=0 auid=0 ses=1611 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop CROND[512618]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:00 zx-desktop crond[512602]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:49:00 zx-desktop CROND[512619]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:49:00 zx-desktop crond[512599]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:49:00 zx-desktop CROND[512623]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:00 zx-desktop CROND[512602]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1104 pid=512602 uid=0 auid=0 ses=1615 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:00 zx-desktop audit[512602]: AUDIT1106 pid=512602 uid=0 auid=0 ses=1615 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:01 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:49:03 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:49:03 zx-desktop systemd-logind[2247]: Power key pressed short.
ago 19 10:49:12 zx-desktop CROND[512601]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:12 zx-desktop audit[512601]: AUDIT1104 pid=512601 uid=0 auid=0 ses=1612 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:12 zx-desktop audit[512601]: AUDIT1106 pid=512601 uid=0 auid=0 ses=1612 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:12 zx-desktop NetworkManager[2423]: <info>  [1787132952.7855] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:49:12 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:49:12 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:49:12 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:49:22 zx-desktop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
ago 19 10:49:22 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:49:24 zx-desktop CROND[512600]: (root) CMDEND (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:24 zx-desktop audit[512600]: AUDIT1104 pid=512600 uid=0 auid=0 ses=1613 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:24 zx-desktop audit[512600]: AUDIT1106 pid=512600 uid=0 auid=0 ses=1613 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:26 zx-desktop kernel: usb 1-12: new low-speed USB device number 29 using xhci_hcd
ago 19 10:49:31 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:49:31 zx-desktop kernel: usb 1-12: Device not responding to setup address.
ago 19 10:49:32 zx-desktop kernel: usb 1-12: device not accepting address 29, error -71
ago 19 10:49:32 zx-desktop kernel: usb 1-13: USB disconnect, device number 25
ago 19 10:49:32 zx-desktop systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
ago 19 10:49:32 zx-desktop systemd[1]: Stopped target bluetooth.target - Bluetooth Support.
ago 19 10:49:32 zx-desktop dbus-broker[2169]: A security policy denied :1.5 to send method call /midi/profile:org.bluez.GattProfile1.Release to :1.127.
ago 19 10:49:32 zx-desktop systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
ago 19 10:49:32 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:49:32 zx-desktop logid[2696]: [INFO] Device on /dev/hidraw4 disconnected
ago 19 10:49:32 zx-desktop bluetoothd[2172]: Battery Provider Manager destroyed
ago 19 10:49:33 zx-desktop kernel: usb 1-13: new low-speed USB device number 31 using xhci_hcd
ago 19 10:49:33 zx-desktop kernel: usb 1-13: New USB device found, idVendor=1a2c, idProduct=0e24, bcdDevice= 1.10
ago 19 10:49:33 zx-desktop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
ago 19 10:49:33 zx-desktop kernel: usb 1-13: Product: USB Keyboard
ago 19 10:49:33 zx-desktop kernel: usb 1-13: Manufacturer: SEM
ago 19 10:49:33 zx-desktop kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:1A2C:0E24.0012/input/input42
ago 19 10:49:33 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0012: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:03:00.0-13/input0
ago 19 10:49:34 zx-desktop kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0013/input/input43
ago 19 10:49:34 zx-desktop kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0013/input/input44
ago 19 10:49:34 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0013: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:03:00.0-13/input1
ago 19 10:49:34 zx-desktop mtp-probe[512662]: checking bus 1, device 31: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13"
ago 19 10:49:34 zx-desktop mtp-probe[512662]: bus: 1, device: 31 was not an MTP device
ago 19 10:49:34 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event4 (SEM USB Keyboard System Control)
ago 19 10:49:34 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event2 (SEM USB Keyboard)
ago 19 10:49:34 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event3 (SEM USB Keyboard Consumer Control)
ago 19 10:49:34 zx-desktop mtp-probe[512672]: checking bus 1, device 31: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13"
ago 19 10:49:34 zx-desktop mtp-probe[512672]: bus: 1, device: 31 was not an MTP device
ago 19 10:49:35 zx-desktop kernel: usb 1-13: USB disconnect, device number 31
ago 19 10:49:36 zx-desktop CROND[512599]: (root) CMDEND (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:49:36 zx-desktop audit[512599]: AUDIT1104 pid=512599 uid=0 auid=0 ses=1611 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:36 zx-desktop audit[512599]: AUDIT1106 pid=512599 uid=0 auid=0 ses=1611 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:37 zx-desktop systemd[1]: systemd-rfkill.service: Deactivated successfully.
ago 19 10:49:37 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:49:40 zx-desktop kernel: usb 1-13: new low-speed USB device number 32 using xhci_hcd
ago 19 10:49:40 zx-desktop kernel: usb 1-13: New USB device found, idVendor=1a2c, idProduct=0e24, bcdDevice= 1.10
ago 19 10:49:40 zx-desktop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
ago 19 10:49:40 zx-desktop kernel: usb 1-13: Product: USB Keyboard
ago 19 10:49:40 zx-desktop kernel: usb 1-13: Manufacturer: SEM
ago 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:1A2C:0E24.0014/input/input45
ago 19 10:49:40 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0014: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:03:00.0-13/input0
ago 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0015/input/input46
ago 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0015/input/input47
ago 19 10:49:40 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0015: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:03:00.0-13/input1
ago 19 10:49:40 zx-desktop mtp-probe[512683]: checking bus 1, device 32: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13"
ago 19 10:49:40 zx-desktop mtp-probe[512683]: bus: 1, device: 32 was not an MTP device
ago 19 10:49:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event4 (SEM USB Keyboard System Control)
ago 19 10:49:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event2 (SEM USB Keyboard)
ago 19 10:49:40 zx-desktop systemd-logind[2247]: Watching system buttons on /dev/input/event3 (SEM USB Keyboard Consumer Control)
ago 19 10:49:40 zx-desktop mtp-probe[512696]: checking bus 1, device 32: "/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13"
ago 19 10:49:40 zx-desktop mtp-probe[512696]: bus: 1, device: 32 was not an MTP device
ago 19 10:49:42 zx-desktop NetworkManager[2423]: <info>  [1787132982.7961] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:49:42 zx-desktop systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
ago 19 10:49:42 zx-desktop systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
ago 19 10:49:42 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:49:45 zx-desktop systemd-sleep[512578]: Failed to freeze unit 'user.slice': Connection timed out
ago 19 10:49:45 zx-desktop systemd-sleep[512578]: Performing sleep operation 'suspend'...
ago 19 10:49:45 zx-desktop kernel: PM: suspend entry (deep)
ago 19 10:49:59 zx-desktop kernel: Filesystems sync: 0.016 seconds
ago 19 10:49:59 zx-desktop kernel: Freezing user space processes
ago 19 10:49:59 zx-desktop kernel: Freezing user space processes completed (elapsed 0.002 seconds)
ago 19 10:49:59 zx-desktop kernel: OOM killer disabled.
ago 19 10:49:59 zx-desktop kernel: Freezing remaining freezable tasks
ago 19 10:49:59 zx-desktop kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
ago 19 10:49:59 zx-desktop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
ago 19 10:49:59 zx-desktop kernel: PM: suspend devices took 0.033 seconds
ago 19 10:49:59 zx-desktop kernel: ACPI: PM: Preparing to enter system sleep state S3
ago 19 10:49:59 zx-desktop kernel: ACPI: PM: Saving platform NVS memory
ago 19 10:49:59 zx-desktop kernel: Disabling non-boot CPUs ...
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 15 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 14 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 13 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 12 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 11 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 10 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 9 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 8 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 7 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 6 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 5 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 4 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 3 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 2 is now offline
ago 19 10:49:59 zx-desktop kernel: smpboot: CPU 1 is now offline
ago 19 10:49:59 zx-desktop kernel: ACPI: PM: Low-level resume complete
ago 19 10:49:59 zx-desktop kernel: ACPI: PM: Restoring platform NVS memory
ago 19 10:49:59 zx-desktop kernel: AMD-Vi: Virtual APIC enabled
ago 19 10:49:59 zx-desktop kernel: AMD-Vi: Virtual APIC enabled
ago 19 10:49:59 zx-desktop kernel: Enabling non-boot CPUs ...
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU1 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU2 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU3 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 4 APIC 0x8
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU4 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 5 APIC 0xa
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU5 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 6 APIC 0xc
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU6 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 7 APIC 0xe
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU7 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 8 APIC 0x1
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU8 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 9 APIC 0x3
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU9 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 10 APIC 0x5
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU10 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 11 APIC 0x7
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU11 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 12 APIC 0x9
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU12 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 13 APIC 0xb
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU13 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 14 APIC 0xd
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU14 is up
ago 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 15 APIC 0xf
ago 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
ago 19 10:49:59 zx-desktop kernel: CPU15 is up
ago 19 10:49:59 zx-desktop kernel: ACPI: PM: Waking up from system sleep state S3
ago 19 10:49:59 zx-desktop kernel: xhci_hcd 0000:03:00.0: xHC error in resume, USBSTS 0x401, Reinit
ago 19 10:49:59 zx-desktop kernel: usb usb1: root hub lost power or was reset
ago 19 10:49:59 zx-desktop kernel: usb usb2: root hub lost power or was reset
ago 19 10:49:59 zx-desktop kernel: pcieport 0000:00:01.3: PME: Spurious native interrupt!
ago 19 10:49:59 zx-desktop kernel: nvme nvme0: D3 entry latency set to 8 seconds
ago 19 10:49:59 zx-desktop kernel: nvme nvme0: 8/0/0 default/read/poll queues
ago 19 10:49:59 zx-desktop kernel: ata3: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata4: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata7: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata9: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata8: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata5: SATA link down (SStatus 0 SControl 330)
ago 19 10:49:59 zx-desktop kernel: ata6: SATA link down (SStatus 0 SControl 330)
ago 19 10:49:59 zx-desktop kernel: ata1: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: ata2: SATA link down (SStatus 0 SControl 300)
ago 19 10:49:59 zx-desktop kernel: PM: resume devices took 2.191 seconds
ago 19 10:49:59 zx-desktop kernel: OOM killer enabled.
ago 19 10:49:59 zx-desktop kernel: Restarting tasks: Starting
ago 19 10:49:59 zx-desktop kernel: usb 1-13: USB disconnect, device number 32
ago 19 10:49:59 zx-desktop kernel: Restarting tasks: Done
ago 19 10:49:59 zx-desktop kernel: efivarfs: resyncing variable state
ago 19 10:49:59 zx-desktop systemd-resolved[1976]: Clock change detected. Flushing caches.
ago 19 10:49:59 zx-desktop systemd-sleep[512578]: System returned from sleep operation 'suspend'.
ago 19 10:49:59 zx-desktop kernel: efivarfs: finished resyncing variable state
ago 19 10:49:59 zx-desktop kernel: random: crng reseeded on system resumption
ago 19 10:49:59 zx-desktop kernel: PM: suspend exit
ago 19 10:49:59 zx-desktop CROND[512598]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:49:59 zx-desktop audit[512598]: AUDIT1104 pid=512598 uid=0 auid=0 ses=1614 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:49:59 zx-desktop audit[512598]: AUDIT1106 pid=512598 uid=0 auid=0 ses=1614 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop kernel: igb 0000:21:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2669] device (eno1): carrier: link connected
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2684] device (eno1): ip:dhcp4: restarting
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2685] dhcp4 (eno1): canceled DHCP transaction
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2685] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2686] dhcp4 (eno1): state changed no lease
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2686] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2688] device (eno1): ip:dhcp6: restarting
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2689] dhcp6 (eno1): canceled DHCP transaction
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2689] dhcp6 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2689] dhcp6 (eno1): state changed no lease
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2689] dhcp6 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.2765] dhcp6 (eno1): state changed new lease
ago 19 10:50:00 zx-desktop audit[512844]: AUDIT1101 pid=512844 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512844]: AUDIT1103 pid=512844 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512845]: AUDIT1101 pid=512845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512845]: AUDIT1103 pid=512845 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512843]: AUDIT1101 pid=512843 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512846]: AUDIT1101 pid=512846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1101 pid=512847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1103 pid=512847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512846]: AUDIT1103 pid=512846 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512843]: AUDIT1103 pid=512843 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop chronyd[2174]: Forward time jump detected!
ago 19 10:50:00 zx-desktop chronyd[2174]: Can't synchronise: no selectable sources (0 unreachable sources)
ago 19 10:50:00 zx-desktop systemd[1]: Cannot start frozen unit session-1616.scope - Session 1616 of User root.
ago 19 10:50:00 zx-desktop systemd[1]: Cannot start frozen unit session-1619.scope - Session 1619 of User root.
ago 19 10:50:00 zx-desktop systemd[1]: Cannot start frozen unit session-1620.scope - Session 1620 of User root.
ago 19 10:50:00 zx-desktop systemd[1]: Cannot start frozen unit session-1617.scope - Session 1617 of User root.
ago 19 10:50:00 zx-desktop systemd[1]: Cannot start frozen unit session-1618.scope - Session 1618 of User root.
ago 19 10:50:00 zx-desktop crond[512844]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:50:00 zx-desktop audit[512844]: AUDIT1105 pid=512844 uid=0 auid=0 ses=1616 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512844]: AUDIT1110 pid=512844 uid=0 auid=0 ses=1616 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop crond[512846]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:50:00 zx-desktop audit[512846]: AUDIT1105 pid=512846 uid=0 auid=0 ses=1619 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop CROND[512865]: (root) CMD (sleep 36; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:50:00 zx-desktop crond[512843]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:50:00 zx-desktop audit[512846]: AUDIT1110 pid=512846 uid=0 auid=0 ses=1619 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512843]: AUDIT1105 pid=512843 uid=0 auid=0 ses=1620 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop crond[512845]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:50:00 zx-desktop audit[512845]: AUDIT1105 pid=512845 uid=0 auid=0 ses=1617 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512843]: AUDIT1110 pid=512843 uid=0 auid=0 ses=1620 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512845]: AUDIT1110 pid=512845 uid=0 auid=0 ses=1617 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop crond[512847]: pam_systemd(crond:session): Varlink call io.systemd.Login.CreateSession failed: io.systemd.Login.UnitAllocationFailed
ago 19 10:50:00 zx-desktop CROND[512866]: (root) CMD (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:50:00 zx-desktop CROND[512867]: (root) CMD (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1105 pid=512847 uid=0 auid=0 ses=1618 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1110 pid=512847 uid=0 auid=0 ses=1618 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop CROND[512868]: (root) CMD (sleep 24; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:50:00 zx-desktop CROND[512869]: (root) CMD (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.3825] dhcp4 (eno1): state changed new lease, address=192.168.1.158, acd pending
ago 19 10:50:00 zx-desktop NetworkManager[2423]: <info>  [1787133000.3829] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:50:00 zx-desktop CROND[512847]: (root) CMDEND (curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                                 )
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1104 pid=512847 uid=0 auid=0 ses=1618 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:00 zx-desktop audit[512847]: AUDIT1106 pid=512847 uid=0 auid=0 ses=1618 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:04 zx-desktop systemd[1]: user.slice: Unit now frozen.
ago 19 10:50:04 zx-desktop systemd[1]: user-1000.slice: Unit now frozen-by-parent.
ago 19 10:50:04 zx-desktop systemd[1]: user@1000.service: Unit now frozen-by-parent.
ago 19 10:50:05 zx-desktop systemd[4522]: Stopped target bluetooth.target - Bluetooth.
ago 19 10:50:05 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:50:05 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:50:05 zx-desktop audit[509843]: AUDIT1104 pid=509843 uid=0 auid=0 ses=1607 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:05 zx-desktop audit[509843]: AUDIT1106 pid=509843 uid=0 auid=0 ses=1607 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:05 zx-desktop audit: BPF prog-id=82 op=UNLOAD
ago 19 10:50:06 zx-desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-resume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:50:06 zx-desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-resume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 19 10:50:06 zx-desktop audit[2181]: NETFILTER_CFG table=firewalld:8 family=1 entries=26 op=nft_unregister_rule pid=2181 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
ago 19 10:50:06 zx-desktop solaar.desktop[5211]: Traceback (most recent call last):
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/__init__.py", line 137, in _status_changed
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     window.update(device, need_popup, refresh)
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/window.py", line 879, in update
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     update_device(device, item, selected_device_id, need_popup, full=refresh)
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/window.py", line 917, in update_device
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     _update_info_panel(device, full=full_update)
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/window.py", line 784, in _update_info_panel
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     _update_device_panel(device, _info._device, _info._buttons, full)
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/window.py", line 755, in _update_device_panel
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     config_panel.update(device, is_online)
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:   File "/usr/lib/python3.14/site-packages/solaar/ui/config_panel.py", line 1137, in update
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:     assert device
ago 19 10:50:06 zx-desktop solaar.desktop[5211]:            ^^^^^^
ago 19 10:50:06 zx-desktop solaar.desktop[5211]: AssertionError
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:05.886 - System awake detected. Reinitialize all remote connections.
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.508 - Invalidate connection 'fls-solutions.pt'
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.522 -         Invalidate context 'Main' for mariaDB-182ceb03e3a-48cef89693cdb11f (BEFORE_INVALIDATE)
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.534 -         Invalidate context 'Metadata' for mariaDB-182ceb03e3a-48cef89693cdb11f (BEFORE_INVALIDATE)
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.545 -         Invalidate context 'Main' for mariaDB-182ceb03e3a-48cef89693cdb11f (INVALIDATE)
ago 19 10:50:06 zx-desktop kernel: rfkill: input handler disabled
ago 19 10:50:05 zx-desktop CROND[509843]: (root) CMDEND (sleep 48; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1)
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event4: Could not get device info for path /dev/input/event4: No such file or directory
ago 19 10:50:06 zx-desktop logger[512897]: <13>Aug 19 10:50:05 suspend: nvidia-resume.service
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Withdrawing address record for 192.168.1.158 on eno1.
ago 19 10:50:05 zx-desktop systemd[1]: user@0.service: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Leaving mDNS multicast group on interface eno1.IPv4 with address 192.168.1.158.
ago 19 10:50:05 zx-desktop systemd[1]: session-1607.scope: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Interface eno1.IPv4 no longer relevant for mDNS.
ago 19 10:50:05 zx-desktop systemd[1]: user-0.slice: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Withdrawing address record for 2001:8a0:5d1c:7000:98e1:24b3:b0a1:d590 on eno1.
ago 19 10:50:05 zx-desktop systemd[1]: user@1000.service: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Leaving mDNS multicast group on interface eno1.IPv6 with address 2001:8a0:5d1c:7000:98e1:24b3:b0a1:d590.
ago 19 10:50:05 zx-desktop systemd[1]: session-2.scope: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::56d5:14e1:3b4:1a63.
ago 19 10:50:05 zx-desktop systemd[1]: user-1000.slice: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Registering new address record for fe80::56d5:14e1:3b4:1a63 on eno1.*.
ago 19 10:50:05 zx-desktop systemd[1]: user.slice: Unit now thawed.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Withdrawing address record for fe80::56d5:14e1:3b4:1a63 on eno1.
ago 19 10:50:05 zx-desktop systemd-sleep[512578]: Successfully thawed unit 'user.slice'.
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::56d5:14e1:3b4:1a63.
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event2: Could not get device info for path /dev/input/event2: No such file or directory
ago 19 10:50:05 zx-desktop avahi-daemon[2171]: Interface eno1.IPv6 no longer relevant for mDNS.
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event3: Could not get device info for path /dev/input/event3: No such file or directory
ago 19 10:50:05 zx-desktop suspend[512897]: nvidia-resume.service
ago 19 10:50:05 zx-desktop systemd[1]: systemd-suspend.service: Deactivated successfully.
ago 19 10:50:06 zx-desktop chronyd[2174]: Source 91.209.16.78 offline
ago 19 10:50:05 zx-desktop systemd[1]: Finished systemd-suspend.service - System Suspend.
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.609 -         Failed: Socket fail to connect to fls-solutions.eu.
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.610 -         Invalidate context 'Metadata' for mariaDB-182ceb03e3a-48cef89693cdb11f (INVALIDATE)
ago 19 10:50:06 zx-desktop chronyd[2174]: Source 193.136.152.72 offline
ago 19 10:50:05 zx-desktop systemd[1]: systemd-suspend.service: Consumed 6.433s CPU time over 1min 9.419s wall clock time, 1.8G memory peak.
ago 19 10:50:06 zx-desktop chronyd[2174]: Source 194.117.47.42 offline
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event4: Could not get device info for path /dev/input/event4: No such file or directory
ago 19 10:50:06 zx-desktop chronyd[2174]: Source 2606:4700:f1::1 offline
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.615 -         Failed: Socket fail to connect to fls-solutions.eu.
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event2: Could not get device info for path /dev/input/event2: No such file or directory
ago 19 10:50:05 zx-desktop gnome-shell[4920]: Could not open device /dev/input/event3: Could not get device info for path /dev/input/event3: No such file or directory
ago 19 10:50:05 zx-desktop systemd[1]: Stopped target sleep.target - Sleep.
ago 19 10:50:05 zx-desktop systemd[1]: Reached target suspend.target - Suspend.
ago 19 10:50:05 zx-desktop systemd-logind[2247]: Operation 'suspend' finished.
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8931] manager: sleep: wake requested (sleeping: yes  enabled: yes)
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8932] device (eno1): state change: activated -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
ago 19 10:50:05 zx-desktop systemd-resolved[1976]: Closing all remaining TCP connections.
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.619 - Execution context closed (fls-solutions.pt, 2)
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.619 - Execution context closed (fls-solutions.pt, 3)
ago 19 10:50:06 zx-desktop dbeaver-ce.desktop[258568]: 2026-08-19 10:50:06.620 - Disconnected (mariaDB-182ceb03e3a-48cef89693cdb11f)
ago 19 10:50:05 zx-desktop systemd-resolved[1976]: Resetting learnt feature levels on all servers.
ago 19 10:50:05 zx-desktop systemd[1]: Starting nvidia-resume.service - NVIDIA system resume actions...
ago 19 10:50:05 zx-desktop systemd[1]: Stopped target suspend.target - Suspend.
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8982] dhcp4 (eno1): canceled DHCP transaction
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8982] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8982] dhcp4 (eno1): state changed no lease
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8984] dhcp6 (eno1): canceled DHCP transaction
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8984] dhcp6 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.8985] dhcp6 (eno1): state changed no lease
ago 19 10:50:05 zx-desktop systemd[1]: session-1607.scope: Deactivated successfully.
ago 19 10:50:05 zx-desktop NetworkManager[2423]: <info>  [1787133005.9370] manager: NetworkManager state is now CONNECTED_GLOBAL
ago 19 10:50:05 zx-desktop systemd-resolved[1976]: eno1: Bus client reset search domain list.
ago 19 10:50:05 zx-desktop systemd-resolved[1976]: eno1: Bus client set default route setting: no
ago 19 10:50:06 zx-desktop systemd[1]: nvidia-resume.service: Deactivated successfully.
ago 19 10:50:06 zx-desktop systemd[1]: Finished nvidia-resume.service - NVIDIA system resume actions.
ago 19 10:50:06 zx-desktop systemd-resolved[1976]: eno1: Bus client reset DNS server list.
ago 19 10:50:06 zx-desktop NetworkManager[2423]: <info>  [1787133006.0362] manager: NetworkManager state is now DISCONNECTED
ago 19 10:50:06 zx-desktop NetworkManager[2423]: <info>  [1787133006.0494] device (eno1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
ago 19 10:50:06 zx-desktop gsd-sharing[5089]: Failed to stop gnome-user-share-webdav.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-user-share-webdav.service not loaded.
ago 19 10:50:06 zx-desktop uresourced[2801]: Setting resources on user.slice (MemoryMin: 262144000, MemoryLow: 0, CPUWeight: -, IOWeight: -)
ago 19 10:50:06 zx-desktop uresourced[2801]: Setting resources on user-1000.slice (MemoryMin: 262144000, MemoryLow: 0, CPUWeight: 500, IOWeight: 500)
ago 19 10:50:06 zx-desktop uresourced[2801]: Setting resources on user@1000.service (MemoryMin: 262144000, MemoryLow: 0, CPUWeight: 500, IOWeight: 500)
ago 19 10:50:06 zx-desktop solaar[5211]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
ago 19 10:50:06 zx-desktop solaar[5211]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
ago 19 10:50:07 zx-desktop gsd-media-keys[5072]: Unable to get default sink
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7d58b7580 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7b93fdae0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7e220fa60 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7d1211600 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7d58b7580 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f244daa0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f590cf80 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f2411fc0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f86e3300 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f244daa0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f590cf80 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f2411fc0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird.desktop[133812]: [Parent 133812, Main Thread] WARNING: Couldn't map window 0x7f16f86e3300 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7d58b7580 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7b93fdae0 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7e220fa60 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox.desktop[7090]: [Parent 7090, Main Thread] WARNING: Couldn't map window 0x7fe7d1211600 as subsurface because its parent is not mapped.: 'glib warning', file toolkit/xre/nsSigHandlers.cpp:200
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7b93fdae0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7e220fa60 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7d1211600 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7d58b7580 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7b93fdae0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7e220fa60 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop org.mozilla.firefox[7090]: Couldn't map window 0x7fe7d1211600 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f244daa0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f590cf80 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f2411fc0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f86e3300 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f244daa0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f590cf80 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f2411fc0 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop net.thunderbird.Thunderbird[133812]: Couldn't map window 0x7f16f86e3300 as subsurface because its parent is not mapped.
ago 19 10:50:07 zx-desktop gnome-shell[513286]: The XKEYBOARD keymap compiler (xkbcomp) reports:
ago 19 10:50:07 zx-desktop gnome-shell[513286]: > Warning:          Unsupported maximum keycode 709, clipping.
ago 19 10:50:07 zx-desktop gnome-shell[513286]: >                   X11 cannot support keycodes above 255.
ago 19 10:50:07 zx-desktop gnome-shell[513286]: > Warning:          Virtual modifier Hyper multiply defined
ago 19 10:50:07 zx-desktop gnome-shell[513286]: >                   Using 0, ignoring 0
ago 19 10:50:07 zx-desktop gnome-shell[513286]: > Warning:          Virtual modifier ScrollLock multiply defined
ago 19 10:50:07 zx-desktop gnome-shell[513286]: >                   Using 0, ignoring 0
ago 19 10:50:07 zx-desktop gnome-shell[513286]: Errors from xkbcomp are not fatal to the X server
ago 19 10:50:09 zx-desktop kernel: igb 0000:21:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6753] device (eno1): carrier: link connected
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6759] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6780] policy: auto-activating connection 'Wired connection 1' (1f47048d-a991-380f-8292-0ce6640ceb65)
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6784] device (eno1): Activation: starting connection 'Wired connection 1' (1f47048d-a991-380f-8292-0ce6640ceb65)
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6785] device (eno1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6787] manager: NetworkManager state is now CONNECTING
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.6788] device (eno1): state change: prepare -> config (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop audit[2181]: NETFILTER_CFG table=firewalld:9 family=1 entries=26 op=nft_register_rule pid=2181 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.7366] device (eno1): state change: config -> ip-config (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.7403] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: Joining mDNS multicast group on interface eno1.IPv6 with address fe80::56d5:14e1:3b4:1a63.
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: New relevant interface eno1.IPv6 for mDNS.
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: Registering new address record for fe80::56d5:14e1:3b4:1a63 on eno1.*.
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.7943] dhcp4 (eno1): state changed new lease, address=192.168.1.158, acd pending
ago 19 10:50:09 zx-desktop audit: BPF prog-id=3632 op=LOAD
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 83 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 83 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 81 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 81 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 86 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 86 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 84 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 84 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 82 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 82 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 80 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 80 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 87 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 87 affinity is now unmanaged
ago 19 10:50:09 zx-desktop irqbalance[2185]: Cannot change IRQ 85 affinity: Permission denied
ago 19 10:50:09 zx-desktop irqbalance[2185]: IRQ 85 affinity is now unmanaged
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9672] dhcp4 (eno1): state changed new lease, address=192.168.1.158
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: Joining mDNS multicast group on interface eno1.IPv4 with address 192.168.1.158.
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: New relevant interface eno1.IPv4 for mDNS.
ago 19 10:50:09 zx-desktop avahi-daemon[2171]: Registering new address record for 192.168.1.158 on eno1.IPv4.
ago 19 10:50:09 zx-desktop audit: BPF prog-id=3633 op=LOAD
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9699] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
ago 19 10:50:09 zx-desktop systemd-resolved[1976]: eno1: Bus client set search domain list to: Home
ago 19 10:50:09 zx-desktop audit: BPF prog-id=3632 op=UNLOAD
ago 19 10:50:09 zx-desktop gsd-sharing[5089]: Failed to stop gnome-user-share-webdav.service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-user-share-webdav.service not loaded.
ago 19 10:50:09 zx-desktop systemd-resolved[1976]: eno1: Bus client set default route setting: yes
ago 19 10:50:09 zx-desktop systemd-resolved[1976]: eno1: Bus client set DNS server list to: 192.168.1.1
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9803] device (eno1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9833] device (eno1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9837] device (eno1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9840] manager: NetworkManager state is now CONNECTED_SITE
ago 19 10:50:09 zx-desktop NetworkManager[2423]: <info>  [1787133009.9842] device (eno1): Activation: successful, device activated.
ago 19 10:50:10 zx-desktop chronyd[2174]: Source 91.209.16.78 online
ago 19 10:50:10 zx-desktop chronyd[2174]: Source 193.136.152.72 online
ago 19 10:50:10 zx-desktop chronyd[2174]: Source 194.117.47.42 online
ago 19 10:50:10 zx-desktop systemd[1]: iscsi.service: Unit cannot be reloaded because it is inactive.
ago 19 10:50:10 zx-desktop NetworkManager[2423]: <info>  [1787133010.1002] manager: NetworkManager state is now CONNECTED_GLOBAL
ago 19 10:50:10 zx-desktop systemd-resolved[1976]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.1.1.
ago 19 10:50:11 zx-desktop NetworkManager[2423]: <info>  [1787133011.5494] dhcp6 (eno1): activation: beginning transaction (timeout in 45 seconds)
ago 19 10:50:11 zx-desktop avahi-daemon[2171]: Leaving mDNS multicast group on interface eno1.IPv6 with address fe80::56d5:14e1:3b4:1a63.
ago 19 10:50:11 zx-desktop NetworkManager[2423]: <info>  [1787133011.5504] policy: set 'Wired connection 1' (eno1) as default for IPv6 routing and DNS
ago 19 10:50:11 zx-desktop avahi-daemon[2171]: Joining mDNS multicast group on interface eno1.IPv6 with address 2001:8a0:5d1c:7000:98e1:24b3:b0a1:d590.
ago 19 10:50:11 zx-desktop avahi-daemon[2171]: Registering new address record for 2001:8a0:5d1c:7000:98e1:24b3:b0a1:d590 on eno1.*.
ago 19 10:50:11 zx-desktop avahi-daemon[2171]: Withdrawing address record for fe80::56d5:14e1:3b4:1a63 on eno1.
ago 19 10:50:11 zx-desktop NetworkManager[2423]: <info>  [1787133011.5518] dhcp6 (eno1): state changed new lease
ago 19 10:50:11 zx-desktop systemd-resolved[1976]: eno1: Bus client set DNS server list to: 192.168.1.1, 2001:8a0:5d1c:7000::1
ago 19 10:50:11 zx-desktop chronyd[2174]: Source 2606:4700:f1::1 online
ago 19 10:50:12 zx-desktop CROND[512846]: (root) CMDEND (sleep 12; curl -s "http://localhost:8000/cron/scheduler?key=ebd577f98cde2324ef1abefd898338d2c5e8663a87257d57" > /dev/null 2>&1                                                                                       )
ago 19 10:50:12 zx-desktop audit[512846]: AUDIT1104 pid=512846 uid=0 auid=0 ses=1619 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:12 zx-desktop audit[512846]: AUDIT1106 pid=512846 uid=0 auid=0 ses=1619 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
ago 19 10:50:12 zx-desktop chronyd[2174]: Selected source 91.209.16.78 (2.fedora.pool.ntp.org)

[-- Attachment #4: 2026-08-19_boot-1_kernel.log --]
[-- Type: text/x-log, Size: 31146 bytes --]

Aug 19 10:20:36 zx-desktop kernel: perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
Aug 19 10:26:16 zx-desktop kernel: usb 1-13: USB disconnect, device number 4
Aug 19 10:26:18 zx-desktop kernel: usb 1-12: new full-speed USB device number 22 using xhci_hcd
Aug 19 10:26:23 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:26:28 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 5 using xhci_hcd
Aug 19 10:26:28 zx-desktop kernel: usb 1-12: device not accepting address 22, error -71
Aug 19 10:26:28 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 19 10:26:28 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 19 10:26:28 zx-desktop kernel: usb 1-12: new full-speed USB device number 23 using xhci_hcd
Aug 19 10:26:33 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:26:37 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:26:37 zx-desktop kernel: usb 1-12: device not accepting address 23, error -71
Aug 19 10:26:37 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
Aug 19 10:26:37 zx-desktop kernel: usb usb1-port12: attempt power cycle
Aug 19 10:26:39 zx-desktop kernel: usb 1-13: new full-speed USB device number 25 using xhci_hcd
Aug 19 10:26:39 zx-desktop kernel: usb 1-13: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Aug 19 10:26:39 zx-desktop kernel: usb 1-13: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Aug 19 10:26:39 zx-desktop kernel: usb 1-13: Product: CSR8510 A10
Aug 19 10:26:39 zx-desktop kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=12 rev=0810
Aug 19 10:26:39 zx-desktop kernel: Bluetooth: hci0: LMP ver=12 subver=2312; manufacturer=10
Aug 19 10:26:39 zx-desktop kernel: Bluetooth: hci0: CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once...
Aug 19 10:26:40 zx-desktop kernel: Bluetooth: hci0: HCI Delete Stored Link Key command is advertised, but not supported.
Aug 19 10:26:40 zx-desktop kernel: Bluetooth: hci0: HCI Read Default Erroneous Data Reporting command is advertised, but not supported.
Aug 19 10:26:40 zx-desktop kernel: Bluetooth: hci0: HCI Set Event Filter command not supported.
Aug 19 10:26:40 zx-desktop kernel: Bluetooth: MGMT ver 1.23
Aug 19 10:26:41 zx-desktop kernel: input: Logitech Wireless Mouse MX Master 3 as /devices/virtual/misc/uhid/0005:046D:B023.0008/input/input26
Aug 19 10:26:41 zx-desktop kernel: logitech-hidpp-device 0005:046D:B023.0008: input,hidraw4: BLUETOOTH HID v0.15 Keyboard [Logitech Wireless Mouse MX Master 3] on 00:1a:7d:da:71:13
Aug 19 10:26:41 zx-desktop kernel: logitech-hidpp-device 0005:046D:B023.0008: HID++ 4.5 device connected.
Aug 19 10:27:22 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 5
Aug 19 10:27:22 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 6 using xhci_hcd
Aug 19 10:27:22 zx-desktop kernel: usb 3-2.2: unable to get BOS descriptor or descriptor too short
Aug 19 10:27:22 zx-desktop kernel: usb 3-2.2: unable to read config index 0 descriptor/start: -71
Aug 19 10:27:22 zx-desktop kernel: usb 3-2.2: can't read configurations, error -71
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 7 using xhci_hcd
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 19 10:27:23 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 7
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 8 using xhci_hcd
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 8
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 9 using xhci_hcd
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 19 10:27:24 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 19 10:44:09 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 4
Aug 19 10:44:12 zx-desktop kernel: usb 3-2.3: new full-speed USB device number 10 using xhci_hcd
Aug 19 10:44:12 zx-desktop kernel: usb 3-2.3: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
Aug 19 10:44:12 zx-desktop kernel: usb 3-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Aug 19 10:44:12 zx-desktop kernel: usb 3-2.3: Product: Ducky Keyboard
Aug 19 10:44:12 zx-desktop kernel: usb 3-2.3: Manufacturer: DuckyChannel International Co., Ltd.
Aug 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.0/0003:04D9:0356.0009/input/input27
Aug 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.0009: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input0
Aug 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.000A: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input1
Aug 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input28
Aug 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input29
Aug 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input30
Aug 19 10:44:12 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.000B/input/input31
Aug 19 10:44:12 zx-desktop kernel: hid-generic 0003:04D9:0356.000B: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input2
Aug 19 10:44:24 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 9
Aug 19 10:44:26 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 10
Aug 19 10:44:28 zx-desktop kernel: usb 3-2.2: new full-speed USB device number 11 using xhci_hcd
Aug 19 10:44:29 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
Aug 19 10:44:29 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Aug 19 10:44:29 zx-desktop kernel: usb 3-2.2: Product: Ducky Keyboard
Aug 19 10:44:29 zx-desktop kernel: usb 3-2.2: Manufacturer: DuckyChannel International Co., Ltd.
Aug 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.0/0003:04D9:0356.000C/input/input32
Aug 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000C: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input0
Aug 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000D: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input1
Aug 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input33
Aug 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input34
Aug 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input35
Aug 19 10:44:29 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.2/3-2.2:1.2/0003:04D9:0356.000E/input/input36
Aug 19 10:44:29 zx-desktop kernel: hid-generic 0003:04D9:0356.000E: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.2/input2
Aug 19 10:44:37 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 11
Aug 19 10:44:39 zx-desktop kernel: usb 3-2.3: new full-speed USB device number 12 using xhci_hcd
Aug 19 10:44:39 zx-desktop kernel: usb 3-2.3: New USB device found, idVendor=04d9, idProduct=0356, bcdDevice= 1.20
Aug 19 10:44:39 zx-desktop kernel: usb 3-2.3: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Aug 19 10:44:39 zx-desktop kernel: usb 3-2.3: Product: Ducky Keyboard
Aug 19 10:44:39 zx-desktop kernel: usb 3-2.3: Manufacturer: DuckyChannel International Co., Ltd.
Aug 19 10:44:39 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.0/0003:04D9:0356.000F/input/input37
Aug 19 10:44:39 zx-desktop kernel: hid-generic 0003:04D9:0356.000F: input,hidraw1: USB HID v1.11 Keyboard [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input0
Aug 19 10:44:40 zx-desktop kernel: hid-generic 0003:04D9:0356.0010: hiddev97,hidraw2: USB HID v1.11 Device [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input1
Aug 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input38
Aug 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input39
Aug 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input40
Aug 19 10:44:40 zx-desktop kernel: input: DuckyChannel International Co., Ltd. Ducky Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.3/3-2.3:1.2/0003:04D9:0356.0011/input/input41
Aug 19 10:44:40 zx-desktop kernel: hid-generic 0003:04D9:0356.0011: input,hidraw3: USB HID v1.11 Mouse [DuckyChannel International Co., Ltd. Ducky Keyboard] on usb-0000:26:00.0-2.3/input2
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 13 using xhci_hcd
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: Product: OnePlus 6T
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: Manufacturer: OnePlus
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: SerialNumber: 64866405
Aug 19 10:44:45 zx-desktop kernel: usb 3-2.2: USB disconnect, device number 13
Aug 19 10:44:46 zx-desktop kernel: usb 3-2.2: new high-speed USB device number 14 using xhci_hcd
Aug 19 10:45:05 zx-desktop kernel: watchdog: CPU11: Watchdog detected hard LOCKUP on cpu 11
Aug 19 10:45:05 zx-desktop kernel: Modules linked in: rfcomm snd_seq_dummy snd_hrtimer nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nf_conntrack_netbios_ns hid_logitech_hidpp uinput nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nvidia(POE) nft_ct nft_chain_nat uhid tun ib_core sunrpc xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_mark nft_compat nf_tables nfnetlink bnep binfmt_misc vfat fat amd_atl snd_hda_codec_alc882 intel_rapl_msr snd_hda_codec_realtek_lib intel_rapl_common snd_hda_codec_generic snd_hda_codec_nvhdmi snd_hda_codec_hdmi snd_hda_intel edac_mce_amd snd_hda_codec snd_usb_audio kvm_amd snd_hda_core btusb snd_usbmidi_lib ee1004 snd_intel_dspcfg btmtk mc kvm snd_intel_sdw_acpi btrtl snd_hwdep snd_ump btbcm snd_seq snd_rawmidi btintel snd_seq_device irqbypass wmi_bmof snd_pcm bluetooth rapl mxm_wmi acpi_cpufreq pcspkr snd_timer drm_ttm_helper igb k10temp ttm snd i2c_algo_bit i2c_piix4 video rfkill soundcore i2c_smbus dca
Aug 19 10:45:05 zx-desktop kernel:  gpio_amdpt gpio_generic zram lz4hc_compress lz4_compress dm_crypt nvme nvme_core sp5100_tco nvme_keyring wmi nvme_auth fuse ntsync i2c_dev
Aug 19 10:45:05 zx-desktop kernel: CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Tainted: P           OE       7.1.8-200.fc44.x86_64 #1 PREEMPT(lazy) 
Aug 19 10:45:05 zx-desktop kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 19 10:45:05 zx-desktop kernel: Hardware name: Micro-Star International Co., Ltd. MS-7A32/X370 GAMING PRO CARBON (MS-7A32), BIOS 1.Q8 09/10/2025
Aug 19 10:45:05 zx-desktop kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x6d/0x320
Aug 19 10:45:05 zx-desktop kernel: Code: c2 8b 01 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 51 85 c0 75 0f bf 01 00 00 00 66 89 39 e9 68 1c 00 00 f3 90 80 39 00 <75> f9 bf 01 00 00 00 66 89 39 e9 54 1c 00 00 8b 37 b8 00 02 00 00
Aug 19 10:45:05 zx-desktop kernel: RSP: 0018:ffffd05f00430f20 EFLAGS: 00000002
Aug 19 10:45:05 zx-desktop kernel: RAX: 0000000000000001 RBX: ffff88f70aace000 RCX: ffff88f70aace288
Aug 19 10:45:05 zx-desktop kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff88f70aace288
Aug 19 10:45:05 zx-desktop kernel: RBP: ffff88f70aace288 R08: fffffffaf7162022 R09: 0000000001ca5e0e
Aug 19 10:45:05 zx-desktop kernel: R10: 00000e7f35cc3822 R11: 0000000000000000 R12: 0000000000000035
Aug 19 10:45:05 zx-desktop kernel: R13: ffff88f70aace248 R14: ffff88f7017ad600 R15: 0000000000000000
Aug 19 10:45:05 zx-desktop kernel: FS:  0000000000000000(0000) GS:ffff88fe88615000(0000) knlGS:0000000000000000
Aug 19 10:45:05 zx-desktop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 19 10:45:05 zx-desktop kernel: CR2: 00007fcdbb3ae808 CR3: 000000011102d000 CR4: 00000000003506f0
Aug 19 10:45:05 zx-desktop kernel: Call Trace:
Aug 19 10:45:05 zx-desktop kernel:  <IRQ>
Aug 19 10:45:05 zx-desktop kernel:  _raw_spin_lock+0x29/0x30
Aug 19 10:45:05 zx-desktop kernel:  xhci_irq+0x38/0xb0
Aug 19 10:45:05 zx-desktop kernel:  __handle_irq_event_percpu+0x6c/0x240
Aug 19 10:45:05 zx-desktop kernel:  handle_irq_event+0x38/0x80
Aug 19 10:45:05 zx-desktop kernel:  handle_edge_irq+0xd0/0x1b0
Aug 19 10:45:05 zx-desktop kernel:  ? __pfx_handle_edge_irq+0x10/0x10
Aug 19 10:45:05 zx-desktop kernel:  __common_interrupt+0x4c/0xd0
Aug 19 10:45:05 zx-desktop kernel:  common_interrupt+0x80/0xa0
Aug 19 10:45:05 zx-desktop kernel:  </IRQ>
Aug 19 10:45:05 zx-desktop kernel:  <TASK>
Aug 19 10:45:05 zx-desktop kernel:  asm_common_interrupt+0x26/0x40
Aug 19 10:45:05 zx-desktop kernel: RIP: 0010:cpuidle_enter_state+0xcd/0x680
Aug 19 10:45:05 zx-desktop kernel: Code: 00 00 e8 f6 8a d1 fe e8 b1 eb ff ff 49 89 c4 0f 1f 44 00 00 31 ff e8 e2 42 cf fe 45 84 ff 0f 85 96 01 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 0d 02 00 00 44 89 f5 41 83 fe 09 0f 87 d2 04 00 00
Aug 19 10:45:05 zx-desktop kernel: RSP: 0018:ffffd05f001cfe40 EFLAGS: 00000246
Aug 19 10:45:05 zx-desktop kernel: RAX: ffff88fe88615000 RBX: ffff88f70176e400 RCX: 0000000000000000
Aug 19 10:45:05 zx-desktop kernel: RDX: 00000e7a2b0c5945 RSI: 0000000000000000 RDI: 0000000000000000
Aug 19 10:45:05 zx-desktop kernel: RBP: 0000000000000002 R08: fffffffaf7162022 R09: ffff88fe88615000
Aug 19 10:45:05 zx-desktop kernel: R10: 00000e7f35cc2eb8 R11: 0000000000000000 R12: 00000e7a2b0c5945
Aug 19 10:45:05 zx-desktop kernel: R13: ffffffff95d50b80 R14: 0000000000000002 R15: 0000000000000000
Aug 19 10:45:05 zx-desktop kernel:  ? finish_task_switch.isra.0+0xcb/0x3d0
Aug 19 10:45:05 zx-desktop kernel:  cpuidle_enter+0x31/0x50
Aug 19 10:45:05 zx-desktop kernel:  cpuidle_idle_call+0x10f/0x200
Aug 19 10:45:05 zx-desktop kernel:  do_idle+0x9c/0x100
Aug 19 10:45:05 zx-desktop kernel:  cpu_startup_entry+0x29/0x30
Aug 19 10:45:05 zx-desktop kernel:  start_secondary+0x126/0x180
Aug 19 10:45:05 zx-desktop kernel:  common_startup_64+0x13e/0x141
Aug 19 10:45:05 zx-desktop kernel:  </TASK>
Aug 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: Abort failed to stop command ring: -110
Aug 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: xHCI host controller not responding, assume dead
Aug 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: HC died; cleaning up
Aug 19 10:45:05 zx-desktop kernel: perf: interrupt took too long (4604 > 3143), lowering kernel.perf_event_max_sample_rate to 43000
Aug 19 10:45:05 zx-desktop kernel: xhci_hcd 0000:26:00.0: Timeout while waiting for setup device command
Aug 19 10:45:05 zx-desktop kernel: usb 3-1: USB disconnect, device number 2
Aug 19 10:45:05 zx-desktop kernel: usb 4-2: USB disconnect, device number 2
Aug 19 10:45:05 zx-desktop kernel: usb 3-2: USB disconnect, device number 3
Aug 19 10:45:06 zx-desktop kernel: usb 3-2.2: device not accepting address 14, error -108
Aug 19 10:45:06 zx-desktop kernel: usb 3-2-port2: couldn't allocate usb_device
Aug 19 10:45:06 zx-desktop kernel: usb 3-2.3: USB disconnect, device number 12
Aug 19 10:45:52 zx-desktop kernel: usb 1-12: new full-speed USB device number 26 using xhci_hcd
Aug 19 10:45:57 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:45:57 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:45:58 zx-desktop kernel: usb 1-12: device not accepting address 26, error -71
Aug 19 10:45:58 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
Aug 19 10:45:58 zx-desktop kernel: usb 1-12: new full-speed USB device number 27 using xhci_hcd
Aug 19 10:46:00 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:46:00 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:46:01 zx-desktop kernel: usb 1-12: device not accepting address 27, error -71
Aug 19 10:46:01 zx-desktop kernel: usb 1-12: WARN: invalid context state for evaluate context command.
Aug 19 10:46:01 zx-desktop kernel: usb usb1-port12: attempt power cycle
Aug 19 10:48:39 zx-desktop kernel: rfkill: input handler enabled
Aug 19 10:49:26 zx-desktop kernel: usb 1-12: new low-speed USB device number 29 using xhci_hcd
Aug 19 10:49:31 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:49:31 zx-desktop kernel: usb 1-12: Device not responding to setup address.
Aug 19 10:49:32 zx-desktop kernel: usb 1-12: device not accepting address 29, error -71
Aug 19 10:49:32 zx-desktop kernel: usb 1-13: USB disconnect, device number 25
Aug 19 10:49:33 zx-desktop kernel: usb 1-13: new low-speed USB device number 31 using xhci_hcd
Aug 19 10:49:33 zx-desktop kernel: usb 1-13: New USB device found, idVendor=1a2c, idProduct=0e24, bcdDevice= 1.10
Aug 19 10:49:33 zx-desktop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 19 10:49:33 zx-desktop kernel: usb 1-13: Product: USB Keyboard
Aug 19 10:49:33 zx-desktop kernel: usb 1-13: Manufacturer: SEM
Aug 19 10:49:33 zx-desktop kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:1A2C:0E24.0012/input/input42
Aug 19 10:49:33 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0012: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:03:00.0-13/input0
Aug 19 10:49:34 zx-desktop kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0013/input/input43
Aug 19 10:49:34 zx-desktop kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0013/input/input44
Aug 19 10:49:34 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0013: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:03:00.0-13/input1
Aug 19 10:49:35 zx-desktop kernel: usb 1-13: USB disconnect, device number 31
Aug 19 10:49:40 zx-desktop kernel: usb 1-13: new low-speed USB device number 32 using xhci_hcd
Aug 19 10:49:40 zx-desktop kernel: usb 1-13: New USB device found, idVendor=1a2c, idProduct=0e24, bcdDevice= 1.10
Aug 19 10:49:40 zx-desktop kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 19 10:49:40 zx-desktop kernel: usb 1-13: Product: USB Keyboard
Aug 19 10:49:40 zx-desktop kernel: usb 1-13: Manufacturer: SEM
Aug 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:1A2C:0E24.0014/input/input45
Aug 19 10:49:40 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0014: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:03:00.0-13/input0
Aug 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0015/input/input46
Aug 19 10:49:40 zx-desktop kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.1/0003:1A2C:0E24.0015/input/input47
Aug 19 10:49:40 zx-desktop kernel: hid-generic 0003:1A2C:0E24.0015: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:03:00.0-13/input1
Aug 19 10:49:45 zx-desktop kernel: PM: suspend entry (deep)
Aug 19 10:49:59 zx-desktop kernel: Filesystems sync: 0.016 seconds
Aug 19 10:49:59 zx-desktop kernel: Freezing user space processes
Aug 19 10:49:59 zx-desktop kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Aug 19 10:49:59 zx-desktop kernel: OOM killer disabled.
Aug 19 10:49:59 zx-desktop kernel: Freezing remaining freezable tasks
Aug 19 10:49:59 zx-desktop kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Aug 19 10:49:59 zx-desktop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Aug 19 10:49:59 zx-desktop kernel: PM: suspend devices took 0.033 seconds
Aug 19 10:49:59 zx-desktop kernel: ACPI: PM: Preparing to enter system sleep state S3
Aug 19 10:49:59 zx-desktop kernel: ACPI: PM: Saving platform NVS memory
Aug 19 10:49:59 zx-desktop kernel: Disabling non-boot CPUs ...
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 15 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 14 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 13 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 12 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 11 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 10 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 9 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 8 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 7 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 6 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 5 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 4 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 3 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 2 is now offline
Aug 19 10:49:59 zx-desktop kernel: smpboot: CPU 1 is now offline
Aug 19 10:49:59 zx-desktop kernel: ACPI: PM: Low-level resume complete
Aug 19 10:49:59 zx-desktop kernel: ACPI: PM: Restoring platform NVS memory
Aug 19 10:49:59 zx-desktop kernel: AMD-Vi: Virtual APIC enabled
Aug 19 10:49:59 zx-desktop kernel: AMD-Vi: Virtual APIC enabled
Aug 19 10:49:59 zx-desktop kernel: Enabling non-boot CPUs ...
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU1 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU2 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU3 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 4 APIC 0x8
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU4 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 5 APIC 0xa
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU5 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 6 APIC 0xc
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU6 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 7 APIC 0xe
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU7 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 8 APIC 0x1
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU8 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 9 APIC 0x3
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU9 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 10 APIC 0x5
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU10 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 11 APIC 0x7
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU11 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 12 APIC 0x9
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU12 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 13 APIC 0xb
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU13 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 14 APIC 0xd
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU14 is up
Aug 19 10:49:59 zx-desktop kernel: smpboot: Booting Node 0 Processor 15 APIC 0xf
Aug 19 10:49:59 zx-desktop kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 19 10:49:59 zx-desktop kernel: CPU15 is up
Aug 19 10:49:59 zx-desktop kernel: ACPI: PM: Waking up from system sleep state S3
Aug 19 10:49:59 zx-desktop kernel: xhci_hcd 0000:03:00.0: xHC error in resume, USBSTS 0x401, Reinit
Aug 19 10:49:59 zx-desktop kernel: usb usb1: root hub lost power or was reset
Aug 19 10:49:59 zx-desktop kernel: usb usb2: root hub lost power or was reset
Aug 19 10:49:59 zx-desktop kernel: pcieport 0000:00:01.3: PME: Spurious native interrupt!
Aug 19 10:49:59 zx-desktop kernel: nvme nvme0: D3 entry latency set to 8 seconds
Aug 19 10:49:59 zx-desktop kernel: nvme nvme0: 8/0/0 default/read/poll queues
Aug 19 10:49:59 zx-desktop kernel: ata3: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata4: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata7: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata9: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata8: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata5: SATA link down (SStatus 0 SControl 330)
Aug 19 10:49:59 zx-desktop kernel: ata6: SATA link down (SStatus 0 SControl 330)
Aug 19 10:49:59 zx-desktop kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: ata2: SATA link down (SStatus 0 SControl 300)
Aug 19 10:49:59 zx-desktop kernel: PM: resume devices took 2.191 seconds
Aug 19 10:49:59 zx-desktop kernel: OOM killer enabled.
Aug 19 10:49:59 zx-desktop kernel: Restarting tasks: Starting
Aug 19 10:49:59 zx-desktop kernel: usb 1-13: USB disconnect, device number 32
Aug 19 10:49:59 zx-desktop kernel: Restarting tasks: Done
Aug 19 10:49:59 zx-desktop kernel: efivarfs: resyncing variable state
Aug 19 10:49:59 zx-desktop kernel: efivarfs: finished resyncing variable state
Aug 19 10:49:59 zx-desktop kernel: random: crng reseeded on system resumption
Aug 19 10:49:59 zx-desktop kernel: PM: suspend exit
Aug 19 10:50:00 zx-desktop kernel: igb 0000:21:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 19 10:50:06 zx-desktop kernel: rfkill: input handler disabled
Aug 19 10:50:09 zx-desktop kernel: igb 0000:21:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX

[-- Attachment #5: lspci_26000.txt --]
[-- Type: text/plain, Size: 674 bytes --]

26:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142/ASM3142 USB 3.1 Host Controller [1b21:2142] (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7a32]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupts: pin B disabled, MSI(X) routed to IRQ 53-60
	IOMMU group: 14
	Region 0: Memory at fc500000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci


[-- Attachment #6: lsusb-t.txt --]
[-- Type: text/plain, Size: 1045 bytes --]

/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/14p, 480M
    |__ Port 013: Dev 002, If 0, Class=Wireless, Driver=btusb, 12M
    |__ Port 013: Dev 002, If 1, Class=Wireless, Driver=btusb, 12M
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/8p, 10000M
/:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
    |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 002: Dev 003, If 0, Class=Vendor Specific Class, Driver=[none], 480M
        |__ Port 003: Dev 004, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 003: Dev 004, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 003: Dev 004, If 2, Class=Human Interface Device, Driver=usbhid, 12M
/:  Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 5000M
/:  Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 480M
/:  Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 5000M

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xhci: hard lockup on ASM2142 when Address Device command times out
  2026-08-19 10:35 xhci: hard lockup on ASM2142 when Address Device command times out Pedro Fonseca
@ 2026-08-19 15:17 ` Michal Pecio
  2026-08-19 15:57   ` Pedro Fonseca
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Pecio @ 2026-08-19 15:17 UTC (permalink / raw)
  To: Pedro Fonseca; +Cc: linux-usb, Mathias Nyman, Greg Kroah-Hartman

On Wed, 19 Aug 2026 11:35:40 +0100, Pedro Fonseca wrote:
> I am hitting a reproducible hard lockup in xhci_hcd on an ASMedia
> ASM2142/ASM3142 controller. It happened twice in three days on the
> same kernel, and both times the machine lost all USB input and had
> to be power-cycled.

Is this a regression or just using new hardware for the first time?

> The two occurrences produced different backtraces, and I think
> together they show both ends of the same deadlock: one caught the CPU
> holding xhci->lock, the other caught a CPU spinning for it from hard
> IRQ context.

Yes, a known bug when command abort fails and in some other cases.
The lock ought to be dropped while waiting, but this opens new race
conditions which will need to be analyzed and solved.

Not a deadlock, lock holder times out.

> Affected controller:
> 
>    26:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142/ASM3142
>            USB 3.1 Host Controller [1b21:2142]
>            Subsystem: Micro-Star International Co., Ltd. [MSI] [1462:7a32]
>            Kernel driver in use: xhci_hcd
> 
> Topology below it: a Genesys Logic hub (05e3:0610 USB2 / 05e3:0626
> USB3) with a Ducky keyboard (04d9:0356) and a OnePlus 6T phone
> (18d1:4ee7, ADB/charging mode) attached.
> 
>    /:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
>        |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
>            |__ Port 002: Dev 003, If 0, Class=Vendor Specific Class,
>                                         Driver=[none], 480M
>            |__ Port 003: Dev 004, If 0, Class=HID, Driver=usbhid, 12M
>            |__ Port 003: Dev 004, If 1, Class=HID, Driver=usbhid, 12M
>            |__ Port 003: Dev 004, If 2, Class=HID, Driver=usbhid, 12M
> 
> 
> Trigger
> =======
> 
> In both occurrences the lockup happens exactly 19 seconds after a fast
> connect/disconnect cycle of the OnePlus 6T on port 3-2.2, behind the
> Genesys hub. The phone re-enumerates repeatedly as ADB switches modes,
> and the controller dies in the middle of a setup device command.
> 
> It is not fully deterministic - it happened twice in roughly two days
> of normal use, not on every plug event.
> 
> 
> Occurrence 2 - 2026-08-19 10:45:05 (waiter side)
> ================================================
> 
> Aug 19 10:44:45 usb 3-2.2: new high-speed USB device number 13 using 
> xhci_hcd
> Aug 19 10:44:45 usb 3-2.2: New USB device found, idVendor=18d1, 
> idProduct=4ee7, bcdDevice= 4.09
> Aug 19 10:44:45 usb 3-2.2: Product: OnePlus 6T
> Aug 19 10:44:45 usb 3-2.2: USB disconnect, device number 13
> Aug 19 10:44:46 usb 3-2.2: new high-speed USB device number 14 using 
> xhci_hcd
> Aug 19 10:45:05 watchdog: CPU11: Watchdog detected hard LOCKUP on cpu 11
> [...]
> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Abort failed to stop command 
> ring: -110
> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: xHCI host controller not 
> responding, assume dead
> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: HC died; cleaning up
> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Timeout while waiting for setup 
> device command
> Aug 19 10:45:05 usb 3-1: USB disconnect, device number 2
> Aug 19 10:45:05 usb 4-2: USB disconnect, device number 2
> Aug 19 10:45:05 usb 3-2: USB disconnect, device number 3
> Aug 19 10:45:06 usb 3-2.2: device not accepting address 14, error -108
> Aug 19 10:45:06 usb 3-2-port2: couldn't allocate usb_device
> Aug 19 10:45:06 usb 3-2.3: USB disconnect, device number 12

Looks like a firmware bug, because ASMedia should internally time
out an Address Device command after 3 seconds. The only exception
I know is the old ASM1042 (waits forever and can't be aborted). 

An interesting experiment would be to unplug the offending device
before abort timeout. This recovers even ASM1042, at least so long
as it's alive. You should see "error -71" and continued operation:

usb 3-2.2: device not accepting address 14, error -71

> After the controller died, the second xHCI on this board (03:00.0, the
> AMD X370 chipset one) also started failing while I was trying to plug
> in a spare keyboard to reboot cleanly:
> 
> Aug 19 10:45:52 usb 1-12: new full-speed USB device number 26 using xhci_hcd
> Aug 19 10:45:57 usb 1-12: Device not responding to setup address.
> Aug 19 10:45:58 usb 1-12: device not accepting address 26, error -71
> Aug 19 10:45:58 usb 1-12: WARN: invalid context state for evaluate context command.
> Aug 19 10:46:01 usb usb1-port12: attempt power cycle
> Aug 19 10:49:32 usb 1-12: device not accepting address 29, error -71
> Aug 19 10:49:59 xhci_hcd 0000:03:00.0: xHC error in resume, USBSTS 0x401, Reinit
> Aug 19 10:49:59 usb usb1: root hub lost power or was reset
> Aug 19 10:49:59 usb usb2: root hub lost power or was reset

Are you sure it's not a pre-existing, independent issue?

> I power-cycled the machine at 10:50.

Probably SSH would work over some PCI NIC.

Regards,
Michal

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xhci: hard lockup on ASM2142 when Address Device command times out
  2026-08-19 15:17 ` Michal Pecio
@ 2026-08-19 15:57   ` Pedro Fonseca
  0 siblings, 0 replies; 3+ messages in thread
From: Pedro Fonseca @ 2026-08-19 15:57 UTC (permalink / raw)
  To: Michal Pecio; +Cc: linux-usb, Mathias Nyman, Greg Kroah-Hartman

Hi Michal,

Thank you for taking the time to look into my email, it's very much 
appreciated.
My replies below.


Once again, thank you.

KR,

PF

On 19/08/2026 16:17, Michal Pecio wrote:
> On Wed, 19 Aug 2026 11:35:40 +0100, Pedro Fonseca wrote:
>> I am hitting a reproducible hard lockup in xhci_hcd on an ASMedia
>> ASM2142/ASM3142 controller. It happened twice in three days on the
>> same kernel, and both times the machine lost all USB input and had
>> to be power-cycled.
> Is this a regression or just using new hardware for the first time?
Neither the kernel nor the controller is new, but the workload is: the 
OnePlus 6T (the trigger device) first appears in my logs on 2026-08-15, 
one day after I first booted 7.1.8-200.fc44 (Fedora). The earlier 
kernels here (7.1.4, 7.1.5) were never exposed to this plug/unplug 
pattern, so I can't call it a regression either way.
>
>> The two occurrences produced different backtraces, and I think
>> together they show both ends of the same deadlock: one caught the CPU
>> holding xhci->lock, the other caught a CPU spinning for it from hard
>> IRQ context.
> Yes, a known bug when command abort fails and in some other cases.
> The lock ought to be dropped while waiting, but this opens new race
> conditions which will need to be analyzed and solved.
>
> Not a deadlock, lock holder times out.

Thanks, that matches what I see. It happened a third time today, and 
this time the watchdog caught the holder side directly:

   Workqueue: events xhci_handle_command_timeout
   RIP: 0010:delay_halt_mwaitx+0x39/0x40
   Call Trace:
    delay_halt.part.0+0x36/0x60
    xhci_handshake+0x92/0x110
    xhci_abort_cmd_ring.isra.0+0xda/0x1d0
    xhci_handle_command_timeout+0x1b3/0x280
    process_one_work+0x19e/0x390
   xhci_hcd 0000:26:00.0: Abort failed to stop command ring: -110
   xhci_hcd 0000:26:00.0: xHCI host controller not responding, assume dead
   xhci_hcd 0000:26:00.0: HC died; cleaning up

Again exactly 19 seconds after a connect/disconnect cycle on 3-2.2.

>
>> Affected controller:
>>
>>     26:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM2142/ASM3142
>>             USB 3.1 Host Controller [1b21:2142]
>>             Subsystem: Micro-Star International Co., Ltd. [MSI] [1462:7a32]
>>             Kernel driver in use: xhci_hcd
>>
>> Topology below it: a Genesys Logic hub (05e3:0610 USB2 / 05e3:0626
>> USB3) with a Ducky keyboard (04d9:0356) and a OnePlus 6T phone
>> (18d1:4ee7, ADB/charging mode) attached.
>>
>>     /:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
>>         |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
>>             |__ Port 002: Dev 003, If 0, Class=Vendor Specific Class,
>>                                          Driver=[none], 480M
>>             |__ Port 003: Dev 004, If 0, Class=HID, Driver=usbhid, 12M
>>             |__ Port 003: Dev 004, If 1, Class=HID, Driver=usbhid, 12M
>>             |__ Port 003: Dev 004, If 2, Class=HID, Driver=usbhid, 12M
>>
>>
>> Trigger
>> =======
>>
>> In both occurrences the lockup happens exactly 19 seconds after a fast
>> connect/disconnect cycle of the OnePlus 6T on port 3-2.2, behind the
>> Genesys hub. The phone re-enumerates repeatedly as ADB switches modes,
>> and the controller dies in the middle of a setup device command.
>>
>> It is not fully deterministic - it happened twice in roughly two days
>> of normal use, not on every plug event.
>>
>>
>> Occurrence 2 - 2026-08-19 10:45:05 (waiter side)
>> ================================================
>>
>> Aug 19 10:44:45 usb 3-2.2: new high-speed USB device number 13 using
>> xhci_hcd
>> Aug 19 10:44:45 usb 3-2.2: New USB device found, idVendor=18d1,
>> idProduct=4ee7, bcdDevice= 4.09
>> Aug 19 10:44:45 usb 3-2.2: Product: OnePlus 6T
>> Aug 19 10:44:45 usb 3-2.2: USB disconnect, device number 13
>> Aug 19 10:44:46 usb 3-2.2: new high-speed USB device number 14 using
>> xhci_hcd
>> Aug 19 10:45:05 watchdog: CPU11: Watchdog detected hard LOCKUP on cpu 11
>> [...]
>> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Abort failed to stop command
>> ring: -110
>> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: xHCI host controller not
>> responding, assume dead
>> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: HC died; cleaning up
>> Aug 19 10:45:05 xhci_hcd 0000:26:00.0: Timeout while waiting for setup
>> device command
>> Aug 19 10:45:05 usb 3-1: USB disconnect, device number 2
>> Aug 19 10:45:05 usb 4-2: USB disconnect, device number 2
>> Aug 19 10:45:05 usb 3-2: USB disconnect, device number 3
>> Aug 19 10:45:06 usb 3-2.2: device not accepting address 14, error -108
>> Aug 19 10:45:06 usb 3-2-port2: couldn't allocate usb_device
>> Aug 19 10:45:06 usb 3-2.3: USB disconnect, device number 12
> Looks like a firmware bug, because ASMedia should internally time
> out an Address Device command after 3 seconds. The only exception
> I know is the old ASM1042 (waits forever and can't be aborted).
>
> An interesting experiment would be to unplug the offending device
> before abort timeout. This recovers even ASM1042, at least so long
> as it's alive. You should see "error -71" and continued operation:
>
> usb 3-2.2: device not accepting address 14, error -71
I'll try that on the next occurrence and report back, it reproduces 
every day or two, so it shouldn't take long.

One data point in favour of your firmware-bug theory: on 08-15 the same 
phone was plugged into the other xHCI on this board (AMD X370, 
0000:03:00.0) and produced repeated "Device not responding to setup 
address" + "device not accepting address, error -71" with no further 
harm. The ASMedia is the only controller that wedges on it.
>
>> After the controller died, the second xHCI on this board (03:00.0, the
>> AMD X370 chipset one) also started failing while I was trying to plug
>> in a spare keyboard to reboot cleanly:
>>
>> Aug 19 10:45:52 usb 1-12: new full-speed USB device number 26 using xhci_hcd
>> Aug 19 10:45:57 usb 1-12: Device not responding to setup address.
>> Aug 19 10:45:58 usb 1-12: device not accepting address 26, error -71
>> Aug 19 10:45:58 usb 1-12: WARN: invalid context state for evaluate context command.
>> Aug 19 10:46:01 usb usb1-port12: attempt power cycle
>> Aug 19 10:49:32 usb 1-12: device not accepting address 29, error -71
>> Aug 19 10:49:59 xhci_hcd 0000:03:00.0: xHC error in resume, USBSTS 0x401, Reinit
>> Aug 19 10:49:59 usb usb1: root hub lost power or was reset
>> Aug 19 10:49:59 usb usb2: root hub lost power or was reset
> Are you sure it's not a pre-existing, independent issue?
You're right, it is. Checking older logs, port 1-12 was already throwing 
those -71 errors on 08-15 with the same phone, days before the first 
ASMedia lockup. So the 03:00.0 trouble is most likely the flaky 
device/cable itself, independent of this bug. Sorry for the noise there.
>
>> I power-cycled the machine at 10:50.
> Probably SSH would work over some PCI NIC.
Yes. Even better: after today's occurrence I confirmed that a PCI remove 
+ rescan of 0000:26:00.0 brings the controller back fully (all devices 
re-enumerate) with no reboot needed, so I have a way to recover and keep 
experimenting without power cycling.

>
> Regards,
> Michal

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-19 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 10:35 xhci: hard lockup on ASM2142 when Address Device command times out Pedro Fonseca
2026-08-19 15:17 ` Michal Pecio
2026-08-19 15:57   ` Pedro Fonseca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox