#1128396 linux-image-6.12.69+deb13-amd64: Black screen on boot with Intel Meteor Lake xe driver (PCI ID 7d55)

Package:
src:linux
Source:
src:linux
Submitter:
stanislav
Date:
2026-02-25 20:23:02 UTC
Severity:
normal
Tags:
#1128396#5
Date:
2026-02-19 08:36:57 UTC
From:
To:
After upgrading from kernel 6.12.63+deb13-amd64 to 6.12.69+deb13-amd64,
the system boots to a black screen with no Wayland/KDE Plasma session starting.

Hardware: Intel Meteor Lake-P [Intel Arc Graphics] (PCI ID 7d55, rev 08)
Driver: xe (with force_probe=7d55)
Desktop: KDE Plasma Wayland (kwin_wayland)

Kernel 6.12.63+deb13-amd64 works correctly with the same configuration.
Kernel 6.12.69+deb13-amd64 results in a completely black screen after boot.

Kernel parameters:
  xe.enable_psr=0 xe.enable_panel_replay=0 xe.enable_fbc=0
  xe.enable_dc=0 xe.enable_sagv=0 xe.enable_dpt=0 xe.psr_safest_params=1

modprobe.d configuration:
  options xe force_probe=7d55
  blacklist i915

The firmware package firmware-intel-graphics 20250410-2 is installed.

#1128396#16
Date:
2026-02-19 09:02:20 UTC
From:
To:
Control: tags -1 + moreinfo

Can you please provide a full kernel log with booting 6.12.69-1 with
the black screens?

Can you please test if the problem persists with 6.12.73-1 as released
via trixie-security?

Additionally, if the issue is still reproducible with 6.12.73-1, can
you please bisect the changes between 6.12.63-1 and 6.12.69-1 to
identify the problem? If you can do that will involve compiling and
testing a few kernels:

    git clone --single-branch -b linux-6.12.y https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
    cd linux-stable
    git checkout v6.12.63
    cp /boot/config-$(uname -r) .config
    yes '' | make localmodconfig
    make savedefconfig
    mv defconfig arch/x86/configs/my_defconfig

    # test 6.12.63 to ensure this is "good"
    make my_defconfig
    make -j $(nproc) bindeb-pkg
    ... install the resulting .deb package and confirm the problem does not exist

    # test 6.12.69 to ensure this is "bad"
    git checkout v6.12.69
    make my_defconfig
    make -j $(nproc) bindeb-pkg
    ... install the resulting .deb package and confirm problem exists.

With that confirmed, the bisection can start:

    git bisect start
    git bisect good v6.12.63
    git bisect bad v6.12.69

In each bisection step git checks out a state between the oldest
known-bad and the newest known-good commit. In each step test using:

    make my_defconfig
    make -j $(nproc) bindeb-pkg
    ... install, verify if problem exists

and if the problem is hit run:

    git bisect bad

and if the problem doesn't trigger run:

    git bisect good

. Please pay attention to always select the just built kernel for
booting, it won't always be the default kernel picked up by grub.

Iterate until git announces to have identified the first bad commit.

Then provide the output of

    git bisect log

In the course of the bisection you might have to uninstall previous
kernels again to not exhaust the disk space in /boot. Also in the end
uninstall all self-built kernels again.

Regards,
Salvatore

#1128396#25
Date:
2026-02-19 13:46:43 UTC
From:
To:

#1128396#30
Date:
2026-02-19 14:57:16 UTC
From:
To:
Hi Stanislav,

Please do alsways include the Debian bug report address in recpients
as well. I'm forwarding your mails to the BTS:
----- Forwarded message from stanislav bozhikov <bozhikov.stanislav@gmail.com> ----- From: stanislav bozhikov <bozhikov.stanislav@gmail.com> Date: Thu, 19 Feb 2026 15:47:46 +0200 To: Salvatore Bonaccorso <carnil@debian.org> Subject: Re: Bug#1128396: linux-image-6.12.69+deb13-amd64: Black screen on boot with Intel Meteor Lake xe driver (PCI ID 7d55) Delivered-To: salvatore.bonaccorso@gmail.com Message-ID: <CAN5stdmykrs4tJ0jK0cb1nyo=cab5XU_6=P0VRMrPR=wqpyxdg@mail.gmail.com> On Thu, Feb 19, 2026 at 11:02 AM Salvatore Bonaccorso <carnil@debian.org> wrote: [ 0.000000] Linux version 6.12.69+deb13-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.12.69-1 (2026-02-08) [ 0.000000] Command line: BOOT_IMAGE=/@rootfs/boot/vmlinuz-6.12.69+deb13-amd64 root=UUID=95cb75b3-3d9a-4a5f-aa6e-9adbc0e452da ro single dis_ucode_ldr rootflags=subvol=@rootfs nomodeset [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005a54bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000005a54c000-0x0000000064615fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000064616000-0x000000006470dfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000006470e000-0x00000000648a7fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000648a8000-0x0000000069ffefff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000069fff000-0x0000000069ffffff] usable [ 0.000000] BIOS-e820: [mem 0x000000006a000000-0x000000007e7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe410000-0x00000000fe410fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008817fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] APIC: Static calls initialized [ 0.000000] efi: EFI v2.9 by American Megatrends [ 0.000000] efi: ACPI=0x64810000 ACPI 2.0=0x64810014 TPMFinalLog=0x6477c000 SMBIOS=0x68b2a000 SMBIOS 3.0=0x68b29000 MEMATTR=0x56523198 ESRT=0x573a6e98 MOKvar=0x69be6000 INITRD=0x4f101818 RNG=0x64647018 TPMEventLog=0x64641018 [ 0.000000] random: crng init done [ 0.000000] efi: Remove mem85: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map [ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved [ 0.000000] efi: Not removing mem86: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map [ 0.000000] efi: Not removing mem87: MMIO range=[0xfe410000-0xfe410fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem88: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem89: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map [ 0.000000] efi: Not removing mem91: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map [ 0.000000] efi: Remove mem92: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map [ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved [ 0.000000] secureboot: Secure boot disabled [ 0.000000] SMBIOS 3.6.0 present. [ 0.000000] DMI: ASUSTeK COMPUTER INC. NUC14RVH-B/NUC14RVB, BIOS RVMTL357.0038.2024.0115.1528 01/15/2024 [ 0.000000] DMI: Memory slots populated: 2/2 [ 0.000000] tsc: Detected 3000.000 MHz processor [ 0.000000] tsc: Detected 2995.200 MHz TSC [ 0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000016] last_pfn = 0x881800 max_arch_pfn = 0x400000000 [ 0.000021] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs [ 0.000023] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000557] e820: update [mem 0x76000000-0xffffffff] usable ==> reserved [ 0.000558] e820: update [mem 0x881800000-0x881ffffff] usable ==> reserved [ 0.000561] x2apic: enabled by BIOS, switching to x2apic ops [ 0.000562] last_pfn = 0x6a000 max_arch_pfn = 0x400000000 [ 0.005229] esrt: Reserving ESRT space from 0x00000000573a6e98 to 0x00000000573a6fc0. [ 0.005234] e820: update [mem 0x573a6000-0x573a6fff] usable ==> reserved [ 0.005247] Using GB pages for direct mapping [ 0.005409] RAMDISK: [mem 0x39770000-0x416d1fff] [ 0.005729] ACPI: Early table checksum verification disabled [ 0.005732] ACPI: RSDP 0x0000000064810014 000024 (v02 ASUS ) [ 0.005736] ACPI: XSDT 0x00000000647AC728 000174 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005741] ACPI: FACP 0x00000000646F4000 000114 (v06 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005745] ACPI: DSDT 0x0000000064688000 06BC97 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005747] ACPI: FACS 0x00000000648A3000 000040 [ 0.005748] ACPI: SSDT 0x000000006470B000 000689 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005750] ACPI: SSDT 0x000000006470A000 0005E4 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005751] ACPI: SSDT 0x0000000064709000 0001AB (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005752] ACPI: SSDT 0x0000000064708000 000394 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005754] ACPI: SSDT 0x0000000064706000 001BAF (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005755] ACPI: SSDT 0x0000000064704000 001620 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005757] ACPI: SSDT 0x0000000064702000 001349 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005758] ACPI: SSDT 0x0000000064701000 000FBB (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005760] ACPI: SSDT 0x00000000646FD000 003BC8 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005761] ACPI: DTPR 0x00000000646FC000 000088 (v01 ASUS NUC14RVB 00000026 00000000) [ 0.005763] ACPI: SSDT 0x00000000646F6000 0052D3 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005765] ACPI: SSDT 0x00000000646F5000 000D03 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005766] ACPI: FIDT 0x0000000064687000 00009C (v01 ASUS NUC14RVB 00000026 AMI 00010013) [ 0.005768] ACPI: SSDT 0x000000006470D000 00038C (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005769] ACPI: SSDT 0x0000000064684000 002494 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005771] ACPI: SSDT 0x000000006467A000 009AB7 (v02 ASUS NUC14RVB 00001000 INTL 20210930) [ 0.005772] ACPI: HPET 0x000000006470C000 000038 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005774] ACPI: APIC 0x0000000064679000 000358 (v05 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005775] ACPI: MCFG 0x0000000064678000 00003C (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005777] ACPI: SSDT 0x000000006466C000 00B117 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005778] ACPI: SSDT 0x000000006466A000 00147F (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005780] ACPI: SSDT 0x0000000064666000 0038A4 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005781] ACPI: UEFI 0x0000000064763000 000048 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005783] ACPI: NHLT 0x0000000064665000 0002E3 (v00 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005784] ACPI: LPIT 0x0000000064664000 0000CC (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005786] ACPI: WDAT 0x0000000064662000 000134 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005787] ACPI: SSDT 0x0000000064661000 000CA6 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005789] ACPI: SSDT 0x000000006465B000 005811 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005790] ACPI: DBGP 0x000000006465A000 000034 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005792] ACPI: DBG2 0x0000000064659000 000054 (v00 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005793] ACPI: SSDT 0x0000000064657000 001B33 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005795] ACPI: DMAR 0x0000000064656000 000098 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005796] ACPI: FPDT 0x0000000064655000 000044 (v01 ASUS NUC14RVB 00000026 AMI 01000013) [ 0.005798] ACPI: SSDT 0x0000000064653000 001013 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005799] ACPI: SSDT 0x0000000064650000 00281A (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005800] ACPI: SSDT 0x000000006464D000 0028D3 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005802] ACPI: BGRT 0x000000006464C000 000038 (v01 ASUS NUC14RVB 00000026 AMI 00010013) [ 0.005804] ACPI: SSDT 0x000000006464A000 0011A0 (v02 ASUS NUC14RVB 00000026 INTL 20210930) [ 0.005805] ACPI: PHAT 0x0000000064649000 0007F0 (v01 ASUS NUC14RVB 00000026 MSFT 0100000D) [ 0.005807] ACPI: TPM2 0x0000000064648000 00004C (v04 ASUS NUC14RVB 00000026 AMI 00000000) [ 0.005808] ACPI: WSMT 0x0000000064663000 000028 (v01 ASUS NUC14RVB 00000026 AMI 00010013) [ 0.005809] ACPI: Reserving FACP table memory at [mem 0x646f4000-0x646f4113] [ 0.005810] ACPI: Reserving DSDT table memory at [mem 0x64688000-0x646f3c96] [ 0.005811] ACPI: Reserving FACS table memory at [mem 0x648a3000-0x648a303f] [ 0.005811] ACPI: Reserving SSDT table memory at [mem 0x6470b000-0x6470b688] [ 0.005812] ACPI: Reserving SSDT table memory at [mem 0x6470a000-0x6470a5e3] [ 0.005812] ACPI: Reserving SSDT table memory at [mem 0x64709000-0x647091aa] [ 0.005812] ACPI: Reserving SSDT table memory at [mem 0x64708000-0x64708393] [ 0.005813] ACPI: Reserving SSDT table memory at [mem 0x64706000-0x64707bae] [ 0.005813] ACPI: Reserving SSDT table memory at [mem 0x64704000-0x6470561f] [ 0.005813] ACPI: Reserving SSDT table memory at [mem 0x64702000-0x64703348] [ 0.005814] ACPI: Reserving SSDT table memory at [mem 0x64701000-0x64701fba] [ 0.005814] ACPI: Reserving SSDT table memory at [mem 0x646fd000-0x64700bc7] [ 0.005814] ACPI: Reserving DTPR table memory at [mem 0x646fc000-0x646fc087] [ 0.005815] ACPI: Reserving SSDT table memory at [mem 0x646f6000-0x646fb2d2] [ 0.005815] ACPI: Reserving SSDT table memory at [mem 0x646f5000-0x646f5d02] [ 0.005816] ACPI: Reserving FIDT table memory at [mem 0x64687000-0x6468709b] [ 0.005816] ACPI: Reserving SSDT table memory at [mem 0x6470d000-0x6470d38b] [ 0.005816] ACPI: Reserving SSDT table memory at [mem 0x64684000-0x64686493] [ 0.005817] ACPI: Reserving SSDT table memory at [mem 0x6467a000-0x64683ab6] [ 0.005817] ACPI: Reserving HPET table memory at [mem 0x6470c000-0x6470c037] [ 0.005817] ACPI: Reserving APIC table memory at [mem 0x64679000-0x64679357] [ 0.005818] ACPI: Reserving MCFG table memory at [mem 0x64678000-0x6467803b] [ 0.005818] ACPI: Reserving SSDT table memory at [mem 0x6466c000-0x64677116] [ 0.005819] ACPI: Reserving SSDT table memory at [mem 0x6466a000-0x6466b47e] [ 0.005819] ACPI: Reserving SSDT table memory at [mem 0x64666000-0x646698a3] [ 0.005819] ACPI: Reserving UEFI table memory at [mem 0x64763000-0x64763047] [ 0.005820] ACPI: Reserving NHLT table memory at [mem 0x64665000-0x646652e2] [ 0.005820] ACPI: Reserving LPIT table memory at [mem 0x64664000-0x646640cb] [ 0.005821] ACPI: Reserving WDAT table memory at [mem 0x64662000-0x64662133] [ 0.005821] ACPI: Reserving SSDT table memory at [mem 0x64661000-0x64661ca5] [ 0.005821] ACPI: Reserving SSDT table memory at [mem 0x6465b000-0x64660810] [ 0.005822] ACPI: Reserving DBGP table memory at [mem 0x6465a000-0x6465a033] [ 0.005822] ACPI: Reserving DBG2 table memory at [mem 0x64659000-0x64659053] [ 0.005822] ACPI: Reserving SSDT table memory at [mem 0x64657000-0x64658b32] [ 0.005823] ACPI: Reserving DMAR table memory at [mem 0x64656000-0x64656097] [ 0.005823] ACPI: Reserving FPDT table memory at [mem 0x64655000-0x64655043] [ 0.005824] ACPI: Reserving SSDT table memory at [mem 0x64653000-0x64654012] [ 0.005824] ACPI: Reserving SSDT table memory at [mem 0x64650000-0x64652819] [ 0.005824] ACPI: Reserving SSDT table memory at [mem 0x6464d000-0x6464f8d2] [ 0.005825] ACPI: Reserving BGRT table memory at [mem 0x6464c000-0x6464c037] [ 0.005825] ACPI: Reserving SSDT table memory at [mem 0x6464a000-0x6464b19f] [ 0.005825] ACPI: Reserving PHAT table memory at [mem 0x64649000-0x646497ef] [ 0.005826] ACPI: Reserving TPM2 table memory at [mem 0x64648000-0x6464804b] [ 0.005826] ACPI: Reserving WSMT table memory at [mem 0x64663000-0x64663027] [ 0.005879] APIC: Switched APIC routing to: cluster x2apic [ 0.006095] No NUMA configuration found [ 0.006095] Faking a node at [mem 0x0000000000000000-0x00000008817fffff] [ 0.006100] NODE_DATA(0) allocated [mem 0x8817d5680-0x8817fffff] [ 0.006260] Zone ranges: [ 0.006261] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.006262] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.006263] Normal [mem 0x0000000100000000-0x00000008817fffff] [ 0.006264] Device empty [ 0.006264] Movable zone start for each node [ 0.006265] Early memory node ranges [ 0.006265] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.006266] node 0: [mem 0x0000000000100000-0x000000005a54bfff] [ 0.006267] node 0: [mem 0x0000000069fff000-0x0000000069ffffff] [ 0.006268] node 0: [mem 0x0000000100000000-0x00000008817fffff] [ 0.006270] Initmem setup node 0 [mem 0x0000000000001000-0x00000008817fffff] [ 0.006274] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.006300] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.008796] On node 0, zone DMA32: 31411 pages in unavailable ranges [ 0.009172] On node 0, zone Normal: 24576 pages in unavailable ranges [ 0.009319] On node 0, zone Normal: 26624 pages in unavailable ranges [ 0.010244] ACPI: PM-Timer IO Port: 0x1808 [ 0.010249] CPU topo: Boot CPU APIC ID not the first enumerated APIC ID: 20 != 10 [ 0.010250] CPU topo: [Firmware Bug]: APIC enumeration order not specification compliant [ 0.010253] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1]) [ 0.010287] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.010289] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.010290] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.010293] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.010294] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.010301] e820: update [mem 0x4f01b000-0x4f049fff] usable ==> reserved [ 0.010308] TSC deadline timer available [ 0.010310] CPU topo: Max. logical packages: 1 [ 0.010311] CPU topo: Max. logical dies: 1 [ 0.010311] CPU topo: Max. dies per package: 1 [ 0.010313] CPU topo: Max. threads per core: 2 [ 0.010313] CPU topo: Num. cores per package: 14 [ 0.010314] CPU topo: Num. threads per package: 18 [ 0.010314] CPU topo: Allowing 18 present CPUs plus 0 hotplug CPUs [ 0.010325] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.010326] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.010327] PM: hibernation: Registered nosave memory: [mem 0x4f01b000-0x4f049fff] [ 0.010328] PM: hibernation: Registered nosave memory: [mem 0x573a6000-0x573a6fff] [ 0.010329] PM: hibernation: Registered nosave memory: [mem 0x5a54c000-0x69ffefff] [ 0.010330] PM: hibernation: Registered nosave memory: [mem 0x6a000000-0xffffffff] [ 0.010331] [mem 0x7e800000-0xfdffffff] available for PCI devices [ 0.010332] Booting paravirtualized kernel on bare hardware [ 0.010334] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.013750] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:18 nr_cpu_ids:18 nr_node_ids:1 [ 0.015160] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288 [ 0.015164] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152 [ 0.015166] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 [ 0.015169] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 [ 0.015171] pcpu-alloc: [0] 16 17 -- -- [ 0.015182] Kernel command line: BOOT_IMAGE=/@rootfs/boot/vmlinuz-6.12.69+deb13-amd64 root=UUID=95cb75b3-3d9a-4a5f-aa6e-9adbc0e452da ro single dis_ucode_ldr rootflags=subvol=@rootfs nomodeset [ 0.015224] Booted with the nomodeset parameter. Only the system framebuffer will be available [ 0.015228] Unknown kernel command line parameters "single dis_ucode_ldr", will be passed to user space. [ 0.015236] printk: log_buf_len individual max cpu contribution: 4096 bytes [ 0.015237] printk: log_buf_len total cpu_extra contributions: 69632 bytes [ 0.015237] printk: log_buf_len min size: 131072 bytes [ 0.015401] printk: log_buf_len: 262144 bytes [ 0.015401] printk: early log buf free: 115392(88%) [ 0.018776] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.020458] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.020597] Fallback order for Node 0: 0 [ 0.020600] Built 1 zonelists, mobility grouping on. Total pages: 8240363 [ 0.020601] Policy zone: Normal [ 0.020608] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.020618] software IO TLB: area num 32. [ 0.039946] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=18, Nodes=1 [ 0.039996] ftrace: allocating 45733 entries in 179 pages [ 0.047178] ftrace: allocated 179 pages with 5 groups [ 0.047879] Dynamic Preempt: voluntary [ 0.047953] rcu: Preemptible hierarchical RCU implementation. [ 0.047953] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=18. [ 0.047955] Trampoline variant of Tasks RCU enabled. [ 0.047955] Rude variant of Tasks RCU enabled. [ 0.047956] Tracing variant of Tasks RCU enabled. [ 0.047956] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.047957] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=18 [ 0.047968] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18. [ 0.047970] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18. [ 0.047971] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18. [ 0.050787] NR_IRQS: 524544, nr_irqs: 2200, preallocated irqs: 16 [ 0.051094] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.051277] Console: colour dummy device 80x25 [ 0.051280] printk: legacy console [tty0] enabled [ 0.051462] ACPI: Core revision 20240827 [ 0.051766] hpet: HPET dysfunctional in PC10. Force disabled. [ 0.051860] APIC: Switch to symmetric I/O mode setup [ 0.051863] DMAR: Host address width 42 [ 0.051864] DMAR: DRHD base: 0x000000fc800000 flags: 0x0 [ 0.051871] DMAR: dmar0: reg_base_addr fc800000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0ef5e [ 0.051874] DMAR: DRHD base: 0x000000fc801000 flags: 0x1 [ 0.051878] DMAR: dmar1: reg_base_addr fc801000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0efde [ 0.051881] DMAR: SATC flags: 0x1 [ 0.051884] DMAR-IR: IOAPIC id 2 under DRHD base 0xfc801000 IOMMU 1 [ 0.051885] DMAR-IR: HPET id 0 under DRHD base 0xfc801000 [ 0.051887] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.053583] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.057720] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns [ 0.057730] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.40 BogoMIPS (lpj=11980800) [ 0.057788] CPU0: Thermal monitoring enabled (TM1) [ 0.057791] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.057975] CET detected: Indirect Branch Tracking enabled [ 0.057978] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.057979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.057982] process: using mwait in idle threads [ 0.057985] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.057988] Spectre V2 : Mitigation: Enhanced / Automatic IBRS [ 0.057990] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.057992] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.057994] VMSCAPE: Mitigation: IBPB before exit to userspace [ 0.058004] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.058005] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.058006] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.058007] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.058009] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers' [ 0.058010] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.058011] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.058013] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16 [ 0.058014] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format. [ 0.061728] Freeing SMP alternatives memory: 40K [ 0.061728] pid_max: default: 32768 minimum: 301 [ 0.061728] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm [ 0.061728] landlock: Up and running. [ 0.061728] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.061728] AppArmor: AppArmor initialized [ 0.061728] TOMOYO Linux initialized [ 0.061728] LSM support for eBPF active [ 0.061728] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.061728] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.061728] smpboot: CPU0: Intel(R) Core(TM) Ultra 5 125H (family: 0x6, model: 0xaa, stepping: 0x4) [ 0.061728] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Meteorlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.061728] core: cpu_core PMU driver: [ 0.061728] ... version: 5 [ 0.061728] ... bit width: 48 [ 0.061728] ... generic registers: 8 [ 0.061728] ... value mask: 0000ffffffffffff [ 0.061728] ... max period: 00007fffffffffff [ 0.061728] ... fixed-purpose events: 4 [ 0.061728] ... event mask: 0001000f000000ff [ 0.061728] signal: max sigframe size: 3632 [ 0.061728] Estimated ratio of average max frequency by base frequency (times 1024): 1467 [ 0.061728] rcu: Hierarchical SRCU implementation. [ 0.061728] rcu: Max phase no-delay instances is 1000. [ 0.061728] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level [ 0.061728] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.061728] smp: Bringing up secondary CPUs ... [ 0.061728] smpboot: x86: Booting SMP configuration: [ 0.061728] .... node #0, CPUs: #1 #3 #6 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 [ 0.010506] core: cpu_atom PMU driver: [ 0.010506] ... version: 5 [ 0.010506] ... bit width: 48 [ 0.010506] ... generic registers: 8 [ 0.010506] ... value mask: 0000ffffffffffff [ 0.010506] ... max period: 00007fffffffffff [ 0.010506] ... fixed-purpose events: 3 [ 0.010506] ... event mask: 00000007000000ff [ 0.061923] #2 #4 #5 #7 [ 0.066697] smp: Brought up 1 node, 18 CPUs [ 0.066697] smpboot: Total of 18 processors activated (107827.20 BogoMIPS) [ 0.091741] node 0 deferred pages initialised in 20ms [ 0.091741] Memory: 32123416K/32961452K available (16384K kernel code, 2497K rwdata, 11800K rodata, 4164K init, 4920K bss, 818316K reserved, 0K cma-reserved) [ 0.091825] devtmpfs: initialized [ 0.091825] x86/mm: Memory block size: 128MB [ 0.094557] ACPI: PM: Registering ACPI NVS region [mem 0x6470e000-0x648a7fff] (1679360 bytes) [ 0.094557] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.094557] futex hash table entries: 8192 (order: 7, 524288 bytes, linear) [ 0.094557] pinctrl core: initialized pinctrl subsystem [ 0.094557] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.095005] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.095461] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.095915] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.095924] audit: initializing netlink subsys (disabled) [ 0.095931] audit: type=2000 audit(1771508360.000:1): state=initialized audit_enabled=0 res=1 [ 0.095931] thermal_sys: Registered thermal governor 'fair_share' [ 0.095931] thermal_sys: Registered thermal governor 'bang_bang' [ 0.095931] thermal_sys: Registered thermal governor 'step_wise' [ 0.095931] thermal_sys: Registered thermal governor 'user_space' [ 0.095931] thermal_sys: Registered thermal governor 'power_allocator' [ 0.095931] cpuidle: using governor ladder [ 0.095931] cpuidle: using governor menu [ 0.095931] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.095931] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff] [ 0.095931] PCI: Using configuration type 1 for base access [ 0.095931] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.095931] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.095931] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.095931] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.095931] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.095931] ACPI: Added _OSI(Module Device) [ 0.095931] ACPI: Added _OSI(Processor Device) [ 0.095931] ACPI: Added _OSI(Processor Aggregator Device) [ 0.165953] ACPI: 25 ACPI AML tables successfully acquired and loaded [ 0.174899] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+ [ 0.174904] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+ [ 0.389736] ACPI: EC: EC started [ 0.389739] ACPI: EC: interrupt blocked [ 0.390235] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.390239] ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions [ 0.390242] ACPI: Interpreter enabled [ 0.390304] ACPI: PM: (supports S0 S3 S4 S5) [ 0.390306] ACPI: Using IOAPIC for interrupt routing [ 0.390374] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.390377] PCI: Ignoring E820 reservations for host bridge windows [ 0.392129] ACPI: Enabled 10 GPEs in block 00 to 7F [ 0.392152] ACPI: Enabled 8 GPEs in block 80 to DF [ 0.397188] ACPI: \_SB_.PC00.RP05.PXP_: New power resource [ 0.511351] ACPI: \_SB_.PC00.RP11.PXP_: New power resource [ 0.512493] ACPI: \_SB_.PC00.RP12.PXP_: New power resource [ 0.516287] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource [ 0.516336] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource [ 0.516521] ACPI: \_SB_.PC00.PAUD: New power resource [ 0.526971] ACPI: \_SB_.PC00.CNVW.WRST: New power resource [ 0.541307] ACPI: \_SB_.PC00.TBT0: New power resource [ 0.541365] ACPI: \_SB_.PC00.TBT1: New power resource [ 0.541414] ACPI: \_SB_.PC00.D3C_: New power resource [ 0.555803] ACPI: \_TZ_.FN00: New power resource [ 0.555857] ACPI: \_TZ_.FN01: New power resource [ 0.555906] ACPI: \_TZ_.FN02: New power resource [ 0.555954] ACPI: \_TZ_.FN03: New power resource [ 0.556004] ACPI: \_TZ_.FN04: New power resource [ 0.556466] ACPI: \PIN_: New power resource [ 0.556993] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe]) [ 0.557002] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 0.557945] acpi PNP0A08:00: _OSC: platform does not support [AER] [ 0.559791] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR] [ 0.561315] PCI host bridge to bus 0000:00 [ 0.561320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.561324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.561326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.561329] pci_bus 0000:00: root bus resource [mem 0x7e800000-0xbfffffff window] [ 0.561331] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x3ffbfffffff window] [ 0.561334] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.562202] pci 0000:00:00.0: [8086:7d14] type 00 class 0x060000 conventional PCI endpoint [ 0.562484] pci 0000:00:01.0: [8086:7ecc] type 01 class 0x060400 PCIe Root Port [ 0.562594] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.562608] pci 0000:00:01.0: bridge window [mem 0x8c300000-0x8c3fffff] [ 0.562765] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.562863] pci 0000:00:01.0: PTM enabled (root), 4ns granularity [ 0.563562] pci 0000:00:02.0: [8086:7d55] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint [ 0.563578] pci 0000:00:02.0: BAR 0 [mem 0x5017000000-0x5017ffffff 64bit pref] [ 0.563589] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.563623] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.563628] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.563666] pci 0000:00:02.0: PME# supported from D0 D3hot [ 0.563686] pci 0000:00:02.0: VF BAR 0 [mem 0x5010000000-0x5010ffffff 64bit pref] [ 0.563688] pci 0000:00:02.0: VF BAR 0 [mem 0x5010000000-0x5016ffffff 64bit pref]: contains BAR 0 for 7 VFs [ 0.563872] pci 0000:00:04.0: [8086:7d03] type 00 class 0x118000 conventional PCI endpoint [ 0.563890] pci 0000:00:04.0: BAR 0 [mem 0x50202c0000-0x50202dffff 64bit] [ 0.564169] pci 0000:00:07.0: [8086:7ec4] type 01 class 0x060400 PCIe Root Port [ 0.564197] pci 0000:00:07.0: PCI bridge to [bus 02-2b] [ 0.564204] pci 0000:00:07.0: bridge window [mem 0x86000000-0x8bffffff] [ 0.564214] pci 0000:00:07.0: bridge window [mem 0x4810000000-0x500fffffff 64bit pref] [ 0.564318] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.564352] pci 0000:00:07.0: PTM enabled (root), 4ns granularity [ 0.565024] pci 0000:00:07.2: [8086:7ec6] type 01 class 0x060400 PCIe Root Port [ 0.565053] pci 0000:00:07.2: PCI bridge to [bus 2c-55] [ 0.565060] pci 0000:00:07.2: bridge window [mem 0x80000000-0x85ffffff] [ 0.565070] pci 0000:00:07.2: bridge window [mem 0x4010000000-0x480fffffff 64bit pref] [ 0.565180] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold [ 0.565213] pci 0000:00:07.2: PTM enabled (root), 4ns granularity [ 0.565876] pci 0000:00:08.0: [8086:7e4c] type 00 class 0x088000 conventional PCI endpoint [ 0.565894] pci 0000:00:08.0: BAR 0 [mem 0x5020322000-0x5020322fff 64bit] [ 0.566024] pci 0000:00:0a.0: [8086:7d0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint [ 0.566033] pci 0000:00:0a.0: BAR 0 [mem 0x5020280000-0x50202bffff 64bit] [ 0.566052] pci 0000:00:0a.0: enabling Extended Tags [ 0.566126] pci 0000:00:0b.0: [8086:7d1d] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint [ 0.566138] pci 0000:00:0b.0: BAR 0 [mem 0x5018000000-0x501fffffff 64bit] [ 0.566151] pci 0000:00:0b.0: BAR 4 [mem 0x5020321000-0x5020321fff 64bit] [ 0.566282] pci 0000:00:0d.0: [8086:7ec0] type 00 class 0x0c0330 conventional PCI endpoint [ 0.566299] pci 0000:00:0d.0: BAR 0 [mem 0x5020300000-0x502030ffff 64bit] [ 0.566409] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.566795] pci 0000:00:0d.2: [8086:7ec2] type 00 class 0x0c0340 conventional PCI endpoint [ 0.566811] pci 0000:00:0d.2: BAR 0 [mem 0x5020240000-0x502027ffff 64bit] [ 0.566822] pci 0000:00:0d.2: BAR 2 [mem 0x5020320000-0x5020320fff 64bit] [ 0.566946] pci 0000:00:0d.2: supports D1 D2 [ 0.566948] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.567044] pci 0000:00:0d.3: [8086:7ec3] type 00 class 0x0c0340 conventional PCI endpoint [ 0.567061] pci 0000:00:0d.3: BAR 0 [mem 0x5020200000-0x502023ffff 64bit] [ 0.567072] pci 0000:00:0d.3: BAR 2 [mem 0x502031f000-0x502031ffff 64bit] [ 0.567118] pci 0000:00:0d.3: supports D1 D2 [ 0.567120] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.567239] pci 0000:00:12.0: [8086:7e45] type 00 class 0x070000 conventional PCI endpoint [ 0.567255] pci 0000:00:12.0: BAR 0 [mem 0x50202f0000-0x50202fffff 64bit] [ 0.567307] pci 0000:00:12.0: PME# supported from D0 D3hot [ 0.567901] pci 0000:00:14.0: [8086:7e7d] type 00 class 0x0c0330 conventional PCI endpoint [ 0.567918] pci 0000:00:14.0: BAR 0 [mem 0x50202e0000-0x50202effff 64bit] [ 0.567980] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.568327] pci 0000:00:14.2: [8086:7e7f] type 00 class 0x050000 conventional PCI endpoint [ 0.568346] pci 0000:00:14.2: BAR 0 [mem 0x5020318000-0x502031bfff 64bit] [ 0.568359] pci 0000:00:14.2: BAR 2 [mem 0x502031e000-0x502031efff 64bit] [ 0.568471] pci 0000:00:14.3: [8086:7e40] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint [ 0.568498] pci 0000:00:14.3: BAR 0 [mem 0x5020314000-0x5020317fff 64bit] [ 0.568587] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.568749] pci 0000:00:16.0: [8086:7e70] type 00 class 0x078000 conventional PCI endpoint [ 0.568774] pci 0000:00:16.0: BAR 0 [mem 0x502031d000-0x502031dfff 64bit] [ 0.568864] pci 0000:00:16.0: PME# supported from D3hot [ 0.569430] pci 0000:00:17.0: [8086:7e63] type 00 class 0x010601 conventional PCI endpoint [ 0.569443] pci 0000:00:17.0: BAR 0 [mem 0x8c400000-0x8c401fff] [ 0.569451] pci 0000:00:17.0: BAR 1 [mem 0x8c403000-0x8c4030ff] [ 0.569458] pci 0000:00:17.0: BAR 2 [io 0x3050-0x3057] [ 0.569466] pci 0000:00:17.0: BAR 3 [io 0x3040-0x3043] [ 0.569473] pci 0000:00:17.0: BAR 4 [io 0x3020-0x303f] [ 0.569480] pci 0000:00:17.0: BAR 5 [mem 0x8c402000-0x8c4027ff] [ 0.569513] pci 0000:00:17.0: PME# supported from D3hot [ 0.569772] pci 0000:00:1c.0: [8086:7e3c] type 01 class 0x060400 PCIe Root Port [ 0.569800] pci 0000:00:1c.0: PCI bridge to [bus 56] [ 0.569809] pci 0000:00:1c.0: bridge window [mem 0x8c000000-0x8c2fffff] [ 0.569893] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.569933] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.570558] pci 0000:00:1f.0: [8086:7e02] type 00 class 0x060100 conventional PCI endpoint [ 0.570930] pci 0000:00:1f.3: [8086:7e28] type 00 class 0x040100 conventional PCI endpoint [ 0.570976] pci 0000:00:1f.3: BAR 0 [mem 0x5020310000-0x5020313fff 64bit] [ 0.571022] pci 0000:00:1f.3: BAR 4 [mem 0x5020000000-0x50201fffff 64bit] [ 0.571133] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.571220] pci 0000:00:1f.4: [8086:7e22] type 00 class 0x0c0500 conventional PCI endpoint [ 0.571242] pci 0000:00:1f.4: BAR 0 [mem 0x502031c000-0x502031c0ff 64bit] [ 0.571267] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf] [ 0.571471] pci 0000:00:1f.5: [8086:7e23] type 00 class 0x0c8000 conventional PCI endpoint [ 0.571508] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff] [ 0.572002] pci 0000:01:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint [ 0.572022] pci 0000:01:00.0: BAR 0 [mem 0x8c300000-0x8c303fff 64bit] [ 0.572309] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.572357] pci 0000:00:07.0: PCI bridge to [bus 02-2b] [ 0.572409] pci 0000:00:07.2: PCI bridge to [bus 2c-55] [ 0.572924] pci 0000:56:00.0: [8086:125c] type 00 class 0x020000 PCIe Endpoint [ 0.572941] pci 0000:56:00.0: BAR 0 [mem 0x8c100000-0x8c1fffff] [ 0.572962] pci 0000:56:00.0: BAR 3 [mem 0x8c200000-0x8c203fff] [ 0.572984] pci 0000:56:00.0: ROM [mem 0x8c000000-0x8c0fffff pref] [ 0.573074] pci 0000:56:00.0: PME# supported from D0 D3hot D3cold [ 0.573270] pci 0000:00:1c.0: PCI bridge to [bus 56] [ 0.576112] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 0.576229] ACPI: PCI: Interrupt link LNKB configured for IRQ 1 [ 0.576342] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 0.576454] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 0.576567] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 0.576679] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 0.576790] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 0.576902] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 0.577702] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1) [ 0.709011] Low-power S0 idle used by default for system suspend [ 0.716359] ACPI: EC: interrupt unblocked [ 0.716362] ACPI: EC: event unblocked [ 0.716383] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.716386] ACPI: EC: GPE=0x6e [ 0.716387] ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete [ 0.716390] ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events [ 0.717742] iommu: Default domain type: Translated [ 0.717742] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.717839] pps_core: LinuxPPS API ver. 1 registered [ 0.717841] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.717845] PTP clock support registered [ 0.717858] EDAC MC: Ver: 3.0.0 [ 0.718673] efivars: Registered efivars operations [ 0.718673] NetLabel: Initializing [ 0.718673] NetLabel: domain hash size = 128 [ 0.718673] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.718673] NetLabel: unlabeled traffic allowed by default [ 0.718673] PCI: Using ACPI for IRQ routing [ 0.729176] PCI: pci_cache_line_size set to 64 bytes [ 0.733752] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window [ 0.734242] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.734244] e820: reserve RAM buffer [mem 0x4f01b000-0x4fffffff] [ 0.734245] e820: reserve RAM buffer [mem 0x573a6000-0x57ffffff] [ 0.734246] e820: reserve RAM buffer [mem 0x5a54c000-0x5bffffff] [ 0.734246] e820: reserve RAM buffer [mem 0x6a000000-0x6bffffff] [ 0.734247] e820: reserve RAM buffer [mem 0x881800000-0x883ffffff] [ 0.734285] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.734285] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.734285] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.734285] vgaarb: loaded [ 0.734285] clocksource: Switched to clocksource tsc-early [ 0.734285] VFS: Disk quotas dquot_6.6.0 [ 0.734285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.734285] AppArmor: AppArmor Filesystem Enabled [ 0.734285] pnp: PnP ACPI init [ 0.734383] system 00:01: [io 0x0680-0x069f] has been reserved [ 0.734387] system 00:01: [io 0x164e-0x164f] has been reserved [ 0.734500] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.735279] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved [ 0.735282] system 00:03: [mem 0x00000000-0x00000fff] could not be reserved [ 0.735285] system 00:03: [mem 0x00000000-0x00000fff] could not be reserved [ 0.735287] system 00:03: [mem 0xc0000000-0xcfffffff] has been reserved [ 0.735290] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.735292] system 00:03: [mem 0xfc800000-0xfc81ffff] could not be reserved [ 0.735294] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.735296] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.736504] system 00:04: [io 0x2000-0x20fe] has been reserved [ 0.737101] pnp: PnP ACPI: found 6 devices [ 0.742652] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.742714] NET: Registered PF_INET protocol family [ 0.742993] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.755962] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.756015] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.756268] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.756722] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.756835] TCP: Hash tables configured (established 262144 bind 65536) [ 0.757044] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear) [ 0.757157] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.757259] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.757347] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.757359] NET: Registered PF_XDP protocol family [ 0.757371] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 02-2b] add_size 1000 [ 0.757376] pci 0000:00:07.2: bridge window [io 0x1000-0x0fff] to [bus 2c-55] add_size 1000 [ 0.757387] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff]: assigned [ 0.757390] pci 0000:00:07.2: bridge window [io 0x5000-0x5fff]: assigned [ 0.757393] pci 0000:00:1f.5: BAR 0 [mem 0x7e800000-0x7e800fff]: assigned [ 0.757405] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.757467] pci 0000:00:01.0: bridge window [mem 0x8c300000-0x8c3fffff] [ 0.757494] pci 0000:00:07.0: PCI bridge to [bus 02-2b] [ 0.757507] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff] [ 0.757512] pci 0000:00:07.0: bridge window [mem 0x86000000-0x8bffffff] [ 0.757516] pci 0000:00:07.0: bridge window [mem 0x4810000000-0x500fffffff 64bit pref] [ 0.757523] pci 0000:00:07.2: PCI bridge to [bus 2c-55] [ 0.757525] pci 0000:00:07.2: bridge window [io 0x5000-0x5fff] [ 0.757530] pci 0000:00:07.2: bridge window [mem 0x80000000-0x85ffffff] [ 0.757534] pci 0000:00:07.2: bridge window [mem 0x4010000000-0x480fffffff 64bit pref] [ 0.757541] pci 0000:00:1c.0: PCI bridge to [bus 56] [ 0.757577] pci 0000:00:1c.0: bridge window [mem 0x8c000000-0x8c2fffff] [ 0.757588] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.757590] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.757592] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.757594] pci_bus 0000:00: resource 7 [mem 0x7e800000-0xbfffffff window] [ 0.757596] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x3ffbfffffff window] [ 0.757599] pci_bus 0000:01: resource 1 [mem 0x8c300000-0x8c3fffff] [ 0.757601] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.757603] pci_bus 0000:02: resource 1 [mem 0x86000000-0x8bffffff] [ 0.757605] pci_bus 0000:02: resource 2 [mem 0x4810000000-0x500fffffff 64bit pref] [ 0.757608] pci_bus 0000:2c: resource 0 [io 0x5000-0x5fff] [ 0.757610] pci_bus 0000:2c: resource 1 [mem 0x80000000-0x85ffffff] [ 0.757612] pci_bus 0000:2c: resource 2 [mem 0x4010000000-0x480fffffff 64bit pref] [ 0.757614] pci_bus 0000:56: resource 1 [mem 0x8c000000-0x8c2fffff] [ 0.758835] PCI: CLS 64 bytes, default 64 [ 0.758874] DMAR: No RMRR found [ 0.758876] DMAR: No ATSR found [ 0.758879] DMAR: IOMMU feature sc_support inconsistent [ 0.758880] DMAR: dmar0: Using Queued invalidation [ 0.758887] DMAR: dmar1: Using Queued invalidation [ 0.758909] Trying to unpack rootfs image as initramfs... [ 0.759311] pci 0000:00:02.0: Adding to iommu group 0 [ 0.759346] pci 0000:00:00.0: Adding to iommu group 1 [ 0.759379] pci 0000:00:01.0: Adding to iommu group 2 [ 0.759389] pci 0000:00:04.0: Adding to iommu group 3 [ 0.759409] pci 0000:00:07.0: Adding to iommu group 4 [ 0.759422] pci 0000:00:07.2: Adding to iommu group 5 [ 0.759432] pci 0000:00:08.0: Adding to iommu group 6 [ 0.759443] pci 0000:00:0a.0: Adding to iommu group 7 [ 0.759454] pci 0000:00:0b.0: Adding to iommu group 8 [ 0.759475] pci 0000:00:0d.0: Adding to iommu group 9 [ 0.759485] pci 0000:00:0d.2: Adding to iommu group 9 [ 0.759496] pci 0000:00:0d.3: Adding to iommu group 9 [ 0.759510] pci 0000:00:12.0: Adding to iommu group 10 [ 0.759527] pci 0000:00:14.0: Adding to iommu group 11 [ 0.759540] pci 0000:00:14.2: Adding to iommu group 11 [ 0.759551] pci 0000:00:14.3: Adding to iommu group 12 [ 0.759564] pci 0000:00:16.0: Adding to iommu group 13 [ 0.759575] pci 0000:00:17.0: Adding to iommu group 14 [ 0.759619] pci 0000:00:1c.0: Adding to iommu group 15 [ 0.759642] pci 0000:00:1f.0: Adding to iommu group 16 [ 0.759654] pci 0000:00:1f.3: Adding to iommu group 16 [ 0.759666] pci 0000:00:1f.4: Adding to iommu group 16 [ 0.759677] pci 0000:00:1f.5: Adding to iommu group 16 [ 0.759710] pci 0000:01:00.0: Adding to iommu group 17 [ 0.759754] pci 0000:56:00.0: Adding to iommu group 18 [ 0.762419] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 0.762424] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.762426] software IO TLB: mapped [mem 0x000000004a52f000-0x000000004e52f000] (64MB) [ 0.762472] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns [ 0.762538] clocksource: Switched to clocksource tsc [ 0.762570] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.767100] Initialise system trusted keyrings [ 0.767114] Key type blacklist registered [ 0.767158] workingset: timestamp_bits=36 max_order=23 bucket_order=0 [ 0.767170] zbud: loaded [ 0.767290] fuse: init (API version 7.41) [ 0.767434] integrity: Platform Keyring initialized [ 0.767440] integrity: Machine keyring initialized [ 0.780876] Key type asymmetric registered [ 0.780881] Asymmetric key parser 'x509' registered [ 1.092459] Freeing initrd memory: 130440K [ 1.097051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.097087] io scheduler mq-deadline registered [ 1.098570] ledtrig-cpu: registered to indicate activity on CPUs [ 1.099265] pcieport 0000:00:01.0: PME: Signaling with IRQ 122 [ 1.099620] pcieport 0000:00:07.0: PME: Signaling with IRQ 123 [ 1.099647] pcieport 0000:00:07.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 1.100022] pcieport 0000:00:07.2: PME: Signaling with IRQ 124 [ 1.100046] pcieport 0000:00:07.2: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 1.100459] pcieport 0000:00:1c.0: PME: Signaling with IRQ 125 [ 1.100628] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.111984] ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000) [ 1.112046] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.112048] ACPI: thermal: Thermal Zone [TZ0] (40 C) [ 1.112293] thermal LNXTHERM:01: registered as thermal_zone1 [ 1.112295] ACPI: thermal: Thermal Zone [TZ00] (57 C) [ 1.112419] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.112780] serial 0000:00:12.0: enabling device (0000 -> 0002) [ 1.113072] hpet_acpi_add: no address or irqs in _CRS [ 1.113116] Linux agpgart interface v0.103 [ 1.119658] i8042: PNP: No PS/2 controller found. [ 1.119697] mousedev: PS/2 mouse device common for all mice [ 1.119729] rtc_cmos rtc_cmos: RTC can wake from S4 [ 1.120410] rtc_cmos rtc_cmos: registered as rtc0 [ 1.120568] rtc_cmos rtc_cmos: setting system clock to 2026-02-19T13:39:21 UTC (1771508361) [ 1.120596] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram [ 1.121305] intel_pstate: Intel P-state driver initializing [ 1.123699] intel_pstate: HWP enabled [ 1.123940] efifb: probing for efifb [ 1.123952] efifb: framebuffer at 0x76800000, using 8100k, total 8100k [ 1.123954] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 1.123957] efifb: scrolling: redraw [ 1.123958] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.125081] Console: switching to colour frame buffer device 240x67 [ 1.126101] fb0: EFI VGA frame buffer device [ 1.126277] NET: Registered PF_INET6 protocol family [ 1.130384] Segment Routing with IPv6 [ 1.130397] In-situ OAM (IOAM) with IPv6 [ 1.130415] mip6: Mobile IPv6 [ 1.130420] NET: Registered PF_PACKET protocol family [ 1.130442] mpls_gso: MPLS GSO support [ 1.132384] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 1.132861] IPI shorthand broadcast: enabled [ 1.134022] sched_clock: Marking stable (1126321664, 6506246)->(1167591902, -34763992) [ 1.134255] registered taskstats version 1 [ 1.134359] Loading compiled-in X.509 certificates [ 1.146192] Loaded X.509 cert 'Build time autogenerated kernel key: c1b13294e13214307be2c6358078231a69e9d6cc' [ 1.147031] Demotion targets for Node 0: null [ 1.147128] Key type .fscrypt registered [ 1.147132] Key type fscrypt-provisioning registered [ 1.162016] Key type encrypted registered [ 1.162030] AppArmor: AppArmor sha256 policy hashing enabled [ 1.162306] ima: Allocated hash algorithm: sha256 [ 1.178325] ima: No architecture policies found [ 1.178345] evm: Initialising EVM extended attributes: [ 1.178354] evm: security.selinux [ 1.178361] evm: security.SMACK64 (disabled) [ 1.178368] evm: security.SMACK64EXEC (disabled) [ 1.178375] evm: security.SMACK64TRANSMUTE (disabled) [ 1.178383] evm: security.SMACK64MMAP (disabled) [ 1.178390] evm: security.apparmor [ 1.178396] evm: security.ima [ 1.178401] evm: security.capability [ 1.178407] evm: HMAC attrs: 0x1 [ 1.179465] RAS: Correctable Errors collector initialized. [ 1.182439] clk: Disabling unused clocks [ 1.182449] PM: genpd: Disabling unused power domains [ 1.187524] Freeing unused decrypted memory: 2028K [ 1.188208] Freeing unused kernel image (initmem) memory: 4164K [ 1.188233] Write protecting the kernel read-only data: 28672k [ 1.188816] Freeing unused kernel image (rodata/data gap) memory: 488K [ 1.193656] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.193665] Run /init as init process [ 1.193669] with arguments: [ 1.193669] /init [ 1.193670] single [ 1.193670] dis_ucode_ldr [ 1.193671] with environment: [ 1.193671] HOME=/ [ 1.193671] TERM=linux [ 1.258175] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [ 1.258391] ACPI: button: Sleep Button [SLPB] [ 1.258666] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 1.258900] ACPI: button: Power Button [PWRB] [ 1.259276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 1.259641] ACPI: button: Power Button [PWRF] [ 1.281004] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.281503] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.283471] Intel(R) 2.5G Ethernet Linux Driver [ 1.283647] Copyright(c) 2018 Intel Corporation. [ 1.283710] i2c i2c-0: Successfully instantiated SPD at 0x50 [ 1.284261] igc 0000:56:00.0: enabling device (0000 -> 0002) [ 1.285601] igc 0000:56:00.0: PTM enabled, 4ns granularity [ 1.294819] ACPI: bus type thunderbolt registered [ 1.301465] ACPI: bus type USB registered [ 1.301843] usbcore: registered new interface driver usbfs [ 1.302190] usbcore: registered new interface driver hub [ 1.302537] usbcore: registered new device driver usb [ 1.307492] ACPI: bus type drm_connector registered [ 1.308833] nvme 0000:01:00.0: platform quirk: setting simple suspend [ 1.308898] SCSI subsystem initialized [ 1.309236] nvme nvme0: pci function 0000:01:00.0 [ 1.326891] igc 0000:56:00.0 (unnamed net_device) (uninitialized): PHC added [ 1.343038] nvme nvme0: allocated 32 MiB host memory buffer. [ 1.345720] nvme nvme0: 18/0/0 default/read/poll queues [ 1.350412] nvme0n1: p1 p2 p3 p4 [ 1.354081] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 1.354258] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 1.354860] igc 0000:56:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link) [ 1.355034] igc 0000:56:00.0 eth0: MAC: 88:ae:dd:65:33:2d [ 1.355567] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810 [ 1.356043] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 1.356221] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 1.356399] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed [ 1.356603] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.356797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.357040] usb usb1: Product: xHCI Host Controller [ 1.357183] igc 0000:56:00.0 enp86s0: renamed from eth0 [ 1.357276] usb usb1: Manufacturer: Linux 6.12.69+deb13-amd64 xhci-hcd [ 1.357852] usb usb1: SerialNumber: 0000:00:0d.0 [ 1.358170] hub 1-0:1.0: USB hub found [ 1.358410] hub 1-0:1.0: 1 port detected [ 1.358792] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 1.358971] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.359156] usb usb2: Product: xHCI Host Controller [ 1.359331] usb usb2: Manufacturer: Linux 6.12.69+deb13-amd64 xhci-hcd [ 1.359505] usb usb2: SerialNumber: 0000:00:0d.0 [ 1.359757] hub 2-0:1.0: USB hub found [ 1.359944] hub 2-0:1.0: 4 ports detected [ 1.361683] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.361921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 1.363206] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810 [ 1.363605] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.363787] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 1.363971] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed [ 1.364171] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.364361] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.364545] usb usb3: Product: xHCI Host Controller [ 1.364729] usb usb3: Manufacturer: Linux 6.12.69+deb13-amd64 xhci-hcd [ 1.364913] usb usb3: SerialNumber: 0000:00:14.0 [ 1.365160] hub 3-0:1.0: USB hub found [ 1.365358] hub 3-0:1.0: 12 ports detected [ 1.366758] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 1.366950] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.367133] usb usb4: Product: xHCI Host Controller [ 1.367322] usb usb4: Manufacturer: Linux 6.12.69+deb13-amd64 xhci-hcd [ 1.367506] usb usb4: SerialNumber: 0000:00:14.0 [ 1.367747] hub 4-0:1.0: USB hub found [ 1.367936] hub 4-0:1.0: 2 ports detected [ 1.370997] libata version 3.00 loaded. [ 1.378792] ahci 0000:00:17.0: version 3.0 [ 1.378933] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode [ 1.379124] ahci 0000:00:17.0: 2/2 ports implemented (port mask 0x3) [ 1.379307] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds [ 1.379705] scsi host0: ahci [ 1.379981] scsi host1: ahci [ 1.380181] ata1: SATA max UDMA/133 abar m2048@0x8c402000 port 0x8c402100 irq 183 lpm-pol 4 [ 1.380367] ata2: SATA max UDMA/133 abar m2048@0x8c402000 port 0x8c402180 irq 183 lpm-pol 4 [ 1.618864] usb 3-4: new full-speed USB device number 2 using xhci_hcd [ 1.688318] ata2: SATA link down (SStatus 4 SControl 300) [ 1.689314] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.693610] ata1.00: Model 'CT1000BX500SSD1', rev 'M6CR072', applying quirks: nolpm [ 1.694602] ata1.00: LPM support broken, forcing max_power [ 1.695433] ata1.00: ATA-10: CT1000BX500SSD1, M6CR072, max UDMA/133 [ 1.698304] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA [ 1.711212] ata1.00: Features: Dev-Sleep [ 1.720206] ata1.00: LPM support broken, forcing max_power [ 1.737185] ata1.00: configured for UDMA/133 [ 1.751236] ahci 0000:00:17.0: port does not support device sleep [ 1.752094] scsi 0:0:0:0: Direct-Access ATA CT1000BX500SSD1 072 PQ: 0 ANSI: 5 [ 1.765225] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 1.766162] sd 0:0:0:0: [sda] Write Protect is off [ 1.766840] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.766875] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.767095] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes [ 1.768124] usb 3-4: New USB device found, idVendor=046d, idProduct=c548, bcdDevice= 5.03 [ 1.768520] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.768915] usb 3-4: Product: USB Receiver [ 1.769306] usb 3-4: Manufacturer: Logitech [ 1.785082] hid: raw HID events driver (C) Jiri Kosina [ 1.804214] sda: sda1 [ 1.804462] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.819591] usbcore: registered new interface driver usbhid [ 1.819793] usbhid: USB HID core driver [ 1.823512] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C548.0001/input/input3 [ 1.890601] usb 3-5: new high-speed USB device number 3 using xhci_hcd [ 1.963336] typec port0: bound usb3-port1 (ops connector_ops [usbcore]) [ 1.964388] typec port0: bound usb2-port1 (ops connector_ops [usbcore]) [ 1.990279] Setting dangerous option enable_psr - tainting kernel [ 1.990488] Setting dangerous option force_probe - tainting kernel [ 1.990747] Setting dangerous option enable_psr - tainting kernel [ 1.990943] xe: unknown parameter 'enable_panel_replay' ignored [ 1.991135] Setting dangerous option enable_dc - tainting kernel [ 1.991326] Setting dangerous option enable_fbc - tainting kernel [ 1.991516] Setting dangerous option enable_dmc_wl - tainting kernel [ 1.995769] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 [ 1.997689] hid-generic 001F:8087:0AC2.0005: hidraw0: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.034573] hid-generic 0003:046D:C548.0001: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-4/input0 [ 2.035266] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input4 [ 2.035851] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input5 [ 2.058677] usb 3-5: New USB device found, idVendor=0c45, idProduct=636b, bcdDevice= 1.00 [ 2.059136] usb 3-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 2.059546] usb 3-5: Product: USB 2.0 Camera [ 2.059951] usb 3-5: Manufacturer: Sonix Technology Co., Ltd. [ 2.060357] usb 3-5: SerialNumber: SN0001 [ 2.090556] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input6 [ 2.091195] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C548.0002/input/input7 [ 2.091868] hid-generic 0003:046D:C548.0002: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4/input1 [ 2.092461] hid-generic 0003:046D:C548.0003: hiddev1,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2 [ 2.093076] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3/0003:046D:C548.0004/input/input8 [ 2.093450] hid-generic 0003:046D:C548.0004: input,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input3 [ 2.099466] hid-sensor-hub 001F:8087:0AC2.0005: hidraw0: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.144853] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3/0003:046D:C548.0004/input/input9 [ 2.145653] hid-multitouch 0003:046D:C548.0004: input,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input3 [ 2.182546] usb 3-7: new full-speed USB device number 4 using xhci_hcd [ 2.262507] raid6: avx2x4 gen() 44550 MB/s [ 2.330510] raid6: avx2x2 gen() 50775 MB/s [ 2.332402] usb 3-7: New USB device found, idVendor=046d, idProduct=c548, bcdDevice= 5.03 [ 2.333437] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.334424] usb 3-7: Product: USB Receiver [ 2.335242] usb 3-7: Manufacturer: Logitech [ 2.340831] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:046D:C548.0006/input/input10 [ 2.398509] raid6: avx2x1 gen() 52432 MB/s [ 2.398720] raid6: using algorithm avx2x1 gen() 52432 MB/s [ 2.466509] raid6: .... xor() 38345 MB/s, rmw enabled [ 2.466717] raid6: using avx2x2 recovery algorithm [ 2.472140] xor: automatically using best checksumming function avx [ 2.510988] typec port1: bound usb3-port3 (ops connector_ops [usbcore]) [ 2.511392] typec port1: bound usb2-port3 (ops connector_ops [usbcore]) [ 2.558815] hid-generic 0003:046D:C548.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-7/input0 [ 2.564999] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:046D:C548.0007/input/input11 [ 2.565955] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:046D:C548.0007/input/input12 [ 2.587996] Btrfs loaded, zoned=yes, fsverity=yes [ 2.622593] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:046D:C548.0007/input/input13 [ 2.623049] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:046D:C548.0007/input/input14 [ 2.623555] hid-generic 0003:046D:C548.0007: input,hiddev2,hidraw6: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-7/input1 [ 2.625622] hid-generic 0003:046D:C548.0008: hiddev3,hidraw7: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-7/input2 [ 2.633289] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/0003:046D:C548.0009/input/input15 [ 2.633792] hid-multitouch 0003:046D:C548.0009: input,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-7/input3 [ 2.643678] PM: Image not found (code -22) [ 2.659600] BTRFS: device fsid 95cb75b3-3d9a-4a5f-aa6e-9adbc0e452da devid 1 transid 135650 /dev/nvme0n1p2 (259:2) scanned by mount (430) [ 2.660306] BTRFS info (device nvme0n1p2): first mount of filesystem 95cb75b3-3d9a-4a5f-aa6e-9adbc0e452da [ 2.660801] BTRFS info (device nvme0n1p2): using crc32c (crc32c-intel) checksum algorithm [ 2.669518] BTRFS info (device nvme0n1p2): enabling ssd optimizations [ 2.670060] BTRFS info (device nvme0n1p2): turning on async discard [ 2.670727] BTRFS info (device nvme0n1p2): enabling free space tree [ 2.707689] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [ 2.754533] usb 3-10: new full-speed USB device number 5 using xhci_hcd [ 2.755848] systemd[1]: Inserted module 'autofs4' [ 2.787619] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) [ 2.788137] systemd[1]: Detected architecture x86-64. [ 2.789726] systemd[1]: Hostname set to <debian>. [ 2.893075] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00 [ 2.894431] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.917325] systemd[1]: bpf-restrict-fs: LSM BPF program attached [ 3.057554] systemd[1]: Queued start job for default target rescue.target. [ 3.112046] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 3.112901] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 3.114020] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 3.115099] systemd[1]: Expecting device dev-disk-by\x2duuid-3122\x2dB97B.device - /dev/disk/by-uuid/3122-B97B... [ 3.115723] systemd[1]: Expecting device dev-disk-by\x2duuid-77989de8\x2df786\x2d433d\x2db3e8\x2db4df68842265.device - /dev/disk/by-uuid/77989de8-f786-433d-b3e8-b4df68842265... [ 3.116319] systemd[1]: Expecting device dev-disk-by\x2duuid-eda76586\x2d9cfe\x2d42be\x2d96ff\x2d869a62d6d8e7.device - /dev/disk/by-uuid/eda76586-9cfe-42be-96ff-869a62d6d8e7... [ 3.116999] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 3.117559] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 3.118161] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 3.118853] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 3.121153] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [ 3.122174] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 3.123516] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... [ 3.125396] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 3.126663] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 3.127663] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 3.128561] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 3.129527] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 3.130791] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 3.132234] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 3.132973] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 3.135064] systemd[1]: Starting systemd-journald.service - Journal Service... [ 3.136621] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 3.137253] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 3.137993] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 3.139677] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 3.140532] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 3.142044] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 3.142103] pstore: Using crash dump compression: deflate [ 3.145006] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ 3.145713] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 3.146995] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. [ 3.147575] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 3.148928] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 3.149578] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 3.149965] pstore: Registered efi_pstore as persistent store backend [ 3.150207] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 3.150375] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 3.151281] systemd-journald[496]: Collecting audit messages is disabled. [ 3.152638] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 3.152796] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 3.154226] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 3.154358] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 3.155967] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 3.157232] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 3.157722] lp: driver loaded but no devices found [ 3.159904] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 3.161542] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 3.163230] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [ 3.163278] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 3.164143] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 3.165630] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 3.165990] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 3.166602] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 3.167015] ppdev: user-space parallel port driver [ 3.167600] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 3.168640] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 3.180735] systemd[1]: Started systemd-journald.service - Journal Service. [ 3.195272] systemd-journald[496]: Received client request to flush runtime journal. [ 3.276114] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.293741] input: Intel HID events as /devices/platform/INTC1077:00/input/input16 [ 3.296631] intel-hid INTC1077:00: failed to enable HID power button [ 3.305594] intel_vsec 0000:00:0a.0: enabling device (0000 -> 0002) [ 3.310891] Consider using thermal netlink events interface [ 3.324666] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff] [ 3.324965] pci 0000:00:08.0: Setting to D3hot [ 3.325207] caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs [ 3.334626] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT) [ 3.337724] pci 0000:00:0b.0: Setting to D3hot [ 3.342879] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.DPTF.FCHG], AE_NOT_FOUND (20240827/psargs-332) [ 3.343430] ACPI Error: Aborting method \_SB.IETM.CHRG.PPSS due to previous error (AE_NOT_FOUND) (20240827/psparse-529) [ 3.346875] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT) [ 3.346931] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR [ 3.346933] EDAC igen6 MC1: ADDR 0x7fffffffe0 [ 3.346934] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR [ 3.346935] EDAC igen6 MC0: ADDR 0x7fffffffe0 [ 3.349526] EDAC igen6: v2.5.1 [ 3.350281] pci 0000:00:14.2: enabling device (0000 -> 0002) [ 3.350652] mc: Linux media interface: v0.10 [ 3.358829] intel_vpu 0000:00:0b.0: enabling device (0000 -> 0002) [ 3.375983] intel_vpu 0000:00:0b.0: [drm] Firmware: intel/vpu/vpu_37xx_v1.bin, version: 20250925*MTL_CLIENT_SILICON-NVR+NN-deployment*2485cfeafeed591eaa9a320bfae2407c1b83b29f*2485cfeafeed591eaa9a320bfae2407c1b83b29f*2485cfeafee [ 3.376519] intel_vpu 0000:00:0b.0: [drm] Scheduler mode: OS [ 3.389223] input: PC Speaker as /devices/platform/pcspkr/input/input17 [ 3.389274] intel_pmc_core INT33A1:00: Assuming a default substate order for this platform [ 3.390305] intel_pmc_core INT33A1:00: initialized [ 3.411354] spd5118 0-0050: DDR5 temperature sensor: vendor 0x0e:0x8f revision 1.4 [ 3.431216] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.437661] Bluetooth: Core ver 2.22 [ 3.438232] NET: Registered PF_BLUETOOTH protocol family [ 3.438778] Bluetooth: HCI device and connection manager initialized [ 3.439342] Bluetooth: HCI socket layer initialized [ 3.439345] Bluetooth: L2CAP socket layer initialized [ 3.439351] Bluetooth: SCO socket layer initialized [ 3.440339] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf' [ 3.441940] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' [ 3.442060] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.442170] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 3.450587] videodev: Linux video capture interface: v2.00 [ 3.462901] asus_wmi: ASUS WMI generic driver loaded [ 3.472476] asus_wmi: Initialization: 0x1 [ 3.472654] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002) [ 3.473079] asus_wmi: SFUN value: 0x21 [ 3.473620] intel_rapl_common: Found RAPL domain package [ 3.473914] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS [ 3.476961] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support [ 3.478250] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input18 [ 3.480957] intel_rapl_msr: PL4 support detected. [ 3.481218] Intel(R) Wireless WiFi driver for Linux [ 3.481728] intel_rapl_common: Found RAPL domain package [ 3.481737] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 3.482009] intel_rapl_common: Found RAPL domain core [ 3.482903] intel_rapl_common: Found RAPL domain uncore [ 3.483248] intel_rapl_common: Found RAPL domain psys [ 3.485529] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x1080800 wfpm id 0x80000020 [ 3.485541] iwlwifi 0000:00:14.3: PCI dev 7e40/0094, rev=0x441, rfid=0x2010d000 [ 3.485544] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz [ 3.494190] Adding 9765884k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:9765884k SS [ 3.499036] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.3.94 [ 3.500074] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 3.500487] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 3.500495] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 3.500498] iwlwifi 0000:00:14.3: loaded firmware version 89.4d42c933.0 ma-b0-gf-a0-89.ucode op_mode iwlmvm [ 3.561901] Setting dangerous option enable_psr - tainting kernel [ 3.562114] Setting dangerous option force_probe - tainting kernel [ 3.562315] Setting dangerous option enable_psr - tainting kernel [ 3.562523] xe: unknown parameter 'enable_panel_replay' ignored [ 3.562722] Setting dangerous option enable_dc - tainting kernel [ 3.562723] Setting dangerous option enable_fbc - tainting kernel [ 3.562723] Setting dangerous option enable_dmc_wl - tainting kernel [ 3.569736] [drm] Initialized intel_vpu 1.0.0 for 0000:00:0b.0 on minor 0 [ 3.600431] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 3.600834] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 3.601210] RAPL PMU: hw unit of domain package 2^-14 Joules [ 3.601581] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 3.601948] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 3.605666] cryptd: max_cpu_qlen set to 1000 [ 3.607407] usbcore: registered new interface driver snd-usb-audio [ 3.609994] usbcore: registered new interface driver btusb [ 3.610889] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 3.611506] Bluetooth: hci0: Device revision is 0 [ 3.611509] Bluetooth: hci0: Secure boot is enabled [ 3.611510] Bluetooth: hci0: OTP lock is enabled [ 3.611511] Bluetooth: hci0: API lock is enabled [ 3.611511] Bluetooth: hci0: Debug lock is disabled [ 3.611512] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 3.611513] Bluetooth: hci0: Bootloader timestamp 2022.18 buildtype 1 build 49266 [ 3.611650] Bluetooth: hci0: DSM reset method type: 0x00 [ 3.615128] usb 3-5: Found UVC 1.00 device USB 2.0 Camera (0c45:636b) [ 3.615678] AES CTR mode by8 optimization enabled [ 3.615753] snd_hda_intel 0000:00:1f.3: no codecs found! [ 3.617367] Bluetooth: hci0: Found device firmware: intel/ibt-0180-0041.sfi [ 3.617485] Bluetooth: hci0: Boot Address: 0x100800 [ 3.617486] Bluetooth: hci0: Firmware Version: 20-49.24 [ 3.626256] input: USB 2.0 Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input19 [ 3.626543] usbcore: registered new interface driver uvcvideo [ 3.965601] iwlwifi 0000:00:14.3: Not valid error log pointer 0x0024B5C0 for RT uCode [ 3.966005] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x1f [ 3.966398] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 3.966463] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 3.967187] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x80 [ 3.968000] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 3.968065] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000 [ 3.970401] iwlwifi 0000:00:14.3: loaded PNVM version 581d4936 [ 4.051485] iwlwifi 0000:00:14.3: base HW address: b0:47:e9:01:23:ae [ 4.084463] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0 [ 4.198469] BTRFS: device fsid 77989de8-f786-433d-b3e8-b4df68842265 devid 1 transid 125933 /dev/nvme0n1p4 (259:4) scanned by mount (853) [ 4.199454] BTRFS info (device nvme0n1p4): first mount of filesystem 77989de8-f786-433d-b3e8-b4df68842265 [ 4.199807] BTRFS info (device nvme0n1p4): using crc32c (crc32c-intel) checksum algorithm [ 4.238231] BTRFS info (device nvme0n1p4): enabling ssd optimizations [ 4.238636] BTRFS info (device nvme0n1p4): turning on async discard [ 4.239024] BTRFS info (device nvme0n1p4): enabling free space tree [ 4.259865] audit: type=1400 audit(1771508364.636:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chrome" pid=901 comm="apparmor_parser" [ 4.260611] audit: type=1400 audit(1771508364.636:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=889 comm="apparmor_parser" [ 4.261041] audit: type=1400 audit(1771508364.636:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=894 comm="apparmor_parser" [ 4.261506] audit: type=1400 audit(1771508364.636:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=898 comm="apparmor_parser" [ 4.261991] audit: type=1400 audit(1771508364.636:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=900 comm="apparmor_parser" [ 4.262450] audit: type=1400 audit(1771508364.636:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=891 comm="apparmor_parser" [ 4.262906] audit: type=1400 audit(1771508364.636:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=897 comm="apparmor_parser" [ 4.262909] audit: type=1400 audit(1771508364.636:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=892 comm="apparmor_parser" [ 4.263674] audit: type=1400 audit(1771508364.636:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=902 comm="apparmor_parser" [ 4.317571] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.317824] Bluetooth: BNEP filters: protocol multicast [ 4.318074] Bluetooth: BNEP socket layer initialized [ 5.099710] Bluetooth: hci0: Waiting for firmware download to complete [ 5.100475] Bluetooth: hci0: Firmware loaded in 1448343 usecs [ 5.100896] Bluetooth: hci0: Waiting for device to boot [ 5.143585] Bluetooth: hci0: Device booted in 41707 usecs [ 5.148394] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0180-0041.ddc [ 5.150497] Bluetooth: hci0: Applying Intel DDC parameters completed [ 5.153564] Bluetooth: hci0: Firmware timestamp 2024.48 buildtype 1 build 3604 [ 5.154099] Bluetooth: hci0: Firmware SHA1: 0xc115e35a [ 5.158486] Bluetooth: hci0: Fseq status: Success (0x00) [ 5.159185] Bluetooth: hci0: Fseq executed: 00.00.03.94 [ 5.159663] Bluetooth: hci0: Fseq BT Top: 00.00.03.94 [ 5.252743] Bluetooth: MGMT ver 1.23 [ 5.262462] NET: Registered PF_ALG protocol family [ 5.303663] Bluetooth: RFCOMM TTY layer initialized [ 5.303887] Bluetooth: RFCOMM socket layer initialized [ 5.304102] Bluetooth: RFCOMM ver 1.11 [ 134.369664] nvme nvme0: using unchecked data buffer [ 134.372354] NET: Registered PF_QIPCRTR protocol family [ 134.382802] block nvme0n1: No UUID available providing old NGUID [ 134.838367] iwlwifi 0000:00:14.3: Not valid error log pointer 0x0024B5C0 for RT uCode [ 134.838803] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x1f [ 134.839208] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 134.839232] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 134.839912] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x80 [ 134.840396] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 134.926021] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1 [ 135.154253] iwlwifi 0000:00:14.3: Not valid error log pointer 0x0024B5C0 for RT uCode [ 135.154634] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x1f [ 135.155024] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 135.155112] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 135.155391] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x80 [ 135.155994] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 135.309434] kauditd_printk_skb: 113 callbacks suppressed [ 135.309437] audit: type=1400 audit(1771508495.684:124): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/cupsd" name="/etc/paperspecs" pid=1314 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [ 135.321156] audit: type=1400 audit(1771508495.696:125): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1314 comm="cupsd" capability=12 capname="net_admin" [ 135.379146] audit: type=1400 audit(1771508495.756:126): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=1404 comm="Xorg" capability=12 capname="net_admin" [ 135.393299] audit: type=1400 audit(1771508495.768:127): apparmor="ALLOWED" operation="open" class="file" profile="Xorg" name="/dev/" pid=1404 comm="Xorg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [ 135.656341] tun: Universal TUN/TAP device driver, 1.6 [ 136.393396] audit: type=1400 audit(1771508496.768:128): apparmor="ALLOWED" operation="capable" class="cap" profile="Xorg" pid=1404 comm="Xorg" capability=2 capname="dac_read_search" [ 140.727605] igc 0000:56:00.0 enp86s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 145.520638] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=58757 DF PROTO=UDP SPT=1900 DPT=42328 LEN=353 [ 145.520689] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=58758 DF PROTO=UDP SPT=1900 DPT=42328 LEN=353 [ 145.520860] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=452 TOS=0x00 PREC=0x00 TTL=64 ID=58759 DF PROTO=UDP SPT=36837 DPT=42328 LEN=432 [ 145.520893] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=461 TOS=0x00 PREC=0x00 TTL=64 ID=58760 DF PROTO=UDP SPT=36837 DPT=42328 LEN=441 [ 145.520912] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=504 TOS=0x00 PREC=0x00 TTL=64 ID=58761 DF PROTO=UDP SPT=36837 DPT=42328 LEN=484 [ 145.520929] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=518 TOS=0x00 PREC=0x00 TTL=64 ID=58762 DF PROTO=UDP SPT=58175 DPT=42328 LEN=498 [ 145.520945] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=516 TOS=0x00 PREC=0x00 TTL=64 ID=58763 DF PROTO=UDP SPT=47605 DPT=42328 LEN=496 [ 145.520961] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=532 TOS=0x00 PREC=0x00 TTL=64 ID=58764 DF PROTO=UDP SPT=42310 DPT=42328 LEN=512 [ 145.521127] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:a8:23:fe:14:9a:4f:08:00 SRC=192.168.123.71 DST=192.168.123.115 LEN=371 TOS=0x00 PREC=0x00 TTL=64 ID=7179 DF PROTO=UDP SPT=35989 DPT=42328 LEN=351 [ 145.521154] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:a8:23:fe:14:9a:4f:08:00 SRC=192.168.123.71 DST=192.168.123.115 LEN=380 TOS=0x00 PREC=0x00 TTL=64 ID=7180 DF PROTO=UDP SPT=35989 DPT=42328 LEN=360 [ 146.207731] netfs: FS-Cache loaded [ 146.210434] Key type dns_resolver registered [ 146.285261] Key type cifs.spnego registered [ 146.285270] Key type cifs.idmap registered [ 146.285473] CIFS: enabling forceuid mount option implicitly because uid= option is specified [ 146.285476] CIFS: enabling forcegid mount option implicitly because gid= option is specified [ 146.285477] CIFS: Attempting to mount //192.168.123.204/PersonalFiles/lenovoBackup/NucBackup [ 151.582078] wlo1: authenticate with d8:ec:e5:63:19:fb (local address=b0:47:e9:01:23:ae) [ 151.582710] wlo1: send auth to d8:ec:e5:63:19:fb (try 1/3) [ 151.613301] wlo1: authenticated [ 151.614528] wlo1: associate with d8:ec:e5:63:19:fb (try 1/3) [ 151.618553] wlo1: RX AssocResp from d8:ec:e5:63:19:fb (capab=0x1511 status=0 aid=1) [ 151.620534] wlo1: associated [ 151.678831] wlo1: Limiting TX power to 27 (30 - 3) dBm as advertised by d8:ec:e5:63:19:fb [ 151.901279] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 [ 174.510612] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=4294 DF PROTO=UDP SPT=1900 DPT=60769 LEN=353 [ 199.047302] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=6790 DF PROTO=UDP SPT=1900 DPT=53782 LEN=353 [ 220.248146] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=25775 DF PROTO=UDP SPT=1900 DPT=32941 LEN=353 [ 240.810795] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=27978 DF PROTO=UDP SPT=1900 DPT=55318 LEN=353 [ 265.909742] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=34901 DF PROTO=UDP SPT=1900 DPT=56034 LEN=353 [ 265.909793] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=34902 DF PROTO=UDP SPT=1900 DPT=56034 LEN=353 [ 288.120643] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=47938 DF PROTO=UDP SPT=1900 DPT=59858 LEN=353 [ 308.448938] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=55370 DF PROTO=UDP SPT=1900 DPT=49325 LEN=353 [ 334.511008] [UFW BLOCK] IN=enp86s0 OUT= MAC=88:ae:dd:65:33:2d:00:11:32:f8:d9:e5:08:00 SRC=192.168.123.204 DST=192.168.123.115 LEN=373 TOS=0x00 PREC=0x00 TTL=64 ID=8463 DF PROTO=UDP SPT=1900 DPT=58769 LEN=353
----- End forwarded message ----- ----- Forwarded message from stanislav bozhikov <bozhikov.stanislav@gmail.com> ----- From: stanislav bozhikov <bozhikov.stanislav@gmail.com> Date: Thu, 19 Feb 2026 15:56:16 +0200 To: Salvatore Bonaccorso <carnil@debian.org> Subject: Re: Bug#1128396: linux-image-6.12.69+deb13-amd64: Black screen on boot with Intel Meteor Lake xe driver (PCI ID 7d55) Delivered-To: salvatore.bonaccorso@gmail.com Message-ID: <CAN5std=dOanMyJ6k0WSiqCY5a2dSPuy9zrcZmYrSi7ak+EYnaA@mail.gmail.com> On Thu, Feb 19, 2026 at 3:47 PM stanislav bozhikov < bozhikov.stanislav@gmail.com> wrote: Feb 19 10:14:29 debian systemd[1959]: Queued start job for default target default.target. Feb 19 10:14:29 debian systemd[1959]: Created slice app.slice - User Application Slice. Feb 19 10:14:29 debian systemd[1959]: Created slice session.slice - User Core Session Slice. Feb 19 10:14:29 debian systemd[1959]: Started drkonqi-sentry-postman.path - Submitting pending crash events (file monitor). Feb 19 10:14:29 debian systemd[1959]: drkonqi-coredump-cleanup.timer - Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/stanislav/.cache/kcrash-metadata/*.ini). Feb 19 10:14:29 debian systemd[1959]: drkonqi-sentry-postman.timer - Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/stanislav/.cache/drkonqi/sentry-envelopes/*). Feb 19 10:14:29 debian systemd[1959]: Started theme-switcher.timer - Run theme switcher every hour. Feb 19 10:14:29 debian systemd[1959]: Reached target paths.target - Paths. Feb 19 10:14:29 debian systemd[1959]: Reached target timers.target - Timers. Feb 19 10:14:29 debian systemd[1959]: Starting dbus.socket - D-Bus User Message Bus Socket... Feb 19 10:14:29 debian systemd[1959]: Listening on dirmngr.socket - GnuPG network certificate management daemon. Feb 19 10:14:29 debian systemd[1959]: Listening on drkonqi-coredump-launcher.socket - Socket to launch DrKonqi for a systemd-coredump crash. Feb 19 10:14:29 debian systemd[1959]: Starting gcr-ssh-agent.socket - GCR ssh-agent wrapper... Feb 19 10:14:29 debian systemd[1959]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon. Feb 19 10:14:29 debian systemd[1959]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers). Feb 19 10:14:29 debian systemd[1959]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted). Feb 19 10:14:29 debian systemd[1959]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)... Feb 19 10:14:29 debian systemd[1959]: Starting gpg-agent.socket - GnuPG cryptographic agent and passphrase cache... Feb 19 10:14:29 debian systemd[1959]: Listening on keyboxd.socket - GnuPG public key management service. Feb 19 10:14:29 debian systemd[1959]: Listening on pipewire-pulse.socket - PipeWire PulseAudio. Feb 19 10:14:29 debian systemd[1959]: Listening on pipewire.socket - PipeWire Multimedia System Sockets. Feb 19 10:14:29 debian systemd[1959]: Listening on pk-debconf-helper.socket - debconf communication socket. Feb 19 10:14:29 debian systemd[1959]: Listening on speech-dispatcher.socket - Speech Dispatcher Socket. Feb 19 10:14:29 debian systemd[1959]: Starting ssh-agent.socket - OpenSSH Agent socket... Feb 19 10:14:29 debian systemd[1959]: Listening on dbus.socket - D-Bus User Message Bus Socket. Feb 19 10:14:29 debian systemd[1959]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper. Feb 19 10:14:29 debian systemd[1959]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache. Feb 19 10:14:29 debian systemd[1959]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation). Feb 19 10:14:29 debian systemd[1959]: Listening on ssh-agent.socket - OpenSSH Agent socket. Feb 19 10:14:29 debian systemd[1959]: Reached target sockets.target - Sockets. Feb 19 10:14:29 debian systemd[1959]: Reached target basic.target - Basic System. Feb 19 10:14:29 debian systemd[1959]: Starting dbus.service - D-Bus User Message Bus... Feb 19 10:14:29 debian systemd[1959]: drkonqi-coredump-cleanup.service - Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/stanislav/.cache/kcrash-metadata/*.ini). Feb 19 10:14:29 debian systemd[1959]: Started pipewire.service - PipeWire Multimedia Service. Feb 19 10:14:29 debian systemd[1959]: Started filter-chain.service - PipeWire filter chain daemon. Feb 19 10:14:29 debian systemd[1959]: Started wireplumber.service - Multimedia Service Session Manager. Feb 19 10:14:29 debian systemd[1959]: Started pipewire-pulse.service - PipeWire PulseAudio. Feb 19 10:14:29 debian systemd[1959]: Started gnome-keyring-daemon.service - GNOME Keyring daemon. Feb 19 10:14:29 debian systemd[1959]: Started dbus.service - D-Bus User Message Bus. Feb 19 10:14:29 debian systemd[1959]: Started mpris-proxy.service - Bluetooth mpris proxy. Feb 19 10:14:29 debian systemd[1959]: Reached target default.target - Main User Target. Feb 19 10:14:29 debian systemd[1959]: Startup finished in 194ms. Feb 19 10:14:29 debian gnome-keyring-daemon[2063]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring Feb 19 10:14:29 debian wireplumber[2061]: wp-internal-comp-loader: Loading profile 'main' Feb 19 10:14:29 debian sddm-helper[2088]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket Feb 19 10:14:30 debian wireplumber[2061]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed? Feb 19 10:14:30 debian wireplumber[2061]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported. Feb 19 10:14:30 debian wireplumber[2061]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner Feb 19 10:14:30 debian systemd[1959]: Reload requested from client PID 2090 ('startplasma-way')... Feb 19 10:14:30 debian systemd[1959]: Reloading... Feb 19 10:14:30 debian systemd[1959]: Reloading finished in 109 ms. Feb 19 10:14:30 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating service name='org.kde.KSplash' requested by ':1.12' (uid=1000 pid=2090 comm="/usr/bin/startplasma-wayland") Feb 19 10:14:30 debian systemd[1959]: Created slice background.slice - User Background Tasks Slice. Feb 19 10:14:30 debian systemd[1959]: drkonqi-sentry-postman.timer - Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/stanislav/.cache/drkonqi/sentry-envelopes/*). Feb 19 10:14:30 debian systemd[1959]: Started gcr-ssh-agent.service - GCR ssh-agent wrapper. Feb 19 10:14:30 debian systemd[1959]: Starting plasma-kglobalaccel.service - KDE Global Shortcuts Server... Feb 19 10:14:30 debian systemd[1959]: Starting plasma-kwin_wayland.service - KDE Window Manager... Feb 19 10:14:30 debian systemd[1959]: Started ssh-agent.service - OpenSSH Agent. Feb 19 10:14:30 debian systemd[1959]: Starting xdg-desktop-portal-rewrite-launchers.service - Rewrite dynamic launcher portal entries... Feb 19 10:14:30 debian systemd[1959]: Starting kde-baloo.service - Baloo File Indexer Daemon... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.14' (uid=1000 pid=2133 comm="/usr/libexec/xdg-desktop-portal-rewrite-launchers") Feb 19 10:14:31 debian systemd[1959]: Starting gvfs-daemon.service - Virtual filesystem service... Feb 19 10:14:31 debian systemd[1959]: Started plasma-kwin_wayland.service - KDE Window Manager. Feb 19 10:14:31 debian systemd[1959]: Starting plasma-kcminit.service - KDE Config Module Initialization... Feb 19 10:14:31 debian systemd[1959]: Starting plasma-ksplash.service - Splash screen shown during boot... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.Daemon' Feb 19 10:14:31 debian systemd[1959]: Started gvfs-daemon.service - Virtual filesystem service. Feb 19 10:14:31 debian systemd[1959]: Finished xdg-desktop-portal-rewrite-launchers.service - Rewrite dynamic launcher portal entries. Feb 19 10:14:31 debian systemd[1959]: Started plasma-kglobalaccel.service - KDE Global Shortcuts Server. Feb 19 10:14:31 debian systemd[1959]: Reached target graphical-session-pre.target - Session services which should run early before the graphical session is brought up. Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.17' (uid=1000 pid=2153 comm="/usr/bin/kcminit_startup") Feb 19 10:14:31 debian systemd[1959]: Starting xdg-desktop-portal.service - Portal service... Feb 19 10:14:31 debian baloo_file[2145]: Baloo File Indexing has been disabled Feb 19 10:14:31 debian systemd[1959]: Started kde-baloo.service - Baloo File Indexer Daemon. Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.19' (uid=1000 pid=2164 comm="/usr/libexec/xdg-desktop-portal") Feb 19 10:14:31 debian systemd[1959]: Starting xdg-permission-store.service - sandboxed app permission store... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore' Feb 19 10:14:31 debian systemd[1959]: Started xdg-permission-store.service - sandboxed app permission store. Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.19' (uid=1000 pid=2164 comm="/usr/libexec/xdg-desktop-portal") Feb 19 10:14:31 debian systemd[1959]: Starting xdg-document-portal.service - flatpak document portal service... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents' Feb 19 10:14:31 debian systemd[1959]: Started xdg-document-portal.service - flatpak document portal service. Feb 19 10:14:31 debian xdg-desktop-por[2164]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.19' (uid=1000 pid=2164 comm="/usr/libexec/xdg-desktop-portal") Feb 19 10:14:31 debian kwin_wayland_wrapper[2139]: No backend specified, automatically choosing drm Feb 19 10:14:31 debian kwin_wayland_wrapper[2139]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian kwin_wayland_wrapper[2139]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian ksplashqml[2144]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian kcminit_startup[2153]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so" Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.kde.KSplash' Feb 19 10:14:31 debian kwin_wayland_wrapper[2238]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.24' (uid=1000 pid=2274 comm="busctl call --user org.a11y.Bus /org/a11y/bus org.") Feb 19 10:14:31 debian systemd[1959]: Starting at-spi-dbus-bus.service - Accessibility services bus... Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: The XKEYBOARD keymap compiler (xkbcomp) reports: Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: > Warning: Unsupported maximum keycode 708, clipping. Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: > X11 cannot support keycodes above 255. Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: > Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: > Warning: Could not resolve keysym XF86KbdInputAssistNextgrou Feb 19 10:14:31 debian kwin_wayland_wrapper[2279]: Errors from xkbcomp are not fatal to the X server Feb 19 10:14:31 debian kcminit_startup[2153]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so" Feb 19 10:14:31 debian kcminit_startup[2153]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so" Feb 19 10:14:31 debian kwin_wayland_wrapper[2281]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so" Feb 19 10:14:31 debian kwin_wayland_wrapper[2281]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so" Feb 19 10:14:31 debian systemd[1959]: Started plasma-kcminit.service - KDE Config Module Initialization. Feb 19 10:14:31 debian systemd[1959]: Starting plasma-ksmserver.service - KDE Session Management Server... Feb 19 10:14:31 debian systemd[1959]: Started plasma-kwallet-pam.service - Unlock kwallet from pam credentials. Feb 19 10:14:31 debian systemd[1959]: Starting plasma-kded6.service - KDE Daemon 6... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.a11y.Bus' Feb 19 10:14:31 debian systemd[1959]: Started at-spi-dbus-bus.service - Accessibility services bus. Feb 19 10:14:31 debian pam_kwallet_init[2304]: 2026/02/19 10:14:31 socat[2304] W address is opened in read-write mode but only supports read-only Feb 19 10:14:31 debian kded6[2296]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian systemd[1959]: Started plasma-kded6.service - KDE Daemon 6. Feb 19 10:14:31 debian systemd[1959]: Starting plasma-kcminit-phase1.service - KDE Configuration Module Initialization (Phase 1)... Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.30' (uid=1000 pid=2296 comm="/usr/bin/kded6") Feb 19 10:14:31 debian kded6[2296]: org.kde.colorcorrectlocationupdater: Geolocator stopped Feb 19 10:14:31 debian systemd[1959]: Starting dconf.service - User preferences database... Feb 19 10:14:31 debian ksmserver[2294]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:31 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'ca.desrt.dconf' Feb 19 10:14:31 debian kcminit_startup[2153]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so" Feb 19 10:14:31 debian systemd[1959]: Started dconf.service - User preferences database. Feb 19 10:14:31 debian kcminit_startup[2153]: Initializing "/usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so" Feb 19 10:14:31 debian systemd[1959]: Finished plasma-kcminit-phase1.service - KDE Configuration Module Initialization (Phase 1). Feb 19 10:14:32 debian systemd[1959]: Started plasma-ksmserver.service - KDE Session Management Server. Feb 19 10:14:32 debian systemd[1959]: Starting plasma-plasmashell.service - KDE Plasma Workspace... Feb 19 10:14:32 debian at-spi-bus-launcher[2305]: dbus-daemon[2305]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2294 comm="/usr/bin/ksmserver") Feb 19 10:14:32 debian at-spi-bus-launcher[2305]: dbus-daemon[2305]: Successfully activated service 'org.a11y.atspi.Registry' Feb 19 10:14:32 debian at-spi-bus-launcher[2375]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry Feb 19 10:14:32 debian kded6[2296]: QDBusObjectPath: invalid path "/modules/oom-notifier" Feb 19 10:14:32 debian kded6[2296]: kf.dbusaddons: The kded module name "oom-notifier" is invalid! Feb 19 10:14:32 debian kded6[2296]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts" Feb 19 10:14:32 debian kded6[2296]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid! Feb 19 10:14:32 debian systemd[1959]: Started app-kwalletmanager5@0acd560849dd4ecdb0c72a0441e10b6c.service - kwalletmanager5. Feb 19 10:14:32 debian plasmashell[2373]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.36' (uid=1000 pid=2373 comm="/usr/bin/plasmashell --no-respawn") Feb 19 10:14:32 debian systemd[1959]: Starting plasma-kactivitymanagerd.service - KActivityManager Activity manager Service... Feb 19 10:14:32 debian kded6[2296]: org.kde.kameleon: found no RGB LED devices Feb 19 10:14:32 debian systemd[1959]: Started plasma-plasmashell.service - KDE Plasma Workspace. Feb 19 10:14:32 debian systemd[1959]: Reached target plasma-core.target - KDE Plasma Workspace Core. Feb 19 10:14:32 debian systemd[1959]: Started drkonqi-coredump-pickup.service - Consume pending crashes using DrKonqi. Feb 19 10:14:32 debian systemd[1959]: Started plasma-gmenudbusmenuproxy.service - Proxies GTK DBus menus to a Plasma readable format. Feb 19 10:14:32 debian systemd[1959]: Started plasma-kaccess.service - KAccess. Feb 19 10:14:32 debian systemd[1959]: Starting plasma-polkit-agent.service - KDE PolicyKit Authentication Agent... Feb 19 10:14:32 debian systemd[1959]: Starting plasma-powerdevil.service - Powerdevil... Feb 19 10:14:32 debian systemd[1959]: Started plasma-xembedsniproxy.service - Handle legacy xembed system tray icons. Feb 19 10:14:32 debian kded6[2296]: QDBusObjectPath: invalid path "/modules/wpad-detector" Feb 19 10:14:32 debian kded6[2296]: kf.dbusaddons: The kded module name "wpad-detector" is invalid! Feb 19 10:14:32 debian kactivitymanagerd[2429]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11 Feb 19 10:14:32 debian kactivitymanagerd[2429]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11 Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.kde.ActivityManager' Feb 19 10:14:32 debian systemd[1959]: Started plasma-kactivitymanagerd.service - KActivityManager Activity manager Service. Feb 19 10:14:32 debian kaccess[2433]: Xlib XKB extension major= 1 minor= 0 Feb 19 10:14:32 debian kded6[2296]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome" Feb 19 10:14:32 debian kded6[2296]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid! Feb 19 10:14:32 debian kded6[2476]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected Feb 19 10:14:32 debian kded6[2476]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected Feb 19 10:14:32 debian kded6[2476]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected Feb 19 10:14:32 debian kded6[2476]: kf.config.kconf_update: /usr/share/kconf_update/webenginepart.upd defined Version=5 but Version=6 was expected Feb 19 10:14:32 debian kded6[2296]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.53' Feb 19 10:14:32 debian kded6[2296]: Known activities: QList("c557f55c-ae50-4dd7-8be4-5dec319b6ed5", "05590599-c1d5-4d0a-8358-28c240a8d83d") Feb 19 10:14:32 debian polkit-kde-authentication-agent-1[2434]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian kwalletmanager5[2398]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian org_kde_powerdevil[2435]: Starting libddcutil. library built Apr 7 2025 at 18:32:39. stdout_stderr_redirected=true Feb 19 10:14:32 debian kded6[2513]: xsettingsd: Loaded 14 settings from /home/stanislav/.config/xsettingsd/xsettingsd.conf Feb 19 10:14:32 debian kded6[2513]: xsettingsd: Created window 0xe00001 on screen 0 with timestamp 14805 Feb 19 10:14:32 debian kded6[2513]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0 Feb 19 10:14:32 debian kded6[2513]: xsettingsd: Took ownership of selection _XSETTINGS_S0 Feb 19 10:14:32 debian kded6[2296]: qt.positioning.geoclue2: Unable to obtain the client: "org.freedesktop.DBus.Error.ServiceUnknown" "The name org.freedesktop.GeoClue2 was not provided by any .service files" Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.bluez.obex' unit='obex.service' requested by ':1.28' (uid=1000 pid=2296 comm="/usr/bin/kded6") Feb 19 10:14:32 debian systemd[1959]: Starting obex.service - Bluetooth OBEX service... Feb 19 10:14:32 debian systemd[1959]: Started plasma-polkit-agent.service - KDE PolicyKit Authentication Agent. Feb 19 10:14:32 debian polkit-kde-authentication-agent-1[2434]: New PolkitAgentListener 0x556d76cd6860 Feb 19 10:14:32 debian polkit-kde-authentication-agent-1[2434]: Adding new listener PolkitQt1::Agent::Listener(0x556d76cd6600) for 0x556d76cd6860 Feb 19 10:14:32 debian polkit-kde-authentication-agent-1[2434]: Listener online Feb 19 10:14:32 debian polkit-kde-authentication-agent-1[2434]: Authentication agent result: true Feb 19 10:14:32 debian kded6[2296]: Known activities: QList("c557f55c-ae50-4dd7-8be4-5dec319b6ed5", "05590599-c1d5-4d0a-8358-28c240a8d83d") Feb 19 10:14:32 debian kaccess[2433]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian plasmashell[2373]: kf.plasma.quick: Applet preload policy set to 1 Feb 19 10:14:32 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth": Feb 19 10:14:32 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9 Feb 19 10:14:32 debian org_kde_powerdevil[2435]: Initializing libddcutil. ddcutil version: 2.2.0-dev, shared library: /usr/lib/x86_64-linux-gnu/libddcutil.so.5.2.0 Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] Options passed from client: Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] Applying combined libddcutil options: Feb 19 10:14:32 debian org_kde_powerdevil[2435]: Library initialization complete. Feb 19 10:14:32 debian kaccess[2433]: X server XKB extension major= 1 minor= 0 Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] Watching for display connection changes, resolved watch mode = Watch_Mode_Xevent, poll loop interval = 100 millisec Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] extra_stabilization_millisec: 0, stabilization_poll_millisec: 100 Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] libddcutil recheck thread (nil) started Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2435] libddcutil watch thread 0x55637374b1c0 started Feb 19 10:14:32 debian obexd[2527]: OBEX daemon 5.82 Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.bluez.obex' Feb 19 10:14:32 debian systemd[1959]: Started obex.service - Bluetooth OBEX service. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.48' (uid=1000 pid=2527 comm="/usr/libexec/bluetooth/obexd") Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not found. Feb 19 10:14:32 debian obexd[2527]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.48' (uid=1000 pid=2527 comm="/usr/libexec/bluetooth/obexd") Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not found. Feb 19 10:14:32 debian obexd[2527]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found. Feb 19 10:14:32 debian org_kde_powerdevil[2435]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware" Feb 19 10:14:32 debian org_kde_powerdevil[2435]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed Feb 19 10:14:32 debian plasmashell[2373]: Toolbox not loading, toolbox package is either invalid or disabled. Feb 19 10:14:32 debian systemd[1959]: Started plasma-powerdevil.service - Powerdevil. Feb 19 10:14:32 debian systemd[1959]: Reached target plasma-workspace.target - KDE Plasma Workspace. Feb 19 10:14:32 debian systemd[1959]: Reached target graphical-session.target - Current graphical user session. Feb 19 10:14:32 debian systemd[1959]: Reached target plasma-workspace-wayland.target. Feb 19 10:14:32 debian systemd[1959]: Starting app-at\x2dspi\x2ddbus\x2dbus@autostart.service - AT-SPI D-Bus Bus... Feb 19 10:14:32 debian systemd[1959]: Starting app-conky@autostart.service - conky... Feb 19 10:14:32 debian systemd[1959]: Starting app-gnome\x2dkeyring\x2dpkcs11@autostart.service - Certificate and Key Storage... Feb 19 10:14:32 debian systemd[1959]: Starting app-gnome\x2dkeyring\x2dsecrets@autostart.service - Secret Storage Service... Feb 19 10:14:32 debian systemd[1959]: Starting app-gnome\x2dkeyring\x2dssh@autostart.service - SSH Key Agent... Feb 19 10:14:32 debian systemd[1959]: Starting app-im\x2dlaunch@autostart.service - im-launch... Feb 19 10:14:32 debian systemd[1959]: Starting app-konqy_preload@autostart.service - Konqueror preloading during desktop environment startup... Feb 19 10:14:32 debian systemd[1959]: Starting app-kup\x2ddaemon@autostart.service - Kup... Feb 19 10:14:32 debian org_kde_powerdevil[2435]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware" Feb 19 10:14:32 debian kwalletmanager5[2398]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Feb 19 10:14:32 debian kded6[2296]: Registering ":1.45/StatusNotifierItem" to system tray Feb 19 10:14:32 debian org_kde_powerdevil[2435]: [ 2564] (dw_recheck_displays_func) Recheck interval: Slept for 200 millisec Feb 19 10:14:32 debian systemd[1959]: Starting app-orca\x2dautostart@autostart.service - Orca Screen Reader... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.gnome.DejaDup.Monitor@autostart.service - Backup Monitor... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.kde.discover.notifier@autostart.service - Discover... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.kde.kalendarac@autostart.service - Calendar Reminders... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.kde.plasma\x2dfallback\x2dsession\x2drestore@autostart.service - Plasma Session Restore... Feb 19 10:14:32 debian systemd[1959]: Starting app-org.kde.xwaylandvideobridge@autostart.service - Xwayland Video Bridge... Feb 19 10:14:32 debian systemd[1959]: Starting app-print\x2dapplet@autostart.service - Print Queue Applet... Feb 19 10:14:32 debian systemd[1959]: Starting app-remmina\x2dapplet@autostart.service - Remmina Applet... Feb 19 10:14:32 debian systemd[1959]: Starting app-synology\x2ddrive\x2dautostart@autostart.service - Synology Drive Client... Feb 19 10:14:32 debian systemd[1959]: Starting app-viber\x2dsecure@autostart.service - Viber (Sandboxed)... Feb 19 10:14:32 debian systemd[1959]: Starting app-xdg\x2duser\x2ddirs@autostart.service - User folders update... Feb 19 10:14:32 debian systemd[1959]: Starting app-xdg\x2duser\x2ddirs\x2dkde@autostart.service - User folders update... Feb 19 10:14:32 debian systemd[1959]: Starting app-zoom\x2dsandboxed@autostart.service - Zoom (Sandboxed)... Feb 19 10:14:32 debian systemd[1959]: Starting plasma-ksplash-ready.service - KSplash "ready" Stage... Feb 19 10:14:32 debian systemd[1959]: Starting plasma-restoresession.service - KDE Session Restoration... Feb 19 10:14:32 debian systemd[1959]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)... Feb 19 10:14:32 debian systemd[1959]: Started app-viber\x2dsecure@autostart.service - Viber (Sandboxed). Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/Viber.profile Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /home/stanislav/.config/firejail/Viber.local Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/disable-common.inc Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/disable-devel.inc Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/disable-exec.inc Feb 19 10:14:32 debian systemd[1959]: Started app-conky@autostart.service - conky. Feb 19 10:14:32 debian systemd[1959]: Started app-synology\x2ddrive\x2dautostart@autostart.service - Synology Drive Client. Feb 19 10:14:32 debian systemd[1959]: Started app-org.gnome.DejaDup.Monitor@autostart.service - Backup Monitor. Feb 19 10:14:32 debian systemd[1959]: Started app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect. Feb 19 10:14:32 debian systemd[1959]: Started app-im\x2dlaunch@autostart.service - im-launch. Feb 19 10:14:32 debian systemd[1959]: Started app-org.kde.xwaylandvideobridge@autostart.service - Xwayland Video Bridge. Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/disable-interpreters.inc Feb 19 10:14:32 debian systemd[1959]: Started app-remmina\x2dapplet@autostart.service - Remmina Applet. Feb 19 10:14:32 debian systemd[1959]: Started app-xdg\x2duser\x2ddirs\x2dkde@autostart.service - User folders update. Feb 19 10:14:32 debian systemd[1959]: Started app-zoom\x2dsandboxed@autostart.service - Zoom (Sandboxed). Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/disable-programs.inc Feb 19 10:14:32 debian systemd[1959]: app-gnome\x2dkeyring\x2dpkcs11@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-gnome\x2dkeyring\x2dpkcs11@autostart.service - Certificate and Key Storage being skipped. Feb 19 10:14:32 debian systemd[1959]: app-gnome\x2dkeyring\x2dsecrets@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-gnome\x2dkeyring\x2dsecrets@autostart.service - Secret Storage Service being skipped. Feb 19 10:14:32 debian systemd[1959]: app-gnome\x2dkeyring\x2dssh@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-gnome\x2dkeyring\x2dssh@autostart.service - SSH Key Agent being skipped. Feb 19 10:14:32 debian systemd[1959]: Started app-at\x2dspi\x2ddbus\x2dbus@autostart.service - AT-SPI D-Bus Bus. Feb 19 10:14:32 debian systemd[1959]: app-orca\x2dautostart@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-orca\x2dautostart@autostart.service - Orca Screen Reader being skipped. Feb 19 10:14:32 debian systemd[1959]: Started app-org.kde.discover.notifier@autostart.service - Discover. Feb 19 10:14:32 debian systemd[1959]: app-print\x2dapplet@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-print\x2dapplet@autostart.service - Print Queue Applet being skipped. Feb 19 10:14:32 debian systemd[1959]: Started app-org.kde.kalendarac@autostart.service - Calendar Reminders. Feb 19 10:14:32 debian viber-secure[2725]: Reading profile /etc/firejail/whitelist-common.inc Feb 19 10:14:32 debian viber-secure[2725]: firejail version 0.9.74 Feb 19 10:14:32 debian viber-secure[2725]: Seccomp list in: !chroot, check list: @default-keep, prelist: unknown, Feb 19 10:14:32 debian systemd[1959]: Finished plasma-ksplash-ready.service - KSplash "ready" Stage. Feb 19 10:14:32 debian viber-secure[2725]: Parent pid 2725, child pid 2761 Feb 19 10:14:32 debian systemd[1959]: Finished plasma-restoresession.service - KDE Session Restoration. Feb 19 10:14:32 debian systemd[1959]: Started app-org.kde.plasma\x2dfallback\x2dsession\x2drestore@autostart.service - Plasma Session Restore. Feb 19 10:14:32 debian systemd[1959]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'. Feb 19 10:14:32 debian systemd[1959]: Condition check resulted in app-konqy_preload@autostart.service - Konqueror preloading during desktop environment startup being skipped. Feb 19 10:14:32 debian systemd[1959]: Started app-xdg\x2duser\x2ddirs@autostart.service - User folders update. Feb 19 10:14:32 debian viber-secure[2761]: Warning: cannot find /var/run/utmp Feb 19 10:14:32 debian systemd[1959]: Started app-kup\x2ddaemon@autostart.service - Kup. Feb 19 10:14:32 debian systemd[1959]: Reached target xdg-desktop-autostart.target - Startup of XDG autostart applications. Feb 19 10:14:32 debian viber-secure[2761]: 6 programs installed in 9.13 ms Feb 19 10:14:32 debian zoom-sandbox[2737]: error: app/us.zoom.Zoom/x86_64/master not installed Feb 19 10:14:32 debian systemd[1959]: app-zoom\x2dsandboxed@autostart.service: Main process exited, code=exited, status=1/FAILURE Feb 19 10:14:32 debian systemd[1959]: app-zoom\x2dsandboxed@autostart.service: Failed with result 'exit-code'. Feb 19 10:14:32 debian remmina[2702]: Remmina does not log all output statements. Turn on more verbose output by using "G_MESSAGES_DEBUG=remmina" as an environment variable. More info available on the Remmina wiki at: https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging Feb 19 10:14:32 debian viber-secure[2761]: Warning: not remounting /run/user/1000/gvfs Feb 19 10:14:32 debian viber-secure[2761]: Warning: not remounting /run/user/1000/doc Feb 19 10:14:32 debian viber-secure[2761]: Base filesystem installed in 31.04 ms Feb 19 10:14:32 debian viber-secure[2786]: Seccomp list in: !chroot, check list: @default-keep, prelist: unknown, Feb 19 10:14:32 debian viber-secure[2788]: Child process initialized in 79.28 ms Feb 19 10:14:32 debian systemd[1959]: Finished plasma-ksplash.service - Splash screen shown during boot. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk' Feb 19 10:14:32 debian systemd[1959]: Started xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation). Feb 19 10:14:32 debian kdeconnectd[2680]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.19' (uid=1000 pid=2164 comm="/usr/libexec/xdg-desktop-portal") Feb 19 10:14:32 debian systemd[1959]: Starting plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE... Feb 19 10:14:32 debian xwaylandvideobridge[2690]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian plasma-fallback-session-restore[2754]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian DiscoverNotifier[2745]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian kup-daemon[2765]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian kwin_wayland_wrapper[2139]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11 Feb 19 10:14:32 debian kded6[2296]: Registering ":1.63/StatusNotifierItem" to system tray Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating service name='org.freedesktop.Notifications' requested by ':1.59' (uid=1000 pid=2680 comm="/usr/bin/kdeconnectd") Feb 19 10:14:32 debian xdg-desktop-portal-kde[2811]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian viber-secure[2788]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde' Feb 19 10:14:32 debian systemd[1959]: Started plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE. Feb 19 10:14:32 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/main.qml:310:13: QML Image: Cannot open: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/start-here-kde-symbolic Feb 19 10:14:32 debian viber-secure[2943]: sh: 1: xdg-mime: not found Feb 19 10:14:32 debian xdg-desktop-por[2164]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key Feb 19 10:14:32 debian xdg-desktop-por[2164]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file Feb 19 10:14:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.portal.Desktop' Feb 19 10:14:32 debian systemd[1959]: Started xdg-desktop-portal.service - Portal service. Feb 19 10:14:32 debian remmina[2702]: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code. Feb 19 10:14:32 debian kalendarac[2750]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:32 debian kded6[2296]: Registering ":1.57/org/ayatana/NotificationItem/remmina_icon" to system tray Feb 19 10:14:33 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.freedesktop.Notifications' Feb 19 10:14:33 debian viber-secure[2788]: qml: DESIGN_SYSTEM currentTheme: Light Feb 19 10:14:33 debian kded6[2296]: Registering ":1.72/StatusNotifierItem" to system tray Feb 19 10:14:33 debian viber-secure[2788]: QGuiApplication::desktopFileName() is empty Feb 19 10:14:33 debian viber-secure[2788]: QGuiApplication::desktopFileName() is empty Feb 19 10:14:33 debian viber-secure[2788]: qml: DESIGN_SYSTEM currentTheme: Dark Feb 19 10:14:33 debian conky[2626]: conky: desktop window (0x400) is root window Feb 19 10:14:33 debian conky[2626]: conky: window type - normal Feb 19 10:14:33 debian conky[2626]: conky: drawing to created window (0x1600002) Feb 19 10:14:33 debian conky[2626]: conky: drawing to double buffer Feb 19 10:14:33 debian conky[2626]: conky: forked to background, pid is 3176 Feb 19 10:14:33 debian conky[3176]: conky: FOUND: wayland Feb 19 10:14:33 debian conky[3176]: conky: FOUND: x11 Feb 19 10:14:33 debian conky[3176]: conky: FOUND: file Feb 19 10:14:33 debian conky[3176]: conky: FOUND: ncurses Feb 19 10:14:33 debian conky[3176]: conky: FOUND: console Feb 19 10:14:33 debian conky[3176]: conky: '(null)' wayland session running 'KDE' desktop Feb 19 10:14:33 debian conky[3207]: sh: 1: iwconfig: not found Feb 19 10:14:33 debian kwin_wayland_wrapper[2139]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11 Feb 19 10:14:33 debian kwin_wayland_wrapper[2139]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11 Feb 19 10:14:33 debian conky[3213]: sh: 1: iwconfig: not found Feb 19 10:14:34 debian viber-secure[2788]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory Feb 19 10:14:34 debian viber-secure[2788]: qml: DPR: updating dpr 1 Feb 19 10:14:34 debian viber-secure[2788]: qml: Current screen: HDMI-A-2 [w=1920, h=1080, daw=1920, dah=1080, dpr=1] Feb 19 10:14:34 debian viber-secure[2788]: qml: incomingCallWindow active: false Feb 19 10:14:34 debian viber-secure[2788]: qml: DPR: setting dpr 1 Feb 19 10:14:34 debian viber-secure[2788]: qml: Geometry: mh=122, mw=754, h=122, w=754, sah=1080, saw=1920 Feb 19 10:14:34 debian viber-secure[2788]: qml: Position: x=583, y=908 Feb 19 10:14:38 debian conky[3488]: sh: 1: iwconfig: not found Feb 19 10:14:40 debian systemd[1959]: Started app-firefox\x2desr@72678204f2414a85b45d94b2ae3069bd.service - Firefox ESR - Web Browser. Feb 19 10:14:41 debian firefox-esr[3527]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:14:42 debian synology-drive[3790]: qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" Feb 19 10:14:42 debian synology-drive[3790]: debug.message: Cannot find path by key "user_cloud_station_app_path" Feb 19 10:14:42 debian synology-drive[3790]: debug.message: Cannot find path by key "user_cloud_station_data_path" Feb 19 10:14:42 debian synology-drive[3790]: debug.message: Cannot find path by key "user_cloud_station_working_dir_path" Feb 19 10:14:42 debian synology-drive[3790]: debug.message: Cannot find path by key "user_cloud_station_drive_ui_path" Feb 19 10:14:42 debian synology-drive[3820]: qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" Feb 19 10:14:42 debian firefox-esr[3527]: [Parent 3527, IPC I/O Parent] WARNING: process 3647 exited on signal 15: file ipc/chromium/src/chrome/common/process_watcher_posix_sigchld.cc:134 Feb 19 10:14:42 debian kded6[2296]: Registering "org.kde.StatusNotifierItem-3820-1/StatusNotifierItem" to system tray Feb 19 10:14:43 debian synology-drive[3820]: QObject::connect: Incompatible sender/receiver arguments Feb 19 10:14:43 debian synology-drive[3820]: GlobalConnecter::sigTriggerSyncNodeLocking(quint64) --> DaemonManager::slotIssueSyncNodeLockingEvent(uint64_t) Feb 19 10:14:43 debian synology-drive[3820]: QObject::connect: Incompatible sender/receiver arguments Feb 19 10:14:43 debian synology-drive[3820]: GlobalConnecter::sigTriggerRescan(quint64) --> DaemonManager::slotIssueRescanEvent(uint64_t) Feb 19 10:14:43 debian synology-drive[3820]: QObject::connect: Incompatible sender/receiver arguments Feb 19 10:14:43 debian synology-drive[3820]: GlobalConnecter::sigTriggerThreeWayMerge(quint64) --> DaemonManager::slotIssueThreeWayMergeEvent(uint64_t) Feb 19 10:14:43 debian synology-drive[3820]: QObject::connect: Incompatible sender/receiver arguments Feb 19 10:14:43 debian synology-drive[3820]: GlobalConnecter::sigTriggerMacOdsReindex(quint64) --> DaemonManager::slotIssueMacOdsBackgroundReindexEvent(uint64_t) Feb 19 10:14:43 debian conky[3919]: sh: 1: iwconfig: not found Feb 19 10:14:43 debian synology-drive[3936]: /usr/bin/xdg-mime: 856: qtpaths: not found Feb 19 10:14:43 debian synology-drive[3950]: /usr/bin/xdg-mime: 856: qtpaths: not found Feb 19 10:14:44 debian synology-drive[3976]: /usr/bin/xdg-mime: 856: qtpaths: not found Feb 19 10:14:44 debian synology-drive[3981]: gtk-update-icon-cache: Cache file created successfully. Feb 19 10:14:44 debian synology-drive[3985]: sh: 1: /sbin/udevadm: not found Feb 19 10:14:45 debian kded6[2296]: org.kde.colorcorrectlocationupdater: Geolocator stopped Feb 19 10:14:48 debian firefox-esr[3654]: libva info: VA-API version 1.22.0 Feb 19 10:14:48 debian firefox-esr[3654]: libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so Feb 19 10:14:48 debian firefox-esr[3654]: libva info: Found init function __vaDriverInit_1_22 Feb 19 10:14:48 debian firefox-esr[3654]: libva info: va_openDriver() returns 0 Feb 19 10:14:48 debian conky[4228]: sh: 1: iwconfig: not found Feb 19 10:14:53 debian conky[4317]: sh: 1: iwconfig: not found Feb 19 10:14:58 debian conky[4375]: sh: 1: iwconfig: not found Feb 19 10:15:03 debian conky[4438]: sh: 1: iwconfig: not found Feb 19 10:15:08 debian conky[4491]: sh: 1: iwconfig: not found Feb 19 10:15:13 debian conky[4538]: sh: 1: iwconfig: not found Feb 19 10:15:18 debian conky[4589]: sh: 1: iwconfig: not found Feb 19 10:15:20 debian systemd[1959]: Started app-org.kde.konsole@13ba68c646c6463ba5e646de93bf4a41.service - Konsole - Terminal. Feb 19 10:15:20 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 10:15:20 debian theme-switcher.sh[4614]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:15:20 debian konsole[4611]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:15:20 debian theme-switcher.sh[4614]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 10:15:20 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 10:15:20 debian konsole[4611]: QLayout: Cannot add a null widget to QHBoxLayout/ Feb 19 10:15:20 debian systemd[1959]: Started app-org.kde.konsole-4611.scope. Feb 19 10:15:23 debian conky[4880]: sh: 1: iwconfig: not found Feb 19 10:15:28 debian conky[5015]: sh: 1: iwconfig: not found Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/zoom" 2205 "/var/lib/systemd/coredump/core.zoom.1000.efa0340b49f54dff9e658441e3e79342.2205.1768326403000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/ZoomClips" 6690 "/var/lib/systemd/coredump/core.ZoomClips.1000.efa0340b49f54dff9e658441e3e79342.6690.1768326479000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/zoom" 5751 "/var/lib/systemd/coredump/core.zoom.1000.efa0340b49f54dff9e658441e3e79342.5751.1768326479000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/ZoomWebviewHost.real" 9790 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.da2cffed029c44799a67c4f0681d3be6.9790.1768327138000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/ZoomWebviewHost.real" 10766 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.da2cffed029c44799a67c4f0681d3be6.10766.1768327312000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/ZoomWebviewHost.real" 14203 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.da2cffed029c44799a67c4f0681d3be6.14203.1768327338000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/ZoomWebviewHost.real" 23252 "/var/lib/systemd/coredump/core.ZoomWebviewHost.1000.da2cffed029c44799a67c4f0681d3be6.23252.1768327700000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/extra/zoom/zoom" 2335 "/var/lib/systemd/coredump/core.zoom.1000.0059c387618e4a919614077eb6181a3d.2335.1768417369000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-browser-integration-host" 423079 "/var/lib/systemd/coredump/core.plasma-browser-.1000.2c9144615e074a1cbfe9f48d1352618d.423079.1768592375000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-browser-integration-host" 302268 "/var/lib/systemd/coredump/core.plasma-browser-.1000.246ec2c563cb4505a0009e1bfdf1dcfe.302268.1768659620000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1763 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.c94306b90ebf460e8ed3cfd36431f09e.1763.1768798928000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1806 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.bef573eb83f04677ab9ccbd0d8308baa.1806.1768890083000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/remmina" 2408 "/var/lib/systemd/coredump/core.remmina.1000.bef573eb83f04677ab9ccbd0d8308baa.2408.1768937195000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1766 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.b2260f6477db4daeb94ec01c89db53fd.1766.1768967994000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1883 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.b72c3133ee5f47b5967d5fa69333e4e4.1883.1769238533000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 3436 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.50a540d891cf4daa898cc65c09f02200.3436.1769324121000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 5701 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.da4471799f2b4cf8bf5c5216de470692.5701.1769533348000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 2043 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.0f0ff01f7d8243c8a07d1ed321235310.2043.1769755331000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/remmina" 2605 "/var/lib/systemd/coredump/core.remmina.1000.781d11ed09fb4efcb83fffea2a8910d0.2605.1769938458000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1990 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.04256c5aa70948e5a4672d0e105363f2.1990.1770098608000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 2464 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.60cc91ba2e304d1397ec6fa15fa30abb.2464.1770215770000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1981 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.dad37260e65d4f289783ac7eed8eeeb0.1981.1770407906000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@0-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 2211 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.6ce42b8a6032479e982cc075d8137fe1.2211.1770446547000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@1-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 2073 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.fb77ebd743774fd39d914ff2964d63bc.2073.1770536070000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-browser-integration-host" 94534 "/var/lib/systemd/coredump/core.plasma-browser-.1000.fb77ebd743774fd39d914ff2964d63bc.94534.1770545378000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@2-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@3-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-launcher[5044]: Unable to find file for pid 2211 expected at "kcrash-metadata/plasma-apply-colorscheme.6ce42b8a6032479e982cc075d8137fe1.2211.ini" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5043]: Unable to find file for pid 1981 expected at "kcrash-metadata/plasma-apply-colorscheme.dad37260e65d4f289783ac7eed8eeeb0.1981.ini" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5045]: Unable to find file for pid 2073 expected at "kcrash-metadata/plasma-apply-colorscheme.fb77ebd743774fd39d914ff2964d63bc.2073.ini" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5046]: Unable to find file for pid 94534 expected at "kcrash-metadata/plasma-browser-integration-host.fb77ebd743774fd39d914ff2964d63bc.94534.ini" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-apply-colorscheme" 1971 "/var/lib/systemd/coredump/core.plasma-apply-co.1000.f0a6a491a8124a1cb95da1141f5f48ec.1971.1770647610000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@4-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-discover" 1041952 "/var/lib/systemd/coredump/core.plasma-discover.1000.b4fdf03b67094083b0198dd39ad45ad1.1041952.1771071018000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@5-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-launcher[5055]: Unable to find file for pid 1971 expected at "kcrash-metadata/plasma-apply-colorscheme.f0a6a491a8124a1cb95da1141f5f48ec.1971.ini" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-discover" 1042385 "/var/lib/systemd/coredump/core.plasma-discover.1000.b4fdf03b67094083b0198dd39ad45ad1.1042385.1771071031000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5056]: Unable to find file for pid 1041952 expected at "kcrash-metadata/plasma-discover.b4fdf03b67094083b0198dd39ad45ad1.1041952.ini" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@6-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-discover" 6256 "/var/lib/systemd/coredump/core.plasma-discover.1000.f53673df8c344324b9b7dbe88c90189d.6256.1771071242000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5060]: Unable to find file for pid 1042385 expected at "kcrash-metadata/plasma-discover.b4fdf03b67094083b0198dd39ad45ad1.1042385.ini" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@7-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-launcher[5062]: Unable to find file for pid 6256 expected at "kcrash-metadata/plasma-discover.f53673df8c344324b9b7dbe88c90189d.6256.ini" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/app/pgAdmin4/bin/pgadmin4" 429281 "/var/lib/systemd/coredump/core.pgadmin4.1000.f53673df8c344324b9b7dbe88c90189d.429281.1771100956000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@8-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-launcher[5067]: Unable to find file for pid 429281 expected at "kcrash-metadata/pgadmin4.f53673df8c344324b9b7dbe88c90189d.429281.ini" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/pgadmin4/bin/pgadmin4" 130421 "/var/lib/systemd/coredump/core.pgadmin4.1000.dea1e22349a24b5db9aa7b044aa5454b.130421.1771151780000000.zst" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@9-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/bin/plasma-browser-integration-host" 346703 "/var/lib/systemd/coredump/core.plasma-browser-.1000.dea1e22349a24b5db9aa7b044aa5454b.346703.1771175971000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-processor[2431]: "/usr/pgadmin4/bin/pgadmin4" 1265002 "/var/lib/systemd/coredump/core.pgadmin4.1000.dea1e22349a24b5db9aa7b044aa5454b.1265002.1771279914000000.zst" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5070]: Unable to find file for pid 130421 expected at "kcrash-metadata/pgadmin4.dea1e22349a24b5db9aa7b044aa5454b.130421.ini" Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@10-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian systemd[1959]: Started drkonqi-coredump-launcher@11-2431-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2431/UID 1000). Feb 19 10:15:32 debian drkonqi-coredump-launcher[5073]: Unable to find file for pid 346703 expected at "kcrash-metadata/plasma-browser-integration-host.dea1e22349a24b5db9aa7b044aa5454b.346703.ini" Feb 19 10:15:32 debian drkonqi-coredump-launcher[5074]: Unable to find file for pid 1265002 expected at "kcrash-metadata/pgadmin4.dea1e22349a24b5db9aa7b044aa5454b.1265002.ini" Feb 19 10:15:32 debian systemd[1959]: drkonqi-coredump-pickup.service: Consumed 78ms CPU time, 201.9M memory peak. Feb 19 10:15:33 debian conky[5091]: sh: 1: iwconfig: not found Feb 19 10:15:33 debian conky[5095]: sh: 1: iwconfig: not found Feb 19 10:15:38 debian conky[5161]: sh: 1: iwconfig: not found Feb 19 10:15:43 debian conky[5210]: sh: 1: iwconfig: not found Feb 19 10:15:48 debian conky[5260]: sh: 1: iwconfig: not found Feb 19 10:15:53 debian conky[5304]: sh: 1: iwconfig: not found Feb 19 10:15:58 debian conky[5348]: sh: 1: iwconfig: not found Feb 19 10:16:03 debian conky[5397]: sh: 1: iwconfig: not found Feb 19 10:16:08 debian conky[5451]: sh: 1: iwconfig: not found Feb 19 10:16:13 debian conky[5488]: sh: 1: iwconfig: not found Feb 19 10:16:18 debian conky[5536]: sh: 1: iwconfig: not found Feb 19 10:16:23 debian conky[5572]: sh: 1: iwconfig: not found Feb 19 10:16:28 debian conky[5619]: sh: 1: iwconfig: not found Feb 19 10:16:32 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.51' (uid=1000 pid=2675 comm="/usr/libexec/deja-dup/deja-dup-monitor") Feb 19 10:16:32 debian systemd[1959]: Starting gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor... Feb 19 10:16:33 debian conky[5666]: sh: 1: iwconfig: not found Feb 19 10:16:33 debian conky[5684]: sh: 1: iwconfig: not found Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor' Feb 19 10:16:36 debian systemd[1959]: Started gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor. Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.51' (uid=1000 pid=2675 comm="/usr/libexec/deja-dup/deja-dup-monitor") Feb 19 10:16:36 debian systemd[1959]: Starting gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor... Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor' Feb 19 10:16:36 debian systemd[1959]: Started gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor. Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.51' (uid=1000 pid=2675 comm="/usr/libexec/deja-dup/deja-dup-monitor") Feb 19 10:16:36 debian systemd[1959]: Starting gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor... Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor' Feb 19 10:16:36 debian systemd[1959]: Started gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor. Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.51' (uid=1000 pid=2675 comm="/usr/libexec/deja-dup/deja-dup-monitor") Feb 19 10:16:36 debian systemd[1959]: Starting gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor... Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor' Feb 19 10:16:36 debian systemd[1959]: Started gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor. Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.51' (uid=1000 pid=2675 comm="/usr/libexec/deja-dup/deja-dup-monitor") Feb 19 10:16:36 debian systemd[1959]: Starting gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor... Feb 19 10:16:36 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor' Feb 19 10:16:36 debian systemd[1959]: Started gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor. Feb 19 10:16:38 debian conky[5742]: sh: 1: iwconfig: not found Feb 19 10:16:43 debian conky[5863]: sh: 1: iwconfig: not found Feb 19 10:16:48 debian conky[5923]: sh: 1: iwconfig: not found Feb 19 10:16:53 debian conky[5992]: sh: 1: iwconfig: not found Feb 19 10:16:58 debian conky[6063]: sh: 1: iwconfig: not found Feb 19 10:17:03 debian conky[6122]: sh: 1: iwconfig: not found Feb 19 10:17:08 debian conky[6185]: sh: 1: iwconfig: not found Feb 19 10:17:13 debian conky[6244]: sh: 1: iwconfig: not found Feb 19 10:17:18 debian conky[6309]: sh: 1: iwconfig: not found Feb 19 10:17:23 debian conky[6375]: sh: 1: iwconfig: not found Feb 19 10:17:28 debian conky[6450]: sh: 1: iwconfig: not found Feb 19 10:17:32 debian sudo[6499]: pam_unix(sudo:auth): conversation failed Feb 19 10:17:32 debian sudo[6499]: pam_unix(sudo:auth): auth could not identify password for [stanislav] Feb 19 10:17:33 debian conky[6528]: sh: 1: iwconfig: not found Feb 19 10:17:33 debian conky[6533]: sh: 1: iwconfig: not found Feb 19 10:17:38 debian conky[6600]: sh: 1: iwconfig: not found Feb 19 10:17:43 debian conky[6674]: sh: 1: iwconfig: not found Feb 19 10:17:48 debian conky[6774]: sh: 1: iwconfig: not found Feb 19 10:17:52 debian kded6[2296]: Registering ":1.87/StatusNotifierItem" to system tray Feb 19 10:17:53 debian conky[6989]: sh: 1: iwconfig: not found Feb 19 10:17:57 debian kded6[2296]: Service ":1.87" unregistered Feb 19 10:17:58 debian conky[7039]: sh: 1: iwconfig: not found Feb 19 10:18:00 debian kded6[2296]: Registering ":1.88/StatusNotifierItem" to system tray Feb 19 10:18:03 debian conky[7112]: sh: 1: iwconfig: not found Feb 19 10:18:08 debian conky[7159]: sh: 1: iwconfig: not found Feb 19 10:18:13 debian conky[7200]: sh: 1: iwconfig: not found Feb 19 10:18:18 debian conky[7246]: sh: 1: iwconfig: not found Feb 19 10:18:21 debian systemd[1959]: Started app-com.obsproject.Studio@4d7a1f713cca488692b790b6f1691d11.service - OBS Studio - Streaming/Recording Software. Feb 19 10:18:22 debian obs[7274]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:18:22 debian obs[7274]: debug: Found portal inhibitor Feb 19 10:18:22 debian obs[7274]: debug: Attempted path: /usr/bin/../share/obs/obs-studio/locale/en-US.ini Feb 19 10:18:22 debian obs[7274]: debug: Attempted path: /usr/bin/../share/obs/obs-studio/locale.ini Feb 19 10:18:22 debian obs[7274]: debug: Attempted path: /usr/bin/../share/obs/obs-studio/themes Feb 19 10:18:22 debian obs[7274]: debug: Attempted path: /usr/bin/../share/obs/obs-studio/themes/ Feb 19 10:18:22 debian obs[7274]: warning: ReadOne on org.freedesktop.portal.Settings returned an invalid reply Feb 19 10:18:22 debian obs[7274]: info: Platform: Wayland Feb 19 10:18:22 debian obs[7274]: info: CPU Name: Intel(R) Core(TM) Ultra 5 125H Feb 19 10:18:22 debian obs[7274]: info: CPU Speed: 4115.073MHz Feb 19 10:18:22 debian obs[7274]: info: Physical Cores: 14, Logical Cores: 18 Feb 19 10:18:22 debian obs[7274]: info: Physical Memory: 31523MB Total, 20764MB Free Feb 19 10:18:22 debian obs[7274]: info: Kernel Version: Linux 6.12.63+deb13-amd64 Feb 19 10:18:22 debian obs[7274]: info: Distribution: "Debian GNU/Linux" "13" Feb 19 10:18:22 debian obs[7274]: info: Desktop Environment: KDE (KDE) Feb 19 10:18:22 debian obs[7274]: info: Session Type: wayland Feb 19 10:18:22 debian obs[7274]: info: Qt Version: 6.8.2 (runtime), 6.8.2 (compiled) Feb 19 10:18:22 debian obs[7274]: info: Portable mode: false Feb 19 10:18:22 debian obs[7274]: info: OBS 30.2.3.1-3 (linux) Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: audio settings reset: Feb 19 10:18:22 debian obs[7274]: samples per sec: 48000 Feb 19 10:18:22 debian obs[7274]: speakers: 2 Feb 19 10:18:22 debian obs[7274]: max buffering: 960 milliseconds Feb 19 10:18:22 debian obs[7274]: buffering type: dynamically increasing Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: Initializing OpenGL... Feb 19 10:18:22 debian obs[7274]: info: Using EGL/Wayland Feb 19 10:18:22 debian obs[7274]: info: Initialized EGL 1.5 Feb 19 10:18:22 debian obs[7274]: info: Loading up OpenGL on adapter Intel Mesa Intel(R) Arc(tm) Graphics (MTL) Feb 19 10:18:22 debian obs[7274]: info: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 25.0.7-2, shading language 4.60 Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: video settings reset: Feb 19 10:18:22 debian obs[7274]: base resolution: 1920x1080 Feb 19 10:18:22 debian obs[7274]: output resolution: 1920x1080 Feb 19 10:18:22 debian obs[7274]: downscale filter: Bicubic Feb 19 10:18:22 debian obs[7274]: fps: 60/1 Feb 19 10:18:22 debian obs[7274]: format: NV12 Feb 19 10:18:22 debian obs[7274]: YUV mode: Rec. 709/Partial Feb 19 10:18:22 debian obs[7274]: info: NV12 texture support enabled Feb 19 10:18:22 debian obs[7274]: info: P010 texture support not available Feb 19 10:18:22 debian obs[7274]: info: Audio monitoring device: Feb 19 10:18:22 debian obs[7274]: name: Default Feb 19 10:18:22 debian obs[7274]: id: default Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: warning: Failed to load 'en-US' text for module: 'decklink-captions.so' Feb 19 10:18:22 debian obs[7274]: warning: Failed to load 'en-US' text for module: 'decklink-output-ui.so' Feb 19 10:18:22 debian obs[7274]: libDeckLinkAPI.so: cannot open shared object file: No such file or directory Feb 19 10:18:22 debian obs[7274]: warning: A DeckLink iterator could not be created. The DeckLink drivers may not be installed Feb 19 10:18:22 debian obs[7274]: warning: Failed to initialize module 'decklink.so' Feb 19 10:18:22 debian obs[7274]: info: [pipewire] Available capture sources: Feb 19 10:18:22 debian obs[7274]: info: [pipewire] - Monitor source Feb 19 10:18:22 debian obs[7274]: info: [pipewire] - Window source Feb 19 10:18:22 debian obs[7274]: warning: v4l2loopback not installed, virtual camera not registered Feb 19 10:18:22 debian obs[7274]: info: VAAPI: API version 1.22 Feb 19 10:18:22 debian obs[7274]: info: FFmpeg VAAPI H264 encoding supported Feb 19 10:18:22 debian obs[7274]: info: FFmpeg VAAPI AV1 encoding supported Feb 19 10:18:22 debian obs[7274]: info: FFmpeg VAAPI HEVC encoding supported Feb 19 10:18:22 debian obs[7274]: info: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.5.2 | RPC Version: 1) Feb 19 10:18:22 debian obs[7274]: info: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.8.2 | Qt version (run-time): 6.8.2 Feb 19 10:18:22 debian obs[7274]: info: [obs-websocket] [obs_module_load] Linked ASIO Version: 103002 Feb 19 10:18:22 debian obs[7274]: info: [obs-websocket] [obs_module_load] Module loaded. Feb 19 10:18:22 debian obs[7274]: info: [vlc-video]: VLC 3.0.23 Vetinari found, VLC video source enabled Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: Loaded Modules: Feb 19 10:18:22 debian obs[7274]: info: vlc-video.so Feb 19 10:18:22 debian obs[7274]: info: text-freetype2.so Feb 19 10:18:22 debian obs[7274]: info: rtmp-services.so Feb 19 10:18:22 debian obs[7274]: info: obs-x264.so Feb 19 10:18:22 debian obs[7274]: info: obs-websocket.so Feb 19 10:18:22 debian obs[7274]: info: obs-transitions.so Feb 19 10:18:22 debian obs[7274]: info: obs-outputs.so Feb 19 10:18:22 debian obs[7274]: info: obs-filters.so Feb 19 10:18:22 debian obs[7274]: info: obs-ffmpeg.so Feb 19 10:18:22 debian obs[7274]: info: linux-v4l2.so Feb 19 10:18:22 debian obs[7274]: info: linux-pulseaudio.so Feb 19 10:18:22 debian obs[7274]: info: linux-pipewire.so Feb 19 10:18:22 debian obs[7274]: info: linux-jack.so Feb 19 10:18:22 debian obs[7274]: info: linux-capture.so Feb 19 10:18:22 debian obs[7274]: info: linux-alsa.so Feb 19 10:18:22 debian obs[7274]: info: image-source.so Feb 19 10:18:22 debian obs[7274]: info: frontend-tools.so Feb 19 10:18:22 debian obs[7274]: info: decklink-output-ui.so Feb 19 10:18:22 debian obs[7274]: info: decklink-captions.so Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: --------------------------------- Feb 19 10:18:22 debian obs[7274]: info: Available Encoders: Feb 19 10:18:22 debian obs[7274]: info: Video Encoders: Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_svt_av1 (SVT-AV1) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_aom_av1 (AOM AV1) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_vaapi_tex (FFmpeg VAAPI H.264) Feb 19 10:18:22 debian obs[7274]: info: - av1_ffmpeg_vaapi_tex (FFmpeg VAAPI AV1) Feb 19 10:18:22 debian obs[7274]: info: - hevc_ffmpeg_vaapi_tex (FFmpeg VAAPI HEVC) Feb 19 10:18:22 debian obs[7274]: info: - obs_x264 (x264) Feb 19 10:18:22 debian obs[7274]: info: Audio Encoders: Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_aac (FFmpeg AAC) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_opus (FFmpeg Opus) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_pcm_s16le (FFmpeg PCM (16-bit)) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_pcm_s24le (FFmpeg PCM (24-bit)) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_pcm_f32le (FFmpeg PCM (32-bit float)) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_alac (FFmpeg ALAC (24-bit)) Feb 19 10:18:22 debian obs[7274]: info: - ffmpeg_flac (FFmpeg FLAC (16-bit)) Feb 19 10:18:22 debian obs[7274]: info: ==== Startup complete =============================================== Feb 19 10:18:22 debian obs[7274]: info: All scene data cleared Feb 19 10:18:22 debian obs[7274]: info: ------------------------------------------------ Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.2) 15.0.0' Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Audio format: s32le, 48000 Hz, 2 channels Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Started recording from 'alsa_output.pci-0000_00_1f.3.pro-output-3.monitor' (default) Feb 19 10:18:22 debian obs[7274]: info: [Loaded global audio device]: 'Desktop Audio' Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Server name: 'PulseAudio (on PipeWire 1.4.2) 15.0.0' Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels Feb 19 10:18:22 debian obs[7274]: info: pulse-input: Started recording from 'alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo' (default) Feb 19 10:18:22 debian obs[7274]: info: [Loaded global audio device]: 'Mic/Aux' Feb 19 10:18:22 debian obs[7274]: info: PipeWire initialized Feb 19 10:18:22 debian obs[7274]: info: Switched to scene 'Scene' Feb 19 10:18:22 debian obs[7274]: info: ------------------------------------------------ Feb 19 10:18:22 debian obs[7274]: info: Loaded scenes: Feb 19 10:18:22 debian obs[7274]: info: - scene 'Scene': Feb 19 10:18:22 debian obs[7274]: info: - source: 'Screen Capture (PipeWire)' (pipewire-screen-capture-source) Feb 19 10:18:22 debian obs[7274]: info: ------------------------------------------------ Feb 19 10:18:22 debian kded6[2296]: Registering ":1.91/StatusNotifierItem" to system tray Feb 19 10:18:22 debian obs[7274]: info: [pipewire] Screencast session created Feb 19 10:18:22 debian kded6[2296]: Registering ":1.92/StatusNotifierItem" to system tray Feb 19 10:18:22 debian obs[7274]: info: [pipewire] Asking for monitor and window Feb 19 10:18:22 debian obs[7274]: info: [pipewire] source selected, setting up screencast Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Server version: 1.4.2 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Library version: 1.4.2 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Header version: 1.4.2 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Created stream 0x564a027fe490 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Stream 0x564a027fe490 state: "connecting" (error: none) Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Playing stream 0x564a027fe490 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Stream 0x564a027fe490 state: "paused" (error: none) Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Negotiated format: Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Format: 12 (Spa:Enum:VideoFormat:BGRA) Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Modifier: 0x0 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Size: 1920x1052 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Framerate: 0/1 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Negotiated format: Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Format: 12 (Spa:Enum:VideoFormat:BGRA) Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Modifier: 0x100000000000009 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Size: 1920x1052 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Framerate: 0/1 Feb 19 10:18:23 debian obs[7274]: info: [pipewire] Stream 0x564a027fe490 state: "streaming" (error: none) Feb 19 10:18:23 debian obs[7274]: info: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio) Feb 19 10:18:23 debian conky[7368]: sh: 1: iwconfig: not found Feb 19 10:18:28 debian conky[7406]: sh: 1: iwconfig: not found Feb 19 10:18:33 debian conky[7483]: sh: 1: iwconfig: not found Feb 19 10:18:33 debian conky[7488]: sh: 1: iwconfig: not found Feb 19 10:18:38 debian conky[7556]: sh: 1: iwconfig: not found Feb 19 10:18:43 debian conky[7623]: sh: 1: iwconfig: not found Feb 19 10:18:48 debian conky[7694]: sh: 1: iwconfig: not found Feb 19 10:18:53 debian conky[7742]: sh: 1: iwconfig: not found Feb 19 10:18:58 debian conky[7809]: sh: 1: iwconfig: not found Feb 19 10:19:03 debian conky[7884]: sh: 1: iwconfig: not found Feb 19 10:19:08 debian conky[7925]: sh: 1: iwconfig: not found Feb 19 10:19:13 debian conky[7965]: sh: 1: iwconfig: not found Feb 19 10:19:18 debian conky[8011]: sh: 1: iwconfig: not found Feb 19 10:19:23 debian conky[8085]: sh: 1: iwconfig: not found Feb 19 10:19:28 debian conky[8128]: sh: 1: iwconfig: not found Feb 19 10:19:33 debian conky[8194]: sh: 1: iwconfig: not found Feb 19 10:19:33 debian conky[8201]: sh: 1: iwconfig: not found Feb 19 10:19:38 debian conky[8260]: sh: 1: iwconfig: not found Feb 19 10:19:43 debian conky[8311]: sh: 1: iwconfig: not found Feb 19 10:19:48 debian conky[8352]: sh: 1: iwconfig: not found Feb 19 10:19:53 debian conky[8397]: sh: 1: iwconfig: not found Feb 19 10:19:58 debian conky[8439]: sh: 1: iwconfig: not found Feb 19 10:20:03 debian conky[8482]: sh: 1: iwconfig: not found Feb 19 10:20:04 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:24: TypeError: Cannot read property 'toolTipMainText' of null Feb 19 10:20:08 debian conky[8572]: sh: 1: iwconfig: not found Feb 19 10:20:13 debian conky[8620]: sh: 1: iwconfig: not found Feb 19 10:20:16 debian firefox-esr[3654]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:20:18 debian conky[8941]: sh: 1: iwconfig: not found Feb 19 10:20:23 debian conky[9021]: sh: 1: iwconfig: not found Feb 19 10:20:28 debian conky[9105]: sh: 1: iwconfig: not found Feb 19 10:20:33 debian conky[9202]: sh: 1: iwconfig: not found Feb 19 10:20:33 debian conky[9207]: sh: 1: iwconfig: not found Feb 19 10:20:35 debian obs[7274]: info: adding 64 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux) Feb 19 10:20:38 debian conky[9348]: sh: 1: iwconfig: not found Feb 19 10:20:43 debian conky[9439]: sh: 1: iwconfig: not found Feb 19 10:20:48 debian conky[9503]: sh: 1: iwconfig: not found Feb 19 10:20:53 debian conky[9550]: sh: 1: iwconfig: not found Feb 19 10:20:58 debian conky[9594]: sh: 1: iwconfig: not found Feb 19 10:21:03 debian conky[9627]: sh: 1: iwconfig: not found Feb 19 10:21:08 debian conky[9676]: sh: 1: iwconfig: not found Feb 19 10:21:13 debian wireplumber[2061]: wp-event-dispatcher: <WpAsyncEventHook:0x561d50242270> failed: failed to activate item: Object activation aborted: proxy destroyed Feb 19 10:21:13 debian conky[9718]: sh: 1: iwconfig: not found Feb 19 10:21:18 debian conky[9776]: sh: 1: iwconfig: not found Feb 19 10:21:23 debian conky[9819]: sh: 1: iwconfig: not found Feb 19 10:21:28 debian conky[9860]: sh: 1: iwconfig: not found Feb 19 10:21:33 debian conky[9905]: sh: 1: iwconfig: not found Feb 19 10:21:33 debian conky[9910]: sh: 1: iwconfig: not found Feb 19 10:21:36 debian systemd[1959]: Started app-org.kde.konsole@58921304c9cc4ae7a00bff961f63a1c5.service - Konsole - Terminal. Feb 19 10:21:36 debian konsole[9939]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:21:36 debian konsole[9939]: QLayout: Cannot add a null widget to QHBoxLayout/ Feb 19 10:21:36 debian systemd[1959]: Started app-org.kde.konsole-9939.scope. Feb 19 10:21:38 debian conky[10152]: sh: 1: iwconfig: not found Feb 19 10:21:43 debian conky[10265]: sh: 1: iwconfig: not found Feb 19 10:21:48 debian conky[10307]: sh: 1: iwconfig: not found Feb 19 10:21:53 debian conky[10345]: sh: 1: iwconfig: not found Feb 19 10:21:58 debian conky[10394]: sh: 1: iwconfig: not found Feb 19 10:22:03 debian conky[10431]: sh: 1: iwconfig: not found Feb 19 10:22:08 debian conky[10476]: sh: 1: iwconfig: not found Feb 19 10:22:13 debian conky[10520]: sh: 1: iwconfig: not found Feb 19 10:22:18 debian conky[10564]: sh: 1: iwconfig: not found Feb 19 10:22:23 debian conky[10613]: sh: 1: iwconfig: not found Feb 19 10:22:28 debian conky[10667]: sh: 1: iwconfig: not found Feb 19 10:22:33 debian conky[10704]: sh: 1: iwconfig: not found Feb 19 10:22:33 debian conky[10722]: sh: 1: iwconfig: not found Feb 19 10:22:38 debian conky[10760]: sh: 1: iwconfig: not found Feb 19 10:22:43 debian conky[10843]: sh: 1: iwconfig: not found Feb 19 10:22:48 debian conky[10887]: sh: 1: iwconfig: not found Feb 19 10:22:53 debian conky[10929]: sh: 1: iwconfig: not found Feb 19 10:22:58 debian conky[10975]: sh: 1: iwconfig: not found Feb 19 10:23:03 debian conky[11021]: sh: 1: iwconfig: not found Feb 19 10:23:08 debian conky[11057]: sh: 1: iwconfig: not found Feb 19 10:23:13 debian conky[11105]: sh: 1: iwconfig: not found Feb 19 10:23:18 debian conky[11147]: sh: 1: iwconfig: not found Feb 19 10:23:23 debian conky[11190]: sh: 1: iwconfig: not found Feb 19 10:23:28 debian conky[11232]: sh: 1: iwconfig: not found Feb 19 10:23:33 debian conky[11273]: sh: 1: iwconfig: not found Feb 19 10:23:33 debian conky[11281]: sh: 1: iwconfig: not found Feb 19 10:23:38 debian conky[11330]: sh: 1: iwconfig: not found Feb 19 10:23:43 debian conky[11366]: sh: 1: iwconfig: not found Feb 19 10:23:48 debian conky[11419]: sh: 1: iwconfig: not found Feb 19 10:23:53 debian conky[11475]: sh: 1: iwconfig: not found Feb 19 10:23:58 debian conky[11512]: sh: 1: iwconfig: not found Feb 19 10:24:03 debian conky[11559]: sh: 1: iwconfig: not found Feb 19 10:24:08 debian conky[11600]: sh: 1: iwconfig: not found Feb 19 10:24:13 debian conky[11652]: sh: 1: iwconfig: not found Feb 19 10:24:18 debian conky[11688]: sh: 1: iwconfig: not found Feb 19 10:24:23 debian conky[11726]: sh: 1: iwconfig: not found Feb 19 10:24:28 debian conky[11780]: sh: 1: iwconfig: not found Feb 19 10:24:31 debian kded6[2296]: Failed to stat /proc/11797 No such file or directory Feb 19 10:24:31 debian kded6[2296]: Failed to stat /proc/11798 No such file or directory Feb 19 10:24:31 debian kded6[2296]: Failed to stat /proc/11799 No such file or directory Feb 19 10:24:33 debian conky[11821]: sh: 1: iwconfig: not found Feb 19 10:24:33 debian conky[11830]: sh: 1: iwconfig: not found Feb 19 10:24:38 debian conky[11869]: sh: 1: iwconfig: not found Feb 19 10:24:43 debian conky[12029]: sh: 1: iwconfig: not found Feb 19 10:24:48 debian conky[12103]: sh: 1: iwconfig: not found Feb 19 10:24:53 debian conky[12147]: sh: 1: iwconfig: not found Feb 19 10:24:58 debian conky[12203]: sh: 1: iwconfig: not found Feb 19 10:25:03 debian conky[12263]: sh: 1: iwconfig: not found Feb 19 10:25:08 debian conky[12303]: sh: 1: iwconfig: not found Feb 19 10:25:13 debian conky[12343]: sh: 1: iwconfig: not found Feb 19 10:25:18 debian conky[12513]: sh: 1: iwconfig: not found Feb 19 10:25:23 debian conky[12556]: sh: 1: iwconfig: not found Feb 19 10:25:28 debian conky[12595]: sh: 1: iwconfig: not found Feb 19 10:25:33 debian conky[12634]: sh: 1: iwconfig: not found Feb 19 10:25:33 debian conky[12647]: sh: 1: iwconfig: not found Feb 19 10:25:38 debian conky[12687]: sh: 1: iwconfig: not found Feb 19 10:25:43 debian conky[12735]: sh: 1: iwconfig: not found Feb 19 10:25:48 debian conky[12777]: sh: 1: iwconfig: not found Feb 19 10:25:53 debian conky[12828]: sh: 1: iwconfig: not found Feb 19 10:25:58 debian conky[12878]: sh: 1: iwconfig: not found Feb 19 10:26:03 debian conky[12917]: sh: 1: iwconfig: not found Feb 19 10:26:08 debian conky[12959]: sh: 1: iwconfig: not found Feb 19 10:26:13 debian conky[13045]: sh: 1: iwconfig: not found Feb 19 10:26:18 debian conky[13081]: sh: 1: iwconfig: not found Feb 19 10:26:23 debian conky[13119]: sh: 1: iwconfig: not found Feb 19 10:26:28 debian conky[13170]: sh: 1: iwconfig: not found Feb 19 10:26:33 debian conky[13214]: sh: 1: iwconfig: not found Feb 19 10:26:33 debian conky[13221]: sh: 1: iwconfig: not found Feb 19 10:26:38 debian conky[13297]: sh: 1: iwconfig: not found Feb 19 10:26:43 debian conky[13352]: sh: 1: iwconfig: not found Feb 19 10:26:48 debian conky[13393]: sh: 1: iwconfig: not found Feb 19 10:26:53 debian conky[13443]: sh: 1: iwconfig: not found Feb 19 10:26:58 debian conky[13486]: sh: 1: iwconfig: not found Feb 19 10:27:03 debian conky[13533]: sh: 1: iwconfig: not found Feb 19 10:27:08 debian conky[13571]: sh: 1: iwconfig: not found Feb 19 10:27:13 debian conky[13618]: sh: 1: iwconfig: not found Feb 19 10:27:18 debian conky[13655]: sh: 1: iwconfig: not found Feb 19 10:27:23 debian conky[13704]: sh: 1: iwconfig: not found Feb 19 10:27:28 debian conky[13742]: sh: 1: iwconfig: not found Feb 19 10:27:33 debian conky[13786]: sh: 1: iwconfig: not found Feb 19 10:27:33 debian conky[13790]: sh: 1: iwconfig: not found Feb 19 10:27:38 debian conky[13844]: sh: 1: iwconfig: not found Feb 19 10:27:43 debian conky[13924]: sh: 1: iwconfig: not found Feb 19 10:27:48 debian conky[13978]: sh: 1: iwconfig: not found Feb 19 10:27:51 debian sudo[14008]: pam_unix(sudo:auth): conversation failed Feb 19 10:27:51 debian sudo[14008]: pam_unix(sudo:auth): auth could not identify password for [stanislav] Feb 19 10:27:53 debian conky[14043]: sh: 1: iwconfig: not found Feb 19 10:27:58 debian conky[14110]: sh: 1: iwconfig: not found Feb 19 10:28:03 debian conky[14169]: sh: 1: iwconfig: not found Feb 19 10:28:08 debian conky[14218]: sh: 1: iwconfig: not found Feb 19 10:28:13 debian conky[14265]: sh: 1: iwconfig: not found Feb 19 10:28:18 debian conky[14296]: sh: 1: iwconfig: not found Feb 19 10:28:23 debian conky[14335]: sh: 1: iwconfig: not found Feb 19 10:28:28 debian conky[14387]: sh: 1: iwconfig: not found Feb 19 10:28:33 debian conky[14423]: sh: 1: iwconfig: not found Feb 19 10:28:33 debian conky[14437]: sh: 1: iwconfig: not found Feb 19 10:28:35 debian systemd[1959]: Started app-org.kde.konsole@6c699a09b05045a29ba22cc49519cda5.service - Konsole - Terminal. Feb 19 10:28:35 debian konsole[14456]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 10:28:35 debian konsole[14456]: QLayout: Cannot add a null widget to QHBoxLayout/ Feb 19 10:28:35 debian systemd[1959]: Started app-org.kde.konsole-14456.scope. Feb 19 10:28:38 debian conky[14680]: sh: 1: iwconfig: not found Feb 19 10:28:43 debian conky[14767]: sh: 1: iwconfig: not found Feb 19 10:28:48 debian conky[14808]: sh: 1: iwconfig: not found Feb 19 10:28:53 debian conky[14853]: sh: 1: iwconfig: not found Feb 19 10:28:58 debian conky[14894]: sh: 1: iwconfig: not found Feb 19 10:29:03 debian conky[14947]: sh: 1: iwconfig: not found Feb 19 10:29:08 debian conky[14982]: sh: 1: iwconfig: not found Feb 19 10:29:13 debian conky[15032]: sh: 1: iwconfig: not found Feb 19 10:29:18 debian conky[15113]: sh: 1: iwconfig: not found Feb 19 10:29:23 debian conky[15167]: sh: 1: iwconfig: not found Feb 19 10:29:28 debian conky[15217]: sh: 1: iwconfig: not found Feb 19 10:29:33 debian conky[15267]: sh: 1: iwconfig: not found Feb 19 10:29:33 debian conky[15275]: sh: 1: iwconfig: not found Feb 19 10:29:38 debian conky[15312]: sh: 1: iwconfig: not found Feb 19 10:29:43 debian conky[15359]: sh: 1: iwconfig: not found Feb 19 10:29:48 debian conky[15405]: sh: 1: iwconfig: not found Feb 19 10:29:53 debian conky[15454]: sh: 1: iwconfig: not found Feb 19 10:29:58 debian conky[15495]: sh: 1: iwconfig: not found Feb 19 10:30:03 debian conky[15579]: sh: 1: iwconfig: not found Feb 19 10:30:08 debian conky[15625]: sh: 1: iwconfig: not found Feb 19 10:30:13 debian conky[15663]: sh: 1: iwconfig: not found Feb 19 10:30:18 debian conky[15712]: sh: 1: iwconfig: not found Feb 19 10:30:23 debian conky[15746]: sh: 1: iwconfig: not found Feb 19 10:30:28 debian conky[15794]: sh: 1: iwconfig: not found Feb 19 10:30:33 debian conky[15831]: sh: 1: iwconfig: not found Feb 19 10:30:33 debian conky[15845]: sh: 1: iwconfig: not found Feb 19 10:30:38 debian conky[15880]: sh: 1: iwconfig: not found Feb 19 10:30:43 debian conky[16004]: sh: 1: iwconfig: not found Feb 19 10:30:48 debian conky[16043]: sh: 1: iwconfig: not found Feb 19 10:30:53 debian conky[16091]: sh: 1: iwconfig: not found Feb 19 10:30:58 debian conky[16131]: sh: 1: iwconfig: not found Feb 19 10:31:03 debian conky[16168]: sh: 1: iwconfig: not found Feb 19 10:31:08 debian conky[16227]: sh: 1: iwconfig: not found Feb 19 10:31:13 debian conky[16273]: sh: 1: iwconfig: not found Feb 19 10:31:18 debian conky[16324]: sh: 1: iwconfig: not found Feb 19 10:31:23 debian conky[16369]: sh: 1: iwconfig: not found Feb 19 10:31:28 debian conky[16407]: sh: 1: iwconfig: not found Feb 19 10:31:33 debian conky[16457]: sh: 1: iwconfig: not found Feb 19 10:31:33 debian conky[16462]: sh: 1: iwconfig: not found Feb 19 10:31:38 debian conky[16621]: sh: 1: iwconfig: not found Feb 19 10:31:43 debian conky[16666]: sh: 1: iwconfig: not found Feb 19 10:31:48 debian conky[16707]: sh: 1: iwconfig: not found Feb 19 10:31:53 debian conky[16752]: sh: 1: iwconfig: not found Feb 19 10:31:58 debian conky[16816]: sh: 1: iwconfig: not found Feb 19 10:32:03 debian conky[16862]: sh: 1: iwconfig: not found Feb 19 10:32:08 debian conky[16903]: sh: 1: iwconfig: not found Feb 19 10:32:13 debian conky[16941]: sh: 1: iwconfig: not found Feb 19 10:32:18 debian conky[16993]: sh: 1: iwconfig: not found Feb 19 10:32:23 debian conky[17043]: sh: 1: iwconfig: not found Feb 19 10:32:28 debian conky[17086]: sh: 1: iwconfig: not found Feb 19 10:32:33 debian conky[17133]: sh: 1: iwconfig: not found Feb 19 10:32:33 debian conky[17135]: sh: 1: iwconfig: not found Feb 19 10:32:38 debian conky[17173]: sh: 1: iwconfig: not found Feb 19 10:32:43 debian conky[17259]: sh: 1: iwconfig: not found Feb 19 10:32:48 debian conky[17300]: sh: 1: iwconfig: not found Feb 19 10:32:53 debian conky[17336]: sh: 1: iwconfig: not found Feb 19 10:32:58 debian conky[17383]: sh: 1: iwconfig: not found Feb 19 10:33:03 debian conky[17436]: sh: 1: iwconfig: not found Feb 19 10:33:08 debian conky[17491]: sh: 1: iwconfig: not found Feb 19 10:33:13 debian conky[17531]: sh: 1: iwconfig: not found Feb 19 10:33:18 debian conky[17581]: sh: 1: iwconfig: not found Feb 19 10:33:23 debian conky[17626]: sh: 1: iwconfig: not found Feb 19 10:33:28 debian conky[17671]: sh: 1: iwconfig: not found Feb 19 10:33:33 debian conky[17713]: sh: 1: iwconfig: not found Feb 19 10:33:33 debian conky[17719]: sh: 1: iwconfig: not found Feb 19 10:33:38 debian conky[17759]: sh: 1: iwconfig: not found Feb 19 10:33:43 debian conky[17806]: sh: 1: iwconfig: not found Feb 19 10:33:48 debian conky[17849]: sh: 1: iwconfig: not found Feb 19 10:33:53 debian conky[17898]: sh: 1: iwconfig: not found Feb 19 10:33:58 debian conky[17939]: sh: 1: iwconfig: not found Feb 19 10:34:03 debian conky[17978]: sh: 1: iwconfig: not found Feb 19 10:34:08 debian conky[18024]: sh: 1: iwconfig: not found Feb 19 10:34:13 debian conky[18062]: sh: 1: iwconfig: not found Feb 19 10:34:18 debian conky[18111]: sh: 1: iwconfig: not found Feb 19 10:34:23 debian conky[18152]: sh: 1: iwconfig: not found Feb 19 10:34:28 debian conky[18203]: sh: 1: iwconfig: not found Feb 19 10:34:31 debian kded6[2296]: Failed to stat /proc/18220 No such file or directory Feb 19 10:34:33 debian conky[18238]: sh: 1: iwconfig: not found Feb 19 10:34:33 debian conky[18248]: sh: 1: iwconfig: not found Feb 19 10:34:38 debian conky[18294]: sh: 1: iwconfig: not found Feb 19 10:34:43 debian conky[18379]: sh: 1: iwconfig: not found Feb 19 10:34:48 debian conky[18420]: sh: 1: iwconfig: not found Feb 19 10:34:53 debian conky[18473]: sh: 1: iwconfig: not found Feb 19 10:34:58 debian conky[18513]: sh: 1: iwconfig: not found Feb 19 10:35:03 debian conky[18555]: sh: 1: iwconfig: not found Feb 19 10:35:08 debian conky[18609]: sh: 1: iwconfig: not found Feb 19 10:35:13 debian conky[18648]: sh: 1: iwconfig: not found Feb 19 10:35:18 debian conky[18691]: sh: 1: iwconfig: not found Feb 19 10:35:23 debian conky[18735]: sh: 1: iwconfig: not found Feb 19 10:35:28 debian conky[18781]: sh: 1: iwconfig: not found Feb 19 10:35:33 debian conky[18825]: sh: 1: iwconfig: not found Feb 19 10:35:33 debian conky[18833]: sh: 1: iwconfig: not found Feb 19 10:35:38 debian conky[18867]: sh: 1: iwconfig: not found Feb 19 10:35:43 debian conky[18916]: sh: 1: iwconfig: not found Feb 19 10:35:48 debian conky[18960]: sh: 1: iwconfig: not found Feb 19 10:35:53 debian conky[19008]: sh: 1: iwconfig: not found Feb 19 10:35:58 debian conky[19049]: sh: 1: iwconfig: not found Feb 19 10:36:03 debian conky[19085]: sh: 1: iwconfig: not found Feb 19 10:36:08 debian conky[19132]: sh: 1: iwconfig: not found Feb 19 10:36:13 debian conky[19178]: sh: 1: iwconfig: not found Feb 19 10:36:18 debian conky[19250]: sh: 1: iwconfig: not found Feb 19 10:36:23 debian conky[19284]: sh: 1: iwconfig: not found Feb 19 10:36:28 debian conky[19330]: sh: 1: iwconfig: not found Feb 19 10:36:33 debian conky[19370]: sh: 1: iwconfig: not found Feb 19 10:36:33 debian conky[19383]: sh: 1: iwconfig: not found Feb 19 10:36:38 debian conky[19418]: sh: 1: iwconfig: not found Feb 19 10:36:43 debian conky[19504]: sh: 1: iwconfig: not found Feb 19 10:36:48 debian conky[19551]: sh: 1: iwconfig: not found Feb 19 10:36:53 debian conky[19604]: sh: 1: iwconfig: not found Feb 19 10:36:58 debian conky[19641]: sh: 1: iwconfig: not found Feb 19 10:37:03 debian conky[19679]: sh: 1: iwconfig: not found Feb 19 10:37:08 debian conky[19755]: sh: 1: iwconfig: not found Feb 19 10:37:13 debian conky[19799]: sh: 1: iwconfig: not found Feb 19 10:37:18 debian conky[19843]: sh: 1: iwconfig: not found Feb 19 10:37:23 debian conky[19890]: sh: 1: iwconfig: not found Feb 19 10:37:28 debian conky[19930]: sh: 1: iwconfig: not found Feb 19 10:37:33 debian conky[19973]: sh: 1: iwconfig: not found Feb 19 10:37:33 debian conky[19978]: sh: 1: iwconfig: not found Feb 19 10:37:38 debian conky[20064]: sh: 1: iwconfig: not found Feb 19 10:37:43 debian conky[20114]: sh: 1: iwconfig: not found Feb 19 10:37:48 debian conky[20157]: sh: 1: iwconfig: not found Feb 19 10:37:53 debian conky[20194]: sh: 1: iwconfig: not found Feb 19 10:37:58 debian conky[20240]: sh: 1: iwconfig: not found Feb 19 10:38:03 debian conky[20302]: sh: 1: iwconfig: not found Feb 19 10:38:08 debian conky[20350]: sh: 1: iwconfig: not found Feb 19 10:38:13 debian conky[20436]: sh: 1: iwconfig: not found Feb 19 10:38:18 debian conky[20477]: sh: 1: iwconfig: not found Feb 19 10:38:23 debian conky[20521]: sh: 1: iwconfig: not found Feb 19 10:38:28 debian conky[20577]: sh: 1: iwconfig: not found Feb 19 10:38:33 debian conky[20620]: sh: 1: iwconfig: not found Feb 19 10:38:33 debian conky[20624]: sh: 1: iwconfig: not found Feb 19 10:38:38 debian conky[20667]: sh: 1: iwconfig: not found Feb 19 10:38:43 debian conky[20710]: sh: 1: iwconfig: not found Feb 19 10:38:48 debian conky[20752]: sh: 1: iwconfig: not found Feb 19 10:38:53 debian conky[20797]: sh: 1: iwconfig: not found Feb 19 10:38:58 debian conky[20838]: sh: 1: iwconfig: not found Feb 19 10:39:03 debian conky[20910]: sh: 1: iwconfig: not found Feb 19 10:39:08 debian conky[20960]: sh: 1: iwconfig: not found Feb 19 10:39:13 debian conky[21002]: sh: 1: iwconfig: not found Feb 19 10:39:18 debian conky[21046]: sh: 1: iwconfig: not found Feb 19 10:39:23 debian conky[21089]: sh: 1: iwconfig: not found Feb 19 10:39:28 debian conky[21132]: sh: 1: iwconfig: not found Feb 19 10:39:33 debian conky[21170]: sh: 1: iwconfig: not found Feb 19 10:39:33 debian conky[21180]: sh: 1: iwconfig: not found Feb 19 10:39:38 debian conky[21222]: sh: 1: iwconfig: not found Feb 19 10:39:43 debian conky[21269]: sh: 1: iwconfig: not found Feb 19 10:39:48 debian conky[21313]: sh: 1: iwconfig: not found Feb 19 10:39:53 debian conky[21356]: sh: 1: iwconfig: not found Feb 19 10:39:58 debian conky[21456]: sh: 1: iwconfig: not found Feb 19 10:40:03 debian conky[21491]: sh: 1: iwconfig: not found Feb 19 10:40:08 debian conky[21539]: sh: 1: iwconfig: not found Feb 19 10:40:13 debian conky[21605]: sh: 1: iwconfig: not found Feb 19 10:40:18 debian conky[21644]: sh: 1: iwconfig: not found Feb 19 10:40:23 debian conky[21689]: sh: 1: iwconfig: not found Feb 19 10:40:28 debian conky[21732]: sh: 1: iwconfig: not found Feb 19 10:40:33 debian conky[21775]: sh: 1: iwconfig: not found Feb 19 10:40:33 debian conky[21779]: sh: 1: iwconfig: not found Feb 19 10:40:38 debian conky[21816]: sh: 1: iwconfig: not found Feb 19 10:40:43 debian conky[21907]: sh: 1: iwconfig: not found Feb 19 10:40:48 debian conky[21948]: sh: 1: iwconfig: not found Feb 19 10:40:53 debian conky[21999]: sh: 1: iwconfig: not found Feb 19 10:40:58 debian conky[22034]: sh: 1: iwconfig: not found Feb 19 10:41:03 debian conky[22074]: sh: 1: iwconfig: not found Feb 19 10:41:08 debian conky[22123]: sh: 1: iwconfig: not found Feb 19 10:41:13 debian conky[22169]: sh: 1: iwconfig: not found Feb 19 10:41:18 debian conky[22206]: sh: 1: iwconfig: not found Feb 19 10:41:23 debian conky[22250]: sh: 1: iwconfig: not found Feb 19 10:41:28 debian conky[22294]: sh: 1: iwconfig: not found Feb 19 10:41:33 debian conky[22336]: sh: 1: iwconfig: not found Feb 19 10:41:33 debian conky[22348]: sh: 1: iwconfig: not found Feb 19 10:41:38 debian conky[22385]: sh: 1: iwconfig: not found Feb 19 10:41:43 debian conky[22429]: sh: 1: iwconfig: not found Feb 19 10:41:48 debian conky[22471]: sh: 1: iwconfig: not found Feb 19 10:41:53 debian conky[22523]: sh: 1: iwconfig: not found Feb 19 10:41:58 debian conky[22566]: sh: 1: iwconfig: not found Feb 19 10:42:03 debian conky[22612]: sh: 1: iwconfig: not found Feb 19 10:42:08 debian conky[22651]: sh: 1: iwconfig: not found Feb 19 10:42:13 debian conky[22698]: sh: 1: iwconfig: not found Feb 19 10:42:18 debian conky[22738]: sh: 1: iwconfig: not found Feb 19 10:42:23 debian conky[22777]: sh: 1: iwconfig: not found Feb 19 10:42:28 debian conky[22825]: sh: 1: iwconfig: not found Feb 19 10:42:33 debian conky[22873]: sh: 1: iwconfig: not found Feb 19 10:42:33 debian conky[22877]: sh: 1: iwconfig: not found Feb 19 10:42:38 debian conky[22910]: sh: 1: iwconfig: not found Feb 19 10:42:43 debian conky[22991]: sh: 1: iwconfig: not found Feb 19 10:42:48 debian conky[23033]: sh: 1: iwconfig: not found Feb 19 10:42:53 debian conky[23075]: sh: 1: iwconfig: not found Feb 19 10:42:58 debian conky[23118]: sh: 1: iwconfig: not found Feb 19 10:43:03 debian conky[23161]: sh: 1: iwconfig: not found Feb 19 10:43:08 debian conky[23204]: sh: 1: iwconfig: not found Feb 19 10:43:13 debian conky[23251]: sh: 1: iwconfig: not found Feb 19 10:43:18 debian conky[23288]: sh: 1: iwconfig: not found Feb 19 10:43:23 debian conky[23328]: sh: 1: iwconfig: not found Feb 19 10:43:28 debian conky[23375]: sh: 1: iwconfig: not found Feb 19 10:43:33 debian conky[23421]: sh: 1: iwconfig: not found Feb 19 10:43:33 debian conky[23426]: sh: 1: iwconfig: not found Feb 19 10:43:38 debian conky[23462]: sh: 1: iwconfig: not found Feb 19 10:43:43 debian conky[23508]: sh: 1: iwconfig: not found Feb 19 10:43:48 debian conky[23560]: sh: 1: iwconfig: not found Feb 19 10:43:53 debian conky[23608]: sh: 1: iwconfig: not found Feb 19 10:43:58 debian conky[23648]: sh: 1: iwconfig: not found Feb 19 10:44:03 debian conky[23682]: sh: 1: iwconfig: not found Feb 19 10:44:08 debian conky[23731]: sh: 1: iwconfig: not found Feb 19 10:44:13 debian conky[23774]: sh: 1: iwconfig: not found Feb 19 10:44:18 debian conky[23815]: sh: 1: iwconfig: not found Feb 19 10:44:23 debian conky[23860]: sh: 1: iwconfig: not found Feb 19 10:44:28 debian conky[23909]: sh: 1: iwconfig: not found Feb 19 10:44:33 debian conky[23956]: sh: 1: iwconfig: not found Feb 19 10:44:33 debian conky[23961]: sh: 1: iwconfig: not found Feb 19 10:44:38 debian conky[24112]: sh: 1: iwconfig: not found Feb 19 10:44:43 debian conky[24194]: sh: 1: iwconfig: not found Feb 19 10:44:48 debian conky[24235]: sh: 1: iwconfig: not found Feb 19 10:44:53 debian conky[24315]: sh: 1: iwconfig: not found Feb 19 10:44:58 debian conky[24357]: sh: 1: iwconfig: not found Feb 19 10:45:03 debian conky[24405]: sh: 1: iwconfig: not found Feb 19 10:45:08 debian conky[24442]: sh: 1: iwconfig: not found Feb 19 10:45:13 debian conky[24491]: sh: 1: iwconfig: not found Feb 19 10:45:18 debian conky[24531]: sh: 1: iwconfig: not found Feb 19 10:45:23 debian conky[24577]: sh: 1: iwconfig: not found Feb 19 10:45:28 debian conky[24631]: sh: 1: iwconfig: not found Feb 19 10:45:33 debian conky[24678]: sh: 1: iwconfig: not found Feb 19 10:45:33 debian conky[24681]: sh: 1: iwconfig: not found Feb 19 10:45:38 debian conky[24722]: sh: 1: iwconfig: not found Feb 19 10:45:43 debian conky[24757]: sh: 1: iwconfig: not found Feb 19 10:45:48 debian conky[24808]: sh: 1: iwconfig: not found Feb 19 10:45:53 debian conky[24853]: sh: 1: iwconfig: not found Feb 19 10:45:58 debian conky[24893]: sh: 1: iwconfig: not found Feb 19 10:46:03 debian conky[24939]: sh: 1: iwconfig: not found Feb 19 10:46:08 debian conky[24979]: sh: 1: iwconfig: not found Feb 19 10:46:13 debian conky[25018]: sh: 1: iwconfig: not found Feb 19 10:46:18 debian conky[25057]: sh: 1: iwconfig: not found Feb 19 10:46:23 debian conky[25105]: sh: 1: iwconfig: not found Feb 19 10:46:28 debian conky[25145]: sh: 1: iwconfig: not found Feb 19 10:46:33 debian conky[25201]: sh: 1: iwconfig: not found Feb 19 10:46:33 debian conky[25209]: sh: 1: iwconfig: not found Feb 19 10:46:38 debian conky[25253]: sh: 1: iwconfig: not found Feb 19 10:46:43 debian conky[25349]: sh: 1: iwconfig: not found Feb 19 10:46:48 debian conky[25384]: sh: 1: iwconfig: not found Feb 19 10:46:53 debian conky[25433]: sh: 1: iwconfig: not found Feb 19 10:46:58 debian conky[25473]: sh: 1: iwconfig: not found Feb 19 10:47:03 debian conky[25513]: sh: 1: iwconfig: not found Feb 19 10:47:08 debian conky[25557]: sh: 1: iwconfig: not found Feb 19 10:47:13 debian conky[25600]: sh: 1: iwconfig: not found Feb 19 10:47:18 debian conky[25639]: sh: 1: iwconfig: not found Feb 19 10:47:23 debian conky[25686]: sh: 1: iwconfig: not found Feb 19 10:47:28 debian conky[25723]: sh: 1: iwconfig: not found Feb 19 10:47:33 debian conky[25760]: sh: 1: iwconfig: not found Feb 19 10:47:33 debian conky[25774]: sh: 1: iwconfig: not found Feb 19 10:47:38 debian conky[25816]: sh: 1: iwconfig: not found Feb 19 10:47:43 debian conky[25851]: sh: 1: iwconfig: not found Feb 19 10:47:48 debian conky[25908]: sh: 1: iwconfig: not found Feb 19 10:47:53 debian conky[25944]: sh: 1: iwconfig: not found Feb 19 10:47:58 debian conky[25995]: sh: 1: iwconfig: not found Feb 19 10:48:03 debian conky[26041]: sh: 1: iwconfig: not found Feb 19 10:48:08 debian conky[26078]: sh: 1: iwconfig: not found Feb 19 10:48:13 debian conky[26123]: sh: 1: iwconfig: not found Feb 19 10:48:18 debian conky[26164]: sh: 1: iwconfig: not found Feb 19 10:48:23 debian conky[26253]: sh: 1: iwconfig: not found Feb 19 10:48:28 debian conky[26307]: sh: 1: iwconfig: not found Feb 19 10:48:33 debian conky[26351]: sh: 1: iwconfig: not found Feb 19 10:48:33 debian conky[26355]: sh: 1: iwconfig: not found Feb 19 10:48:38 debian conky[26394]: sh: 1: iwconfig: not found Feb 19 10:48:43 debian conky[26438]: sh: 1: iwconfig: not found Feb 19 10:48:48 debian conky[26480]: sh: 1: iwconfig: not found Feb 19 10:48:53 debian conky[26529]: sh: 1: iwconfig: not found Feb 19 10:48:58 debian conky[26569]: sh: 1: iwconfig: not found Feb 19 10:49:03 debian conky[26615]: sh: 1: iwconfig: not found Feb 19 10:49:08 debian conky[26655]: sh: 1: iwconfig: not found Feb 19 10:49:13 debian conky[26698]: sh: 1: iwconfig: not found Feb 19 10:49:18 debian conky[26739]: sh: 1: iwconfig: not found Feb 19 10:49:23 debian conky[26782]: sh: 1: iwconfig: not found Feb 19 10:49:28 debian conky[26823]: sh: 1: iwconfig: not found Feb 19 10:49:33 debian conky[26869]: sh: 1: iwconfig: not found Feb 19 10:49:33 debian conky[26873]: sh: 1: iwconfig: not found Feb 19 10:49:38 debian conky[26913]: sh: 1: iwconfig: not found Feb 19 10:49:43 debian conky[26961]: sh: 1: iwconfig: not found Feb 19 10:49:48 debian conky[27001]: sh: 1: iwconfig: not found Feb 19 10:49:53 debian conky[27047]: sh: 1: iwconfig: not found Feb 19 10:49:58 debian conky[27083]: sh: 1: iwconfig: not found Feb 19 10:50:03 debian conky[27127]: sh: 1: iwconfig: not found Feb 19 10:50:08 debian conky[27188]: sh: 1: iwconfig: not found Feb 19 10:50:13 debian conky[27250]: sh: 1: iwconfig: not found Feb 19 10:50:18 debian conky[27287]: sh: 1: iwconfig: not found Feb 19 10:50:23 debian conky[27329]: sh: 1: iwconfig: not found Feb 19 10:50:28 debian conky[27373]: sh: 1: iwconfig: not found Feb 19 10:50:33 debian conky[27415]: sh: 1: iwconfig: not found Feb 19 10:50:33 debian conky[27420]: sh: 1: iwconfig: not found Feb 19 10:50:38 debian conky[27466]: sh: 1: iwconfig: not found Feb 19 10:50:43 debian conky[27550]: sh: 1: iwconfig: not found Feb 19 10:50:48 debian conky[27590]: sh: 1: iwconfig: not found Feb 19 10:50:53 debian conky[27637]: sh: 1: iwconfig: not found Feb 19 10:50:58 debian conky[27678]: sh: 1: iwconfig: not found Feb 19 10:51:03 debian conky[27721]: sh: 1: iwconfig: not found Feb 19 10:51:08 debian conky[27762]: sh: 1: iwconfig: not found Feb 19 10:51:13 debian conky[27809]: sh: 1: iwconfig: not found Feb 19 10:51:18 debian conky[27844]: sh: 1: iwconfig: not found Feb 19 10:51:23 debian conky[27879]: sh: 1: iwconfig: not found Feb 19 10:51:28 debian conky[27930]: sh: 1: iwconfig: not found Feb 19 10:51:33 debian conky[27965]: sh: 1: iwconfig: not found Feb 19 10:51:33 debian conky[27981]: sh: 1: iwconfig: not found Feb 19 10:51:38 debian conky[28021]: sh: 1: iwconfig: not found Feb 19 10:51:43 debian conky[28056]: sh: 1: iwconfig: not found Feb 19 10:51:48 debian conky[28108]: sh: 1: iwconfig: not found Feb 19 10:51:53 debian conky[28156]: sh: 1: iwconfig: not found Feb 19 10:51:58 debian conky[28196]: sh: 1: iwconfig: not found Feb 19 10:52:03 debian conky[28235]: sh: 1: iwconfig: not found Feb 19 10:52:08 debian conky[28280]: sh: 1: iwconfig: not found Feb 19 10:52:13 debian conky[28314]: sh: 1: iwconfig: not found Feb 19 10:52:18 debian conky[28360]: sh: 1: iwconfig: not found Feb 19 10:52:23 debian conky[28416]: sh: 1: iwconfig: not found Feb 19 10:52:28 debian conky[28458]: sh: 1: iwconfig: not found Feb 19 10:52:33 debian conky[28494]: sh: 1: iwconfig: not found Feb 19 10:52:33 debian conky[28506]: sh: 1: iwconfig: not found Feb 19 10:52:38 debian conky[28542]: sh: 1: iwconfig: not found Feb 19 10:52:43 debian conky[28628]: sh: 1: iwconfig: not found Feb 19 10:52:48 debian conky[28669]: sh: 1: iwconfig: not found Feb 19 10:52:53 debian conky[28712]: sh: 1: iwconfig: not found Feb 19 10:52:58 debian conky[28752]: sh: 1: iwconfig: not found Feb 19 10:53:03 debian conky[28801]: sh: 1: iwconfig: not found Feb 19 10:53:08 debian conky[28841]: sh: 1: iwconfig: not found Feb 19 10:53:13 debian conky[28885]: sh: 1: iwconfig: not found Feb 19 10:53:18 debian conky[28921]: sh: 1: iwconfig: not found Feb 19 10:53:23 debian conky[28958]: sh: 1: iwconfig: not found Feb 19 10:53:28 debian conky[29006]: sh: 1: iwconfig: not found Feb 19 10:53:33 debian conky[29052]: sh: 1: iwconfig: not found Feb 19 10:53:33 debian conky[29059]: sh: 1: iwconfig: not found Feb 19 10:53:38 debian conky[29098]: sh: 1: iwconfig: not found Feb 19 10:53:43 debian conky[29143]: sh: 1: iwconfig: not found Feb 19 10:53:48 debian conky[29183]: sh: 1: iwconfig: not found Feb 19 10:53:53 debian conky[29227]: sh: 1: iwconfig: not found Feb 19 10:53:58 debian conky[29266]: sh: 1: iwconfig: not found Feb 19 10:54:03 debian conky[29312]: sh: 1: iwconfig: not found Feb 19 10:54:08 debian conky[29351]: sh: 1: iwconfig: not found Feb 19 10:54:13 debian conky[29397]: sh: 1: iwconfig: not found Feb 19 10:54:18 debian conky[29437]: sh: 1: iwconfig: not found Feb 19 10:54:23 debian conky[29482]: sh: 1: iwconfig: not found Feb 19 10:54:28 debian conky[29520]: sh: 1: iwconfig: not found Feb 19 10:54:33 debian conky[29569]: sh: 1: iwconfig: not found Feb 19 10:54:33 debian conky[29574]: sh: 1: iwconfig: not found Feb 19 10:54:38 debian conky[29610]: sh: 1: iwconfig: not found Feb 19 10:54:43 debian conky[29690]: sh: 1: iwconfig: not found Feb 19 10:54:48 debian conky[29741]: sh: 1: iwconfig: not found Feb 19 10:54:53 debian conky[29784]: sh: 1: iwconfig: not found Feb 19 10:54:58 debian conky[29829]: sh: 1: iwconfig: not found Feb 19 10:55:03 debian conky[29882]: sh: 1: iwconfig: not found Feb 19 10:55:08 debian conky[29919]: sh: 1: iwconfig: not found Feb 19 10:55:13 debian conky[29958]: sh: 1: iwconfig: not found Feb 19 10:55:18 debian conky[30002]: sh: 1: iwconfig: not found Feb 19 10:55:23 debian conky[30048]: sh: 1: iwconfig: not found Feb 19 10:55:28 debian conky[30088]: sh: 1: iwconfig: not found Feb 19 10:55:33 debian conky[30120]: sh: 1: iwconfig: not found Feb 19 10:55:33 debian conky[30135]: sh: 1: iwconfig: not found Feb 19 10:55:38 debian conky[30175]: sh: 1: iwconfig: not found Feb 19 10:55:43 debian conky[30217]: sh: 1: iwconfig: not found Feb 19 10:55:48 debian conky[30263]: sh: 1: iwconfig: not found Feb 19 10:55:53 debian conky[30308]: sh: 1: iwconfig: not found Feb 19 10:55:58 debian conky[30349]: sh: 1: iwconfig: not found Feb 19 10:56:03 debian conky[30390]: sh: 1: iwconfig: not found Feb 19 10:56:08 debian conky[30439]: sh: 1: iwconfig: not found Feb 19 10:56:13 debian conky[30486]: sh: 1: iwconfig: not found Feb 19 10:56:18 debian conky[30523]: sh: 1: iwconfig: not found Feb 19 10:56:23 debian conky[30561]: sh: 1: iwconfig: not found Feb 19 10:56:28 debian conky[30606]: sh: 1: iwconfig: not found Feb 19 10:56:33 debian conky[30651]: sh: 1: iwconfig: not found Feb 19 10:56:33 debian conky[30659]: sh: 1: iwconfig: not found Feb 19 10:56:38 debian conky[30692]: sh: 1: iwconfig: not found Feb 19 10:56:43 debian conky[30774]: sh: 1: iwconfig: not found Feb 19 10:56:48 debian conky[30814]: sh: 1: iwconfig: not found Feb 19 10:56:53 debian conky[30854]: sh: 1: iwconfig: not found Feb 19 10:56:58 debian conky[30903]: sh: 1: iwconfig: not found Feb 19 10:57:03 debian conky[30951]: sh: 1: iwconfig: not found Feb 19 10:57:08 debian conky[30993]: sh: 1: iwconfig: not found Feb 19 10:57:13 debian conky[31036]: sh: 1: iwconfig: not found Feb 19 10:57:18 debian conky[31076]: sh: 1: iwconfig: not found Feb 19 10:57:23 debian conky[31122]: sh: 1: iwconfig: not found Feb 19 10:57:28 debian conky[31162]: sh: 1: iwconfig: not found Feb 19 10:57:33 debian conky[31206]: sh: 1: iwconfig: not found Feb 19 10:57:33 debian conky[31210]: sh: 1: iwconfig: not found Feb 19 10:57:38 debian conky[31249]: sh: 1: iwconfig: not found Feb 19 10:57:43 debian conky[31296]: sh: 1: iwconfig: not found Feb 19 10:57:48 debian conky[31333]: sh: 1: iwconfig: not found Feb 19 10:57:53 debian conky[31376]: sh: 1: iwconfig: not found Feb 19 10:57:58 debian conky[31422]: sh: 1: iwconfig: not found Feb 19 10:58:03 debian conky[31462]: sh: 1: iwconfig: not found Feb 19 10:58:08 debian conky[31508]: sh: 1: iwconfig: not found Feb 19 10:58:13 debian conky[31558]: sh: 1: iwconfig: not found Feb 19 10:58:18 debian conky[31606]: sh: 1: iwconfig: not found Feb 19 10:58:23 debian conky[31650]: sh: 1: iwconfig: not found Feb 19 10:58:28 debian conky[31694]: sh: 1: iwconfig: not found Feb 19 10:58:33 debian conky[31738]: sh: 1: iwconfig: not found Feb 19 10:58:33 debian conky[31742]: sh: 1: iwconfig: not found Feb 19 10:58:38 debian conky[31786]: sh: 1: iwconfig: not found Feb 19 10:58:40 debian obs[7274]: info: --------------------------------- Feb 19 10:58:40 debian obs[7274]: info: [FFmpeg VAAPI encoder: 'advanced_video_recording'] settings: Feb 19 10:58:40 debian obs[7274]: device: /dev/dri/by-path/pci-0000:00:02.0-render Feb 19 10:58:40 debian obs[7274]: rate_control: CQP Feb 19 10:58:40 debian obs[7274]: profile: 578 Feb 19 10:58:40 debian obs[7274]: level: -99 Feb 19 10:58:40 debian obs[7274]: qp: 20 Feb 19 10:58:40 debian obs[7274]: bitrate: 0 Feb 19 10:58:40 debian obs[7274]: maxrate: 0 Feb 19 10:58:40 debian obs[7274]: keyint: 120 Feb 19 10:58:40 debian obs[7274]: width: 1920 Feb 19 10:58:40 debian obs[7274]: height: 1080 Feb 19 10:58:40 debian obs[7274]: b-frames: 0 Feb 19 10:58:40 debian obs[7274]: ffmpeg opts: Feb 19 10:58:40 debian obs[7274]: info: --------------------------------- Feb 19 10:58:40 debian obs[7274]: info: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: stereo Feb 19 10:58:40 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Using muxer settings: Feb 19 10:58:40 debian obs[7274]: movflags=frag_keyframe+empty_moov+delay_moov Feb 19 10:58:40 debian obs[7274]: info: ==== Recording Start =============================================== Feb 19 10:58:40 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/stanislav/Videos/2026-02-19 10-58-40.mp4'... Feb 19 10:58:43 debian conky[31869]: sh: 1: iwconfig: not found Feb 19 10:58:48 debian conky[31917]: sh: 1: iwconfig: not found Feb 19 10:58:53 debian conky[31963]: sh: 1: iwconfig: not found Feb 19 10:58:58 debian conky[32004]: sh: 1: iwconfig: not found Feb 19 10:59:03 debian conky[32057]: sh: 1: iwconfig: not found Feb 19 10:59:08 debian conky[32091]: sh: 1: iwconfig: not found Feb 19 10:59:13 debian conky[32159]: sh: 1: iwconfig: not found Feb 19 10:59:18 debian conky[32194]: sh: 1: iwconfig: not found Feb 19 10:59:23 debian conky[32240]: sh: 1: iwconfig: not found Feb 19 10:59:28 debian conky[32283]: sh: 1: iwconfig: not found Feb 19 10:59:33 debian conky[32321]: sh: 1: iwconfig: not found Feb 19 10:59:33 debian conky[32331]: sh: 1: iwconfig: not found Feb 19 10:59:38 debian conky[32367]: sh: 1: iwconfig: not found Feb 19 10:59:43 debian conky[32437]: sh: 1: iwconfig: not found Feb 19 10:59:48 debian conky[32478]: sh: 1: iwconfig: not found Feb 19 10:59:53 debian conky[32519]: sh: 1: iwconfig: not found Feb 19 10:59:58 debian conky[32565]: sh: 1: iwconfig: not found Feb 19 11:00:03 debian conky[32609]: sh: 1: iwconfig: not found Feb 19 11:00:08 debian conky[32646]: sh: 1: iwconfig: not found Feb 19 11:00:13 debian conky[32703]: sh: 1: iwconfig: not found Feb 19 11:00:18 debian conky[32751]: sh: 1: iwconfig: not found Feb 19 11:00:23 debian conky[32788]: sh: 1: iwconfig: not found Feb 19 11:00:28 debian conky[32840]: sh: 1: iwconfig: not found Feb 19 11:00:33 debian conky[32883]: sh: 1: iwconfig: not found Feb 19 11:00:33 debian conky[32888]: sh: 1: iwconfig: not found Feb 19 11:00:38 debian conky[32927]: sh: 1: iwconfig: not found Feb 19 11:00:43 debian conky[33015]: sh: 1: iwconfig: not found Feb 19 11:00:48 debian conky[33066]: sh: 1: iwconfig: not found Feb 19 11:00:53 debian conky[33105]: sh: 1: iwconfig: not found Feb 19 11:00:58 debian conky[33152]: sh: 1: iwconfig: not found Feb 19 11:01:03 debian conky[33198]: sh: 1: iwconfig: not found Feb 19 11:01:08 debian conky[33237]: sh: 1: iwconfig: not found Feb 19 11:01:13 debian conky[33296]: sh: 1: iwconfig: not found Feb 19 11:01:18 debian conky[33342]: sh: 1: iwconfig: not found Feb 19 11:01:23 debian conky[33376]: sh: 1: iwconfig: not found Feb 19 11:01:28 debian conky[33427]: sh: 1: iwconfig: not found Feb 19 11:01:33 debian conky[33467]: sh: 1: iwconfig: not found Feb 19 11:01:33 debian conky[33478]: sh: 1: iwconfig: not found Feb 19 11:01:38 debian conky[33517]: sh: 1: iwconfig: not found Feb 19 11:01:43 debian conky[33580]: sh: 1: iwconfig: not found Feb 19 11:01:48 debian conky[33621]: sh: 1: iwconfig: not found Feb 19 11:01:53 debian conky[33658]: sh: 1: iwconfig: not found Feb 19 11:01:58 debian conky[33740]: sh: 1: iwconfig: not found Feb 19 11:02:03 debian conky[33788]: sh: 1: iwconfig: not found Feb 19 11:02:08 debian conky[33825]: sh: 1: iwconfig: not found Feb 19 11:02:13 debian conky[33891]: sh: 1: iwconfig: not found Feb 19 11:02:18 debian conky[33930]: sh: 1: iwconfig: not found Feb 19 11:02:23 debian conky[33970]: sh: 1: iwconfig: not found Feb 19 11:02:28 debian conky[34020]: sh: 1: iwconfig: not found Feb 19 11:02:33 debian conky[34052]: sh: 1: iwconfig: not found Feb 19 11:02:33 debian conky[34064]: sh: 1: iwconfig: not found Feb 19 11:02:38 debian conky[34107]: sh: 1: iwconfig: not found Feb 19 11:02:43 debian conky[34194]: sh: 1: iwconfig: not found Feb 19 11:02:48 debian conky[34244]: sh: 1: iwconfig: not found Feb 19 11:02:53 debian conky[34280]: sh: 1: iwconfig: not found Feb 19 11:02:58 debian conky[34333]: sh: 1: iwconfig: not found Feb 19 11:03:03 debian conky[34380]: sh: 1: iwconfig: not found Feb 19 11:03:08 debian conky[34420]: sh: 1: iwconfig: not found Feb 19 11:03:13 debian conky[34488]: sh: 1: iwconfig: not found Feb 19 11:03:18 debian conky[34532]: sh: 1: iwconfig: not found Feb 19 11:03:23 debian conky[34582]: sh: 1: iwconfig: not found Feb 19 11:03:28 debian conky[34622]: sh: 1: iwconfig: not found Feb 19 11:03:33 debian conky[34666]: sh: 1: iwconfig: not found Feb 19 11:03:33 debian conky[34671]: sh: 1: iwconfig: not found Feb 19 11:03:38 debian conky[34711]: sh: 1: iwconfig: not found Feb 19 11:03:43 debian conky[34772]: sh: 1: iwconfig: not found Feb 19 11:03:48 debian conky[34815]: sh: 1: iwconfig: not found Feb 19 11:03:53 debian conky[34858]: sh: 1: iwconfig: not found Feb 19 11:03:58 debian conky[34904]: sh: 1: iwconfig: not found Feb 19 11:04:03 debian conky[34947]: sh: 1: iwconfig: not found Feb 19 11:04:08 debian conky[35010]: sh: 1: iwconfig: not found Feb 19 11:04:13 debian conky[35073]: sh: 1: iwconfig: not found Feb 19 11:04:18 debian conky[35113]: sh: 1: iwconfig: not found Feb 19 11:04:23 debian conky[35165]: sh: 1: iwconfig: not found Feb 19 11:04:28 debian conky[35202]: sh: 1: iwconfig: not found Feb 19 11:04:33 debian wireplumber[2061]: wp-event-dispatcher: <WpAsyncEventHook:0x561d50236400> failed: <WpSiStandardLink:0x561d5015f6e0> link failed: some node was destroyed before the link was created Feb 19 11:04:33 debian conky[35245]: sh: 1: iwconfig: not found Feb 19 11:04:33 debian conky[35262]: sh: 1: iwconfig: not found Feb 19 11:04:34 debian systemd[1959]: Started app-org.kde.konsole@95883fc5189c47feb7b48071adf93bdb.service - Konsole - Terminal. Feb 19 11:04:34 debian konsole[35270]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 11:04:34 debian konsole[35270]: QLayout: Cannot add a null widget to QHBoxLayout/ Feb 19 11:04:35 debian systemd[1959]: Started app-org.kde.konsole-35270.scope. Feb 19 11:04:38 debian conky[35500]: sh: 1: iwconfig: not found Feb 19 11:04:43 debian conky[35619]: sh: 1: iwconfig: not found Feb 19 11:04:45 debian konsole[35270]: QThreadStorage: Thread 0x55e3bdadd700 exited after QThreadStorage 9 destroyed Feb 19 11:04:48 debian conky[35670]: sh: 1: iwconfig: not found Feb 19 11:04:53 debian conky[35711]: sh: 1: iwconfig: not found Feb 19 11:04:58 debian conky[35762]: sh: 1: iwconfig: not found Feb 19 11:05:03 debian conky[35803]: sh: 1: iwconfig: not found Feb 19 11:05:08 debian conky[35852]: sh: 1: iwconfig: not found Feb 19 11:05:13 debian conky[35916]: sh: 1: iwconfig: not found Feb 19 11:05:18 debian conky[35969]: sh: 1: iwconfig: not found Feb 19 11:05:23 debian conky[36004]: sh: 1: iwconfig: not found Feb 19 11:05:28 debian conky[36064]: sh: 1: iwconfig: not found Feb 19 11:05:33 debian conky[36121]: sh: 1: iwconfig: not found Feb 19 11:05:33 debian conky[36130]: sh: 1: iwconfig: not found Feb 19 11:05:38 debian conky[36169]: sh: 1: iwconfig: not found Feb 19 11:05:43 debian conky[36223]: sh: 1: iwconfig: not found Feb 19 11:05:48 debian conky[36274]: sh: 1: iwconfig: not found Feb 19 11:05:53 debian conky[36319]: sh: 1: iwconfig: not found Feb 19 11:05:58 debian conky[36362]: sh: 1: iwconfig: not found Feb 19 11:06:03 debian conky[36406]: sh: 1: iwconfig: not found Feb 19 11:06:08 debian conky[36449]: sh: 1: iwconfig: not found Feb 19 11:06:13 debian conky[36511]: sh: 1: iwconfig: not found Feb 19 11:06:18 debian conky[36551]: sh: 1: iwconfig: not found Feb 19 11:06:23 debian conky[36591]: sh: 1: iwconfig: not found Feb 19 11:06:28 debian conky[36640]: sh: 1: iwconfig: not found Feb 19 11:06:33 debian conky[36677]: sh: 1: iwconfig: not found Feb 19 11:06:33 debian conky[36691]: sh: 1: iwconfig: not found Feb 19 11:06:38 debian conky[36730]: sh: 1: iwconfig: not found Feb 19 11:06:43 debian conky[36828]: sh: 1: iwconfig: not found Feb 19 11:06:48 debian conky[36870]: sh: 1: iwconfig: not found Feb 19 11:06:53 debian conky[36909]: sh: 1: iwconfig: not found Feb 19 11:06:58 debian conky[36955]: sh: 1: iwconfig: not found Feb 19 11:07:03 debian conky[37000]: sh: 1: iwconfig: not found Feb 19 11:07:08 debian conky[37044]: sh: 1: iwconfig: not found Feb 19 11:07:13 debian conky[37104]: sh: 1: iwconfig: not found Feb 19 11:07:18 debian conky[37149]: sh: 1: iwconfig: not found Feb 19 11:07:23 debian conky[37183]: sh: 1: iwconfig: not found Feb 19 11:07:28 debian conky[37235]: sh: 1: iwconfig: not found Feb 19 11:07:33 debian conky[37278]: sh: 1: iwconfig: not found Feb 19 11:07:33 debian conky[37283]: sh: 1: iwconfig: not found Feb 19 11:07:38 debian conky[37319]: sh: 1: iwconfig: not found Feb 19 11:07:43 debian conky[37388]: sh: 1: iwconfig: not found Feb 19 11:07:48 debian conky[37424]: sh: 1: iwconfig: not found Feb 19 11:07:53 debian conky[37474]: sh: 1: iwconfig: not found Feb 19 11:07:58 debian conky[37513]: sh: 1: iwconfig: not found Feb 19 11:08:03 debian conky[37553]: sh: 1: iwconfig: not found Feb 19 11:08:08 debian conky[37599]: sh: 1: iwconfig: not found Feb 19 11:08:13 debian conky[37657]: sh: 1: iwconfig: not found Feb 19 11:08:18 debian conky[37704]: sh: 1: iwconfig: not found Feb 19 11:08:23 debian conky[37750]: sh: 1: iwconfig: not found Feb 19 11:08:28 debian conky[37797]: sh: 1: iwconfig: not found Feb 19 11:08:33 debian conky[37830]: sh: 1: iwconfig: not found Feb 19 11:08:33 debian conky[37848]: sh: 1: iwconfig: not found Feb 19 11:08:38 debian conky[37885]: sh: 1: iwconfig: not found Feb 19 11:08:43 debian conky[37974]: sh: 1: iwconfig: not found Feb 19 11:08:48 debian conky[38024]: sh: 1: iwconfig: not found Feb 19 11:08:53 debian conky[38071]: sh: 1: iwconfig: not found Feb 19 11:08:58 debian conky[38114]: sh: 1: iwconfig: not found Feb 19 11:09:03 debian conky[38158]: sh: 1: iwconfig: not found Feb 19 11:09:08 debian conky[38201]: sh: 1: iwconfig: not found Feb 19 11:09:13 debian conky[38255]: sh: 1: iwconfig: not found Feb 19 11:09:18 debian conky[38301]: sh: 1: iwconfig: not found Feb 19 11:09:23 debian conky[38367]: sh: 1: iwconfig: not found Feb 19 11:09:28 debian conky[38420]: sh: 1: iwconfig: not found Feb 19 11:09:33 debian conky[38465]: sh: 1: iwconfig: not found Feb 19 11:09:33 debian conky[38466]: sh: 1: iwconfig: not found Feb 19 11:09:38 debian conky[38508]: sh: 1: iwconfig: not found Feb 19 11:09:43 debian conky[38567]: sh: 1: iwconfig: not found Feb 19 11:09:48 debian conky[38613]: sh: 1: iwconfig: not found Feb 19 11:09:53 debian conky[38652]: sh: 1: iwconfig: not found Feb 19 11:09:58 debian conky[38713]: sh: 1: iwconfig: not found Feb 19 11:10:03 debian conky[38756]: sh: 1: iwconfig: not found Feb 19 11:10:08 debian conky[38798]: sh: 1: iwconfig: not found Feb 19 11:10:13 debian conky[38855]: sh: 1: iwconfig: not found Feb 19 11:10:18 debian conky[38901]: sh: 1: iwconfig: not found Feb 19 11:10:23 debian conky[38940]: sh: 1: iwconfig: not found Feb 19 11:10:28 debian conky[38983]: sh: 1: iwconfig: not found Feb 19 11:10:33 debian conky[39019]: sh: 1: iwconfig: not found Feb 19 11:10:33 debian conky[39038]: sh: 1: iwconfig: not found Feb 19 11:10:38 debian conky[39076]: sh: 1: iwconfig: not found Feb 19 11:10:43 debian conky[39166]: sh: 1: iwconfig: not found Feb 19 11:10:48 debian conky[39216]: sh: 1: iwconfig: not found Feb 19 11:10:53 debian conky[39260]: sh: 1: iwconfig: not found Feb 19 11:10:58 debian conky[39297]: sh: 1: iwconfig: not found Feb 19 11:11:03 debian conky[39343]: sh: 1: iwconfig: not found Feb 19 11:11:08 debian conky[39390]: sh: 1: iwconfig: not found Feb 19 11:11:13 debian conky[39452]: sh: 1: iwconfig: not found Feb 19 11:11:18 debian conky[39492]: sh: 1: iwconfig: not found Feb 19 11:11:23 debian conky[39535]: sh: 1: iwconfig: not found Feb 19 11:11:28 debian conky[39578]: sh: 1: iwconfig: not found Feb 19 11:11:33 debian conky[39612]: sh: 1: iwconfig: not found Feb 19 11:11:33 debian conky[39623]: sh: 1: iwconfig: not found Feb 19 11:11:38 debian conky[39663]: sh: 1: iwconfig: not found Feb 19 11:11:43 debian conky[39725]: sh: 1: iwconfig: not found Feb 19 11:11:48 debian conky[39770]: sh: 1: iwconfig: not found Feb 19 11:11:53 debian conky[39814]: sh: 1: iwconfig: not found Feb 19 11:11:58 debian conky[39853]: sh: 1: iwconfig: not found Feb 19 11:12:03 debian conky[39900]: sh: 1: iwconfig: not found Feb 19 11:12:08 debian conky[39940]: sh: 1: iwconfig: not found Feb 19 11:12:13 debian conky[40002]: sh: 1: iwconfig: not found Feb 19 11:12:18 debian conky[40043]: sh: 1: iwconfig: not found Feb 19 11:12:23 debian conky[40086]: sh: 1: iwconfig: not found Feb 19 11:12:28 debian conky[40127]: sh: 1: iwconfig: not found Feb 19 11:12:33 debian conky[40165]: sh: 1: iwconfig: not found Feb 19 11:12:33 debian conky[40177]: sh: 1: iwconfig: not found Feb 19 11:12:38 debian conky[40216]: sh: 1: iwconfig: not found Feb 19 11:12:43 debian conky[40316]: sh: 1: iwconfig: not found Feb 19 11:12:48 debian conky[40358]: sh: 1: iwconfig: not found Feb 19 11:12:53 debian conky[40402]: sh: 1: iwconfig: not found Feb 19 11:12:58 debian conky[40444]: sh: 1: iwconfig: not found Feb 19 11:13:03 debian conky[40487]: sh: 1: iwconfig: not found Feb 19 11:13:08 debian conky[40527]: sh: 1: iwconfig: not found Feb 19 11:13:13 debian conky[40592]: sh: 1: iwconfig: not found Feb 19 11:13:18 debian conky[40633]: sh: 1: iwconfig: not found Feb 19 11:13:23 debian conky[40675]: sh: 1: iwconfig: not found Feb 19 11:13:28 debian conky[40717]: sh: 1: iwconfig: not found Feb 19 11:13:33 debian conky[40794]: sh: 1: iwconfig: not found Feb 19 11:13:33 debian conky[40800]: sh: 1: iwconfig: not found Feb 19 11:13:38 debian conky[40843]: sh: 1: iwconfig: not found Feb 19 11:13:43 debian conky[40906]: sh: 1: iwconfig: not found Feb 19 11:13:48 debian conky[40948]: sh: 1: iwconfig: not found Feb 19 11:13:53 debian conky[40995]: sh: 1: iwconfig: not found Feb 19 11:13:58 debian conky[41029]: sh: 1: iwconfig: not found Feb 19 11:14:03 debian conky[41079]: sh: 1: iwconfig: not found Feb 19 11:14:08 debian conky[41119]: sh: 1: iwconfig: not found Feb 19 11:14:13 debian conky[41181]: sh: 1: iwconfig: not found Feb 19 11:14:18 debian conky[41219]: sh: 1: iwconfig: not found Feb 19 11:14:23 debian conky[41264]: sh: 1: iwconfig: not found Feb 19 11:14:28 debian conky[41308]: sh: 1: iwconfig: not found Feb 19 11:14:33 debian conky[41358]: sh: 1: iwconfig: not found Feb 19 11:14:33 debian conky[41371]: sh: 1: iwconfig: not found Feb 19 11:14:38 debian conky[41579]: sh: 1: iwconfig: not found Feb 19 11:14:43 debian conky[41684]: sh: 1: iwconfig: not found Feb 19 11:14:48 debian conky[41726]: sh: 1: iwconfig: not found Feb 19 11:14:53 debian conky[41810]: sh: 1: iwconfig: not found Feb 19 11:14:58 debian conky[41850]: sh: 1: iwconfig: not found Feb 19 11:15:03 debian conky[41902]: sh: 1: iwconfig: not found Feb 19 11:15:08 debian conky[41941]: sh: 1: iwconfig: not found Feb 19 11:15:13 debian conky[42010]: sh: 1: iwconfig: not found Feb 19 11:15:18 debian conky[42052]: sh: 1: iwconfig: not found Feb 19 11:15:23 debian conky[42096]: sh: 1: iwconfig: not found Feb 19 11:15:28 debian conky[42146]: sh: 1: iwconfig: not found Feb 19 11:15:33 debian conky[42191]: sh: 1: iwconfig: not found Feb 19 11:15:33 debian conky[42196]: sh: 1: iwconfig: not found Feb 19 11:15:38 debian conky[42233]: sh: 1: iwconfig: not found Feb 19 11:15:43 debian conky[42299]: sh: 1: iwconfig: not found Feb 19 11:15:48 debian conky[42343]: sh: 1: iwconfig: not found Feb 19 11:15:53 debian conky[42394]: sh: 1: iwconfig: not found Feb 19 11:15:58 debian conky[42434]: sh: 1: iwconfig: not found Feb 19 11:16:03 debian conky[42481]: sh: 1: iwconfig: not found Feb 19 11:16:08 debian conky[42521]: sh: 1: iwconfig: not found Feb 19 11:16:12 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 11:16:12 debian theme-switcher.sh[42566]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 11:16:12 debian theme-switcher.sh[42566]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 11:16:12 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 11:16:13 debian conky[42605]: sh: 1: iwconfig: not found Feb 19 11:16:18 debian conky[42657]: sh: 1: iwconfig: not found Feb 19 11:16:23 debian conky[42739]: sh: 1: iwconfig: not found Feb 19 11:16:28 debian conky[42777]: sh: 1: iwconfig: not found Feb 19 11:16:33 debian conky[42825]: sh: 1: iwconfig: not found Feb 19 11:16:33 debian conky[42829]: sh: 1: iwconfig: not found Feb 19 11:16:38 debian conky[42866]: sh: 1: iwconfig: not found Feb 19 11:16:43 debian conky[42932]: sh: 1: iwconfig: not found Feb 19 11:16:48 debian conky[42974]: sh: 1: iwconfig: not found Feb 19 11:16:53 debian conky[43021]: sh: 1: iwconfig: not found Feb 19 11:16:58 debian conky[43060]: sh: 1: iwconfig: not found Feb 19 11:17:03 debian conky[43109]: sh: 1: iwconfig: not found Feb 19 11:17:08 debian conky[43145]: sh: 1: iwconfig: not found Feb 19 11:17:13 debian conky[43217]: sh: 1: iwconfig: not found Feb 19 11:17:18 debian conky[43254]: sh: 1: iwconfig: not found Feb 19 11:17:23 debian conky[43300]: sh: 1: iwconfig: not found Feb 19 11:17:28 debian conky[43339]: sh: 1: iwconfig: not found Feb 19 11:17:33 debian conky[43377]: sh: 1: iwconfig: not found Feb 19 11:17:33 debian conky[43387]: sh: 1: iwconfig: not found Feb 19 11:17:38 debian conky[43428]: sh: 1: iwconfig: not found Feb 19 11:17:43 debian conky[43493]: sh: 1: iwconfig: not found Feb 19 11:17:48 debian conky[43530]: sh: 1: iwconfig: not found Feb 19 11:17:53 debian conky[43578]: sh: 1: iwconfig: not found Feb 19 11:17:58 debian conky[43620]: sh: 1: iwconfig: not found Feb 19 11:18:03 debian conky[43666]: sh: 1: iwconfig: not found Feb 19 11:18:08 debian conky[43708]: sh: 1: iwconfig: not found Feb 19 11:18:13 debian conky[43770]: sh: 1: iwconfig: not found Feb 19 11:18:18 debian conky[43807]: sh: 1: iwconfig: not found Feb 19 11:18:23 debian conky[43853]: sh: 1: iwconfig: not found Feb 19 11:18:28 debian conky[43891]: sh: 1: iwconfig: not found Feb 19 11:18:33 debian conky[43933]: sh: 1: iwconfig: not found Feb 19 11:18:33 debian conky[43944]: sh: 1: iwconfig: not found Feb 19 11:18:38 debian conky[43981]: sh: 1: iwconfig: not found Feb 19 11:18:43 debian conky[44076]: sh: 1: iwconfig: not found Feb 19 11:18:48 debian conky[44123]: sh: 1: iwconfig: not found Feb 19 11:18:53 debian conky[44170]: sh: 1: iwconfig: not found Feb 19 11:18:58 debian conky[44206]: sh: 1: iwconfig: not found Feb 19 11:19:03 debian conky[44247]: sh: 1: iwconfig: not found Feb 19 11:19:08 debian conky[44292]: sh: 1: iwconfig: not found Feb 19 11:19:13 debian conky[44353]: sh: 1: iwconfig: not found Feb 19 11:19:18 debian conky[44395]: sh: 1: iwconfig: not found Feb 19 11:19:23 debian conky[44440]: sh: 1: iwconfig: not found Feb 19 11:19:28 debian conky[44481]: sh: 1: iwconfig: not found Feb 19 11:19:33 debian conky[44524]: sh: 1: iwconfig: not found Feb 19 11:19:33 debian conky[44529]: sh: 1: iwconfig: not found Feb 19 11:19:38 debian conky[44570]: sh: 1: iwconfig: not found Feb 19 11:19:43 debian conky[44635]: sh: 1: iwconfig: not found Feb 19 11:19:48 debian conky[44676]: sh: 1: iwconfig: not found Feb 19 11:19:53 debian conky[44721]: sh: 1: iwconfig: not found Feb 19 11:19:58 debian conky[44761]: sh: 1: iwconfig: not found Feb 19 11:20:03 debian conky[44807]: sh: 1: iwconfig: not found Feb 19 11:20:08 debian conky[44844]: sh: 1: iwconfig: not found Feb 19 11:20:13 debian conky[44913]: sh: 1: iwconfig: not found Feb 19 11:20:18 debian conky[44949]: sh: 1: iwconfig: not found Feb 19 11:20:23 debian conky[44993]: sh: 1: iwconfig: not found Feb 19 11:20:28 debian conky[45038]: sh: 1: iwconfig: not found Feb 19 11:20:33 debian conky[45083]: sh: 1: iwconfig: not found Feb 19 11:20:33 debian conky[45087]: sh: 1: iwconfig: not found Feb 19 11:20:38 debian conky[45128]: sh: 1: iwconfig: not found Feb 19 11:20:43 debian conky[45214]: sh: 1: iwconfig: not found Feb 19 11:20:48 debian conky[45269]: sh: 1: iwconfig: not found Feb 19 11:20:53 debian conky[45304]: sh: 1: iwconfig: not found Feb 19 11:20:58 debian conky[45350]: sh: 1: iwconfig: not found Feb 19 11:21:03 debian conky[45387]: sh: 1: iwconfig: not found Feb 19 11:21:08 debian conky[45438]: sh: 1: iwconfig: not found Feb 19 11:21:13 debian conky[45499]: sh: 1: iwconfig: not found Feb 19 11:21:18 debian conky[45543]: sh: 1: iwconfig: not found Feb 19 11:21:23 debian conky[45581]: sh: 1: iwconfig: not found Feb 19 11:21:28 debian conky[45624]: sh: 1: iwconfig: not found Feb 19 11:21:33 debian conky[45668]: sh: 1: iwconfig: not found Feb 19 11:21:33 debian conky[45674]: sh: 1: iwconfig: not found Feb 19 11:21:38 debian conky[45716]: sh: 1: iwconfig: not found Feb 19 11:21:43 debian conky[45775]: sh: 1: iwconfig: not found Feb 19 11:21:48 debian conky[45819]: sh: 1: iwconfig: not found Feb 19 11:21:53 debian conky[45862]: sh: 1: iwconfig: not found Feb 19 11:21:58 debian conky[45903]: sh: 1: iwconfig: not found Feb 19 11:22:03 debian conky[45951]: sh: 1: iwconfig: not found Feb 19 11:22:08 debian conky[45991]: sh: 1: iwconfig: not found Feb 19 11:22:13 debian conky[46056]: sh: 1: iwconfig: not found Feb 19 11:22:18 debian conky[46093]: sh: 1: iwconfig: not found Feb 19 11:22:23 debian conky[46132]: sh: 1: iwconfig: not found Feb 19 11:22:28 debian conky[46215]: sh: 1: iwconfig: not found Feb 19 11:22:33 debian conky[46258]: sh: 1: iwconfig: not found Feb 19 11:22:33 debian conky[46263]: sh: 1: iwconfig: not found Feb 19 11:22:38 debian conky[46304]: sh: 1: iwconfig: not found Feb 19 11:22:43 debian conky[46358]: sh: 1: iwconfig: not found Feb 19 11:22:48 debian conky[46409]: sh: 1: iwconfig: not found Feb 19 11:22:53 debian conky[46453]: sh: 1: iwconfig: not found Feb 19 11:22:58 debian conky[46491]: sh: 1: iwconfig: not found Feb 19 11:23:03 debian conky[46539]: sh: 1: iwconfig: not found Feb 19 11:23:08 debian conky[46574]: sh: 1: iwconfig: not found Feb 19 11:23:13 debian conky[46644]: sh: 1: iwconfig: not found Feb 19 11:23:18 debian conky[46681]: sh: 1: iwconfig: not found Feb 19 11:23:23 debian conky[46718]: sh: 1: iwconfig: not found Feb 19 11:23:28 debian conky[46768]: sh: 1: iwconfig: not found Feb 19 11:23:33 debian conky[46807]: sh: 1: iwconfig: not found Feb 19 11:23:33 debian conky[46816]: sh: 1: iwconfig: not found Feb 19 11:23:38 debian conky[46856]: sh: 1: iwconfig: not found Feb 19 11:23:43 debian conky[46919]: sh: 1: iwconfig: not found Feb 19 11:23:48 debian conky[46954]: sh: 1: iwconfig: not found Feb 19 11:23:53 debian conky[47006]: sh: 1: iwconfig: not found Feb 19 11:23:58 debian conky[47045]: sh: 1: iwconfig: not found Feb 19 11:24:03 debian conky[47091]: sh: 1: iwconfig: not found Feb 19 11:24:08 debian conky[47134]: sh: 1: iwconfig: not found Feb 19 11:24:13 debian conky[47185]: sh: 1: iwconfig: not found Feb 19 11:24:18 debian conky[47235]: sh: 1: iwconfig: not found Feb 19 11:24:23 debian conky[47275]: sh: 1: iwconfig: not found Feb 19 11:24:28 debian conky[47322]: sh: 1: iwconfig: not found Feb 19 11:24:33 debian conky[47366]: sh: 1: iwconfig: not found Feb 19 11:24:33 debian conky[47371]: sh: 1: iwconfig: not found Feb 19 11:24:38 debian conky[47411]: sh: 1: iwconfig: not found Feb 19 11:24:43 debian conky[47508]: sh: 1: iwconfig: not found Feb 19 11:24:48 debian conky[47551]: sh: 1: iwconfig: not found Feb 19 11:24:53 debian conky[47587]: sh: 1: iwconfig: not found Feb 19 11:24:58 debian conky[47637]: sh: 1: iwconfig: not found Feb 19 11:25:03 debian conky[47685]: sh: 1: iwconfig: not found Feb 19 11:25:08 debian conky[47730]: sh: 1: iwconfig: not found Feb 19 11:25:13 debian conky[47796]: sh: 1: iwconfig: not found Feb 19 11:25:18 debian conky[47836]: sh: 1: iwconfig: not found Feb 19 11:25:23 debian conky[47879]: sh: 1: iwconfig: not found Feb 19 11:25:28 debian conky[47920]: sh: 1: iwconfig: not found Feb 19 11:25:33 debian conky[47960]: sh: 1: iwconfig: not found Feb 19 11:25:33 debian conky[47968]: sh: 1: iwconfig: not found Feb 19 11:25:38 debian conky[48009]: sh: 1: iwconfig: not found Feb 19 11:25:43 debian conky[48069]: sh: 1: iwconfig: not found Feb 19 11:25:48 debian conky[48111]: sh: 1: iwconfig: not found Feb 19 11:25:53 debian conky[48151]: sh: 1: iwconfig: not found Feb 19 11:25:58 debian conky[48197]: sh: 1: iwconfig: not found Feb 19 11:26:03 debian conky[48246]: sh: 1: iwconfig: not found Feb 19 11:26:08 debian conky[48284]: sh: 1: iwconfig: not found Feb 19 11:26:13 debian conky[48349]: sh: 1: iwconfig: not found Feb 19 11:26:18 debian conky[48389]: sh: 1: iwconfig: not found Feb 19 11:26:23 debian conky[48429]: sh: 1: iwconfig: not found Feb 19 11:26:28 debian conky[48470]: sh: 1: iwconfig: not found Feb 19 11:26:33 debian conky[48514]: sh: 1: iwconfig: not found Feb 19 11:26:33 debian conky[48521]: sh: 1: iwconfig: not found Feb 19 11:26:38 debian conky[48563]: sh: 1: iwconfig: not found Feb 19 11:26:43 debian conky[48665]: sh: 1: iwconfig: not found Feb 19 11:26:48 debian conky[48706]: sh: 1: iwconfig: not found Feb 19 11:26:53 debian conky[48747]: sh: 1: iwconfig: not found Feb 19 11:26:58 debian conky[48791]: sh: 1: iwconfig: not found Feb 19 11:27:03 debian conky[48832]: sh: 1: iwconfig: not found Feb 19 11:27:08 debian conky[48873]: sh: 1: iwconfig: not found Feb 19 11:27:13 debian conky[48941]: sh: 1: iwconfig: not found Feb 19 11:27:18 debian conky[48981]: sh: 1: iwconfig: not found Feb 19 11:27:23 debian conky[49016]: sh: 1: iwconfig: not found Feb 19 11:27:28 debian conky[49062]: sh: 1: iwconfig: not found Feb 19 11:27:33 debian conky[49101]: sh: 1: iwconfig: not found Feb 19 11:27:33 debian conky[49115]: sh: 1: iwconfig: not found Feb 19 11:27:38 debian conky[49150]: sh: 1: iwconfig: not found Feb 19 11:27:43 debian conky[49214]: sh: 1: iwconfig: not found Feb 19 11:27:48 debian conky[49256]: sh: 1: iwconfig: not found Feb 19 11:27:53 debian conky[49296]: sh: 1: iwconfig: not found Feb 19 11:27:58 debian conky[49339]: sh: 1: iwconfig: not found Feb 19 11:28:03 debian conky[49391]: sh: 1: iwconfig: not found Feb 19 11:28:08 debian conky[49426]: sh: 1: iwconfig: not found Feb 19 11:28:13 debian conky[49485]: sh: 1: iwconfig: not found Feb 19 11:28:18 debian conky[49533]: sh: 1: iwconfig: not found Feb 19 11:28:23 debian conky[49575]: sh: 1: iwconfig: not found Feb 19 11:28:28 debian conky[49621]: sh: 1: iwconfig: not found Feb 19 11:28:33 debian conky[49664]: sh: 1: iwconfig: not found Feb 19 11:28:33 debian conky[49668]: sh: 1: iwconfig: not found Feb 19 11:28:38 debian conky[49703]: sh: 1: iwconfig: not found Feb 19 11:28:43 debian conky[49805]: sh: 1: iwconfig: not found Feb 19 11:28:48 debian conky[49846]: sh: 1: iwconfig: not found Feb 19 11:28:53 debian conky[49898]: sh: 1: iwconfig: not found Feb 19 11:28:58 debian conky[49937]: sh: 1: iwconfig: not found Feb 19 11:29:03 debian conky[49973]: sh: 1: iwconfig: not found Feb 19 11:29:08 debian conky[50022]: sh: 1: iwconfig: not found Feb 19 11:29:13 debian conky[50080]: sh: 1: iwconfig: not found Feb 19 11:29:18 debian conky[50121]: sh: 1: iwconfig: not found Feb 19 11:29:23 debian conky[50163]: sh: 1: iwconfig: not found Feb 19 11:29:28 debian conky[50209]: sh: 1: iwconfig: not found Feb 19 11:29:33 debian conky[50257]: sh: 1: iwconfig: not found Feb 19 11:29:33 debian conky[50262]: sh: 1: iwconfig: not found Feb 19 11:29:38 debian conky[50306]: sh: 1: iwconfig: not found Feb 19 11:29:43 debian conky[50375]: sh: 1: iwconfig: not found Feb 19 11:29:48 debian conky[50414]: sh: 1: iwconfig: not found Feb 19 11:29:53 debian conky[50464]: sh: 1: iwconfig: not found Feb 19 11:29:58 debian conky[50506]: sh: 1: iwconfig: not found Feb 19 11:30:03 debian conky[50557]: sh: 1: iwconfig: not found Feb 19 11:30:08 debian conky[50594]: sh: 1: iwconfig: not found Feb 19 11:30:13 debian conky[50656]: sh: 1: iwconfig: not found Feb 19 11:30:18 debian conky[50694]: sh: 1: iwconfig: not found Feb 19 11:30:23 debian conky[50736]: sh: 1: iwconfig: not found Feb 19 11:30:28 debian conky[50784]: sh: 1: iwconfig: not found Feb 19 11:30:33 debian conky[50818]: sh: 1: iwconfig: not found Feb 19 11:30:33 debian conky[50832]: sh: 1: iwconfig: not found Feb 19 11:30:38 debian conky[50871]: sh: 1: iwconfig: not found Feb 19 11:30:43 debian conky[50966]: sh: 1: iwconfig: not found Feb 19 11:30:48 debian conky[51011]: sh: 1: iwconfig: not found Feb 19 11:30:53 debian conky[51046]: sh: 1: iwconfig: not found Feb 19 11:30:58 debian conky[51098]: sh: 1: iwconfig: not found Feb 19 11:31:03 debian conky[51139]: sh: 1: iwconfig: not found Feb 19 11:31:08 debian conky[51180]: sh: 1: iwconfig: not found Feb 19 11:31:13 debian conky[51244]: sh: 1: iwconfig: not found Feb 19 11:31:18 debian conky[51289]: sh: 1: iwconfig: not found Feb 19 11:31:23 debian conky[51327]: sh: 1: iwconfig: not found Feb 19 11:31:28 debian conky[51373]: sh: 1: iwconfig: not found Feb 19 11:31:33 debian conky[51405]: sh: 1: iwconfig: not found Feb 19 11:31:33 debian conky[51415]: sh: 1: iwconfig: not found Feb 19 11:31:38 debian conky[51461]: sh: 1: iwconfig: not found Feb 19 11:31:43 debian conky[51518]: sh: 1: iwconfig: not found Feb 19 11:31:48 debian conky[51567]: sh: 1: iwconfig: not found Feb 19 11:31:53 debian conky[51613]: sh: 1: iwconfig: not found Feb 19 11:31:58 debian conky[51652]: sh: 1: iwconfig: not found Feb 19 11:32:03 debian conky[51693]: sh: 1: iwconfig: not found Feb 19 11:32:08 debian conky[51734]: sh: 1: iwconfig: not found Feb 19 11:32:13 debian conky[51799]: sh: 1: iwconfig: not found Feb 19 11:32:18 debian conky[51842]: sh: 1: iwconfig: not found Feb 19 11:32:23 debian conky[51885]: sh: 1: iwconfig: not found Feb 19 11:32:28 debian conky[51926]: sh: 1: iwconfig: not found Feb 19 11:32:33 debian conky[51970]: sh: 1: iwconfig: not found Feb 19 11:32:33 debian conky[51973]: sh: 1: iwconfig: not found Feb 19 11:32:38 debian conky[52011]: sh: 1: iwconfig: not found Feb 19 11:32:43 debian conky[52111]: sh: 1: iwconfig: not found Feb 19 11:32:48 debian conky[52154]: sh: 1: iwconfig: not found Feb 19 11:32:53 debian conky[52195]: sh: 1: iwconfig: not found Feb 19 11:32:58 debian conky[52241]: sh: 1: iwconfig: not found Feb 19 11:33:03 debian conky[52282]: sh: 1: iwconfig: not found Feb 19 11:33:08 debian conky[52326]: sh: 1: iwconfig: not found Feb 19 11:33:13 debian conky[52392]: sh: 1: iwconfig: not found Feb 19 11:33:18 debian conky[52430]: sh: 1: iwconfig: not found Feb 19 11:33:23 debian conky[52475]: sh: 1: iwconfig: not found Feb 19 11:33:28 debian conky[52513]: sh: 1: iwconfig: not found Feb 19 11:33:33 debian conky[52556]: sh: 1: iwconfig: not found Feb 19 11:33:33 debian conky[52564]: sh: 1: iwconfig: not found Feb 19 11:33:38 debian conky[52634]: sh: 1: iwconfig: not found Feb 19 11:33:43 debian conky[52692]: sh: 1: iwconfig: not found Feb 19 11:33:48 debian conky[52742]: sh: 1: iwconfig: not found Feb 19 11:33:53 debian conky[52785]: sh: 1: iwconfig: not found Feb 19 11:33:58 debian conky[52827]: sh: 1: iwconfig: not found Feb 19 11:34:03 debian conky[52875]: sh: 1: iwconfig: not found Feb 19 11:34:08 debian conky[52917]: sh: 1: iwconfig: not found Feb 19 11:34:13 debian conky[52982]: sh: 1: iwconfig: not found Feb 19 11:34:18 debian conky[53021]: sh: 1: iwconfig: not found Feb 19 11:34:23 debian conky[53066]: sh: 1: iwconfig: not found Feb 19 11:34:28 debian conky[53104]: sh: 1: iwconfig: not found Feb 19 11:34:33 debian conky[53151]: sh: 1: iwconfig: not found Feb 19 11:34:33 debian conky[53156]: sh: 1: iwconfig: not found Feb 19 11:34:38 debian conky[53195]: sh: 1: iwconfig: not found Feb 19 11:34:43 debian conky[53289]: sh: 1: iwconfig: not found Feb 19 11:34:48 debian conky[53334]: sh: 1: iwconfig: not found Feb 19 11:34:53 debian conky[53386]: sh: 1: iwconfig: not found Feb 19 11:34:58 debian conky[53425]: sh: 1: iwconfig: not found Feb 19 11:35:03 debian conky[53477]: sh: 1: iwconfig: not found Feb 19 11:35:08 debian conky[53514]: sh: 1: iwconfig: not found Feb 19 11:35:13 debian conky[53582]: sh: 1: iwconfig: not found Feb 19 11:35:18 debian conky[53619]: sh: 1: iwconfig: not found Feb 19 11:35:23 debian conky[53676]: sh: 1: iwconfig: not found Feb 19 11:35:28 debian conky[53724]: sh: 1: iwconfig: not found Feb 19 11:35:33 debian conky[53760]: sh: 1: iwconfig: not found Feb 19 11:35:33 debian conky[53773]: sh: 1: iwconfig: not found Feb 19 11:35:38 debian conky[53814]: sh: 1: iwconfig: not found Feb 19 11:35:43 debian conky[53865]: sh: 1: iwconfig: not found Feb 19 11:35:48 debian conky[53918]: sh: 1: iwconfig: not found Feb 19 11:35:53 debian conky[53957]: sh: 1: iwconfig: not found Feb 19 11:35:58 debian conky[54004]: sh: 1: iwconfig: not found Feb 19 11:36:03 debian conky[54048]: sh: 1: iwconfig: not found Feb 19 11:36:08 debian conky[54089]: sh: 1: iwconfig: not found Feb 19 11:36:13 debian conky[54149]: sh: 1: iwconfig: not found Feb 19 11:36:18 debian conky[54188]: sh: 1: iwconfig: not found Feb 19 11:36:23 debian conky[54234]: sh: 1: iwconfig: not found Feb 19 11:36:28 debian conky[54275]: sh: 1: iwconfig: not found Feb 19 11:36:33 debian conky[54319]: sh: 1: iwconfig: not found Feb 19 11:36:33 debian conky[54324]: sh: 1: iwconfig: not found Feb 19 11:36:38 debian conky[54363]: sh: 1: iwconfig: not found Feb 19 11:36:43 debian conky[54456]: sh: 1: iwconfig: not found Feb 19 11:36:48 debian conky[54500]: sh: 1: iwconfig: not found Feb 19 11:36:53 debian conky[54540]: sh: 1: iwconfig: not found Feb 19 11:36:58 debian conky[54586]: sh: 1: iwconfig: not found Feb 19 11:37:03 debian conky[54633]: sh: 1: iwconfig: not found Feb 19 11:37:08 debian conky[54674]: sh: 1: iwconfig: not found Feb 19 11:37:13 debian conky[54735]: sh: 1: iwconfig: not found Feb 19 11:37:18 debian conky[54777]: sh: 1: iwconfig: not found Feb 19 11:37:23 debian conky[54823]: sh: 1: iwconfig: not found Feb 19 11:37:28 debian conky[54864]: sh: 1: iwconfig: not found Feb 19 11:37:33 debian conky[54907]: sh: 1: iwconfig: not found Feb 19 11:37:33 debian conky[54912]: sh: 1: iwconfig: not found Feb 19 11:37:38 debian conky[54951]: sh: 1: iwconfig: not found Feb 19 11:37:43 debian conky[55013]: sh: 1: iwconfig: not found Feb 19 11:37:48 debian conky[55051]: sh: 1: iwconfig: not found Feb 19 11:37:53 debian conky[55101]: sh: 1: iwconfig: not found Feb 19 11:37:58 debian conky[55140]: sh: 1: iwconfig: not found Feb 19 11:38:03 debian conky[55176]: sh: 1: iwconfig: not found Feb 19 11:38:08 debian conky[55226]: sh: 1: iwconfig: not found Feb 19 11:38:13 debian conky[55294]: sh: 1: iwconfig: not found Feb 19 11:38:18 debian conky[55331]: sh: 1: iwconfig: not found Feb 19 11:38:23 debian conky[55368]: sh: 1: iwconfig: not found Feb 19 11:38:28 debian conky[55413]: sh: 1: iwconfig: not found Feb 19 11:38:33 debian conky[55461]: sh: 1: iwconfig: not found Feb 19 11:38:33 debian conky[55463]: sh: 1: iwconfig: not found Feb 19 11:38:38 debian conky[55505]: sh: 1: iwconfig: not found Feb 19 11:38:43 debian conky[55604]: sh: 1: iwconfig: not found Feb 19 11:38:48 debian conky[55647]: sh: 1: iwconfig: not found Feb 19 11:38:53 debian conky[55692]: sh: 1: iwconfig: not found Feb 19 11:38:58 debian conky[55732]: sh: 1: iwconfig: not found Feb 19 11:39:03 debian conky[55776]: sh: 1: iwconfig: not found Feb 19 11:39:08 debian conky[55814]: sh: 1: iwconfig: not found Feb 19 11:39:13 debian conky[55875]: sh: 1: iwconfig: not found Feb 19 11:39:18 debian conky[55923]: sh: 1: iwconfig: not found Feb 19 11:39:23 debian conky[55959]: sh: 1: iwconfig: not found Feb 19 11:39:28 debian conky[56007]: sh: 1: iwconfig: not found Feb 19 11:39:33 debian conky[56043]: sh: 1: iwconfig: not found Feb 19 11:39:33 debian conky[56054]: sh: 1: iwconfig: not found Feb 19 11:39:38 debian conky[56094]: sh: 1: iwconfig: not found Feb 19 11:39:43 debian conky[56157]: sh: 1: iwconfig: not found Feb 19 11:39:48 debian conky[56200]: sh: 1: iwconfig: not found Feb 19 11:39:53 debian conky[56247]: sh: 1: iwconfig: not found Feb 19 11:39:58 debian conky[56284]: sh: 1: iwconfig: not found Feb 19 11:40:03 debian conky[56329]: sh: 1: iwconfig: not found Feb 19 11:40:08 debian conky[56371]: sh: 1: iwconfig: not found Feb 19 11:40:13 debian conky[56425]: sh: 1: iwconfig: not found Feb 19 11:40:18 debian conky[56472]: sh: 1: iwconfig: not found Feb 19 11:40:23 debian conky[56514]: sh: 1: iwconfig: not found Feb 19 11:40:28 debian conky[56563]: sh: 1: iwconfig: not found Feb 19 11:40:33 debian conky[56603]: sh: 1: iwconfig: not found Feb 19 11:40:33 debian conky[56611]: sh: 1: iwconfig: not found Feb 19 11:40:38 debian conky[56651]: sh: 1: iwconfig: not found Feb 19 11:40:43 debian conky[56739]: sh: 1: iwconfig: not found Feb 19 11:40:48 debian conky[56793]: sh: 1: iwconfig: not found Feb 19 11:40:53 debian conky[56834]: sh: 1: iwconfig: not found Feb 19 11:40:58 debian conky[56879]: sh: 1: iwconfig: not found Feb 19 11:41:03 debian conky[56916]: sh: 1: iwconfig: not found Feb 19 11:41:08 debian conky[56961]: sh: 1: iwconfig: not found Feb 19 11:41:13 debian conky[57035]: sh: 1: iwconfig: not found Feb 19 11:41:18 debian conky[57075]: sh: 1: iwconfig: not found Feb 19 11:41:23 debian conky[57116]: sh: 1: iwconfig: not found Feb 19 11:41:28 debian conky[57159]: sh: 1: iwconfig: not found Feb 19 11:41:33 debian conky[57202]: sh: 1: iwconfig: not found Feb 19 11:41:33 debian conky[57203]: sh: 1: iwconfig: not found Feb 19 11:41:38 debian conky[57250]: sh: 1: iwconfig: not found Feb 19 11:41:43 debian conky[57308]: sh: 1: iwconfig: not found Feb 19 11:41:48 debian conky[57356]: sh: 1: iwconfig: not found Feb 19 11:41:53 debian conky[57396]: sh: 1: iwconfig: not found Feb 19 11:41:58 debian conky[57439]: sh: 1: iwconfig: not found Feb 19 11:42:03 debian conky[57482]: sh: 1: iwconfig: not found Feb 19 11:42:08 debian conky[57528]: sh: 1: iwconfig: not found Feb 19 11:42:13 debian conky[57590]: sh: 1: iwconfig: not found Feb 19 11:42:18 debian conky[57630]: sh: 1: iwconfig: not found Feb 19 11:42:23 debian conky[57667]: sh: 1: iwconfig: not found Feb 19 11:42:28 debian conky[57711]: sh: 1: iwconfig: not found Feb 19 11:42:33 debian conky[57758]: sh: 1: iwconfig: not found Feb 19 11:42:33 debian conky[57762]: sh: 1: iwconfig: not found Feb 19 11:42:38 debian conky[57804]: sh: 1: iwconfig: not found Feb 19 11:42:43 debian conky[57897]: sh: 1: iwconfig: not found Feb 19 11:42:48 debian conky[57945]: sh: 1: iwconfig: not found Feb 19 11:42:53 debian conky[57990]: sh: 1: iwconfig: not found Feb 19 11:42:58 debian conky[58030]: sh: 1: iwconfig: not found Feb 19 11:43:03 debian conky[58065]: sh: 1: iwconfig: not found Feb 19 11:43:08 debian conky[58112]: sh: 1: iwconfig: not found Feb 19 11:43:13 debian conky[58180]: sh: 1: iwconfig: not found Feb 19 11:43:18 debian conky[58221]: sh: 1: iwconfig: not found Feb 19 11:43:23 debian conky[58264]: sh: 1: iwconfig: not found Feb 19 11:43:28 debian conky[58304]: sh: 1: iwconfig: not found Feb 19 11:43:33 debian conky[58341]: sh: 1: iwconfig: not found Feb 19 11:43:33 debian conky[58358]: sh: 1: iwconfig: not found Feb 19 11:43:38 debian conky[58391]: sh: 1: iwconfig: not found Feb 19 11:43:43 debian conky[58447]: sh: 1: iwconfig: not found Feb 19 11:43:48 debian conky[58499]: sh: 1: iwconfig: not found Feb 19 11:43:53 debian conky[58544]: sh: 1: iwconfig: not found Feb 19 11:43:58 debian conky[58585]: sh: 1: iwconfig: not found Feb 19 11:44:03 debian conky[58626]: sh: 1: iwconfig: not found Feb 19 11:44:08 debian conky[58671]: sh: 1: iwconfig: not found Feb 19 11:44:13 debian conky[58736]: sh: 1: iwconfig: not found Feb 19 11:44:18 debian conky[58772]: sh: 1: iwconfig: not found Feb 19 11:44:23 debian conky[58816]: sh: 1: iwconfig: not found Feb 19 11:44:28 debian conky[58858]: sh: 1: iwconfig: not found Feb 19 11:44:33 debian conky[58896]: sh: 1: iwconfig: not found Feb 19 11:44:33 debian conky[58910]: sh: 1: iwconfig: not found Feb 19 11:44:38 debian conky[59057]: sh: 1: iwconfig: not found Feb 19 11:44:43 debian conky[59146]: sh: 1: iwconfig: not found Feb 19 11:44:48 debian conky[59195]: sh: 1: iwconfig: not found Feb 19 11:44:53 debian conky[59235]: sh: 1: iwconfig: not found Feb 19 11:44:58 debian conky[59320]: sh: 1: iwconfig: not found Feb 19 11:45:03 debian conky[59367]: sh: 1: iwconfig: not found Feb 19 11:45:08 debian conky[59410]: sh: 1: iwconfig: not found Feb 19 11:45:13 debian conky[59468]: sh: 1: iwconfig: not found Feb 19 11:45:18 debian conky[59517]: sh: 1: iwconfig: not found Feb 19 11:45:23 debian conky[59560]: sh: 1: iwconfig: not found Feb 19 11:45:28 debian conky[59601]: sh: 1: iwconfig: not found Feb 19 11:45:33 debian conky[59635]: sh: 1: iwconfig: not found Feb 19 11:45:33 debian conky[59641]: sh: 1: iwconfig: not found Feb 19 11:45:38 debian conky[59688]: sh: 1: iwconfig: not found Feb 19 11:45:43 debian conky[59751]: sh: 1: iwconfig: not found Feb 19 11:45:48 debian conky[59794]: sh: 1: iwconfig: not found Feb 19 11:45:53 debian conky[59830]: sh: 1: iwconfig: not found Feb 19 11:45:58 debian conky[59917]: sh: 1: iwconfig: not found Feb 19 11:46:03 debian conky[59961]: sh: 1: iwconfig: not found Feb 19 11:46:08 debian conky[59999]: sh: 1: iwconfig: not found Feb 19 11:46:13 debian conky[60063]: sh: 1: iwconfig: not found Feb 19 11:46:18 debian conky[60103]: sh: 1: iwconfig: not found Feb 19 11:46:23 debian conky[60150]: sh: 1: iwconfig: not found Feb 19 11:46:28 debian conky[60190]: sh: 1: iwconfig: not found Feb 19 11:46:33 debian conky[60236]: sh: 1: iwconfig: not found Feb 19 11:46:33 debian conky[60240]: sh: 1: iwconfig: not found Feb 19 11:46:38 debian conky[60281]: sh: 1: iwconfig: not found Feb 19 11:46:43 debian conky[60346]: sh: 1: iwconfig: not found Feb 19 11:46:48 debian conky[60390]: sh: 1: iwconfig: not found Feb 19 11:46:53 debian conky[60435]: sh: 1: iwconfig: not found Feb 19 11:46:58 debian conky[60474]: sh: 1: iwconfig: not found Feb 19 11:47:03 debian conky[60524]: sh: 1: iwconfig: not found Feb 19 11:47:08 debian conky[60572]: sh: 1: iwconfig: not found Feb 19 11:47:13 debian conky[60644]: sh: 1: iwconfig: not found Feb 19 11:47:18 debian conky[60684]: sh: 1: iwconfig: not found Feb 19 11:47:23 debian conky[60724]: sh: 1: iwconfig: not found Feb 19 11:47:28 debian conky[60767]: sh: 1: iwconfig: not found Feb 19 11:47:33 debian conky[60810]: sh: 1: iwconfig: not found Feb 19 11:47:33 debian conky[60816]: sh: 1: iwconfig: not found Feb 19 11:47:38 debian conky[60855]: sh: 1: iwconfig: not found Feb 19 11:47:43 debian conky[60913]: sh: 1: iwconfig: not found Feb 19 11:47:48 debian conky[60960]: sh: 1: iwconfig: not found Feb 19 11:47:53 debian conky[61008]: sh: 1: iwconfig: not found Feb 19 11:47:58 debian conky[61042]: sh: 1: iwconfig: not found Feb 19 11:48:03 debian conky[61089]: sh: 1: iwconfig: not found Feb 19 11:48:08 debian conky[61130]: sh: 1: iwconfig: not found Feb 19 11:48:13 debian conky[61196]: sh: 1: iwconfig: not found Feb 19 11:48:18 debian conky[61236]: sh: 1: iwconfig: not found Feb 19 11:48:23 debian conky[61275]: sh: 1: iwconfig: not found Feb 19 11:48:28 debian conky[61314]: sh: 1: iwconfig: not found Feb 19 11:48:33 debian conky[61359]: sh: 1: iwconfig: not found Feb 19 11:48:33 debian conky[61364]: sh: 1: iwconfig: not found Feb 19 11:48:38 debian conky[61407]: sh: 1: iwconfig: not found Feb 19 11:48:43 debian conky[61505]: sh: 1: iwconfig: not found Feb 19 11:48:48 debian conky[61548]: sh: 1: iwconfig: not found Feb 19 11:48:53 debian conky[61596]: sh: 1: iwconfig: not found Feb 19 11:48:58 debian conky[61633]: sh: 1: iwconfig: not found Feb 19 11:49:03 debian conky[61676]: sh: 1: iwconfig: not found Feb 19 11:49:08 debian conky[61718]: sh: 1: iwconfig: not found Feb 19 11:49:13 debian conky[61770]: sh: 1: iwconfig: not found Feb 19 11:49:18 debian conky[61822]: sh: 1: iwconfig: not found Feb 19 11:49:23 debian conky[61868]: sh: 1: iwconfig: not found Feb 19 11:49:28 debian conky[61905]: sh: 1: iwconfig: not found Feb 19 11:49:33 debian conky[61946]: sh: 1: iwconfig: not found Feb 19 11:49:33 debian conky[61953]: sh: 1: iwconfig: not found Feb 19 11:49:38 debian conky[61996]: sh: 1: iwconfig: not found Feb 19 11:49:43 debian conky[62058]: sh: 1: iwconfig: not found Feb 19 11:49:48 debian conky[62098]: sh: 1: iwconfig: not found Feb 19 11:49:53 debian conky[62142]: sh: 1: iwconfig: not found Feb 19 11:49:58 debian conky[62184]: sh: 1: iwconfig: not found Feb 19 11:50:03 debian conky[62234]: sh: 1: iwconfig: not found Feb 19 11:50:08 debian conky[62272]: sh: 1: iwconfig: not found Feb 19 11:50:13 debian conky[62335]: sh: 1: iwconfig: not found Feb 19 11:50:18 debian conky[62373]: sh: 1: iwconfig: not found Feb 19 11:50:23 debian conky[62410]: sh: 1: iwconfig: not found Feb 19 11:50:28 debian conky[62456]: sh: 1: iwconfig: not found Feb 19 11:50:33 debian conky[62504]: sh: 1: iwconfig: not found Feb 19 11:50:33 debian conky[62509]: sh: 1: iwconfig: not found Feb 19 11:50:38 debian conky[62548]: sh: 1: iwconfig: not found Feb 19 11:50:43 debian conky[62647]: sh: 1: iwconfig: not found Feb 19 11:50:48 debian conky[62689]: sh: 1: iwconfig: not found Feb 19 11:50:53 debian conky[62733]: sh: 1: iwconfig: not found Feb 19 11:50:58 debian conky[62779]: sh: 1: iwconfig: not found Feb 19 11:51:03 debian conky[62824]: sh: 1: iwconfig: not found Feb 19 11:51:08 debian conky[62861]: sh: 1: iwconfig: not found Feb 19 11:51:13 debian conky[62928]: sh: 1: iwconfig: not found Feb 19 11:51:18 debian conky[62969]: sh: 1: iwconfig: not found Feb 19 11:51:23 debian conky[63015]: sh: 1: iwconfig: not found Feb 19 11:51:28 debian conky[63052]: sh: 1: iwconfig: not found Feb 19 11:51:33 debian conky[63092]: sh: 1: iwconfig: not found Feb 19 11:51:33 debian conky[63105]: sh: 1: iwconfig: not found Feb 19 11:51:38 debian conky[63142]: sh: 1: iwconfig: not found Feb 19 11:51:43 debian conky[63207]: sh: 1: iwconfig: not found Feb 19 11:51:48 debian conky[63246]: sh: 1: iwconfig: not found Feb 19 11:51:53 debian conky[63291]: sh: 1: iwconfig: not found Feb 19 11:51:58 debian conky[63334]: sh: 1: iwconfig: not found Feb 19 11:52:03 debian conky[63375]: sh: 1: iwconfig: not found Feb 19 11:52:08 debian conky[63417]: sh: 1: iwconfig: not found Feb 19 11:52:13 debian conky[63478]: sh: 1: iwconfig: not found Feb 19 11:52:18 debian conky[63521]: sh: 1: iwconfig: not found Feb 19 11:52:23 debian conky[63567]: sh: 1: iwconfig: not found Feb 19 11:52:28 debian conky[63604]: sh: 1: iwconfig: not found Feb 19 11:52:33 debian conky[63651]: sh: 1: iwconfig: not found Feb 19 11:52:33 debian conky[63656]: sh: 1: iwconfig: not found Feb 19 11:52:38 debian conky[63695]: sh: 1: iwconfig: not found Feb 19 11:52:43 debian conky[63793]: sh: 1: iwconfig: not found Feb 19 11:52:48 debian conky[63836]: sh: 1: iwconfig: not found Feb 19 11:52:53 debian conky[63891]: sh: 1: iwconfig: not found Feb 19 11:52:58 debian conky[63930]: sh: 1: iwconfig: not found Feb 19 11:53:03 debian conky[63968]: sh: 1: iwconfig: not found Feb 19 11:53:08 debian conky[64015]: sh: 1: iwconfig: not found Feb 19 11:53:13 debian conky[64074]: sh: 1: iwconfig: not found Feb 19 11:53:18 debian conky[64123]: sh: 1: iwconfig: not found Feb 19 11:53:23 debian conky[64166]: sh: 1: iwconfig: not found Feb 19 11:53:28 debian conky[64203]: sh: 1: iwconfig: not found Feb 19 11:53:33 debian conky[64251]: sh: 1: iwconfig: not found Feb 19 11:53:33 debian conky[64255]: sh: 1: iwconfig: not found Feb 19 11:53:38 debian conky[64296]: sh: 1: iwconfig: not found Feb 19 11:53:43 debian conky[64354]: sh: 1: iwconfig: not found Feb 19 11:53:48 debian conky[64401]: sh: 1: iwconfig: not found Feb 19 11:53:53 debian conky[64446]: sh: 1: iwconfig: not found Feb 19 11:53:58 debian conky[64482]: sh: 1: iwconfig: not found Feb 19 11:54:03 debian conky[64527]: sh: 1: iwconfig: not found Feb 19 11:54:08 debian conky[64572]: sh: 1: iwconfig: not found Feb 19 11:54:13 debian conky[64633]: sh: 1: iwconfig: not found Feb 19 11:54:18 debian conky[64674]: sh: 1: iwconfig: not found Feb 19 11:54:23 debian conky[64721]: sh: 1: iwconfig: not found Feb 19 11:54:28 debian conky[64761]: sh: 1: iwconfig: not found Feb 19 11:54:33 debian conky[64797]: sh: 1: iwconfig: not found Feb 19 11:54:33 debian conky[64810]: sh: 1: iwconfig: not found Feb 19 11:54:38 debian conky[64850]: sh: 1: iwconfig: not found Feb 19 11:54:43 debian conky[64939]: sh: 1: iwconfig: not found Feb 19 11:54:48 debian conky[64992]: sh: 1: iwconfig: not found Feb 19 11:54:53 debian conky[65037]: sh: 1: iwconfig: not found Feb 19 11:54:58 debian conky[65080]: sh: 1: iwconfig: not found Feb 19 11:55:03 debian conky[65118]: sh: 1: iwconfig: not found Feb 19 11:55:08 debian conky[65171]: sh: 1: iwconfig: not found Feb 19 11:55:13 debian conky[65233]: sh: 1: iwconfig: not found Feb 19 11:55:18 debian conky[65276]: sh: 1: iwconfig: not found Feb 19 11:55:23 debian conky[65319]: sh: 1: iwconfig: not found Feb 19 11:55:28 debian conky[65360]: sh: 1: iwconfig: not found Feb 19 11:55:33 debian conky[65402]: sh: 1: iwconfig: not found Feb 19 11:55:33 debian conky[65408]: sh: 1: iwconfig: not found Feb 19 11:55:38 debian conky[65451]: sh: 1: iwconfig: not found Feb 19 11:55:43 debian conky[65509]: sh: 1: iwconfig: not found Feb 19 11:55:48 debian conky[65556]: sh: 1: iwconfig: not found Feb 19 11:55:53 debian conky[65601]: sh: 1: iwconfig: not found Feb 19 11:55:58 debian conky[65641]: sh: 1: iwconfig: not found Feb 19 11:56:03 debian conky[65677]: sh: 1: iwconfig: not found Feb 19 11:56:08 debian conky[65723]: sh: 1: iwconfig: not found Feb 19 11:56:13 debian conky[65785]: sh: 1: iwconfig: not found Feb 19 11:56:18 debian conky[65826]: sh: 1: iwconfig: not found Feb 19 11:56:23 debian conky[65863]: sh: 1: iwconfig: not found Feb 19 11:56:28 debian conky[65907]: sh: 1: iwconfig: not found Feb 19 11:56:33 debian conky[65947]: sh: 1: iwconfig: not found Feb 19 11:56:33 debian conky[65952]: sh: 1: iwconfig: not found Feb 19 11:56:38 debian conky[66000]: sh: 1: iwconfig: not found Feb 19 11:56:43 debian conky[66094]: sh: 1: iwconfig: not found Feb 19 11:56:48 debian conky[66142]: sh: 1: iwconfig: not found Feb 19 11:56:53 debian conky[66184]: sh: 1: iwconfig: not found Feb 19 11:56:58 debian conky[66227]: sh: 1: iwconfig: not found Feb 19 11:57:03 debian conky[66272]: sh: 1: iwconfig: not found Feb 19 11:57:08 debian conky[66311]: sh: 1: iwconfig: not found Feb 19 11:57:13 debian conky[66374]: sh: 1: iwconfig: not found Feb 19 11:57:18 debian conky[66418]: sh: 1: iwconfig: not found Feb 19 11:57:23 debian conky[66460]: sh: 1: iwconfig: not found Feb 19 11:57:28 debian conky[66505]: sh: 1: iwconfig: not found Feb 19 11:57:33 debian conky[66540]: sh: 1: iwconfig: not found Feb 19 11:57:33 debian conky[66544]: sh: 1: iwconfig: not found Feb 19 11:57:38 debian conky[66593]: sh: 1: iwconfig: not found Feb 19 11:57:43 debian conky[66650]: sh: 1: iwconfig: not found Feb 19 11:57:48 debian conky[66693]: sh: 1: iwconfig: not found Feb 19 11:57:53 debian conky[66743]: sh: 1: iwconfig: not found Feb 19 11:57:58 debian conky[66782]: sh: 1: iwconfig: not found Feb 19 11:58:03 debian conky[66825]: sh: 1: iwconfig: not found Feb 19 11:58:08 debian conky[66870]: sh: 1: iwconfig: not found Feb 19 11:58:13 debian conky[66937]: sh: 1: iwconfig: not found Feb 19 11:58:18 debian conky[66977]: sh: 1: iwconfig: not found Feb 19 11:58:23 debian conky[67019]: sh: 1: iwconfig: not found Feb 19 11:58:28 debian conky[67060]: sh: 1: iwconfig: not found Feb 19 11:58:33 debian conky[67100]: sh: 1: iwconfig: not found Feb 19 11:58:33 debian conky[67105]: sh: 1: iwconfig: not found Feb 19 11:58:38 debian conky[67149]: sh: 1: iwconfig: not found Feb 19 11:58:43 debian conky[67257]: sh: 1: iwconfig: not found Feb 19 11:58:48 debian conky[67310]: sh: 1: iwconfig: not found Feb 19 11:58:53 debian conky[67347]: sh: 1: iwconfig: not found Feb 19 11:58:58 debian conky[67390]: sh: 1: iwconfig: not found Feb 19 11:59:03 debian conky[67436]: sh: 1: iwconfig: not found Feb 19 11:59:08 debian conky[67482]: sh: 1: iwconfig: not found Feb 19 11:59:13 debian conky[67546]: sh: 1: iwconfig: not found Feb 19 11:59:18 debian conky[67586]: sh: 1: iwconfig: not found Feb 19 11:59:23 debian conky[67632]: sh: 1: iwconfig: not found Feb 19 11:59:28 debian conky[67669]: sh: 1: iwconfig: not found Feb 19 11:59:33 debian conky[67716]: sh: 1: iwconfig: not found Feb 19 11:59:33 debian conky[67721]: sh: 1: iwconfig: not found Feb 19 11:59:38 debian conky[67760]: sh: 1: iwconfig: not found Feb 19 11:59:43 debian conky[67817]: sh: 1: iwconfig: not found Feb 19 11:59:48 debian conky[67862]: sh: 1: iwconfig: not found Feb 19 11:59:53 debian conky[67907]: sh: 1: iwconfig: not found Feb 19 11:59:58 debian conky[67951]: sh: 1: iwconfig: not found Feb 19 12:00:03 debian conky[67994]: sh: 1: iwconfig: not found Feb 19 12:00:08 debian conky[68036]: sh: 1: iwconfig: not found Feb 19 12:00:13 debian conky[68096]: sh: 1: iwconfig: not found Feb 19 12:00:18 debian conky[68141]: sh: 1: iwconfig: not found Feb 19 12:00:23 debian conky[68184]: sh: 1: iwconfig: not found Feb 19 12:00:28 debian conky[68224]: sh: 1: iwconfig: not found Feb 19 12:00:33 debian conky[68269]: sh: 1: iwconfig: not found Feb 19 12:00:33 debian conky[68272]: sh: 1: iwconfig: not found Feb 19 12:00:38 debian conky[68312]: sh: 1: iwconfig: not found Feb 19 12:00:43 debian conky[68410]: sh: 1: iwconfig: not found Feb 19 12:00:48 debian conky[68454]: sh: 1: iwconfig: not found Feb 19 12:00:53 debian conky[68499]: sh: 1: iwconfig: not found Feb 19 12:00:58 debian conky[68535]: sh: 1: iwconfig: not found Feb 19 12:01:03 debian conky[68577]: sh: 1: iwconfig: not found Feb 19 12:01:08 debian conky[68623]: sh: 1: iwconfig: not found Feb 19 12:01:13 debian conky[68687]: sh: 1: iwconfig: not found Feb 19 12:01:18 debian conky[68724]: sh: 1: iwconfig: not found Feb 19 12:01:23 debian conky[68771]: sh: 1: iwconfig: not found Feb 19 12:01:28 debian conky[68813]: sh: 1: iwconfig: not found Feb 19 12:01:33 debian conky[68853]: sh: 1: iwconfig: not found Feb 19 12:01:33 debian conky[68862]: sh: 1: iwconfig: not found Feb 19 12:01:38 debian conky[68897]: sh: 1: iwconfig: not found Feb 19 12:01:43 debian conky[68959]: sh: 1: iwconfig: not found Feb 19 12:01:48 debian conky[69001]: sh: 1: iwconfig: not found Feb 19 12:01:53 debian conky[69055]: sh: 1: iwconfig: not found Feb 19 12:01:58 debian conky[69092]: sh: 1: iwconfig: not found Feb 19 12:02:03 debian conky[69135]: sh: 1: iwconfig: not found Feb 19 12:02:08 debian conky[69173]: sh: 1: iwconfig: not found Feb 19 12:02:13 debian conky[69242]: sh: 1: iwconfig: not found Feb 19 12:02:18 debian conky[69282]: sh: 1: iwconfig: not found Feb 19 12:02:23 debian conky[69316]: sh: 1: iwconfig: not found Feb 19 12:02:28 debian conky[69365]: sh: 1: iwconfig: not found Feb 19 12:02:33 debian conky[69409]: sh: 1: iwconfig: not found Feb 19 12:02:33 debian conky[69414]: sh: 1: iwconfig: not found Feb 19 12:02:38 debian conky[69450]: sh: 1: iwconfig: not found Feb 19 12:02:43 debian conky[69553]: sh: 1: iwconfig: not found Feb 19 12:02:48 debian conky[69594]: sh: 1: iwconfig: not found Feb 19 12:02:53 debian conky[69642]: sh: 1: iwconfig: not found Feb 19 12:02:58 debian conky[69678]: sh: 1: iwconfig: not found Feb 19 12:03:03 debian conky[69716]: sh: 1: iwconfig: not found Feb 19 12:03:08 debian conky[69763]: sh: 1: iwconfig: not found Feb 19 12:03:13 debian conky[69822]: sh: 1: iwconfig: not found Feb 19 12:03:18 debian conky[69871]: sh: 1: iwconfig: not found Feb 19 12:03:23 debian conky[69914]: sh: 1: iwconfig: not found Feb 19 12:03:28 debian conky[69954]: sh: 1: iwconfig: not found Feb 19 12:03:33 debian conky[69995]: sh: 1: iwconfig: not found Feb 19 12:03:33 debian conky[70002]: sh: 1: iwconfig: not found Feb 19 12:03:38 debian conky[70042]: sh: 1: iwconfig: not found Feb 19 12:03:43 debian conky[70106]: sh: 1: iwconfig: not found Feb 19 12:03:48 debian conky[70150]: sh: 1: iwconfig: not found Feb 19 12:03:53 debian conky[70195]: sh: 1: iwconfig: not found Feb 19 12:03:58 debian conky[70235]: sh: 1: iwconfig: not found Feb 19 12:04:03 debian conky[70282]: sh: 1: iwconfig: not found Feb 19 12:04:08 debian conky[70323]: sh: 1: iwconfig: not found Feb 19 12:04:13 debian conky[70387]: sh: 1: iwconfig: not found Feb 19 12:04:18 debian conky[70427]: sh: 1: iwconfig: not found Feb 19 12:04:23 debian conky[70471]: sh: 1: iwconfig: not found Feb 19 12:04:28 debian conky[70506]: sh: 1: iwconfig: not found Feb 19 12:04:31 debian kded6[2296]: Failed to stat /proc/70528 No such file or directory Feb 19 12:04:31 debian kded6[2296]: Failed to stat /proc/70529 No such file or directory Feb 19 12:04:31 debian kded6[2296]: Failed to stat /proc/70530 No such file or directory Feb 19 12:04:33 debian conky[70561]: sh: 1: iwconfig: not found Feb 19 12:04:33 debian conky[70563]: sh: 1: iwconfig: not found Feb 19 12:04:38 debian conky[70621]: sh: 1: iwconfig: not found Feb 19 12:04:43 debian conky[70720]: sh: 1: iwconfig: not found Feb 19 12:04:48 debian conky[70761]: sh: 1: iwconfig: not found Feb 19 12:04:53 debian conky[70809]: sh: 1: iwconfig: not found Feb 19 12:04:58 debian conky[70844]: sh: 1: iwconfig: not found Feb 19 12:05:03 debian conky[70896]: sh: 1: iwconfig: not found Feb 19 12:05:08 debian conky[70937]: sh: 1: iwconfig: not found Feb 19 12:05:13 debian conky[71001]: sh: 1: iwconfig: not found Feb 19 12:05:18 debian conky[71040]: sh: 1: iwconfig: not found Feb 19 12:05:23 debian conky[71086]: sh: 1: iwconfig: not found Feb 19 12:05:28 debian conky[71126]: sh: 1: iwconfig: not found Feb 19 12:05:33 debian conky[71164]: sh: 1: iwconfig: not found Feb 19 12:05:33 debian conky[71172]: sh: 1: iwconfig: not found Feb 19 12:05:38 debian conky[71214]: sh: 1: iwconfig: not found Feb 19 12:05:43 debian conky[71282]: sh: 1: iwconfig: not found Feb 19 12:05:48 debian conky[71322]: sh: 1: iwconfig: not found Feb 19 12:05:53 debian conky[71370]: sh: 1: iwconfig: not found Feb 19 12:05:58 debian conky[71407]: sh: 1: iwconfig: not found Feb 19 12:06:03 debian conky[71451]: sh: 1: iwconfig: not found Feb 19 12:06:08 debian conky[71494]: sh: 1: iwconfig: not found Feb 19 12:06:13 debian conky[71557]: sh: 1: iwconfig: not found Feb 19 12:06:18 debian conky[71596]: sh: 1: iwconfig: not found Feb 19 12:06:23 debian conky[71641]: sh: 1: iwconfig: not found Feb 19 12:06:28 debian conky[71681]: sh: 1: iwconfig: not found Feb 19 12:06:33 debian conky[71727]: sh: 1: iwconfig: not found Feb 19 12:06:33 debian conky[71732]: sh: 1: iwconfig: not found Feb 19 12:06:38 debian conky[71769]: sh: 1: iwconfig: not found Feb 19 12:06:43 debian conky[71873]: sh: 1: iwconfig: not found Feb 19 12:06:48 debian conky[71913]: sh: 1: iwconfig: not found Feb 19 12:06:53 debian conky[71958]: sh: 1: iwconfig: not found Feb 19 12:06:58 debian conky[71996]: sh: 1: iwconfig: not found Feb 19 12:07:03 debian conky[72042]: sh: 1: iwconfig: not found Feb 19 12:07:08 debian conky[72082]: sh: 1: iwconfig: not found Feb 19 12:07:13 debian conky[72142]: sh: 1: iwconfig: not found Feb 19 12:07:18 debian conky[72187]: sh: 1: iwconfig: not found Feb 19 12:07:23 debian conky[72227]: sh: 1: iwconfig: not found Feb 19 12:07:28 debian conky[72273]: sh: 1: iwconfig: not found Feb 19 12:07:33 debian conky[72312]: sh: 1: iwconfig: not found Feb 19 12:07:33 debian conky[72316]: sh: 1: iwconfig: not found Feb 19 12:07:38 debian conky[72361]: sh: 1: iwconfig: not found Feb 19 12:07:43 debian conky[72423]: sh: 1: iwconfig: not found Feb 19 12:07:48 debian conky[72466]: sh: 1: iwconfig: not found Feb 19 12:07:53 debian conky[72502]: sh: 1: iwconfig: not found Feb 19 12:07:58 debian conky[72548]: sh: 1: iwconfig: not found Feb 19 12:08:03 debian conky[72594]: sh: 1: iwconfig: not found Feb 19 12:08:08 debian conky[72634]: sh: 1: iwconfig: not found Feb 19 12:08:13 debian conky[72703]: sh: 1: iwconfig: not found Feb 19 12:08:18 debian conky[72740]: sh: 1: iwconfig: not found Feb 19 12:08:23 debian conky[72786]: sh: 1: iwconfig: not found Feb 19 12:08:28 debian conky[72823]: sh: 1: iwconfig: not found Feb 19 12:08:33 debian conky[72863]: sh: 1: iwconfig: not found Feb 19 12:08:33 debian conky[72868]: sh: 1: iwconfig: not found Feb 19 12:08:38 debian conky[72911]: sh: 1: iwconfig: not found Feb 19 12:08:43 debian conky[73004]: sh: 1: iwconfig: not found Feb 19 12:08:48 debian conky[73051]: sh: 1: iwconfig: not found Feb 19 12:08:53 debian conky[73087]: sh: 1: iwconfig: not found Feb 19 12:08:58 debian conky[73134]: sh: 1: iwconfig: not found Feb 19 12:09:03 debian conky[73175]: sh: 1: iwconfig: not found Feb 19 12:09:08 debian conky[73218]: sh: 1: iwconfig: not found Feb 19 12:09:13 debian conky[73283]: sh: 1: iwconfig: not found Feb 19 12:09:18 debian conky[73326]: sh: 1: iwconfig: not found Feb 19 12:09:23 debian conky[73372]: sh: 1: iwconfig: not found Feb 19 12:09:28 debian conky[73412]: sh: 1: iwconfig: not found Feb 19 12:09:33 debian conky[73451]: sh: 1: iwconfig: not found Feb 19 12:09:33 debian conky[73461]: sh: 1: iwconfig: not found Feb 19 12:09:38 debian conky[73500]: sh: 1: iwconfig: not found Feb 19 12:09:43 debian conky[73558]: sh: 1: iwconfig: not found Feb 19 12:09:48 debian conky[73606]: sh: 1: iwconfig: not found Feb 19 12:09:53 debian conky[73650]: sh: 1: iwconfig: not found Feb 19 12:09:58 debian conky[73691]: sh: 1: iwconfig: not found Feb 19 12:10:03 debian conky[73723]: sh: 1: iwconfig: not found Feb 19 12:10:08 debian conky[73811]: sh: 1: iwconfig: not found Feb 19 12:10:13 debian conky[73874]: sh: 1: iwconfig: not found Feb 19 12:10:18 debian conky[73915]: sh: 1: iwconfig: not found Feb 19 12:10:23 debian conky[73956]: sh: 1: iwconfig: not found Feb 19 12:10:28 debian conky[73998]: sh: 1: iwconfig: not found Feb 19 12:10:33 debian conky[74035]: sh: 1: iwconfig: not found Feb 19 12:10:33 debian conky[74044]: sh: 1: iwconfig: not found Feb 19 12:10:38 debian conky[74092]: sh: 1: iwconfig: not found Feb 19 12:10:43 debian conky[74182]: sh: 1: iwconfig: not found Feb 19 12:10:48 debian conky[74232]: sh: 1: iwconfig: not found Feb 19 12:10:53 debian conky[74283]: sh: 1: iwconfig: not found Feb 19 12:10:58 debian conky[74320]: sh: 1: iwconfig: not found Feb 19 12:11:03 debian conky[74354]: sh: 1: iwconfig: not found Feb 19 12:11:08 debian conky[74402]: sh: 1: iwconfig: not found Feb 19 12:11:13 debian conky[74468]: sh: 1: iwconfig: not found Feb 19 12:11:18 debian conky[74506]: sh: 1: iwconfig: not found Feb 19 12:11:23 debian conky[74546]: sh: 1: iwconfig: not found Feb 19 12:11:28 debian conky[74595]: sh: 1: iwconfig: not found Feb 19 12:11:33 debian conky[74639]: sh: 1: iwconfig: not found Feb 19 12:11:33 debian conky[74642]: sh: 1: iwconfig: not found Feb 19 12:11:38 debian conky[74683]: sh: 1: iwconfig: not found Feb 19 12:11:43 debian conky[74741]: sh: 1: iwconfig: not found Feb 19 12:11:48 debian conky[74788]: sh: 1: iwconfig: not found Feb 19 12:11:53 debian conky[74830]: sh: 1: iwconfig: not found Feb 19 12:11:58 debian conky[74874]: sh: 1: iwconfig: not found Feb 19 12:12:03 debian conky[74906]: sh: 1: iwconfig: not found Feb 19 12:12:08 debian conky[74958]: sh: 1: iwconfig: not found Feb 19 12:12:13 debian conky[75015]: sh: 1: iwconfig: not found Feb 19 12:12:18 debian conky[75062]: sh: 1: iwconfig: not found Feb 19 12:12:23 debian conky[75100]: sh: 1: iwconfig: not found Feb 19 12:12:28 debian conky[75142]: sh: 1: iwconfig: not found Feb 19 12:12:33 debian conky[75190]: sh: 1: iwconfig: not found Feb 19 12:12:33 debian conky[75195]: sh: 1: iwconfig: not found Feb 19 12:12:38 debian conky[75234]: sh: 1: iwconfig: not found Feb 19 12:12:43 debian conky[75328]: sh: 1: iwconfig: not found Feb 19 12:12:48 debian conky[75374]: sh: 1: iwconfig: not found Feb 19 12:12:53 debian conky[75415]: sh: 1: iwconfig: not found Feb 19 12:12:58 debian conky[75460]: sh: 1: iwconfig: not found Feb 19 12:13:03 debian conky[75497]: sh: 1: iwconfig: not found Feb 19 12:13:08 debian conky[75544]: sh: 1: iwconfig: not found Feb 19 12:13:13 debian conky[75610]: sh: 1: iwconfig: not found Feb 19 12:13:18 debian conky[75653]: sh: 1: iwconfig: not found Feb 19 12:13:23 debian conky[75692]: sh: 1: iwconfig: not found Feb 19 12:13:28 debian conky[75736]: sh: 1: iwconfig: not found Feb 19 12:13:33 debian conky[75780]: sh: 1: iwconfig: not found Feb 19 12:13:33 debian conky[75784]: sh: 1: iwconfig: not found Feb 19 12:13:38 debian conky[75824]: sh: 1: iwconfig: not found Feb 19 12:13:43 debian conky[75886]: sh: 1: iwconfig: not found Feb 19 12:13:48 debian conky[75929]: sh: 1: iwconfig: not found Feb 19 12:13:53 debian conky[75970]: sh: 1: iwconfig: not found Feb 19 12:13:58 debian conky[76016]: sh: 1: iwconfig: not found Feb 19 12:14:03 debian conky[76056]: sh: 1: iwconfig: not found Feb 19 12:14:08 debian conky[76097]: sh: 1: iwconfig: not found Feb 19 12:14:13 debian conky[76158]: sh: 1: iwconfig: not found Feb 19 12:14:18 debian conky[76201]: sh: 1: iwconfig: not found Feb 19 12:14:23 debian conky[76286]: sh: 1: iwconfig: not found Feb 19 12:14:28 debian conky[76329]: sh: 1: iwconfig: not found Feb 19 12:14:31 debian kded6[2296]: Failed to stat /proc/76359 No such file or directory Feb 19 12:14:31 debian kded6[2296]: Failed to stat /proc/76360 No such file or directory Feb 19 12:14:31 debian kded6[2296]: Failed to stat /proc/76361 No such file or directory Feb 19 12:14:31 debian kded6[2296]: Failed to stat /proc/76363 No such file or directory Feb 19 12:14:33 debian conky[76383]: sh: 1: iwconfig: not found Feb 19 12:14:33 debian conky[76392]: sh: 1: iwconfig: not found Feb 19 12:14:38 debian conky[76605]: sh: 1: iwconfig: not found Feb 19 12:14:43 debian conky[76674]: sh: 1: iwconfig: not found Feb 19 12:14:48 debian conky[76715]: sh: 1: iwconfig: not found Feb 19 12:14:53 debian conky[76761]: sh: 1: iwconfig: not found Feb 19 12:14:58 debian conky[76835]: sh: 1: iwconfig: not found Feb 19 12:15:03 debian conky[76885]: sh: 1: iwconfig: not found Feb 19 12:15:08 debian conky[76922]: sh: 1: iwconfig: not found Feb 19 12:15:13 debian conky[76977]: sh: 1: iwconfig: not found Feb 19 12:15:18 debian conky[77026]: sh: 1: iwconfig: not found Feb 19 12:15:23 debian conky[77074]: sh: 1: iwconfig: not found Feb 19 12:15:28 debian conky[77114]: sh: 1: iwconfig: not found Feb 19 12:15:33 debian conky[77157]: sh: 1: iwconfig: not found Feb 19 12:15:33 debian conky[77162]: sh: 1: iwconfig: not found Feb 19 12:15:38 debian conky[77240]: sh: 1: iwconfig: not found Feb 19 12:15:43 debian conky[77303]: sh: 1: iwconfig: not found Feb 19 12:15:48 debian conky[77345]: sh: 1: iwconfig: not found Feb 19 12:15:53 debian conky[77391]: sh: 1: iwconfig: not found Feb 19 12:15:58 debian conky[77448]: sh: 1: iwconfig: not found Feb 19 12:16:03 debian conky[77481]: sh: 1: iwconfig: not found Feb 19 12:16:08 debian conky[77534]: sh: 1: iwconfig: not found Feb 19 12:16:13 debian conky[77597]: sh: 1: iwconfig: not found Feb 19 12:16:18 debian conky[77634]: sh: 1: iwconfig: not found Feb 19 12:16:23 debian conky[77681]: sh: 1: iwconfig: not found Feb 19 12:16:28 debian conky[77722]: sh: 1: iwconfig: not found Feb 19 12:16:33 debian conky[77762]: sh: 1: iwconfig: not found Feb 19 12:16:33 debian conky[77767]: sh: 1: iwconfig: not found Feb 19 12:16:38 debian conky[77807]: sh: 1: iwconfig: not found Feb 19 12:16:43 debian conky[77904]: sh: 1: iwconfig: not found Feb 19 12:16:48 debian conky[77950]: sh: 1: iwconfig: not found Feb 19 12:16:53 debian conky[77998]: sh: 1: iwconfig: not found Feb 19 12:16:58 debian conky[78038]: sh: 1: iwconfig: not found Feb 19 12:17:03 debian conky[78086]: sh: 1: iwconfig: not found Feb 19 12:17:08 debian conky[78127]: sh: 1: iwconfig: not found Feb 19 12:17:12 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 12:17:12 debian theme-switcher.sh[78153]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 12:17:12 debian theme-switcher.sh[78153]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 12:17:12 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 12:17:13 debian conky[78215]: sh: 1: iwconfig: not found Feb 19 12:17:18 debian conky[78255]: sh: 1: iwconfig: not found Feb 19 12:17:23 debian conky[78299]: sh: 1: iwconfig: not found Feb 19 12:17:28 debian conky[78343]: sh: 1: iwconfig: not found Feb 19 12:17:33 debian conky[78376]: sh: 1: iwconfig: not found Feb 19 12:17:33 debian conky[78391]: sh: 1: iwconfig: not found Feb 19 12:17:38 debian conky[78431]: sh: 1: iwconfig: not found Feb 19 12:17:43 debian conky[78489]: sh: 1: iwconfig: not found Feb 19 12:17:48 debian conky[78533]: sh: 1: iwconfig: not found Feb 19 12:17:53 debian conky[78578]: sh: 1: iwconfig: not found Feb 19 12:17:58 debian conky[78622]: sh: 1: iwconfig: not found Feb 19 12:18:03 debian conky[78665]: sh: 1: iwconfig: not found Feb 19 12:18:08 debian conky[78706]: sh: 1: iwconfig: not found Feb 19 12:18:13 debian conky[78760]: sh: 1: iwconfig: not found Feb 19 12:18:18 debian conky[78817]: sh: 1: iwconfig: not found Feb 19 12:18:23 debian conky[78856]: sh: 1: iwconfig: not found Feb 19 12:18:28 debian conky[78898]: sh: 1: iwconfig: not found Feb 19 12:18:33 debian conky[78936]: sh: 1: iwconfig: not found Feb 19 12:18:33 debian conky[78950]: sh: 1: iwconfig: not found Feb 19 12:18:38 debian conky[78990]: sh: 1: iwconfig: not found Feb 19 12:18:43 debian conky[79077]: sh: 1: iwconfig: not found Feb 19 12:18:48 debian conky[79130]: sh: 1: iwconfig: not found Feb 19 12:18:53 debian conky[79173]: sh: 1: iwconfig: not found Feb 19 12:18:58 debian conky[79219]: sh: 1: iwconfig: not found Feb 19 12:19:03 debian conky[79261]: sh: 1: iwconfig: not found Feb 19 12:19:08 debian conky[79303]: sh: 1: iwconfig: not found Feb 19 12:19:13 debian conky[79365]: sh: 1: iwconfig: not found Feb 19 12:19:18 debian conky[79402]: sh: 1: iwconfig: not found Feb 19 12:19:23 debian conky[79440]: sh: 1: iwconfig: not found Feb 19 12:19:28 debian conky[79489]: sh: 1: iwconfig: not found Feb 19 12:19:33 debian conky[79536]: sh: 1: iwconfig: not found Feb 19 12:19:33 debian conky[79540]: sh: 1: iwconfig: not found Feb 19 12:19:38 debian conky[79577]: sh: 1: iwconfig: not found Feb 19 12:19:43 debian conky[79642]: sh: 1: iwconfig: not found Feb 19 12:19:48 debian conky[79686]: sh: 1: iwconfig: not found Feb 19 12:19:53 debian conky[79730]: sh: 1: iwconfig: not found Feb 19 12:19:58 debian conky[79769]: sh: 1: iwconfig: not found Feb 19 12:20:03 debian conky[79806]: sh: 1: iwconfig: not found Feb 19 12:20:08 debian conky[79852]: sh: 1: iwconfig: not found Feb 19 12:20:13 debian conky[79918]: sh: 1: iwconfig: not found Feb 19 12:20:18 debian conky[79956]: sh: 1: iwconfig: not found Feb 19 12:20:23 debian conky[80003]: sh: 1: iwconfig: not found Feb 19 12:20:28 debian conky[80043]: sh: 1: iwconfig: not found Feb 19 12:20:33 debian conky[80085]: sh: 1: iwconfig: not found Feb 19 12:20:33 debian conky[80089]: sh: 1: iwconfig: not found Feb 19 12:20:38 debian conky[80133]: sh: 1: iwconfig: not found Feb 19 12:20:43 debian conky[80233]: sh: 1: iwconfig: not found Feb 19 12:20:48 debian conky[80274]: sh: 1: iwconfig: not found Feb 19 12:20:53 debian conky[80318]: sh: 1: iwconfig: not found Feb 19 12:20:58 debian conky[80364]: sh: 1: iwconfig: not found Feb 19 12:21:03 debian conky[80402]: sh: 1: iwconfig: not found Feb 19 12:21:08 debian conky[80448]: sh: 1: iwconfig: not found Feb 19 12:21:13 debian conky[80512]: sh: 1: iwconfig: not found Feb 19 12:21:18 debian conky[80552]: sh: 1: iwconfig: not found Feb 19 12:21:23 debian conky[80596]: sh: 1: iwconfig: not found Feb 19 12:21:28 debian conky[80636]: sh: 1: iwconfig: not found Feb 19 12:21:33 debian conky[80683]: sh: 1: iwconfig: not found Feb 19 12:21:33 debian conky[80688]: sh: 1: iwconfig: not found Feb 19 12:21:38 debian conky[80727]: sh: 1: iwconfig: not found Feb 19 12:21:43 debian conky[80766]: sh: 1: iwconfig: not found Feb 19 12:21:48 debian conky[80829]: sh: 1: iwconfig: not found Feb 19 12:21:53 debian conky[80868]: sh: 1: iwconfig: not found Feb 19 12:21:58 debian conky[80918]: sh: 1: iwconfig: not found Feb 19 12:22:03 debian conky[80960]: sh: 1: iwconfig: not found Feb 19 12:22:08 debian conky[81003]: sh: 1: iwconfig: not found Feb 19 12:22:13 debian conky[81042]: sh: 1: iwconfig: not found Feb 19 12:22:18 debian conky[81102]: sh: 1: iwconfig: not found Feb 19 12:22:23 debian conky[81140]: sh: 1: iwconfig: not found Feb 19 12:22:28 debian conky[81187]: sh: 1: iwconfig: not found Feb 19 12:22:33 debian conky[81237]: sh: 1: iwconfig: not found Feb 19 12:22:33 debian conky[81240]: sh: 1: iwconfig: not found Feb 19 12:22:38 debian conky[81277]: sh: 1: iwconfig: not found Feb 19 12:22:43 debian conky[81355]: sh: 1: iwconfig: not found Feb 19 12:22:48 debian conky[81418]: sh: 1: iwconfig: not found Feb 19 12:22:53 debian conky[81458]: sh: 1: iwconfig: not found Feb 19 12:22:58 debian conky[81503]: sh: 1: iwconfig: not found Feb 19 12:23:03 debian conky[81546]: sh: 1: iwconfig: not found Feb 19 12:23:08 debian conky[81587]: sh: 1: iwconfig: not found Feb 19 12:23:13 debian conky[81630]: sh: 1: iwconfig: not found Feb 19 12:23:18 debian conky[81692]: sh: 1: iwconfig: not found Feb 19 12:23:23 debian conky[81739]: sh: 1: iwconfig: not found Feb 19 12:23:28 debian conky[81781]: sh: 1: iwconfig: not found Feb 19 12:23:33 debian conky[81825]: sh: 1: iwconfig: not found Feb 19 12:23:33 debian conky[81830]: sh: 1: iwconfig: not found Feb 19 12:23:38 debian conky[81869]: sh: 1: iwconfig: not found Feb 19 12:23:43 debian conky[81906]: sh: 1: iwconfig: not found Feb 19 12:23:48 debian conky[81974]: sh: 1: iwconfig: not found Feb 19 12:23:53 debian conky[82015]: sh: 1: iwconfig: not found Feb 19 12:23:58 debian conky[82065]: sh: 1: iwconfig: not found Feb 19 12:24:03 debian conky[82115]: sh: 1: iwconfig: not found Feb 19 12:24:08 debian conky[82149]: sh: 1: iwconfig: not found Feb 19 12:24:13 debian conky[82192]: sh: 1: iwconfig: not found Feb 19 12:24:18 debian conky[82253]: sh: 1: iwconfig: not found Feb 19 12:24:23 debian conky[82296]: sh: 1: iwconfig: not found Feb 19 12:24:28 debian conky[82345]: sh: 1: iwconfig: not found Feb 19 12:24:33 debian conky[82385]: sh: 1: iwconfig: not found Feb 19 12:24:33 debian conky[82395]: sh: 1: iwconfig: not found Feb 19 12:24:38 debian conky[82434]: sh: 1: iwconfig: not found Feb 19 12:24:43 debian conky[82512]: sh: 1: iwconfig: not found Feb 19 12:24:48 debian conky[82572]: sh: 1: iwconfig: not found Feb 19 12:24:53 debian conky[82618]: sh: 1: iwconfig: not found Feb 19 12:24:58 debian conky[82658]: sh: 1: iwconfig: not found Feb 19 12:25:03 debian conky[82706]: sh: 1: iwconfig: not found Feb 19 12:25:08 debian conky[82747]: sh: 1: iwconfig: not found Feb 19 12:25:13 debian conky[82787]: sh: 1: iwconfig: not found Feb 19 12:25:18 debian conky[82850]: sh: 1: iwconfig: not found Feb 19 12:25:23 debian conky[82894]: sh: 1: iwconfig: not found Feb 19 12:25:28 debian conky[82936]: sh: 1: iwconfig: not found Feb 19 12:25:33 debian conky[82979]: sh: 1: iwconfig: not found Feb 19 12:25:33 debian conky[82988]: sh: 1: iwconfig: not found Feb 19 12:25:38 debian conky[83020]: sh: 1: iwconfig: not found Feb 19 12:25:43 debian conky[83061]: sh: 1: iwconfig: not found Feb 19 12:25:48 debian conky[83127]: sh: 1: iwconfig: not found Feb 19 12:25:53 debian conky[83186]: sh: 1: iwconfig: not found Feb 19 12:25:58 debian conky[83226]: sh: 1: iwconfig: not found Feb 19 12:26:03 debian conky[83270]: sh: 1: iwconfig: not found Feb 19 12:26:08 debian conky[83306]: sh: 1: iwconfig: not found Feb 19 12:26:13 debian conky[83345]: sh: 1: iwconfig: not found Feb 19 12:26:18 debian conky[83411]: sh: 1: iwconfig: not found Feb 19 12:26:23 debian conky[83446]: sh: 1: iwconfig: not found Feb 19 12:26:28 debian conky[83498]: sh: 1: iwconfig: not found Feb 19 12:26:33 debian conky[83539]: sh: 1: iwconfig: not found Feb 19 12:26:33 debian conky[83547]: sh: 1: iwconfig: not found Feb 19 12:26:38 debian conky[83588]: sh: 1: iwconfig: not found Feb 19 12:26:43 debian conky[83660]: sh: 1: iwconfig: not found Feb 19 12:26:48 debian conky[83732]: sh: 1: iwconfig: not found Feb 19 12:26:53 debian conky[83777]: sh: 1: iwconfig: not found Feb 19 12:26:58 debian conky[83820]: sh: 1: iwconfig: not found Feb 19 12:27:03 debian conky[83864]: sh: 1: iwconfig: not found Feb 19 12:27:08 debian conky[83902]: sh: 1: iwconfig: not found Feb 19 12:27:13 debian conky[83948]: sh: 1: iwconfig: not found Feb 19 12:27:18 debian conky[84007]: sh: 1: iwconfig: not found Feb 19 12:27:23 debian conky[84051]: sh: 1: iwconfig: not found Feb 19 12:27:28 debian conky[84092]: sh: 1: iwconfig: not found Feb 19 12:27:33 debian conky[84139]: sh: 1: iwconfig: not found Feb 19 12:27:33 debian conky[84144]: sh: 1: iwconfig: not found Feb 19 12:27:38 debian conky[84180]: sh: 1: iwconfig: not found Feb 19 12:27:43 debian conky[84226]: sh: 1: iwconfig: not found Feb 19 12:27:48 debian conky[84289]: sh: 1: iwconfig: not found Feb 19 12:27:53 debian conky[84329]: sh: 1: iwconfig: not found Feb 19 12:27:58 debian conky[84374]: sh: 1: iwconfig: not found Feb 19 12:28:03 debian conky[84415]: sh: 1: iwconfig: not found Feb 19 12:28:08 debian conky[84459]: sh: 1: iwconfig: not found Feb 19 12:28:13 debian conky[84491]: sh: 1: iwconfig: not found Feb 19 12:28:18 debian conky[84558]: sh: 1: iwconfig: not found Feb 19 12:28:23 debian conky[84596]: sh: 1: iwconfig: not found Feb 19 12:28:28 debian conky[84645]: sh: 1: iwconfig: not found Feb 19 12:28:33 debian conky[84689]: sh: 1: iwconfig: not found Feb 19 12:28:33 debian conky[84697]: sh: 1: iwconfig: not found Feb 19 12:28:38 debian conky[84733]: sh: 1: iwconfig: not found Feb 19 12:28:43 debian conky[84808]: sh: 1: iwconfig: not found Feb 19 12:28:48 debian conky[84869]: sh: 1: iwconfig: not found Feb 19 12:28:53 debian conky[84912]: sh: 1: iwconfig: not found Feb 19 12:28:58 debian conky[84959]: sh: 1: iwconfig: not found Feb 19 12:29:03 debian conky[85004]: sh: 1: iwconfig: not found Feb 19 12:29:08 debian conky[85045]: sh: 1: iwconfig: not found Feb 19 12:29:13 debian conky[85085]: sh: 1: iwconfig: not found Feb 19 12:29:18 debian conky[85151]: sh: 1: iwconfig: not found Feb 19 12:29:23 debian conky[85196]: sh: 1: iwconfig: not found Feb 19 12:29:28 debian conky[85237]: sh: 1: iwconfig: not found Feb 19 12:29:33 debian conky[85280]: sh: 1: iwconfig: not found Feb 19 12:29:33 debian conky[85285]: sh: 1: iwconfig: not found Feb 19 12:29:38 debian conky[85328]: sh: 1: iwconfig: not found Feb 19 12:29:43 debian conky[85360]: sh: 1: iwconfig: not found Feb 19 12:29:48 debian conky[85437]: sh: 1: iwconfig: not found Feb 19 12:29:53 debian conky[85489]: sh: 1: iwconfig: not found Feb 19 12:29:58 debian conky[85533]: sh: 1: iwconfig: not found Feb 19 12:30:03 debian conky[85570]: sh: 1: iwconfig: not found Feb 19 12:30:08 debian conky[85624]: sh: 1: iwconfig: not found Feb 19 12:30:13 debian conky[85660]: sh: 1: iwconfig: not found Feb 19 12:30:18 debian conky[85728]: sh: 1: iwconfig: not found Feb 19 12:30:23 debian conky[85771]: sh: 1: iwconfig: not found Feb 19 12:30:28 debian conky[85812]: sh: 1: iwconfig: not found Feb 19 12:30:33 debian conky[85853]: sh: 1: iwconfig: not found Feb 19 12:30:33 debian conky[85862]: sh: 1: iwconfig: not found Feb 19 12:30:38 debian conky[85899]: sh: 1: iwconfig: not found Feb 19 12:30:43 debian conky[85985]: sh: 1: iwconfig: not found Feb 19 12:30:48 debian conky[86044]: sh: 1: iwconfig: not found Feb 19 12:30:53 debian conky[86092]: sh: 1: iwconfig: not found Feb 19 12:30:58 debian conky[86132]: sh: 1: iwconfig: not found Feb 19 12:31:03 debian conky[86176]: sh: 1: iwconfig: not found Feb 19 12:31:08 debian conky[86215]: sh: 1: iwconfig: not found Feb 19 12:31:13 debian conky[86261]: sh: 1: iwconfig: not found Feb 19 12:31:18 debian conky[86316]: sh: 1: iwconfig: not found Feb 19 12:31:23 debian conky[86360]: sh: 1: iwconfig: not found Feb 19 12:31:28 debian conky[86406]: sh: 1: iwconfig: not found Feb 19 12:31:33 debian conky[86442]: sh: 1: iwconfig: not found Feb 19 12:31:33 debian conky[86454]: sh: 1: iwconfig: not found Feb 19 12:31:38 debian conky[86493]: sh: 1: iwconfig: not found Feb 19 12:31:43 debian conky[86539]: sh: 1: iwconfig: not found Feb 19 12:31:48 debian conky[86601]: sh: 1: iwconfig: not found Feb 19 12:31:53 debian conky[86643]: sh: 1: iwconfig: not found Feb 19 12:31:58 debian conky[86686]: sh: 1: iwconfig: not found Feb 19 12:32:03 debian conky[86727]: sh: 1: iwconfig: not found Feb 19 12:32:08 debian conky[86770]: sh: 1: iwconfig: not found Feb 19 12:32:13 debian conky[86816]: sh: 1: iwconfig: not found Feb 19 12:32:18 debian conky[86884]: sh: 1: iwconfig: not found Feb 19 12:32:18 debian obs[31803]: Using muxer settings: Feb 19 12:32:18 debian obs[31803]: movflags=frag_keyframe+empty_moov+delay_moov Feb 19 12:32:18 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/stanislav/Videos/2026-02-19 10-58-40.mp4' stopped Feb 19 12:32:18 debian obs[7274]: info: Output 'adv_file_output': stopping Feb 19 12:32:18 debian obs[7274]: info: Output 'adv_file_output': Total frames output: 337085 Feb 19 12:32:18 debian obs[7274]: info: Output 'adv_file_output': Total drawn frames: 337095 Feb 19 12:32:18 debian obs[7274]: info: ==== Recording Stop ================================================ Feb 19 12:32:18 debian obs[7274]: [aac @ 0x564a0284a600] Qavg: 613.752 Feb 19 12:32:18 debian obs[7274]: [aac @ 0x564a0284a600] 2 frames left in the queue on closing Feb 19 12:32:23 debian conky[86926]: sh: 1: iwconfig: not found Feb 19 12:32:28 debian conky[86972]: sh: 1: iwconfig: not found Feb 19 12:32:33 debian conky[87007]: sh: 1: iwconfig: not found Feb 19 12:32:33 debian conky[87012]: sh: 1: iwconfig: not found Feb 19 12:32:38 debian conky[87060]: sh: 1: iwconfig: not found Feb 19 12:32:43 debian conky[87139]: sh: 1: iwconfig: not found Feb 19 12:32:48 debian conky[87182]: sh: 1: iwconfig: not found Feb 19 12:32:53 debian conky[87223]: sh: 1: iwconfig: not found Feb 19 12:32:58 debian conky[87264]: sh: 1: iwconfig: not found Feb 19 12:33:03 debian conky[87307]: sh: 1: iwconfig: not found Feb 19 12:33:08 debian conky[87352]: sh: 1: iwconfig: not found Feb 19 12:33:13 debian conky[87395]: sh: 1: iwconfig: not found Feb 19 12:33:18 debian conky[87438]: sh: 1: iwconfig: not found Feb 19 12:33:23 debian conky[87482]: sh: 1: iwconfig: not found Feb 19 12:33:28 debian conky[87522]: sh: 1: iwconfig: not found Feb 19 12:33:33 debian conky[87567]: sh: 1: iwconfig: not found Feb 19 12:33:33 debian conky[87572]: sh: 1: iwconfig: not found Feb 19 12:33:38 debian conky[87604]: sh: 1: iwconfig: not found Feb 19 12:33:43 debian conky[87650]: sh: 1: iwconfig: not found Feb 19 12:33:48 debian conky[87697]: sh: 1: iwconfig: not found Feb 19 12:33:53 debian conky[87733]: sh: 1: iwconfig: not found Feb 19 12:33:58 debian conky[87779]: sh: 1: iwconfig: not found Feb 19 12:34:03 debian conky[87826]: sh: 1: iwconfig: not found Feb 19 12:34:08 debian conky[87868]: sh: 1: iwconfig: not found Feb 19 12:34:13 debian conky[87906]: sh: 1: iwconfig: not found Feb 19 12:34:18 debian conky[87951]: sh: 1: iwconfig: not found Feb 19 12:34:23 debian conky[87987]: sh: 1: iwconfig: not found Feb 19 12:34:28 debian conky[88037]: sh: 1: iwconfig: not found Feb 19 12:34:33 debian conky[88079]: sh: 1: iwconfig: not found Feb 19 12:34:33 debian conky[88081]: sh: 1: iwconfig: not found Feb 19 12:34:38 debian conky[88126]: sh: 1: iwconfig: not found Feb 19 12:34:43 debian conky[88205]: sh: 1: iwconfig: not found Feb 19 12:34:48 debian conky[88245]: sh: 1: iwconfig: not found Feb 19 12:34:53 debian conky[88294]: sh: 1: iwconfig: not found Feb 19 12:34:58 debian conky[88332]: sh: 1: iwconfig: not found Feb 19 12:35:03 debian conky[88386]: sh: 1: iwconfig: not found Feb 19 12:35:08 debian conky[88420]: sh: 1: iwconfig: not found Feb 19 12:35:13 debian conky[88472]: sh: 1: iwconfig: not found Feb 19 12:35:18 debian conky[88508]: sh: 1: iwconfig: not found Feb 19 12:35:23 debian conky[88555]: sh: 1: iwconfig: not found Feb 19 12:35:28 debian conky[88593]: sh: 1: iwconfig: not found Feb 19 12:35:33 debian conky[88642]: sh: 1: iwconfig: not found Feb 19 12:35:33 debian conky[88647]: sh: 1: iwconfig: not found Feb 19 12:35:38 debian conky[88697]: sh: 1: iwconfig: not found Feb 19 12:35:43 debian conky[88741]: sh: 1: iwconfig: not found Feb 19 12:35:48 debian conky[88782]: sh: 1: iwconfig: not found Feb 19 12:35:53 debian conky[88821]: sh: 1: iwconfig: not found Feb 19 12:35:58 debian conky[88873]: sh: 1: iwconfig: not found Feb 19 12:36:03 debian conky[88916]: sh: 1: iwconfig: not found Feb 19 12:36:08 debian conky[88957]: sh: 1: iwconfig: not found Feb 19 12:36:13 debian conky[88995]: sh: 1: iwconfig: not found Feb 19 12:36:18 debian conky[89035]: sh: 1: iwconfig: not found Feb 19 12:36:23 debian conky[89077]: sh: 1: iwconfig: not found Feb 19 12:36:28 debian conky[89126]: sh: 1: iwconfig: not found Feb 19 12:36:33 debian conky[89170]: sh: 1: iwconfig: not found Feb 19 12:36:33 debian conky[89175]: sh: 1: iwconfig: not found Feb 19 12:36:38 debian conky[89215]: sh: 1: iwconfig: not found Feb 19 12:36:43 debian conky[89293]: sh: 1: iwconfig: not found Feb 19 12:36:48 debian conky[89337]: sh: 1: iwconfig: not found Feb 19 12:36:53 debian conky[89378]: sh: 1: iwconfig: not found Feb 19 12:36:58 debian conky[89426]: sh: 1: iwconfig: not found Feb 19 12:37:03 debian conky[89467]: sh: 1: iwconfig: not found Feb 19 12:37:08 debian conky[89512]: sh: 1: iwconfig: not found Feb 19 12:37:13 debian conky[89556]: sh: 1: iwconfig: not found Feb 19 12:37:18 debian conky[89596]: sh: 1: iwconfig: not found Feb 19 12:37:23 debian conky[89639]: sh: 1: iwconfig: not found Feb 19 12:37:28 debian conky[89677]: sh: 1: iwconfig: not found Feb 19 12:37:33 debian conky[89724]: sh: 1: iwconfig: not found Feb 19 12:37:33 debian conky[89728]: sh: 1: iwconfig: not found Feb 19 12:37:38 debian conky[89771]: sh: 1: iwconfig: not found Feb 19 12:37:43 debian conky[89814]: sh: 1: iwconfig: not found Feb 19 12:37:48 debian conky[89857]: sh: 1: iwconfig: not found Feb 19 12:37:53 debian conky[89898]: sh: 1: iwconfig: not found Feb 19 12:37:58 debian conky[89942]: sh: 1: iwconfig: not found Feb 19 12:38:03 debian conky[89985]: sh: 1: iwconfig: not found Feb 19 12:38:08 debian conky[90027]: sh: 1: iwconfig: not found Feb 19 12:38:13 debian conky[90065]: sh: 1: iwconfig: not found Feb 19 12:38:18 debian conky[90114]: sh: 1: iwconfig: not found Feb 19 12:38:23 debian conky[90148]: sh: 1: iwconfig: not found Feb 19 12:38:28 debian conky[90198]: sh: 1: iwconfig: not found Feb 19 12:38:33 debian conky[90239]: sh: 1: iwconfig: not found Feb 19 12:38:33 debian conky[90247]: sh: 1: iwconfig: not found Feb 19 12:38:38 debian conky[90282]: sh: 1: iwconfig: not found Feb 19 12:38:43 debian conky[90366]: sh: 1: iwconfig: not found Feb 19 12:38:48 debian conky[90409]: sh: 1: iwconfig: not found Feb 19 12:38:53 debian conky[90455]: sh: 1: iwconfig: not found Feb 19 12:38:58 debian conky[90494]: sh: 1: iwconfig: not found Feb 19 12:39:03 debian conky[90533]: sh: 1: iwconfig: not found Feb 19 12:39:08 debian conky[90579]: sh: 1: iwconfig: not found Feb 19 12:39:13 debian conky[90623]: sh: 1: iwconfig: not found Feb 19 12:39:18 debian conky[90664]: sh: 1: iwconfig: not found Feb 19 12:39:23 debian conky[90705]: sh: 1: iwconfig: not found Feb 19 12:39:28 debian conky[90751]: sh: 1: iwconfig: not found Feb 19 12:39:33 debian conky[90791]: sh: 1: iwconfig: not found Feb 19 12:39:33 debian conky[90800]: sh: 1: iwconfig: not found Feb 19 12:39:38 debian conky[90840]: sh: 1: iwconfig: not found Feb 19 12:39:43 debian conky[90885]: sh: 1: iwconfig: not found Feb 19 12:39:48 debian conky[90929]: sh: 1: iwconfig: not found Feb 19 12:39:53 debian conky[90965]: sh: 1: iwconfig: not found Feb 19 12:39:58 debian conky[91014]: sh: 1: iwconfig: not found Feb 19 12:40:03 debian conky[91056]: sh: 1: iwconfig: not found Feb 19 12:40:08 debian conky[91094]: sh: 1: iwconfig: not found Feb 19 12:40:13 debian conky[91138]: sh: 1: iwconfig: not found Feb 19 12:40:18 debian conky[91182]: sh: 1: iwconfig: not found Feb 19 12:40:23 debian conky[91229]: sh: 1: iwconfig: not found Feb 19 12:40:28 debian conky[91272]: sh: 1: iwconfig: not found Feb 19 12:40:33 debian conky[91307]: sh: 1: iwconfig: not found Feb 19 12:40:33 debian conky[91322]: sh: 1: iwconfig: not found Feb 19 12:40:38 debian conky[91362]: sh: 1: iwconfig: not found Feb 19 12:40:43 debian conky[91434]: sh: 1: iwconfig: not found Feb 19 12:40:48 debian conky[91479]: sh: 1: iwconfig: not found Feb 19 12:40:53 debian conky[91527]: sh: 1: iwconfig: not found Feb 19 12:40:58 debian conky[91568]: sh: 1: iwconfig: not found Feb 19 12:41:03 debian conky[91616]: sh: 1: iwconfig: not found Feb 19 12:41:08 debian conky[91657]: sh: 1: iwconfig: not found Feb 19 12:41:13 debian conky[91700]: sh: 1: iwconfig: not found Feb 19 12:41:18 debian conky[91745]: sh: 1: iwconfig: not found Feb 19 12:41:23 debian conky[91791]: sh: 1: iwconfig: not found Feb 19 12:41:28 debian conky[91830]: sh: 1: iwconfig: not found Feb 19 12:41:33 debian conky[91886]: sh: 1: iwconfig: not found Feb 19 12:41:33 debian conky[91890]: sh: 1: iwconfig: not found Feb 19 12:41:38 debian conky[91925]: sh: 1: iwconfig: not found Feb 19 12:41:43 debian conky[91970]: sh: 1: iwconfig: not found Feb 19 12:41:48 debian conky[92013]: sh: 1: iwconfig: not found Feb 19 12:41:53 debian conky[92058]: sh: 1: iwconfig: not found Feb 19 12:41:58 debian conky[92102]: sh: 1: iwconfig: not found Feb 19 12:42:03 debian conky[92141]: sh: 1: iwconfig: not found Feb 19 12:42:08 debian conky[92182]: sh: 1: iwconfig: not found Feb 19 12:42:13 debian conky[92226]: sh: 1: iwconfig: not found Feb 19 12:42:18 debian conky[92271]: sh: 1: iwconfig: not found Feb 19 12:42:23 debian conky[92314]: sh: 1: iwconfig: not found Feb 19 12:42:28 debian conky[92354]: sh: 1: iwconfig: not found Feb 19 12:42:33 debian conky[92401]: sh: 1: iwconfig: not found Feb 19 12:42:33 debian conky[92406]: sh: 1: iwconfig: not found Feb 19 12:42:38 debian conky[92445]: sh: 1: iwconfig: not found Feb 19 12:42:43 debian conky[92528]: sh: 1: iwconfig: not found Feb 19 12:42:48 debian conky[92567]: sh: 1: iwconfig: not found Feb 19 12:42:53 debian conky[92612]: sh: 1: iwconfig: not found Feb 19 12:42:58 debian conky[92652]: sh: 1: iwconfig: not found Feb 19 12:43:03 debian conky[92695]: sh: 1: iwconfig: not found Feb 19 12:43:08 debian conky[92733]: sh: 1: iwconfig: not found Feb 19 12:43:13 debian conky[92782]: sh: 1: iwconfig: not found Feb 19 12:43:18 debian conky[92824]: sh: 1: iwconfig: not found Feb 19 12:43:23 debian conky[92867]: sh: 1: iwconfig: not found Feb 19 12:43:28 debian conky[92908]: sh: 1: iwconfig: not found Feb 19 12:43:33 debian conky[92948]: sh: 1: iwconfig: not found Feb 19 12:43:33 debian conky[92957]: sh: 1: iwconfig: not found Feb 19 12:43:38 debian conky[92993]: sh: 1: iwconfig: not found Feb 19 12:43:43 debian conky[93038]: sh: 1: iwconfig: not found Feb 19 12:43:48 debian conky[93082]: sh: 1: iwconfig: not found Feb 19 12:43:53 debian conky[93128]: sh: 1: iwconfig: not found Feb 19 12:43:58 debian conky[93168]: sh: 1: iwconfig: not found Feb 19 12:44:03 debian conky[93211]: sh: 1: iwconfig: not found Feb 19 12:44:08 debian conky[93252]: sh: 1: iwconfig: not found Feb 19 12:44:13 debian conky[93293]: sh: 1: iwconfig: not found Feb 19 12:44:18 debian conky[93337]: sh: 1: iwconfig: not found Feb 19 12:44:23 debian conky[93385]: sh: 1: iwconfig: not found Feb 19 12:44:28 debian conky[93423]: sh: 1: iwconfig: not found Feb 19 12:44:33 debian conky[93472]: sh: 1: iwconfig: not found Feb 19 12:44:33 debian conky[93477]: sh: 1: iwconfig: not found Feb 19 12:44:38 debian conky[93625]: sh: 1: iwconfig: not found Feb 19 12:44:43 debian conky[93704]: sh: 1: iwconfig: not found Feb 19 12:44:48 debian conky[93749]: sh: 1: iwconfig: not found Feb 19 12:44:53 debian conky[93794]: sh: 1: iwconfig: not found Feb 19 12:44:58 debian conky[93871]: sh: 1: iwconfig: not found Feb 19 12:45:03 debian conky[93918]: sh: 1: iwconfig: not found Feb 19 12:45:08 debian conky[93955]: sh: 1: iwconfig: not found Feb 19 12:45:13 debian conky[93993]: sh: 1: iwconfig: not found Feb 19 12:45:18 debian conky[94044]: sh: 1: iwconfig: not found Feb 19 12:45:23 debian conky[94078]: sh: 1: iwconfig: not found Feb 19 12:45:28 debian conky[94128]: sh: 1: iwconfig: not found Feb 19 12:45:33 debian conky[94169]: sh: 1: iwconfig: not found Feb 19 12:45:33 debian conky[94178]: sh: 1: iwconfig: not found Feb 19 12:45:38 debian conky[94217]: sh: 1: iwconfig: not found Feb 19 12:45:43 debian conky[94263]: sh: 1: iwconfig: not found Feb 19 12:45:48 debian conky[94303]: sh: 1: iwconfig: not found Feb 19 12:45:53 debian conky[94347]: sh: 1: iwconfig: not found Feb 19 12:45:58 debian conky[94392]: sh: 1: iwconfig: not found Feb 19 12:46:03 debian conky[94431]: sh: 1: iwconfig: not found Feb 19 12:46:08 debian conky[94476]: sh: 1: iwconfig: not found Feb 19 12:46:13 debian conky[94515]: sh: 1: iwconfig: not found Feb 19 12:46:18 debian conky[94562]: sh: 1: iwconfig: not found Feb 19 12:46:23 debian conky[94605]: sh: 1: iwconfig: not found Feb 19 12:46:28 debian conky[94643]: sh: 1: iwconfig: not found Feb 19 12:46:33 debian conky[94687]: sh: 1: iwconfig: not found Feb 19 12:46:33 debian conky[94700]: sh: 1: iwconfig: not found Feb 19 12:46:38 debian conky[94733]: sh: 1: iwconfig: not found Feb 19 12:46:43 debian conky[94815]: sh: 1: iwconfig: not found Feb 19 12:46:48 debian conky[94853]: sh: 1: iwconfig: not found Feb 19 12:46:53 debian conky[94904]: sh: 1: iwconfig: not found Feb 19 12:46:58 debian conky[94944]: sh: 1: iwconfig: not found Feb 19 12:47:03 debian conky[94986]: sh: 1: iwconfig: not found Feb 19 12:47:08 debian conky[95028]: sh: 1: iwconfig: not found Feb 19 12:47:13 debian conky[95073]: sh: 1: iwconfig: not found Feb 19 12:47:18 debian conky[95112]: sh: 1: iwconfig: not found Feb 19 12:47:23 debian conky[95165]: sh: 1: iwconfig: not found Feb 19 12:47:28 debian conky[95206]: sh: 1: iwconfig: not found Feb 19 12:47:33 debian conky[95250]: sh: 1: iwconfig: not found Feb 19 12:47:33 debian conky[95257]: sh: 1: iwconfig: not found Feb 19 12:47:38 debian conky[95295]: sh: 1: iwconfig: not found Feb 19 12:47:43 debian conky[95336]: sh: 1: iwconfig: not found Feb 19 12:47:48 debian conky[95384]: sh: 1: iwconfig: not found Feb 19 12:47:53 debian conky[95429]: sh: 1: iwconfig: not found Feb 19 12:47:58 debian conky[95464]: sh: 1: iwconfig: not found Feb 19 12:48:03 debian conky[95512]: sh: 1: iwconfig: not found Feb 19 12:48:08 debian conky[95553]: sh: 1: iwconfig: not found Feb 19 12:48:13 debian conky[95597]: sh: 1: iwconfig: not found Feb 19 12:48:18 debian conky[95639]: sh: 1: iwconfig: not found Feb 19 12:48:23 debian conky[95678]: sh: 1: iwconfig: not found Feb 19 12:48:28 debian conky[95723]: sh: 1: iwconfig: not found Feb 19 12:48:33 debian conky[95762]: sh: 1: iwconfig: not found Feb 19 12:48:33 debian conky[95773]: sh: 1: iwconfig: not found Feb 19 12:48:38 debian conky[95808]: sh: 1: iwconfig: not found Feb 19 12:48:43 debian conky[95880]: sh: 1: iwconfig: not found Feb 19 12:48:48 debian conky[95929]: sh: 1: iwconfig: not found Feb 19 12:48:53 debian conky[95974]: sh: 1: iwconfig: not found Feb 19 12:48:58 debian conky[96016]: sh: 1: iwconfig: not found Feb 19 12:49:03 debian conky[96064]: sh: 1: iwconfig: not found Feb 19 12:49:08 debian conky[96101]: sh: 1: iwconfig: not found Feb 19 12:49:13 debian conky[96149]: sh: 1: iwconfig: not found Feb 19 12:49:18 debian conky[96191]: sh: 1: iwconfig: not found Feb 19 12:49:23 debian conky[96231]: sh: 1: iwconfig: not found Feb 19 12:49:28 debian conky[96275]: sh: 1: iwconfig: not found Feb 19 12:49:33 debian conky[96310]: sh: 1: iwconfig: not found Feb 19 12:49:33 debian conky[96326]: sh: 1: iwconfig: not found Feb 19 12:49:38 debian conky[96367]: sh: 1: iwconfig: not found Feb 19 12:49:43 debian conky[96410]: sh: 1: iwconfig: not found Feb 19 12:49:48 debian conky[96453]: sh: 1: iwconfig: not found Feb 19 12:49:53 debian conky[96498]: sh: 1: iwconfig: not found Feb 19 12:49:58 debian conky[96538]: sh: 1: iwconfig: not found Feb 19 12:50:03 debian conky[96576]: sh: 1: iwconfig: not found Feb 19 12:50:08 debian conky[96621]: sh: 1: iwconfig: not found Feb 19 12:50:13 debian conky[96668]: sh: 1: iwconfig: not found Feb 19 12:50:18 debian conky[96707]: sh: 1: iwconfig: not found Feb 19 12:50:23 debian conky[96753]: sh: 1: iwconfig: not found Feb 19 12:50:28 debian conky[96790]: sh: 1: iwconfig: not found Feb 19 12:50:33 debian conky[96836]: sh: 1: iwconfig: not found Feb 19 12:50:33 debian conky[96842]: sh: 1: iwconfig: not found Feb 19 12:50:38 debian conky[96881]: sh: 1: iwconfig: not found Feb 19 12:50:43 debian conky[96964]: sh: 1: iwconfig: not found Feb 19 12:50:48 debian conky[97008]: sh: 1: iwconfig: not found Feb 19 12:50:53 debian conky[97050]: sh: 1: iwconfig: not found Feb 19 12:50:58 debian conky[97094]: sh: 1: iwconfig: not found Feb 19 12:51:03 debian conky[97137]: sh: 1: iwconfig: not found Feb 19 12:51:08 debian conky[97177]: sh: 1: iwconfig: not found Feb 19 12:51:13 debian conky[97218]: sh: 1: iwconfig: not found Feb 19 12:51:18 debian conky[97259]: sh: 1: iwconfig: not found Feb 19 12:51:23 debian conky[97304]: sh: 1: iwconfig: not found Feb 19 12:51:28 debian conky[97347]: sh: 1: iwconfig: not found Feb 19 12:51:33 debian conky[97393]: sh: 1: iwconfig: not found Feb 19 12:51:33 debian conky[97397]: sh: 1: iwconfig: not found Feb 19 12:51:38 debian conky[97439]: sh: 1: iwconfig: not found Feb 19 12:51:43 debian conky[97485]: sh: 1: iwconfig: not found Feb 19 12:51:48 debian conky[97525]: sh: 1: iwconfig: not found Feb 19 12:51:53 debian conky[97570]: sh: 1: iwconfig: not found Feb 19 12:51:58 debian conky[97610]: sh: 1: iwconfig: not found Feb 19 12:52:03 debian conky[97653]: sh: 1: iwconfig: not found Feb 19 12:52:08 debian conky[97693]: sh: 1: iwconfig: not found Feb 19 12:52:13 debian conky[97725]: sh: 1: iwconfig: not found Feb 19 12:52:18 debian conky[97775]: sh: 1: iwconfig: not found Feb 19 12:52:23 debian conky[97822]: sh: 1: iwconfig: not found Feb 19 12:52:28 debian conky[97858]: sh: 1: iwconfig: not found Feb 19 12:52:33 debian conky[97902]: sh: 1: iwconfig: not found Feb 19 12:52:33 debian conky[97908]: sh: 1: iwconfig: not found Feb 19 12:52:38 debian conky[97951]: sh: 1: iwconfig: not found Feb 19 12:52:43 debian conky[98022]: sh: 1: iwconfig: not found Feb 19 12:52:48 debian conky[98071]: sh: 1: iwconfig: not found Feb 19 12:52:53 debian conky[98110]: sh: 1: iwconfig: not found Feb 19 12:52:58 debian conky[98156]: sh: 1: iwconfig: not found Feb 19 12:53:03 debian conky[98205]: sh: 1: iwconfig: not found Feb 19 12:53:08 debian conky[98242]: sh: 1: iwconfig: not found Feb 19 12:53:13 debian conky[98306]: sh: 1: iwconfig: not found Feb 19 12:53:18 debian conky[98346]: sh: 1: iwconfig: not found Feb 19 12:53:23 debian conky[98393]: sh: 1: iwconfig: not found Feb 19 12:53:28 debian conky[98434]: sh: 1: iwconfig: not found Feb 19 12:53:33 debian conky[98478]: sh: 1: iwconfig: not found Feb 19 12:53:33 debian conky[98482]: sh: 1: iwconfig: not found Feb 19 12:53:38 debian conky[98519]: sh: 1: iwconfig: not found Feb 19 12:53:43 debian conky[98556]: sh: 1: iwconfig: not found Feb 19 12:53:48 debian conky[98608]: sh: 1: iwconfig: not found Feb 19 12:53:53 debian conky[98653]: sh: 1: iwconfig: not found Feb 19 12:53:58 debian conky[98693]: sh: 1: iwconfig: not found Feb 19 12:54:03 debian conky[98736]: sh: 1: iwconfig: not found Feb 19 12:54:08 debian conky[98773]: sh: 1: iwconfig: not found Feb 19 12:54:13 debian conky[98819]: sh: 1: iwconfig: not found Feb 19 12:54:18 debian conky[98861]: sh: 1: iwconfig: not found Feb 19 12:54:23 debian conky[98906]: sh: 1: iwconfig: not found Feb 19 12:54:28 debian conky[98947]: sh: 1: iwconfig: not found Feb 19 12:54:33 debian conky[98992]: sh: 1: iwconfig: not found Feb 19 12:54:33 debian conky[98997]: sh: 1: iwconfig: not found Feb 19 12:54:38 debian conky[99036]: sh: 1: iwconfig: not found Feb 19 12:54:43 debian conky[99115]: sh: 1: iwconfig: not found Feb 19 12:54:48 debian conky[99161]: sh: 1: iwconfig: not found Feb 19 12:54:53 debian conky[99197]: sh: 1: iwconfig: not found Feb 19 12:54:58 debian conky[99243]: sh: 1: iwconfig: not found Feb 19 12:55:03 debian conky[99293]: sh: 1: iwconfig: not found Feb 19 12:55:08 debian conky[99330]: sh: 1: iwconfig: not found Feb 19 12:55:13 debian conky[99373]: sh: 1: iwconfig: not found Feb 19 12:55:18 debian conky[99417]: sh: 1: iwconfig: not found Feb 19 12:55:23 debian conky[99460]: sh: 1: iwconfig: not found Feb 19 12:55:28 debian conky[99502]: sh: 1: iwconfig: not found Feb 19 12:55:33 debian conky[99549]: sh: 1: iwconfig: not found Feb 19 12:55:33 debian conky[99554]: sh: 1: iwconfig: not found Feb 19 12:55:38 debian conky[99593]: sh: 1: iwconfig: not found Feb 19 12:55:43 debian conky[99630]: sh: 1: iwconfig: not found Feb 19 12:55:48 debian conky[99683]: sh: 1: iwconfig: not found Feb 19 12:55:53 debian conky[99722]: sh: 1: iwconfig: not found Feb 19 12:55:58 debian conky[99765]: sh: 1: iwconfig: not found Feb 19 12:56:03 debian conky[99802]: sh: 1: iwconfig: not found Feb 19 12:56:08 debian conky[99851]: sh: 1: iwconfig: not found Feb 19 12:56:13 debian conky[99891]: sh: 1: iwconfig: not found Feb 19 12:56:18 debian conky[99936]: sh: 1: iwconfig: not found Feb 19 12:56:23 debian conky[99981]: sh: 1: iwconfig: not found Feb 19 12:56:28 debian conky[100022]: sh: 1: iwconfig: not found Feb 19 12:56:33 debian conky[100062]: sh: 1: iwconfig: not found Feb 19 12:56:33 debian conky[100071]: sh: 1: iwconfig: not found Feb 19 12:56:38 debian conky[100110]: sh: 1: iwconfig: not found Feb 19 12:56:43 debian conky[100191]: sh: 1: iwconfig: not found Feb 19 12:56:48 debian conky[100231]: sh: 1: iwconfig: not found Feb 19 12:56:53 debian conky[100270]: sh: 1: iwconfig: not found Feb 19 12:56:58 debian conky[100319]: sh: 1: iwconfig: not found Feb 19 12:57:03 debian conky[100362]: sh: 1: iwconfig: not found Feb 19 12:57:08 debian conky[100399]: sh: 1: iwconfig: not found Feb 19 12:57:13 debian conky[100447]: sh: 1: iwconfig: not found Feb 19 12:57:18 debian conky[100488]: sh: 1: iwconfig: not found Feb 19 12:57:23 debian conky[100574]: sh: 1: iwconfig: not found Feb 19 12:57:28 debian conky[100615]: sh: 1: iwconfig: not found Feb 19 12:57:33 debian conky[100650]: sh: 1: iwconfig: not found Feb 19 12:57:33 debian conky[100664]: sh: 1: iwconfig: not found Feb 19 12:57:38 debian conky[100703]: sh: 1: iwconfig: not found Feb 19 12:57:43 debian conky[100748]: sh: 1: iwconfig: not found Feb 19 12:57:48 debian conky[100786]: sh: 1: iwconfig: not found Feb 19 12:57:53 debian conky[100834]: sh: 1: iwconfig: not found Feb 19 12:57:58 debian conky[100874]: sh: 1: iwconfig: not found Feb 19 12:58:03 debian conky[100918]: sh: 1: iwconfig: not found Feb 19 12:58:08 debian conky[100958]: sh: 1: iwconfig: not found Feb 19 12:58:13 debian conky[101001]: sh: 1: iwconfig: not found Feb 19 12:58:18 debian conky[101045]: sh: 1: iwconfig: not found Feb 19 12:58:23 debian conky[101088]: sh: 1: iwconfig: not found Feb 19 12:58:28 debian conky[101126]: sh: 1: iwconfig: not found Feb 19 12:58:33 debian conky[101169]: sh: 1: iwconfig: not found Feb 19 12:58:33 debian conky[101174]: sh: 1: iwconfig: not found Feb 19 12:58:38 debian conky[101214]: sh: 1: iwconfig: not found Feb 19 12:58:43 debian conky[101297]: sh: 1: iwconfig: not found Feb 19 12:58:48 debian conky[101337]: sh: 1: iwconfig: not found Feb 19 12:58:53 debian conky[101377]: sh: 1: iwconfig: not found Feb 19 12:58:58 debian conky[101428]: sh: 1: iwconfig: not found Feb 19 12:59:03 debian conky[101471]: sh: 1: iwconfig: not found Feb 19 12:59:08 debian conky[101511]: sh: 1: iwconfig: not found Feb 19 12:59:13 debian conky[101547]: sh: 1: iwconfig: not found Feb 19 12:59:18 debian conky[101596]: sh: 1: iwconfig: not found Feb 19 12:59:23 debian conky[101639]: sh: 1: iwconfig: not found Feb 19 12:59:28 debian conky[101681]: sh: 1: iwconfig: not found Feb 19 12:59:33 debian conky[101726]: sh: 1: iwconfig: not found Feb 19 12:59:33 debian conky[101729]: sh: 1: iwconfig: not found Feb 19 12:59:38 debian conky[101766]: sh: 1: iwconfig: not found Feb 19 12:59:43 debian conky[101815]: sh: 1: iwconfig: not found Feb 19 12:59:48 debian conky[101855]: sh: 1: iwconfig: not found Feb 19 12:59:53 debian conky[101892]: sh: 1: iwconfig: not found Feb 19 12:59:58 debian conky[101944]: sh: 1: iwconfig: not found Feb 19 13:00:03 debian conky[101987]: sh: 1: iwconfig: not found Feb 19 13:00:08 debian conky[102028]: sh: 1: iwconfig: not found Feb 19 13:00:13 debian conky[102072]: sh: 1: iwconfig: not found Feb 19 13:00:18 debian conky[102110]: sh: 1: iwconfig: not found Feb 19 13:00:23 debian conky[102159]: sh: 1: iwconfig: not found Feb 19 13:00:28 debian conky[102197]: sh: 1: iwconfig: not found Feb 19 13:00:33 debian conky[102242]: sh: 1: iwconfig: not found Feb 19 13:00:33 debian conky[102247]: sh: 1: iwconfig: not found Feb 19 13:00:38 debian conky[102288]: sh: 1: iwconfig: not found Feb 19 13:00:43 debian conky[102359]: sh: 1: iwconfig: not found Feb 19 13:00:48 debian conky[102409]: sh: 1: iwconfig: not found Feb 19 13:00:53 debian conky[102449]: sh: 1: iwconfig: not found Feb 19 13:00:58 debian conky[102496]: sh: 1: iwconfig: not found Feb 19 13:01:03 debian conky[102540]: sh: 1: iwconfig: not found Feb 19 13:01:08 debian conky[102577]: sh: 1: iwconfig: not found Feb 19 13:01:13 debian conky[102622]: sh: 1: iwconfig: not found Feb 19 13:01:18 debian conky[102661]: sh: 1: iwconfig: not found Feb 19 13:01:23 debian conky[102706]: sh: 1: iwconfig: not found Feb 19 13:01:28 debian conky[102750]: sh: 1: iwconfig: not found Feb 19 13:01:33 debian conky[102795]: sh: 1: iwconfig: not found Feb 19 13:01:33 debian conky[102800]: sh: 1: iwconfig: not found Feb 19 13:01:38 debian conky[102839]: sh: 1: iwconfig: not found Feb 19 13:01:43 debian conky[102884]: sh: 1: iwconfig: not found Feb 19 13:01:45 debian obs[7274]: info: --------------------------------- Feb 19 13:01:45 debian obs[7274]: info: [FFmpeg VAAPI encoder: 'advanced_video_recording'] settings: Feb 19 13:01:45 debian obs[7274]: device: /dev/dri/by-path/pci-0000:00:02.0-render Feb 19 13:01:45 debian obs[7274]: rate_control: CQP Feb 19 13:01:45 debian obs[7274]: profile: 578 Feb 19 13:01:45 debian obs[7274]: level: -99 Feb 19 13:01:45 debian obs[7274]: qp: 20 Feb 19 13:01:45 debian obs[7274]: bitrate: 0 Feb 19 13:01:45 debian obs[7274]: maxrate: 0 Feb 19 13:01:45 debian obs[7274]: keyint: 120 Feb 19 13:01:45 debian obs[7274]: width: 1920 Feb 19 13:01:45 debian obs[7274]: height: 1080 Feb 19 13:01:45 debian obs[7274]: b-frames: 0 Feb 19 13:01:45 debian obs[7274]: ffmpeg opts: Feb 19 13:01:45 debian obs[7274]: info: --------------------------------- Feb 19 13:01:45 debian obs[7274]: info: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: stereo Feb 19 13:01:45 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Using muxer settings: Feb 19 13:01:45 debian obs[7274]: movflags=frag_keyframe+empty_moov+delay_moov Feb 19 13:01:45 debian obs[7274]: info: ==== Recording Start =============================================== Feb 19 13:01:45 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/stanislav/Videos/2026-02-19 13-01-45.mp4'... Feb 19 13:01:48 debian conky[102947]: sh: 1: iwconfig: not found Feb 19 13:01:53 debian conky[102987]: sh: 1: iwconfig: not found Feb 19 13:01:58 debian conky[103032]: sh: 1: iwconfig: not found Feb 19 13:02:03 debian conky[103070]: sh: 1: iwconfig: not found Feb 19 13:02:08 debian conky[103115]: sh: 1: iwconfig: not found Feb 19 13:02:13 debian conky[103162]: sh: 1: iwconfig: not found Feb 19 13:02:18 debian conky[103221]: sh: 1: iwconfig: not found Feb 19 13:02:23 debian conky[103259]: sh: 1: iwconfig: not found Feb 19 13:02:28 debian conky[103306]: sh: 1: iwconfig: not found Feb 19 13:02:33 debian conky[103352]: sh: 1: iwconfig: not found Feb 19 13:02:33 debian conky[103355]: sh: 1: iwconfig: not found Feb 19 13:02:38 debian conky[103395]: sh: 1: iwconfig: not found Feb 19 13:02:43 debian conky[103470]: sh: 1: iwconfig: not found Feb 19 13:02:48 debian conky[103537]: sh: 1: iwconfig: not found Feb 19 13:02:53 debian conky[103579]: sh: 1: iwconfig: not found Feb 19 13:02:58 debian conky[103625]: sh: 1: iwconfig: not found Feb 19 13:03:03 debian conky[103668]: sh: 1: iwconfig: not found Feb 19 13:03:08 debian conky[103705]: sh: 1: iwconfig: not found Feb 19 13:03:13 debian conky[103748]: sh: 1: iwconfig: not found Feb 19 13:03:18 debian conky[103807]: sh: 1: iwconfig: not found Feb 19 13:03:23 debian conky[103855]: sh: 1: iwconfig: not found Feb 19 13:03:28 debian conky[103896]: sh: 1: iwconfig: not found Feb 19 13:03:33 debian conky[103932]: sh: 1: iwconfig: not found Feb 19 13:03:33 debian conky[103946]: sh: 1: iwconfig: not found Feb 19 13:03:38 debian conky[103985]: sh: 1: iwconfig: not found Feb 19 13:03:43 debian conky[104028]: sh: 1: iwconfig: not found Feb 19 13:03:48 debian conky[104087]: sh: 1: iwconfig: not found Feb 19 13:03:53 debian conky[104133]: sh: 1: iwconfig: not found Feb 19 13:03:58 debian conky[104170]: sh: 1: iwconfig: not found Feb 19 13:04:03 debian conky[104213]: sh: 1: iwconfig: not found Feb 19 13:04:08 debian conky[104258]: sh: 1: iwconfig: not found Feb 19 13:04:13 debian conky[104335]: sh: 1: iwconfig: not found Feb 19 13:04:18 debian conky[104393]: sh: 1: iwconfig: not found Feb 19 13:04:23 debian conky[104436]: sh: 1: iwconfig: not found Feb 19 13:04:28 debian conky[104479]: sh: 1: iwconfig: not found Feb 19 13:04:33 debian conky[104515]: sh: 1: iwconfig: not found Feb 19 13:04:33 debian conky[104533]: sh: 1: iwconfig: not found Feb 19 13:04:38 debian conky[104569]: sh: 1: iwconfig: not found Feb 19 13:04:43 debian conky[104655]: sh: 1: iwconfig: not found Feb 19 13:04:48 debian conky[104714]: sh: 1: iwconfig: not found Feb 19 13:04:53 debian conky[104758]: sh: 1: iwconfig: not found Feb 19 13:04:58 debian conky[104794]: sh: 1: iwconfig: not found Feb 19 13:05:03 debian conky[104837]: sh: 1: iwconfig: not found Feb 19 13:05:08 debian conky[104882]: sh: 1: iwconfig: not found Feb 19 13:05:13 debian conky[104922]: sh: 1: iwconfig: not found Feb 19 13:05:18 debian conky[104987]: sh: 1: iwconfig: not found Feb 19 13:05:23 debian conky[105028]: sh: 1: iwconfig: not found Feb 19 13:05:28 debian conky[105074]: sh: 1: iwconfig: not found Feb 19 13:05:33 debian conky[105123]: sh: 1: iwconfig: not found Feb 19 13:05:33 debian conky[105127]: sh: 1: iwconfig: not found Feb 19 13:05:38 debian conky[105160]: sh: 1: iwconfig: not found Feb 19 13:05:43 debian conky[105204]: sh: 1: iwconfig: not found Feb 19 13:05:48 debian conky[105269]: sh: 1: iwconfig: not found Feb 19 13:05:53 debian conky[105316]: sh: 1: iwconfig: not found Feb 19 13:05:58 debian conky[105358]: sh: 1: iwconfig: not found Feb 19 13:06:03 debian conky[105401]: sh: 1: iwconfig: not found Feb 19 13:06:08 debian conky[105441]: sh: 1: iwconfig: not found Feb 19 13:06:13 debian conky[105485]: sh: 1: iwconfig: not found Feb 19 13:06:18 debian conky[105544]: sh: 1: iwconfig: not found Feb 19 13:06:23 debian conky[105588]: sh: 1: iwconfig: not found Feb 19 13:06:28 debian conky[105628]: sh: 1: iwconfig: not found Feb 19 13:06:33 debian conky[105665]: sh: 1: iwconfig: not found Feb 19 13:06:33 debian conky[105679]: sh: 1: iwconfig: not found Feb 19 13:06:38 debian conky[105715]: sh: 1: iwconfig: not found Feb 19 13:06:43 debian conky[105789]: sh: 1: iwconfig: not found Feb 19 13:06:48 debian conky[105860]: sh: 1: iwconfig: not found Feb 19 13:06:53 debian conky[105897]: sh: 1: iwconfig: not found Feb 19 13:06:58 debian conky[105947]: sh: 1: iwconfig: not found Feb 19 13:07:03 debian conky[105993]: sh: 1: iwconfig: not found Feb 19 13:07:08 debian conky[106030]: sh: 1: iwconfig: not found Feb 19 13:07:13 debian conky[106069]: sh: 1: iwconfig: not found Feb 19 13:07:18 debian conky[106133]: sh: 1: iwconfig: not found Feb 19 13:07:23 debian conky[106171]: sh: 1: iwconfig: not found Feb 19 13:07:28 debian conky[106219]: sh: 1: iwconfig: not found Feb 19 13:07:33 debian conky[106259]: sh: 1: iwconfig: not found Feb 19 13:07:33 debian conky[106268]: sh: 1: iwconfig: not found Feb 19 13:07:38 debian conky[106308]: sh: 1: iwconfig: not found Feb 19 13:07:43 debian conky[106364]: sh: 1: iwconfig: not found Feb 19 13:07:48 debian conky[106425]: sh: 1: iwconfig: not found Feb 19 13:07:53 debian conky[106470]: sh: 1: iwconfig: not found Feb 19 13:07:58 debian conky[106512]: sh: 1: iwconfig: not found Feb 19 13:08:03 debian conky[106555]: sh: 1: iwconfig: not found Feb 19 13:08:08 debian conky[106595]: sh: 1: iwconfig: not found Feb 19 13:08:13 debian conky[106634]: sh: 1: iwconfig: not found Feb 19 13:08:18 debian conky[106695]: sh: 1: iwconfig: not found Feb 19 13:08:23 debian conky[106742]: sh: 1: iwconfig: not found Feb 19 13:08:28 debian conky[106780]: sh: 1: iwconfig: not found Feb 19 13:08:33 debian conky[106830]: sh: 1: iwconfig: not found Feb 19 13:08:33 debian conky[106834]: sh: 1: iwconfig: not found Feb 19 13:08:38 debian conky[106874]: sh: 1: iwconfig: not found Feb 19 13:08:43 debian conky[106944]: sh: 1: iwconfig: not found Feb 19 13:08:48 debian conky[107010]: sh: 1: iwconfig: not found Feb 19 13:08:53 debian conky[107054]: sh: 1: iwconfig: not found Feb 19 13:08:58 debian conky[107101]: sh: 1: iwconfig: not found Feb 19 13:09:03 debian conky[107144]: sh: 1: iwconfig: not found Feb 19 13:09:08 debian conky[107184]: sh: 1: iwconfig: not found Feb 19 13:09:13 debian conky[107232]: sh: 1: iwconfig: not found Feb 19 13:09:18 debian conky[107284]: sh: 1: iwconfig: not found Feb 19 13:09:23 debian conky[107332]: sh: 1: iwconfig: not found Feb 19 13:09:28 debian conky[107369]: sh: 1: iwconfig: not found Feb 19 13:09:33 debian conky[107415]: sh: 1: iwconfig: not found Feb 19 13:09:33 debian conky[107419]: sh: 1: iwconfig: not found Feb 19 13:09:38 debian conky[107462]: sh: 1: iwconfig: not found Feb 19 13:09:43 debian conky[107504]: sh: 1: iwconfig: not found Feb 19 13:09:48 debian conky[107570]: sh: 1: iwconfig: not found Feb 19 13:09:53 debian conky[107606]: sh: 1: iwconfig: not found Feb 19 13:09:58 debian conky[107656]: sh: 1: iwconfig: not found Feb 19 13:10:03 debian conky[107699]: sh: 1: iwconfig: not found Feb 19 13:10:08 debian conky[107739]: sh: 1: iwconfig: not found Feb 19 13:10:13 debian conky[107784]: sh: 1: iwconfig: not found Feb 19 13:10:18 debian conky[107843]: sh: 1: iwconfig: not found Feb 19 13:10:23 debian conky[107887]: sh: 1: iwconfig: not found Feb 19 13:10:28 debian conky[107921]: sh: 1: iwconfig: not found Feb 19 13:10:33 debian conky[107964]: sh: 1: iwconfig: not found Feb 19 13:10:33 debian conky[107977]: sh: 1: iwconfig: not found Feb 19 13:10:38 debian conky[108014]: sh: 1: iwconfig: not found Feb 19 13:10:43 debian conky[108089]: sh: 1: iwconfig: not found Feb 19 13:10:48 debian conky[108161]: sh: 1: iwconfig: not found Feb 19 13:10:53 debian conky[108200]: sh: 1: iwconfig: not found Feb 19 13:10:58 debian conky[108246]: sh: 1: iwconfig: not found Feb 19 13:11:03 debian conky[108286]: sh: 1: iwconfig: not found Feb 19 13:11:08 debian conky[108330]: sh: 1: iwconfig: not found Feb 19 13:11:13 debian conky[108363]: sh: 1: iwconfig: not found Feb 19 13:11:18 debian conky[108428]: sh: 1: iwconfig: not found Feb 19 13:11:23 debian conky[108476]: sh: 1: iwconfig: not found Feb 19 13:11:28 debian conky[108518]: sh: 1: iwconfig: not found Feb 19 13:11:33 debian conky[108563]: sh: 1: iwconfig: not found Feb 19 13:11:33 debian conky[108565]: sh: 1: iwconfig: not found Feb 19 13:11:38 debian conky[108605]: sh: 1: iwconfig: not found Feb 19 13:11:43 debian conky[108644]: sh: 1: iwconfig: not found Feb 19 13:11:48 debian conky[108712]: sh: 1: iwconfig: not found Feb 19 13:11:53 debian conky[108762]: sh: 1: iwconfig: not found Feb 19 13:11:58 debian conky[108797]: sh: 1: iwconfig: not found Feb 19 13:12:03 debian conky[108837]: sh: 1: iwconfig: not found Feb 19 13:12:08 debian conky[108881]: sh: 1: iwconfig: not found Feb 19 13:12:13 debian conky[108924]: sh: 1: iwconfig: not found Feb 19 13:12:18 debian conky[108987]: sh: 1: iwconfig: not found Feb 19 13:12:23 debian conky[109026]: sh: 1: iwconfig: not found Feb 19 13:12:28 debian conky[109068]: sh: 1: iwconfig: not found Feb 19 13:12:33 debian conky[109110]: sh: 1: iwconfig: not found Feb 19 13:12:33 debian conky[109115]: sh: 1: iwconfig: not found Feb 19 13:12:38 debian conky[109161]: sh: 1: iwconfig: not found Feb 19 13:12:43 debian conky[109231]: sh: 1: iwconfig: not found Feb 19 13:12:48 debian conky[109305]: sh: 1: iwconfig: not found Feb 19 13:12:53 debian conky[109349]: sh: 1: iwconfig: not found Feb 19 13:12:58 debian conky[109393]: sh: 1: iwconfig: not found Feb 19 13:13:03 debian conky[109437]: sh: 1: iwconfig: not found Feb 19 13:13:08 debian conky[109477]: sh: 1: iwconfig: not found Feb 19 13:13:13 debian conky[109516]: sh: 1: iwconfig: not found Feb 19 13:13:18 debian conky[109584]: sh: 1: iwconfig: not found Feb 19 13:13:23 debian conky[109627]: sh: 1: iwconfig: not found Feb 19 13:13:28 debian conky[109664]: sh: 1: iwconfig: not found Feb 19 13:13:33 debian conky[109703]: sh: 1: iwconfig: not found Feb 19 13:13:33 debian conky[109716]: sh: 1: iwconfig: not found Feb 19 13:13:38 debian conky[109768]: sh: 1: iwconfig: not found Feb 19 13:13:43 debian conky[109812]: sh: 1: iwconfig: not found Feb 19 13:13:48 debian conky[109876]: sh: 1: iwconfig: not found Feb 19 13:13:53 debian conky[109920]: sh: 1: iwconfig: not found Feb 19 13:13:58 debian conky[109962]: sh: 1: iwconfig: not found Feb 19 13:14:03 debian conky[110005]: sh: 1: iwconfig: not found Feb 19 13:14:08 debian conky[110043]: sh: 1: iwconfig: not found Feb 19 13:14:13 debian conky[110089]: sh: 1: iwconfig: not found Feb 19 13:14:18 debian conky[110149]: sh: 1: iwconfig: not found Feb 19 13:14:23 debian conky[110188]: sh: 1: iwconfig: not found Feb 19 13:14:28 debian conky[110234]: sh: 1: iwconfig: not found Feb 19 13:14:33 debian conky[110287]: sh: 1: iwconfig: not found Feb 19 13:14:33 debian conky[110312]: sh: 1: iwconfig: not found Feb 19 13:14:38 debian conky[110510]: sh: 1: iwconfig: not found Feb 19 13:14:43 debian conky[110587]: sh: 1: iwconfig: not found Feb 19 13:14:48 debian conky[110650]: sh: 1: iwconfig: not found Feb 19 13:14:53 debian conky[110696]: sh: 1: iwconfig: not found Feb 19 13:14:58 debian conky[110738]: sh: 1: iwconfig: not found Feb 19 13:15:03 debian conky[110822]: sh: 1: iwconfig: not found Feb 19 13:15:08 debian conky[110860]: sh: 1: iwconfig: not found Feb 19 13:15:13 debian conky[110899]: sh: 1: iwconfig: not found Feb 19 13:15:18 debian conky[110965]: sh: 1: iwconfig: not found Feb 19 13:15:23 debian conky[111006]: sh: 1: iwconfig: not found Feb 19 13:15:28 debian conky[111050]: sh: 1: iwconfig: not found Feb 19 13:15:33 debian conky[111086]: sh: 1: iwconfig: not found Feb 19 13:15:33 debian conky[111092]: sh: 1: iwconfig: not found Feb 19 13:15:38 debian conky[111138]: sh: 1: iwconfig: not found Feb 19 13:15:43 debian conky[111186]: sh: 1: iwconfig: not found Feb 19 13:15:48 debian conky[111248]: sh: 1: iwconfig: not found Feb 19 13:15:53 debian conky[111295]: sh: 1: iwconfig: not found Feb 19 13:15:58 debian conky[111335]: sh: 1: iwconfig: not found Feb 19 13:16:03 debian conky[111377]: sh: 1: iwconfig: not found Feb 19 13:16:08 debian conky[111420]: sh: 1: iwconfig: not found Feb 19 13:16:13 debian conky[111462]: sh: 1: iwconfig: not found Feb 19 13:16:18 debian conky[111518]: sh: 1: iwconfig: not found Feb 19 13:16:23 debian conky[111560]: sh: 1: iwconfig: not found Feb 19 13:16:28 debian conky[111605]: sh: 1: iwconfig: not found Feb 19 13:16:33 debian conky[111647]: sh: 1: iwconfig: not found Feb 19 13:16:33 debian conky[111656]: sh: 1: iwconfig: not found Feb 19 13:16:38 debian conky[111698]: sh: 1: iwconfig: not found Feb 19 13:16:43 debian conky[111780]: sh: 1: iwconfig: not found Feb 19 13:16:48 debian conky[111848]: sh: 1: iwconfig: not found Feb 19 13:16:53 debian conky[111895]: sh: 1: iwconfig: not found Feb 19 13:16:58 debian conky[111934]: sh: 1: iwconfig: not found Feb 19 13:17:03 debian conky[111975]: sh: 1: iwconfig: not found Feb 19 13:17:08 debian conky[112021]: sh: 1: iwconfig: not found Feb 19 13:17:13 debian conky[112067]: sh: 1: iwconfig: not found Feb 19 13:17:18 debian conky[112131]: sh: 1: iwconfig: not found Feb 19 13:17:23 debian conky[112171]: sh: 1: iwconfig: not found Feb 19 13:17:28 debian conky[112216]: sh: 1: iwconfig: not found Feb 19 13:17:33 debian conky[112259]: sh: 1: iwconfig: not found Feb 19 13:17:33 debian conky[112264]: sh: 1: iwconfig: not found Feb 19 13:17:38 debian conky[112307]: sh: 1: iwconfig: not found Feb 19 13:17:43 debian conky[112347]: sh: 1: iwconfig: not found Feb 19 13:17:48 debian conky[112405]: sh: 1: iwconfig: not found Feb 19 13:17:53 debian conky[112445]: sh: 1: iwconfig: not found Feb 19 13:17:58 debian conky[112492]: sh: 1: iwconfig: not found Feb 19 13:18:03 debian conky[112538]: sh: 1: iwconfig: not found Feb 19 13:18:08 debian conky[112575]: sh: 1: iwconfig: not found Feb 19 13:18:12 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 13:18:12 debian theme-switcher.sh[112604]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 13:18:12 debian theme-switcher.sh[112604]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 13:18:12 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 13:18:13 debian conky[112651]: sh: 1: iwconfig: not found Feb 19 13:18:18 debian conky[112705]: sh: 1: iwconfig: not found Feb 19 13:18:23 debian conky[112750]: sh: 1: iwconfig: not found Feb 19 13:18:28 debian conky[112794]: sh: 1: iwconfig: not found Feb 19 13:18:33 debian conky[112834]: sh: 1: iwconfig: not found Feb 19 13:18:33 debian conky[112841]: sh: 1: iwconfig: not found Feb 19 13:18:38 debian conky[112880]: sh: 1: iwconfig: not found Feb 19 13:18:43 debian conky[112953]: sh: 1: iwconfig: not found Feb 19 13:18:48 debian conky[113026]: sh: 1: iwconfig: not found Feb 19 13:18:53 debian conky[113068]: sh: 1: iwconfig: not found Feb 19 13:18:58 debian conky[113113]: sh: 1: iwconfig: not found Feb 19 13:19:03 debian conky[113156]: sh: 1: iwconfig: not found Feb 19 13:19:08 debian conky[113193]: sh: 1: iwconfig: not found Feb 19 13:19:13 debian conky[113240]: sh: 1: iwconfig: not found Feb 19 13:19:18 debian conky[113300]: sh: 1: iwconfig: not found Feb 19 13:19:23 debian conky[113343]: sh: 1: iwconfig: not found Feb 19 13:19:28 debian conky[113390]: sh: 1: iwconfig: not found Feb 19 13:19:33 debian conky[113435]: sh: 1: iwconfig: not found Feb 19 13:19:33 debian conky[113440]: sh: 1: iwconfig: not found Feb 19 13:19:38 debian conky[113480]: sh: 1: iwconfig: not found Feb 19 13:19:43 debian conky[113522]: sh: 1: iwconfig: not found Feb 19 13:19:48 debian conky[113590]: sh: 1: iwconfig: not found Feb 19 13:19:53 debian conky[113634]: sh: 1: iwconfig: not found Feb 19 13:19:58 debian conky[113675]: sh: 1: iwconfig: not found Feb 19 13:20:03 debian conky[113713]: sh: 1: iwconfig: not found Feb 19 13:20:08 debian conky[113758]: sh: 1: iwconfig: not found Feb 19 13:20:13 debian conky[113802]: sh: 1: iwconfig: not found Feb 19 13:20:18 debian conky[113859]: sh: 1: iwconfig: not found Feb 19 13:20:23 debian conky[113905]: sh: 1: iwconfig: not found Feb 19 13:20:28 debian conky[113942]: sh: 1: iwconfig: not found Feb 19 13:20:33 debian conky[113985]: sh: 1: iwconfig: not found Feb 19 13:20:33 debian conky[113995]: sh: 1: iwconfig: not found Feb 19 13:20:38 debian conky[114036]: sh: 1: iwconfig: not found Feb 19 13:20:43 debian conky[114115]: sh: 1: iwconfig: not found Feb 19 13:20:48 debian conky[114171]: sh: 1: iwconfig: not found Feb 19 13:20:53 debian conky[114211]: sh: 1: iwconfig: not found Feb 19 13:20:58 debian conky[114265]: sh: 1: iwconfig: not found Feb 19 13:21:03 debian conky[114308]: sh: 1: iwconfig: not found Feb 19 13:21:08 debian conky[114348]: sh: 1: iwconfig: not found Feb 19 13:21:13 debian conky[114391]: sh: 1: iwconfig: not found Feb 19 13:21:18 debian conky[114451]: sh: 1: iwconfig: not found Feb 19 13:21:23 debian conky[114489]: sh: 1: iwconfig: not found Feb 19 13:21:28 debian conky[114535]: sh: 1: iwconfig: not found Feb 19 13:21:33 debian conky[114577]: sh: 1: iwconfig: not found Feb 19 13:21:33 debian conky[114585]: sh: 1: iwconfig: not found Feb 19 13:21:38 debian conky[114624]: sh: 1: iwconfig: not found Feb 19 13:21:43 debian conky[114667]: sh: 1: iwconfig: not found Feb 19 13:21:48 debian conky[114732]: sh: 1: iwconfig: not found Feb 19 13:21:53 debian conky[114779]: sh: 1: iwconfig: not found Feb 19 13:21:58 debian conky[114817]: sh: 1: iwconfig: not found Feb 19 13:22:03 debian conky[114859]: sh: 1: iwconfig: not found Feb 19 13:22:08 debian conky[114903]: sh: 1: iwconfig: not found Feb 19 13:22:13 debian conky[114947]: sh: 1: iwconfig: not found Feb 19 13:22:18 debian conky[115004]: sh: 1: iwconfig: not found Feb 19 13:22:23 debian conky[115046]: sh: 1: iwconfig: not found Feb 19 13:22:28 debian conky[115087]: sh: 1: iwconfig: not found Feb 19 13:22:33 debian conky[115134]: sh: 1: iwconfig: not found Feb 19 13:22:33 debian conky[115141]: sh: 1: iwconfig: not found Feb 19 13:22:38 debian conky[115179]: sh: 1: iwconfig: not found Feb 19 13:22:43 debian conky[115259]: sh: 1: iwconfig: not found Feb 19 13:22:48 debian conky[115322]: sh: 1: iwconfig: not found Feb 19 13:22:53 debian conky[115366]: sh: 1: iwconfig: not found Feb 19 13:22:58 debian conky[115405]: sh: 1: iwconfig: not found Feb 19 13:23:03 debian conky[115440]: sh: 1: iwconfig: not found Feb 19 13:23:08 debian conky[115485]: sh: 1: iwconfig: not found Feb 19 13:23:13 debian conky[115534]: sh: 1: iwconfig: not found Feb 19 13:23:18 debian conky[115589]: sh: 1: iwconfig: not found Feb 19 13:23:23 debian conky[115638]: sh: 1: iwconfig: not found Feb 19 13:23:28 debian conky[115677]: sh: 1: iwconfig: not found Feb 19 13:23:33 debian conky[115712]: sh: 1: iwconfig: not found Feb 19 13:23:33 debian conky[115727]: sh: 1: iwconfig: not found Feb 19 13:23:38 debian conky[115768]: sh: 1: iwconfig: not found Feb 19 13:23:43 debian conky[115812]: sh: 1: iwconfig: not found Feb 19 13:23:48 debian conky[115874]: sh: 1: iwconfig: not found Feb 19 13:23:53 debian conky[115918]: sh: 1: iwconfig: not found Feb 19 13:23:58 debian conky[115952]: sh: 1: iwconfig: not found Feb 19 13:24:03 debian conky[116001]: sh: 1: iwconfig: not found Feb 19 13:24:08 debian conky[116042]: sh: 1: iwconfig: not found Feb 19 13:24:13 debian conky[116085]: sh: 1: iwconfig: not found Feb 19 13:24:18 debian conky[116146]: sh: 1: iwconfig: not found Feb 19 13:24:23 debian conky[116181]: sh: 1: iwconfig: not found Feb 19 13:24:28 debian conky[116230]: sh: 1: iwconfig: not found Feb 19 13:24:31 debian kded6[2296]: Failed to stat /proc/116247 No such file or directory Feb 19 13:24:33 debian conky[116267]: sh: 1: iwconfig: not found Feb 19 13:24:33 debian conky[116280]: sh: 1: iwconfig: not found Feb 19 13:24:38 debian conky[116320]: sh: 1: iwconfig: not found Feb 19 13:24:43 debian conky[116397]: sh: 1: iwconfig: not found Feb 19 13:24:48 debian conky[116462]: sh: 1: iwconfig: not found Feb 19 13:24:53 debian conky[116510]: sh: 1: iwconfig: not found Feb 19 13:24:58 debian conky[116561]: sh: 1: iwconfig: not found Feb 19 13:25:03 debian conky[116604]: sh: 1: iwconfig: not found Feb 19 13:25:08 debian conky[116645]: sh: 1: iwconfig: not found Feb 19 13:25:13 debian conky[116698]: sh: 1: iwconfig: not found Feb 19 13:25:18 debian conky[116754]: sh: 1: iwconfig: not found Feb 19 13:25:23 debian conky[116800]: sh: 1: iwconfig: not found Feb 19 13:25:28 debian conky[116840]: sh: 1: iwconfig: not found Feb 19 13:25:33 debian conky[116885]: sh: 1: iwconfig: not found Feb 19 13:25:33 debian conky[116889]: sh: 1: iwconfig: not found Feb 19 13:25:38 debian conky[116929]: sh: 1: iwconfig: not found Feb 19 13:25:43 debian conky[116973]: sh: 1: iwconfig: not found Feb 19 13:25:48 debian conky[117037]: sh: 1: iwconfig: not found Feb 19 13:25:53 debian conky[117081]: sh: 1: iwconfig: not found Feb 19 13:25:58 debian conky[117122]: sh: 1: iwconfig: not found Feb 19 13:26:03 debian conky[117172]: sh: 1: iwconfig: not found Feb 19 13:26:08 debian conky[117202]: sh: 1: iwconfig: not found Feb 19 13:26:13 debian conky[117248]: sh: 1: iwconfig: not found Feb 19 13:26:18 debian conky[117313]: sh: 1: iwconfig: not found Feb 19 13:26:23 debian conky[117356]: sh: 1: iwconfig: not found Feb 19 13:26:28 debian conky[117396]: sh: 1: iwconfig: not found Feb 19 13:26:33 debian conky[117440]: sh: 1: iwconfig: not found Feb 19 13:26:33 debian conky[117445]: sh: 1: iwconfig: not found Feb 19 13:26:38 debian conky[117485]: sh: 1: iwconfig: not found Feb 19 13:26:43 debian conky[117555]: sh: 1: iwconfig: not found Feb 19 13:26:48 debian conky[117625]: sh: 1: iwconfig: not found Feb 19 13:26:53 debian conky[117672]: sh: 1: iwconfig: not found Feb 19 13:26:58 debian conky[117709]: sh: 1: iwconfig: not found Feb 19 13:27:03 debian conky[117757]: sh: 1: iwconfig: not found Feb 19 13:27:08 debian conky[117794]: sh: 1: iwconfig: not found Feb 19 13:27:13 debian conky[117842]: sh: 1: iwconfig: not found Feb 19 13:27:18 debian conky[117900]: sh: 1: iwconfig: not found Feb 19 13:27:23 debian conky[117950]: sh: 1: iwconfig: not found Feb 19 13:27:28 debian conky[117987]: sh: 1: iwconfig: not found Feb 19 13:27:33 debian conky[118030]: sh: 1: iwconfig: not found Feb 19 13:27:33 debian conky[118035]: sh: 1: iwconfig: not found Feb 19 13:27:38 debian conky[118072]: sh: 1: iwconfig: not found Feb 19 13:27:43 debian conky[118110]: sh: 1: iwconfig: not found Feb 19 13:27:48 debian conky[118182]: sh: 1: iwconfig: not found Feb 19 13:27:53 debian conky[118226]: sh: 1: iwconfig: not found Feb 19 13:27:58 debian conky[118262]: sh: 1: iwconfig: not found Feb 19 13:28:03 debian conky[118306]: sh: 1: iwconfig: not found Feb 19 13:28:08 debian conky[118347]: sh: 1: iwconfig: not found Feb 19 13:28:13 debian conky[118384]: sh: 1: iwconfig: not found Feb 19 13:28:18 debian conky[118450]: sh: 1: iwconfig: not found Feb 19 13:28:23 debian conky[118490]: sh: 1: iwconfig: not found Feb 19 13:28:28 debian conky[118538]: sh: 1: iwconfig: not found Feb 19 13:28:33 debian conky[118573]: sh: 1: iwconfig: not found Feb 19 13:28:33 debian conky[118585]: sh: 1: iwconfig: not found Feb 19 13:28:38 debian conky[118627]: sh: 1: iwconfig: not found Feb 19 13:28:43 debian conky[118702]: sh: 1: iwconfig: not found Feb 19 13:28:48 debian conky[118768]: sh: 1: iwconfig: not found Feb 19 13:28:53 debian conky[118815]: sh: 1: iwconfig: not found Feb 19 13:28:58 debian conky[118850]: sh: 1: iwconfig: not found Feb 19 13:29:03 debian conky[118893]: sh: 1: iwconfig: not found Feb 19 13:29:08 debian conky[118933]: sh: 1: iwconfig: not found Feb 19 13:29:13 debian conky[118975]: sh: 1: iwconfig: not found Feb 19 13:29:18 debian conky[119038]: sh: 1: iwconfig: not found Feb 19 13:29:23 debian conky[119081]: sh: 1: iwconfig: not found Feb 19 13:29:28 debian conky[119122]: sh: 1: iwconfig: not found Feb 19 13:29:33 debian conky[119164]: sh: 1: iwconfig: not found Feb 19 13:29:33 debian conky[119172]: sh: 1: iwconfig: not found Feb 19 13:29:38 debian conky[119214]: sh: 1: iwconfig: not found Feb 19 13:29:43 debian conky[119261]: sh: 1: iwconfig: not found Feb 19 13:29:48 debian conky[119317]: sh: 1: iwconfig: not found Feb 19 13:29:53 debian conky[119362]: sh: 1: iwconfig: not found Feb 19 13:29:58 debian conky[119404]: sh: 1: iwconfig: not found Feb 19 13:30:03 debian conky[119453]: sh: 1: iwconfig: not found Feb 19 13:30:08 debian conky[119493]: sh: 1: iwconfig: not found Feb 19 13:30:13 debian conky[119536]: sh: 1: iwconfig: not found Feb 19 13:30:18 debian conky[119596]: sh: 1: iwconfig: not found Feb 19 13:30:23 debian conky[119640]: sh: 1: iwconfig: not found Feb 19 13:30:28 debian conky[119680]: sh: 1: iwconfig: not found Feb 19 13:30:33 debian conky[119724]: sh: 1: iwconfig: not found Feb 19 13:30:33 debian conky[119730]: sh: 1: iwconfig: not found Feb 19 13:30:38 debian conky[119769]: sh: 1: iwconfig: not found Feb 19 13:30:43 debian conky[119853]: sh: 1: iwconfig: not found Feb 19 13:30:48 debian conky[119915]: sh: 1: iwconfig: not found Feb 19 13:30:53 debian conky[119955]: sh: 1: iwconfig: not found Feb 19 13:30:58 debian conky[120000]: sh: 1: iwconfig: not found Feb 19 13:31:03 debian conky[120044]: sh: 1: iwconfig: not found Feb 19 13:31:08 debian conky[120080]: sh: 1: iwconfig: not found Feb 19 13:31:13 debian conky[120129]: sh: 1: iwconfig: not found Feb 19 13:31:18 debian conky[120190]: sh: 1: iwconfig: not found Feb 19 13:31:23 debian conky[120229]: sh: 1: iwconfig: not found Feb 19 13:31:28 debian conky[120276]: sh: 1: iwconfig: not found Feb 19 13:31:33 debian conky[120319]: sh: 1: iwconfig: not found Feb 19 13:31:33 debian conky[120324]: sh: 1: iwconfig: not found Feb 19 13:31:38 debian conky[120364]: sh: 1: iwconfig: not found Feb 19 13:31:43 debian conky[120403]: sh: 1: iwconfig: not found Feb 19 13:31:48 debian conky[120471]: sh: 1: iwconfig: not found Feb 19 13:31:53 debian conky[120515]: sh: 1: iwconfig: not found Feb 19 13:31:58 debian conky[120556]: sh: 1: iwconfig: not found Feb 19 13:32:03 debian conky[120602]: sh: 1: iwconfig: not found Feb 19 13:32:08 debian conky[120634]: sh: 1: iwconfig: not found Feb 19 13:32:13 debian conky[120682]: sh: 1: iwconfig: not found Feb 19 13:32:18 debian conky[120742]: sh: 1: iwconfig: not found Feb 19 13:32:23 debian conky[120784]: sh: 1: iwconfig: not found Feb 19 13:32:28 debian conky[120830]: sh: 1: iwconfig: not found Feb 19 13:32:33 debian conky[120865]: sh: 1: iwconfig: not found Feb 19 13:32:33 debian conky[120873]: sh: 1: iwconfig: not found Feb 19 13:32:38 debian conky[120918]: sh: 1: iwconfig: not found Feb 19 13:32:43 debian conky[120988]: sh: 1: iwconfig: not found Feb 19 13:32:48 debian conky[121059]: sh: 1: iwconfig: not found Feb 19 13:32:53 debian conky[121103]: sh: 1: iwconfig: not found Feb 19 13:32:58 debian conky[121144]: sh: 1: iwconfig: not found Feb 19 13:33:03 debian conky[121188]: sh: 1: iwconfig: not found Feb 19 13:33:08 debian conky[121232]: sh: 1: iwconfig: not found Feb 19 13:33:13 debian conky[121273]: sh: 1: iwconfig: not found Feb 19 13:33:18 debian conky[121338]: sh: 1: iwconfig: not found Feb 19 13:33:23 debian conky[121375]: sh: 1: iwconfig: not found Feb 19 13:33:28 debian conky[121424]: sh: 1: iwconfig: not found Feb 19 13:33:33 debian conky[121467]: sh: 1: iwconfig: not found Feb 19 13:33:33 debian conky[121471]: sh: 1: iwconfig: not found Feb 19 13:33:38 debian conky[121509]: sh: 1: iwconfig: not found Feb 19 13:33:43 debian conky[121556]: sh: 1: iwconfig: not found Feb 19 13:33:48 debian conky[121613]: sh: 1: iwconfig: not found Feb 19 13:33:53 debian conky[121653]: sh: 1: iwconfig: not found Feb 19 13:33:58 debian conky[121700]: sh: 1: iwconfig: not found Feb 19 13:34:03 debian conky[121746]: sh: 1: iwconfig: not found Feb 19 13:34:08 debian conky[121786]: sh: 1: iwconfig: not found Feb 19 13:34:13 debian conky[121825]: sh: 1: iwconfig: not found Feb 19 13:34:18 debian conky[121886]: sh: 1: iwconfig: not found Feb 19 13:34:23 debian conky[121931]: sh: 1: iwconfig: not found Feb 19 13:34:28 debian conky[121977]: sh: 1: iwconfig: not found Feb 19 13:34:33 debian conky[122012]: sh: 1: iwconfig: not found Feb 19 13:34:33 debian conky[122022]: sh: 1: iwconfig: not found Feb 19 13:34:38 debian conky[122064]: sh: 1: iwconfig: not found Feb 19 13:34:43 debian conky[122147]: sh: 1: iwconfig: not found Feb 19 13:34:48 debian conky[122209]: sh: 1: iwconfig: not found Feb 19 13:34:53 debian conky[122253]: sh: 1: iwconfig: not found Feb 19 13:34:58 debian conky[122294]: sh: 1: iwconfig: not found Feb 19 13:35:03 debian conky[122332]: sh: 1: iwconfig: not found Feb 19 13:35:08 debian conky[122378]: sh: 1: iwconfig: not found Feb 19 13:35:13 debian conky[122420]: sh: 1: iwconfig: not found Feb 19 13:35:18 debian conky[122484]: sh: 1: iwconfig: not found Feb 19 13:35:23 debian conky[122523]: sh: 1: iwconfig: not found Feb 19 13:35:28 debian conky[122565]: sh: 1: iwconfig: not found Feb 19 13:35:33 debian conky[122615]: sh: 1: iwconfig: not found Feb 19 13:35:33 debian conky[122620]: sh: 1: iwconfig: not found Feb 19 13:35:38 debian conky[122663]: sh: 1: iwconfig: not found Feb 19 13:35:43 debian conky[122699]: sh: 1: iwconfig: not found Feb 19 13:35:48 debian conky[122768]: sh: 1: iwconfig: not found Feb 19 13:35:53 debian conky[122817]: sh: 1: iwconfig: not found Feb 19 13:35:58 debian conky[122851]: sh: 1: iwconfig: not found Feb 19 13:36:03 debian conky[122889]: sh: 1: iwconfig: not found Feb 19 13:36:08 debian conky[122939]: sh: 1: iwconfig: not found Feb 19 13:36:13 debian conky[122983]: sh: 1: iwconfig: not found Feb 19 13:36:18 debian conky[123043]: sh: 1: iwconfig: not found Feb 19 13:36:23 debian conky[123089]: sh: 1: iwconfig: not found Feb 19 13:36:28 debian conky[123127]: sh: 1: iwconfig: not found Feb 19 13:36:33 debian conky[123170]: sh: 1: iwconfig: not found Feb 19 13:36:33 debian conky[123174]: sh: 1: iwconfig: not found Feb 19 13:36:38 debian conky[123212]: sh: 1: iwconfig: not found Feb 19 13:36:43 debian conky[123292]: sh: 1: iwconfig: not found Feb 19 13:36:48 debian conky[123357]: sh: 1: iwconfig: not found Feb 19 13:36:53 debian conky[123402]: sh: 1: iwconfig: not found Feb 19 13:36:58 debian conky[123441]: sh: 1: iwconfig: not found Feb 19 13:37:03 debian conky[123488]: sh: 1: iwconfig: not found Feb 19 13:37:08 debian conky[123523]: sh: 1: iwconfig: not found Feb 19 13:37:13 debian conky[123567]: sh: 1: iwconfig: not found Feb 19 13:37:18 debian conky[123628]: sh: 1: iwconfig: not found Feb 19 13:37:23 debian conky[123667]: sh: 1: iwconfig: not found Feb 19 13:37:28 debian conky[123706]: sh: 1: iwconfig: not found Feb 19 13:37:33 debian conky[123746]: sh: 1: iwconfig: not found Feb 19 13:37:33 debian conky[123761]: sh: 1: iwconfig: not found Feb 19 13:37:38 debian conky[123799]: sh: 1: iwconfig: not found Feb 19 13:37:43 debian conky[123843]: sh: 1: iwconfig: not found Feb 19 13:37:48 debian conky[123905]: sh: 1: iwconfig: not found Feb 19 13:37:53 debian conky[123948]: sh: 1: iwconfig: not found Feb 19 13:37:58 debian conky[123990]: sh: 1: iwconfig: not found Feb 19 13:38:03 debian conky[124034]: sh: 1: iwconfig: not found Feb 19 13:38:08 debian conky[124078]: sh: 1: iwconfig: not found Feb 19 13:38:13 debian conky[124121]: sh: 1: iwconfig: not found Feb 19 13:38:18 debian conky[124178]: sh: 1: iwconfig: not found Feb 19 13:38:23 debian conky[124228]: sh: 1: iwconfig: not found Feb 19 13:38:28 debian conky[124265]: sh: 1: iwconfig: not found Feb 19 13:38:33 debian conky[124309]: sh: 1: iwconfig: not found Feb 19 13:38:33 debian conky[124313]: sh: 1: iwconfig: not found Feb 19 13:38:38 debian conky[124353]: sh: 1: iwconfig: not found Feb 19 13:38:43 debian conky[124436]: sh: 1: iwconfig: not found Feb 19 13:38:48 debian conky[124498]: sh: 1: iwconfig: not found Feb 19 13:38:53 debian conky[124554]: sh: 1: iwconfig: not found Feb 19 13:38:58 debian conky[124593]: sh: 1: iwconfig: not found Feb 19 13:39:03 debian conky[124638]: sh: 1: iwconfig: not found Feb 19 13:39:08 debian conky[124678]: sh: 1: iwconfig: not found Feb 19 13:39:13 debian conky[124717]: sh: 1: iwconfig: not found Feb 19 13:39:18 debian conky[124781]: sh: 1: iwconfig: not found Feb 19 13:39:23 debian conky[124821]: sh: 1: iwconfig: not found Feb 19 13:39:28 debian conky[124865]: sh: 1: iwconfig: not found Feb 19 13:39:33 debian conky[124904]: sh: 1: iwconfig: not found Feb 19 13:39:33 debian conky[124913]: sh: 1: iwconfig: not found Feb 19 13:39:38 debian conky[124951]: sh: 1: iwconfig: not found Feb 19 13:39:43 debian conky[125000]: sh: 1: iwconfig: not found Feb 19 13:39:48 debian conky[125062]: sh: 1: iwconfig: not found Feb 19 13:39:53 debian conky[125108]: sh: 1: iwconfig: not found Feb 19 13:39:58 debian conky[125147]: sh: 1: iwconfig: not found Feb 19 13:40:03 debian conky[125181]: sh: 1: iwconfig: not found Feb 19 13:40:08 debian conky[125230]: sh: 1: iwconfig: not found Feb 19 13:40:13 debian conky[125272]: sh: 1: iwconfig: not found Feb 19 13:40:18 debian conky[125333]: sh: 1: iwconfig: not found Feb 19 13:40:23 debian conky[125376]: sh: 1: iwconfig: not found Feb 19 13:40:28 debian conky[125417]: sh: 1: iwconfig: not found Feb 19 13:40:33 debian conky[125461]: sh: 1: iwconfig: not found Feb 19 13:40:33 debian conky[125466]: sh: 1: iwconfig: not found Feb 19 13:40:38 debian conky[125506]: sh: 1: iwconfig: not found Feb 19 13:40:43 debian conky[125587]: sh: 1: iwconfig: not found Feb 19 13:40:48 debian conky[125649]: sh: 1: iwconfig: not found Feb 19 13:40:53 debian conky[125685]: sh: 1: iwconfig: not found Feb 19 13:40:58 debian conky[125731]: sh: 1: iwconfig: not found Feb 19 13:41:03 debian conky[125773]: sh: 1: iwconfig: not found Feb 19 13:41:08 debian conky[125814]: sh: 1: iwconfig: not found Feb 19 13:41:13 debian conky[125866]: sh: 1: iwconfig: not found Feb 19 13:41:18 debian conky[125923]: sh: 1: iwconfig: not found Feb 19 13:41:23 debian conky[125962]: sh: 1: iwconfig: not found Feb 19 13:41:28 debian conky[126006]: sh: 1: iwconfig: not found Feb 19 13:41:33 debian conky[126041]: sh: 1: iwconfig: not found Feb 19 13:41:33 debian conky[126048]: sh: 1: iwconfig: not found Feb 19 13:41:38 debian conky[126095]: sh: 1: iwconfig: not found Feb 19 13:41:43 debian conky[126139]: sh: 1: iwconfig: not found Feb 19 13:41:48 debian conky[126201]: sh: 1: iwconfig: not found Feb 19 13:41:53 debian conky[126248]: sh: 1: iwconfig: not found Feb 19 13:41:58 debian conky[126288]: sh: 1: iwconfig: not found Feb 19 13:42:03 debian conky[126327]: sh: 1: iwconfig: not found Feb 19 13:42:08 debian conky[126371]: sh: 1: iwconfig: not found Feb 19 13:42:13 debian conky[126410]: sh: 1: iwconfig: not found Feb 19 13:42:18 debian conky[126474]: sh: 1: iwconfig: not found Feb 19 13:42:23 debian conky[126506]: sh: 1: iwconfig: not found Feb 19 13:42:28 debian conky[126557]: sh: 1: iwconfig: not found Feb 19 13:42:33 debian conky[126594]: sh: 1: iwconfig: not found Feb 19 13:42:33 debian conky[126609]: sh: 1: iwconfig: not found Feb 19 13:42:38 debian conky[126643]: sh: 1: iwconfig: not found Feb 19 13:42:43 debian conky[126725]: sh: 1: iwconfig: not found Feb 19 13:42:48 debian conky[126788]: sh: 1: iwconfig: not found Feb 19 13:42:53 debian conky[126833]: sh: 1: iwconfig: not found Feb 19 13:42:58 debian conky[126870]: sh: 1: iwconfig: not found Feb 19 13:43:03 debian conky[126911]: sh: 1: iwconfig: not found Feb 19 13:43:08 debian conky[126956]: sh: 1: iwconfig: not found Feb 19 13:43:13 debian conky[126999]: sh: 1: iwconfig: not found Feb 19 13:43:18 debian conky[127056]: sh: 1: iwconfig: not found Feb 19 13:43:23 debian conky[127101]: sh: 1: iwconfig: not found Feb 19 13:43:28 debian conky[127142]: sh: 1: iwconfig: not found Feb 19 13:43:33 debian conky[127183]: sh: 1: iwconfig: not found Feb 19 13:43:33 debian conky[127187]: sh: 1: iwconfig: not found Feb 19 13:43:38 debian conky[127235]: sh: 1: iwconfig: not found Feb 19 13:43:43 debian conky[127274]: sh: 1: iwconfig: not found Feb 19 13:43:48 debian conky[127340]: sh: 1: iwconfig: not found Feb 19 13:43:53 debian conky[127385]: sh: 1: iwconfig: not found Feb 19 13:43:58 debian conky[127427]: sh: 1: iwconfig: not found Feb 19 13:44:03 debian conky[127462]: sh: 1: iwconfig: not found Feb 19 13:44:08 debian conky[127511]: sh: 1: iwconfig: not found Feb 19 13:44:13 debian conky[127552]: sh: 1: iwconfig: not found Feb 19 13:44:18 debian conky[127617]: sh: 1: iwconfig: not found Feb 19 13:44:23 debian conky[127662]: sh: 1: iwconfig: not found Feb 19 13:44:28 debian conky[127701]: sh: 1: iwconfig: not found Feb 19 13:44:31 debian kded6[2296]: Failed to stat /proc/127720 No such file or directory Feb 19 13:44:31 debian kded6[2296]: Failed to stat /proc/127721 No such file or directory Feb 19 13:44:31 debian kded6[2296]: Failed to stat /proc/127722 No such file or directory Feb 19 13:44:31 debian kded6[2296]: Failed to stat /proc/127724 No such file or directory Feb 19 13:44:33 debian conky[127737]: sh: 1: iwconfig: not found Feb 19 13:44:33 debian conky[127741]: sh: 1: iwconfig: not found Feb 19 13:44:38 debian conky[127895]: sh: 1: iwconfig: not found Feb 19 13:44:43 debian conky[127992]: sh: 1: iwconfig: not found Feb 19 13:44:48 debian conky[128061]: sh: 1: iwconfig: not found Feb 19 13:44:53 debian conky[128099]: sh: 1: iwconfig: not found Feb 19 13:44:58 debian conky[128148]: sh: 1: iwconfig: not found Feb 19 13:45:03 debian conky[128230]: sh: 1: iwconfig: not found Feb 19 13:45:08 debian conky[128271]: sh: 1: iwconfig: not found Feb 19 13:45:13 debian conky[128319]: sh: 1: iwconfig: not found Feb 19 13:45:18 debian conky[128375]: sh: 1: iwconfig: not found Feb 19 13:45:23 debian conky[128421]: sh: 1: iwconfig: not found Feb 19 13:45:28 debian conky[128458]: sh: 1: iwconfig: not found Feb 19 13:45:33 debian conky[128504]: sh: 1: iwconfig: not found Feb 19 13:45:33 debian conky[128508]: sh: 1: iwconfig: not found Feb 19 13:45:38 debian conky[128549]: sh: 1: iwconfig: not found Feb 19 13:45:43 debian conky[128592]: sh: 1: iwconfig: not found Feb 19 13:45:48 debian conky[128655]: sh: 1: iwconfig: not found Feb 19 13:45:53 debian conky[128701]: sh: 1: iwconfig: not found Feb 19 13:45:58 debian conky[128739]: sh: 1: iwconfig: not found Feb 19 13:46:03 debian conky[128781]: sh: 1: iwconfig: not found Feb 19 13:46:08 debian conky[128820]: sh: 1: iwconfig: not found Feb 19 13:46:13 debian conky[128871]: sh: 1: iwconfig: not found Feb 19 13:46:18 debian conky[128927]: sh: 1: iwconfig: not found Feb 19 13:46:23 debian conky[128974]: sh: 1: iwconfig: not found Feb 19 13:46:28 debian conky[129014]: sh: 1: iwconfig: not found Feb 19 13:46:33 debian conky[129058]: sh: 1: iwconfig: not found Feb 19 13:46:33 debian conky[129063]: sh: 1: iwconfig: not found Feb 19 13:46:38 debian conky[129100]: sh: 1: iwconfig: not found Feb 19 13:46:43 debian conky[129178]: sh: 1: iwconfig: not found Feb 19 13:46:48 debian conky[129239]: sh: 1: iwconfig: not found Feb 19 13:46:53 debian conky[129290]: sh: 1: iwconfig: not found Feb 19 13:46:58 debian conky[129325]: sh: 1: iwconfig: not found Feb 19 13:47:03 debian conky[129365]: sh: 1: iwconfig: not found Feb 19 13:47:08 debian conky[129413]: sh: 1: iwconfig: not found Feb 19 13:47:13 debian conky[129455]: sh: 1: iwconfig: not found Feb 19 13:47:18 debian conky[129517]: sh: 1: iwconfig: not found Feb 19 13:47:23 debian conky[129554]: sh: 1: iwconfig: not found Feb 19 13:47:28 debian conky[129603]: sh: 1: iwconfig: not found Feb 19 13:47:33 debian conky[129637]: sh: 1: iwconfig: not found Feb 19 13:47:33 debian conky[129650]: sh: 1: iwconfig: not found Feb 19 13:47:38 debian conky[129691]: sh: 1: iwconfig: not found Feb 19 13:47:43 debian conky[129725]: sh: 1: iwconfig: not found Feb 19 13:47:48 debian conky[129795]: sh: 1: iwconfig: not found Feb 19 13:47:53 debian conky[129835]: sh: 1: iwconfig: not found Feb 19 13:47:58 debian conky[129881]: sh: 1: iwconfig: not found Feb 19 13:48:03 debian conky[129923]: sh: 1: iwconfig: not found Feb 19 13:48:08 debian conky[129967]: sh: 1: iwconfig: not found Feb 19 13:48:13 debian conky[130006]: sh: 1: iwconfig: not found Feb 19 13:48:18 debian conky[130068]: sh: 1: iwconfig: not found Feb 19 13:48:23 debian conky[130114]: sh: 1: iwconfig: not found Feb 19 13:48:28 debian conky[130157]: sh: 1: iwconfig: not found Feb 19 13:48:33 debian conky[130196]: sh: 1: iwconfig: not found Feb 19 13:48:33 debian conky[130200]: sh: 1: iwconfig: not found Feb 19 13:48:38 debian conky[130244]: sh: 1: iwconfig: not found Feb 19 13:48:43 debian conky[130320]: sh: 1: iwconfig: not found Feb 19 13:48:48 debian conky[130384]: sh: 1: iwconfig: not found Feb 19 13:48:53 debian conky[130431]: sh: 1: iwconfig: not found Feb 19 13:48:58 debian conky[130468]: sh: 1: iwconfig: not found Feb 19 13:49:03 debian conky[130510]: sh: 1: iwconfig: not found Feb 19 13:49:08 debian conky[130551]: sh: 1: iwconfig: not found Feb 19 13:49:13 debian conky[130597]: sh: 1: iwconfig: not found Feb 19 13:49:18 debian conky[130654]: sh: 1: iwconfig: not found Feb 19 13:49:23 debian conky[130693]: sh: 1: iwconfig: not found Feb 19 13:49:28 debian conky[130739]: sh: 1: iwconfig: not found Feb 19 13:49:33 debian conky[130776]: sh: 1: iwconfig: not found Feb 19 13:49:33 debian conky[130785]: sh: 1: iwconfig: not found Feb 19 13:49:38 debian conky[130828]: sh: 1: iwconfig: not found Feb 19 13:49:43 debian conky[130865]: sh: 1: iwconfig: not found Feb 19 13:49:48 debian conky[130935]: sh: 1: iwconfig: not found Feb 19 13:49:53 debian conky[130984]: sh: 1: iwconfig: not found Feb 19 13:49:58 debian conky[131024]: sh: 1: iwconfig: not found Feb 19 13:50:03 debian conky[131067]: sh: 1: iwconfig: not found Feb 19 13:50:08 debian conky[131101]: sh: 1: iwconfig: not found Feb 19 13:50:13 debian conky[131142]: sh: 1: iwconfig: not found Feb 19 13:50:18 debian conky[131207]: sh: 1: iwconfig: not found Feb 19 13:50:23 debian conky[131254]: sh: 1: iwconfig: not found Feb 19 13:50:28 debian conky[131293]: sh: 1: iwconfig: not found Feb 19 13:50:33 debian conky[131331]: sh: 1: iwconfig: not found Feb 19 13:50:33 debian conky[131336]: sh: 1: iwconfig: not found Feb 19 13:50:38 debian conky[131383]: sh: 1: iwconfig: not found Feb 19 13:50:43 debian conky[131458]: sh: 1: iwconfig: not found Feb 19 13:50:48 debian conky[131528]: sh: 1: iwconfig: not found Feb 19 13:50:53 debian conky[131572]: sh: 1: iwconfig: not found Feb 19 13:50:58 debian conky[131616]: sh: 1: iwconfig: not found Feb 19 13:51:03 debian conky[131661]: sh: 1: iwconfig: not found Feb 19 13:51:08 debian conky[131701]: sh: 1: iwconfig: not found Feb 19 13:51:13 debian conky[131746]: sh: 1: iwconfig: not found Feb 19 13:51:18 debian conky[131807]: sh: 1: iwconfig: not found Feb 19 13:51:23 debian conky[131848]: sh: 1: iwconfig: not found Feb 19 13:51:28 debian conky[131891]: sh: 1: iwconfig: not found Feb 19 13:51:33 debian conky[131930]: sh: 1: iwconfig: not found Feb 19 13:51:33 debian conky[131935]: sh: 1: iwconfig: not found Feb 19 13:51:38 debian conky[131980]: sh: 1: iwconfig: not found Feb 19 13:51:43 debian conky[132023]: sh: 1: iwconfig: not found Feb 19 13:51:48 debian conky[132081]: sh: 1: iwconfig: not found Feb 19 13:51:53 debian conky[132122]: sh: 1: iwconfig: not found Feb 19 13:51:58 debian conky[132170]: sh: 1: iwconfig: not found Feb 19 13:52:03 debian conky[132216]: sh: 1: iwconfig: not found Feb 19 13:52:08 debian conky[132256]: sh: 1: iwconfig: not found Feb 19 13:52:13 debian conky[132300]: sh: 1: iwconfig: not found Feb 19 13:52:18 debian conky[132356]: sh: 1: iwconfig: not found Feb 19 13:52:23 debian conky[132403]: sh: 1: iwconfig: not found Feb 19 13:52:28 debian conky[132443]: sh: 1: iwconfig: not found Feb 19 13:52:33 debian conky[132477]: sh: 1: iwconfig: not found Feb 19 13:52:33 debian conky[132491]: sh: 1: iwconfig: not found Feb 19 13:52:38 debian conky[132529]: sh: 1: iwconfig: not found Feb 19 13:52:43 debian conky[132611]: sh: 1: iwconfig: not found Feb 19 13:52:48 debian conky[132670]: sh: 1: iwconfig: not found Feb 19 13:52:53 debian conky[132715]: sh: 1: iwconfig: not found Feb 19 13:52:58 debian conky[132758]: sh: 1: iwconfig: not found Feb 19 13:53:03 debian conky[132797]: sh: 1: iwconfig: not found Feb 19 13:53:08 debian conky[132842]: sh: 1: iwconfig: not found Feb 19 13:53:13 debian conky[132887]: sh: 1: iwconfig: not found Feb 19 13:53:18 debian conky[132947]: sh: 1: iwconfig: not found Feb 19 13:53:23 debian conky[132991]: sh: 1: iwconfig: not found Feb 19 13:53:28 debian conky[133034]: sh: 1: iwconfig: not found Feb 19 13:53:33 debian conky[133073]: sh: 1: iwconfig: not found Feb 19 13:53:33 debian conky[133081]: sh: 1: iwconfig: not found Feb 19 13:53:38 debian conky[133122]: sh: 1: iwconfig: not found Feb 19 13:53:43 debian conky[133160]: sh: 1: iwconfig: not found Feb 19 13:53:48 debian conky[133221]: sh: 1: iwconfig: not found Feb 19 13:53:53 debian conky[133267]: sh: 1: iwconfig: not found Feb 19 13:53:58 debian conky[133311]: sh: 1: iwconfig: not found Feb 19 13:54:03 debian conky[133356]: sh: 1: iwconfig: not found Feb 19 13:54:08 debian conky[133397]: sh: 1: iwconfig: not found Feb 19 13:54:13 debian conky[133437]: sh: 1: iwconfig: not found Feb 19 13:54:18 debian conky[133497]: sh: 1: iwconfig: not found Feb 19 13:54:23 debian conky[133545]: sh: 1: iwconfig: not found Feb 19 13:54:28 debian conky[133585]: sh: 1: iwconfig: not found Feb 19 13:54:33 debian conky[133629]: sh: 1: iwconfig: not found Feb 19 13:54:33 debian conky[133634]: sh: 1: iwconfig: not found Feb 19 13:54:38 debian conky[133672]: sh: 1: iwconfig: not found Feb 19 13:54:43 debian conky[133748]: sh: 1: iwconfig: not found Feb 19 13:54:48 debian conky[133813]: sh: 1: iwconfig: not found Feb 19 13:54:53 debian conky[133862]: sh: 1: iwconfig: not found Feb 19 13:54:58 debian conky[133899]: sh: 1: iwconfig: not found Feb 19 13:55:03 debian conky[133945]: sh: 1: iwconfig: not found Feb 19 13:55:08 debian conky[133992]: sh: 1: iwconfig: not found Feb 19 13:55:13 debian conky[134035]: sh: 1: iwconfig: not found Feb 19 13:55:18 debian conky[134096]: sh: 1: iwconfig: not found Feb 19 13:55:23 debian conky[134140]: sh: 1: iwconfig: not found Feb 19 13:55:28 debian conky[134177]: sh: 1: iwconfig: not found Feb 19 13:55:33 debian conky[134219]: sh: 1: iwconfig: not found Feb 19 13:55:33 debian conky[134228]: sh: 1: iwconfig: not found Feb 19 13:55:38 debian conky[134269]: sh: 1: iwconfig: not found Feb 19 13:55:43 debian conky[134317]: sh: 1: iwconfig: not found Feb 19 13:55:48 debian conky[134374]: sh: 1: iwconfig: not found Feb 19 13:55:53 debian conky[134417]: sh: 1: iwconfig: not found Feb 19 13:55:58 debian conky[134466]: sh: 1: iwconfig: not found Feb 19 13:56:03 debian conky[134509]: sh: 1: iwconfig: not found Feb 19 13:56:08 debian conky[134546]: sh: 1: iwconfig: not found Feb 19 13:56:13 debian conky[134588]: sh: 1: iwconfig: not found Feb 19 13:56:18 debian conky[134652]: sh: 1: iwconfig: not found Feb 19 13:56:23 debian conky[134689]: sh: 1: iwconfig: not found Feb 19 13:56:28 debian conky[134738]: sh: 1: iwconfig: not found Feb 19 13:56:33 debian conky[134772]: sh: 1: iwconfig: not found Feb 19 13:56:33 debian conky[134780]: sh: 1: iwconfig: not found Feb 19 13:56:38 debian conky[134826]: sh: 1: iwconfig: not found Feb 19 13:56:43 debian conky[134903]: sh: 1: iwconfig: not found Feb 19 13:56:48 debian conky[134966]: sh: 1: iwconfig: not found Feb 19 13:56:53 debian conky[135012]: sh: 1: iwconfig: not found Feb 19 13:56:58 debian conky[135057]: sh: 1: iwconfig: not found Feb 19 13:57:03 debian conky[135096]: sh: 1: iwconfig: not found Feb 19 13:57:08 debian conky[135138]: sh: 1: iwconfig: not found Feb 19 13:57:13 debian conky[135187]: sh: 1: iwconfig: not found Feb 19 13:57:18 debian conky[135241]: sh: 1: iwconfig: not found Feb 19 13:57:23 debian conky[135285]: sh: 1: iwconfig: not found Feb 19 13:57:28 debian conky[135327]: sh: 1: iwconfig: not found Feb 19 13:57:33 debian conky[135374]: sh: 1: iwconfig: not found Feb 19 13:57:33 debian conky[135377]: sh: 1: iwconfig: not found Feb 19 13:57:38 debian conky[135415]: sh: 1: iwconfig: not found Feb 19 13:57:43 debian conky[135462]: sh: 1: iwconfig: not found Feb 19 13:57:48 debian conky[135521]: sh: 1: iwconfig: not found Feb 19 13:57:53 debian conky[135561]: sh: 1: iwconfig: not found Feb 19 13:57:58 debian conky[135609]: sh: 1: iwconfig: not found Feb 19 13:58:03 debian conky[135650]: sh: 1: iwconfig: not found Feb 19 13:58:08 debian conky[135693]: sh: 1: iwconfig: not found Feb 19 13:58:13 debian conky[135736]: sh: 1: iwconfig: not found Feb 19 13:58:18 debian conky[135799]: sh: 1: iwconfig: not found Feb 19 13:58:23 debian conky[135840]: sh: 1: iwconfig: not found Feb 19 13:58:28 debian conky[135887]: sh: 1: iwconfig: not found Feb 19 13:58:33 debian conky[135962]: sh: 1: iwconfig: not found Feb 19 13:58:33 debian conky[135967]: sh: 1: iwconfig: not found Feb 19 13:58:38 debian conky[136011]: sh: 1: iwconfig: not found Feb 19 13:58:43 debian conky[136054]: sh: 1: iwconfig: not found Feb 19 13:58:48 debian conky[136113]: sh: 1: iwconfig: not found Feb 19 13:58:53 debian conky[136152]: sh: 1: iwconfig: not found Feb 19 13:58:58 debian conky[136203]: sh: 1: iwconfig: not found Feb 19 13:59:03 debian conky[136246]: sh: 1: iwconfig: not found Feb 19 13:59:08 debian conky[136291]: sh: 1: iwconfig: not found Feb 19 13:59:13 debian conky[136327]: sh: 1: iwconfig: not found Feb 19 13:59:18 debian conky[136397]: sh: 1: iwconfig: not found Feb 19 13:59:23 debian conky[136432]: sh: 1: iwconfig: not found Feb 19 13:59:28 debian conky[136482]: sh: 1: iwconfig: not found Feb 19 13:59:33 debian conky[136516]: sh: 1: iwconfig: not found Feb 19 13:59:33 debian conky[136530]: sh: 1: iwconfig: not found Feb 19 13:59:38 debian conky[136566]: sh: 1: iwconfig: not found Feb 19 13:59:43 debian conky[136606]: sh: 1: iwconfig: not found Feb 19 13:59:48 debian conky[136671]: sh: 1: iwconfig: not found Feb 19 13:59:53 debian conky[136715]: sh: 1: iwconfig: not found Feb 19 13:59:58 debian conky[136765]: sh: 1: iwconfig: not found Feb 19 14:00:03 debian conky[136808]: sh: 1: iwconfig: not found Feb 19 14:00:08 debian conky[136848]: sh: 1: iwconfig: not found Feb 19 14:00:13 debian conky[136883]: sh: 1: iwconfig: not found Feb 19 14:00:18 debian conky[136948]: sh: 1: iwconfig: not found Feb 19 14:00:23 debian conky[136991]: sh: 1: iwconfig: not found Feb 19 14:00:28 debian conky[137038]: sh: 1: iwconfig: not found Feb 19 14:00:33 debian conky[137081]: sh: 1: iwconfig: not found Feb 19 14:00:33 debian conky[137083]: sh: 1: iwconfig: not found Feb 19 14:00:38 debian conky[137126]: sh: 1: iwconfig: not found Feb 19 14:00:43 debian conky[137197]: sh: 1: iwconfig: not found Feb 19 14:00:48 debian conky[137268]: sh: 1: iwconfig: not found Feb 19 14:00:53 debian conky[137315]: sh: 1: iwconfig: not found Feb 19 14:00:58 debian conky[137353]: sh: 1: iwconfig: not found Feb 19 14:01:03 debian conky[137390]: sh: 1: iwconfig: not found Feb 19 14:01:08 debian conky[137435]: sh: 1: iwconfig: not found Feb 19 14:01:13 debian conky[137482]: sh: 1: iwconfig: not found Feb 19 14:01:18 debian conky[137539]: sh: 1: iwconfig: not found Feb 19 14:01:23 debian conky[137584]: sh: 1: iwconfig: not found Feb 19 14:01:28 debian conky[137630]: sh: 1: iwconfig: not found Feb 19 14:01:33 debian conky[137674]: sh: 1: iwconfig: not found Feb 19 14:01:33 debian conky[137682]: sh: 1: iwconfig: not found Feb 19 14:01:38 debian conky[137716]: sh: 1: iwconfig: not found Feb 19 14:01:43 debian conky[137759]: sh: 1: iwconfig: not found Feb 19 14:01:48 debian conky[137819]: sh: 1: iwconfig: not found Feb 19 14:01:53 debian conky[137864]: sh: 1: iwconfig: not found Feb 19 14:01:58 debian conky[137913]: sh: 1: iwconfig: not found Feb 19 14:02:03 debian conky[137956]: sh: 1: iwconfig: not found Feb 19 14:02:08 debian conky[137996]: sh: 1: iwconfig: not found Feb 19 14:02:13 debian conky[138038]: sh: 1: iwconfig: not found Feb 19 14:02:18 debian conky[138099]: sh: 1: iwconfig: not found Feb 19 14:02:23 debian conky[138143]: sh: 1: iwconfig: not found Feb 19 14:02:28 debian conky[138183]: sh: 1: iwconfig: not found Feb 19 14:02:33 debian conky[138223]: sh: 1: iwconfig: not found Feb 19 14:02:33 debian conky[138224]: sh: 1: iwconfig: not found Feb 19 14:02:38 debian conky[138271]: sh: 1: iwconfig: not found Feb 19 14:02:43 debian conky[138346]: sh: 1: iwconfig: not found Feb 19 14:02:48 debian conky[138407]: sh: 1: iwconfig: not found Feb 19 14:02:53 debian conky[138457]: sh: 1: iwconfig: not found Feb 19 14:02:58 debian conky[138499]: sh: 1: iwconfig: not found Feb 19 14:03:03 debian conky[138540]: sh: 1: iwconfig: not found Feb 19 14:03:08 debian conky[138579]: sh: 1: iwconfig: not found Feb 19 14:03:13 debian conky[138622]: sh: 1: iwconfig: not found Feb 19 14:03:18 debian conky[138681]: sh: 1: iwconfig: not found Feb 19 14:03:23 debian conky[138732]: sh: 1: iwconfig: not found Feb 19 14:03:28 debian conky[138772]: sh: 1: iwconfig: not found Feb 19 14:03:33 debian conky[138815]: sh: 1: iwconfig: not found Feb 19 14:03:33 debian conky[138822]: sh: 1: iwconfig: not found Feb 19 14:03:38 debian conky[138853]: sh: 1: iwconfig: not found Feb 19 14:03:43 debian conky[138900]: sh: 1: iwconfig: not found Feb 19 14:03:48 debian conky[138963]: sh: 1: iwconfig: not found Feb 19 14:03:53 debian conky[139009]: sh: 1: iwconfig: not found Feb 19 14:03:58 debian conky[139054]: sh: 1: iwconfig: not found Feb 19 14:04:03 debian conky[139097]: sh: 1: iwconfig: not found Feb 19 14:04:08 debian conky[139137]: sh: 1: iwconfig: not found Feb 19 14:04:13 debian conky[139181]: sh: 1: iwconfig: not found Feb 19 14:04:18 debian conky[139242]: sh: 1: iwconfig: not found Feb 19 14:04:23 debian conky[139284]: sh: 1: iwconfig: not found Feb 19 14:04:28 debian conky[139328]: sh: 1: iwconfig: not found Feb 19 14:04:33 debian conky[139375]: sh: 1: iwconfig: not found Feb 19 14:04:33 debian conky[139379]: sh: 1: iwconfig: not found Feb 19 14:04:38 debian conky[139420]: sh: 1: iwconfig: not found Feb 19 14:04:43 debian conky[139495]: sh: 1: iwconfig: not found Feb 19 14:04:48 debian conky[139563]: sh: 1: iwconfig: not found Feb 19 14:04:53 debian conky[139613]: sh: 1: iwconfig: not found Feb 19 14:04:58 debian conky[139656]: sh: 1: iwconfig: not found Feb 19 14:05:03 debian conky[139698]: sh: 1: iwconfig: not found Feb 19 14:05:08 debian conky[139743]: sh: 1: iwconfig: not found Feb 19 14:05:13 debian conky[139784]: sh: 1: iwconfig: not found Feb 19 14:05:18 debian conky[139847]: sh: 1: iwconfig: not found Feb 19 14:05:23 debian conky[139882]: sh: 1: iwconfig: not found Feb 19 14:05:28 debian conky[139931]: sh: 1: iwconfig: not found Feb 19 14:05:33 debian conky[139974]: sh: 1: iwconfig: not found Feb 19 14:05:33 debian conky[139979]: sh: 1: iwconfig: not found Feb 19 14:05:38 debian conky[140018]: sh: 1: iwconfig: not found Feb 19 14:05:43 debian conky[140063]: sh: 1: iwconfig: not found Feb 19 14:05:48 debian conky[140122]: sh: 1: iwconfig: not found Feb 19 14:05:53 debian conky[140169]: sh: 1: iwconfig: not found Feb 19 14:05:58 debian conky[140213]: sh: 1: iwconfig: not found Feb 19 14:06:03 debian conky[140256]: sh: 1: iwconfig: not found Feb 19 14:06:08 debian conky[140296]: sh: 1: iwconfig: not found Feb 19 14:06:13 debian conky[140330]: sh: 1: iwconfig: not found Feb 19 14:06:18 debian conky[140396]: sh: 1: iwconfig: not found Feb 19 14:06:23 debian conky[140434]: sh: 1: iwconfig: not found Feb 19 14:06:28 debian conky[140482]: sh: 1: iwconfig: not found Feb 19 14:06:33 debian conky[140529]: sh: 1: iwconfig: not found Feb 19 14:06:33 debian conky[140535]: sh: 1: iwconfig: not found Feb 19 14:06:38 debian conky[140576]: sh: 1: iwconfig: not found Feb 19 14:06:43 debian conky[140652]: sh: 1: iwconfig: not found Feb 19 14:06:48 debian conky[140717]: sh: 1: iwconfig: not found Feb 19 14:06:53 debian conky[140764]: sh: 1: iwconfig: not found Feb 19 14:06:58 debian conky[140805]: sh: 1: iwconfig: not found Feb 19 14:07:03 debian conky[140848]: sh: 1: iwconfig: not found Feb 19 14:07:08 debian conky[140886]: sh: 1: iwconfig: not found Feb 19 14:07:13 debian conky[140934]: sh: 1: iwconfig: not found Feb 19 14:07:18 debian conky[140991]: sh: 1: iwconfig: not found Feb 19 14:07:23 debian conky[141028]: sh: 1: iwconfig: not found Feb 19 14:07:28 debian conky[141078]: sh: 1: iwconfig: not found Feb 19 14:07:33 debian conky[141122]: sh: 1: iwconfig: not found Feb 19 14:07:33 debian conky[141127]: sh: 1: iwconfig: not found Feb 19 14:07:38 debian conky[141167]: sh: 1: iwconfig: not found Feb 19 14:07:43 debian conky[141210]: sh: 1: iwconfig: not found Feb 19 14:07:48 debian conky[141270]: sh: 1: iwconfig: not found Feb 19 14:07:53 debian conky[141317]: sh: 1: iwconfig: not found Feb 19 14:07:58 debian conky[141361]: sh: 1: iwconfig: not found Feb 19 14:08:03 debian conky[141404]: sh: 1: iwconfig: not found Feb 19 14:08:08 debian conky[141442]: sh: 1: iwconfig: not found Feb 19 14:08:13 debian conky[141480]: sh: 1: iwconfig: not found Feb 19 14:08:18 debian conky[141543]: sh: 1: iwconfig: not found Feb 19 14:08:23 debian conky[141583]: sh: 1: iwconfig: not found Feb 19 14:08:28 debian conky[141632]: sh: 1: iwconfig: not found Feb 19 14:08:33 debian conky[141676]: sh: 1: iwconfig: not found Feb 19 14:08:33 debian conky[141679]: sh: 1: iwconfig: not found Feb 19 14:08:38 debian conky[141721]: sh: 1: iwconfig: not found Feb 19 14:08:43 debian conky[141795]: sh: 1: iwconfig: not found Feb 19 14:08:48 debian conky[141858]: sh: 1: iwconfig: not found Feb 19 14:08:53 debian conky[141901]: sh: 1: iwconfig: not found Feb 19 14:08:58 debian conky[141947]: sh: 1: iwconfig: not found Feb 19 14:09:03 debian conky[141990]: sh: 1: iwconfig: not found Feb 19 14:09:08 debian conky[142027]: sh: 1: iwconfig: not found Feb 19 14:09:13 debian conky[142078]: sh: 1: iwconfig: not found Feb 19 14:09:18 debian conky[142131]: sh: 1: iwconfig: not found Feb 19 14:09:23 debian conky[142177]: sh: 1: iwconfig: not found Feb 19 14:09:28 debian conky[142222]: sh: 1: iwconfig: not found Feb 19 14:09:33 debian conky[142263]: sh: 1: iwconfig: not found Feb 19 14:09:33 debian conky[142270]: sh: 1: iwconfig: not found Feb 19 14:09:38 debian conky[142310]: sh: 1: iwconfig: not found Feb 19 14:09:43 debian conky[142349]: sh: 1: iwconfig: not found Feb 19 14:09:48 debian conky[142409]: sh: 1: iwconfig: not found Feb 19 14:09:53 debian conky[142460]: sh: 1: iwconfig: not found Feb 19 14:09:58 debian conky[142501]: sh: 1: iwconfig: not found Feb 19 14:10:03 debian conky[142544]: sh: 1: iwconfig: not found Feb 19 14:10:08 debian conky[142589]: sh: 1: iwconfig: not found Feb 19 14:10:13 debian conky[142622]: sh: 1: iwconfig: not found Feb 19 14:10:18 debian conky[142692]: sh: 1: iwconfig: not found Feb 19 14:10:23 debian conky[142733]: sh: 1: iwconfig: not found Feb 19 14:10:28 debian conky[142774]: sh: 1: iwconfig: not found Feb 19 14:10:33 debian conky[142812]: sh: 1: iwconfig: not found Feb 19 14:10:33 debian conky[142825]: sh: 1: iwconfig: not found Feb 19 14:10:38 debian conky[142881]: sh: 1: iwconfig: not found Feb 19 14:10:43 debian conky[142961]: sh: 1: iwconfig: not found Feb 19 14:10:48 debian conky[143023]: sh: 1: iwconfig: not found Feb 19 14:10:53 debian conky[143061]: sh: 1: iwconfig: not found Feb 19 14:10:58 debian conky[143108]: sh: 1: iwconfig: not found Feb 19 14:11:03 debian conky[143146]: sh: 1: iwconfig: not found Feb 19 14:11:08 debian conky[143191]: sh: 1: iwconfig: not found Feb 19 14:11:13 debian conky[143240]: sh: 1: iwconfig: not found Feb 19 14:11:18 debian conky[143299]: sh: 1: iwconfig: not found Feb 19 14:11:23 debian conky[143335]: sh: 1: iwconfig: not found Feb 19 14:11:28 debian conky[143384]: sh: 1: iwconfig: not found Feb 19 14:11:33 debian conky[143429]: sh: 1: iwconfig: not found Feb 19 14:11:33 debian conky[143434]: sh: 1: iwconfig: not found Feb 19 14:11:38 debian conky[143471]: sh: 1: iwconfig: not found Feb 19 14:11:43 debian conky[143512]: sh: 1: iwconfig: not found Feb 19 14:11:48 debian conky[143576]: sh: 1: iwconfig: not found Feb 19 14:11:53 debian conky[143623]: sh: 1: iwconfig: not found Feb 19 14:11:58 debian conky[143660]: sh: 1: iwconfig: not found Feb 19 14:12:03 debian conky[143710]: sh: 1: iwconfig: not found Feb 19 14:12:08 debian conky[143748]: sh: 1: iwconfig: not found Feb 19 14:12:13 debian conky[143794]: sh: 1: iwconfig: not found Feb 19 14:12:18 debian conky[143855]: sh: 1: iwconfig: not found Feb 19 14:12:23 debian conky[143896]: sh: 1: iwconfig: not found Feb 19 14:12:28 debian conky[143940]: sh: 1: iwconfig: not found Feb 19 14:12:33 debian conky[143974]: sh: 1: iwconfig: not found Feb 19 14:12:33 debian conky[143988]: sh: 1: iwconfig: not found Feb 19 14:12:38 debian conky[144024]: sh: 1: iwconfig: not found Feb 19 14:12:43 debian conky[144102]: sh: 1: iwconfig: not found Feb 19 14:12:48 debian conky[144165]: sh: 1: iwconfig: not found Feb 19 14:12:53 debian conky[144212]: sh: 1: iwconfig: not found Feb 19 14:12:58 debian conky[144249]: sh: 1: iwconfig: not found Feb 19 14:13:03 debian conky[144288]: sh: 1: iwconfig: not found Feb 19 14:13:08 debian conky[144337]: sh: 1: iwconfig: not found Feb 19 14:13:13 debian conky[144373]: sh: 1: iwconfig: not found Feb 19 14:13:18 debian conky[144438]: sh: 1: iwconfig: not found Feb 19 14:13:23 debian conky[144476]: sh: 1: iwconfig: not found Feb 19 14:13:28 debian conky[144527]: sh: 1: iwconfig: not found Feb 19 14:13:33 debian conky[144561]: sh: 1: iwconfig: not found Feb 19 14:13:33 debian conky[144571]: sh: 1: iwconfig: not found Feb 19 14:13:38 debian conky[144612]: sh: 1: iwconfig: not found Feb 19 14:13:43 debian conky[144656]: sh: 1: iwconfig: not found Feb 19 14:13:48 debian conky[144714]: sh: 1: iwconfig: not found Feb 19 14:13:53 debian conky[144764]: sh: 1: iwconfig: not found Feb 19 14:13:58 debian conky[144804]: sh: 1: iwconfig: not found Feb 19 14:14:03 debian conky[144851]: sh: 1: iwconfig: not found Feb 19 14:14:08 debian conky[144891]: sh: 1: iwconfig: not found Feb 19 14:14:13 debian conky[144935]: sh: 1: iwconfig: not found Feb 19 14:14:18 debian conky[144991]: sh: 1: iwconfig: not found Feb 19 14:14:23 debian conky[145040]: sh: 1: iwconfig: not found Feb 19 14:14:28 debian conky[145082]: sh: 1: iwconfig: not found Feb 19 14:14:31 debian kded6[2296]: Failed to stat /proc/145106 No such file or directory Feb 19 14:14:31 debian kded6[2296]: Failed to stat /proc/145107 No such file or directory Feb 19 14:14:31 debian kded6[2296]: Failed to stat /proc/145108 No such file or directory Feb 19 14:14:33 debian conky[145129]: sh: 1: iwconfig: not found Feb 19 14:14:33 debian conky[145139]: sh: 1: iwconfig: not found Feb 19 14:14:38 debian conky[145352]: sh: 1: iwconfig: not found Feb 19 14:14:43 debian conky[145441]: sh: 1: iwconfig: not found Feb 19 14:14:48 debian conky[145500]: sh: 1: iwconfig: not found Feb 19 14:14:53 debian conky[145538]: sh: 1: iwconfig: not found Feb 19 14:14:58 debian conky[145584]: sh: 1: iwconfig: not found Feb 19 14:15:03 debian conky[145667]: sh: 1: iwconfig: not found Feb 19 14:15:08 debian conky[145708]: sh: 1: iwconfig: not found Feb 19 14:15:13 debian conky[145746]: sh: 1: iwconfig: not found Feb 19 14:15:18 debian conky[145814]: sh: 1: iwconfig: not found Feb 19 14:15:23 debian conky[145858]: sh: 1: iwconfig: not found Feb 19 14:15:28 debian conky[145895]: sh: 1: iwconfig: not found Feb 19 14:15:33 debian conky[145941]: sh: 1: iwconfig: not found Feb 19 14:15:33 debian conky[145943]: sh: 1: iwconfig: not found Feb 19 14:15:38 debian conky[145987]: sh: 1: iwconfig: not found Feb 19 14:15:43 debian conky[146026]: sh: 1: iwconfig: not found Feb 19 14:15:48 debian conky[146089]: sh: 1: iwconfig: not found Feb 19 14:15:53 debian conky[146139]: sh: 1: iwconfig: not found Feb 19 14:15:58 debian conky[146179]: sh: 1: iwconfig: not found Feb 19 14:16:03 debian conky[146227]: sh: 1: iwconfig: not found Feb 19 14:16:08 debian conky[146265]: sh: 1: iwconfig: not found Feb 19 14:16:13 debian conky[146308]: sh: 1: iwconfig: not found Feb 19 14:16:18 debian conky[146371]: sh: 1: iwconfig: not found Feb 19 14:16:23 debian conky[146416]: sh: 1: iwconfig: not found Feb 19 14:16:28 debian conky[146457]: sh: 1: iwconfig: not found Feb 19 14:16:33 debian conky[146502]: sh: 1: iwconfig: not found Feb 19 14:16:33 debian conky[146507]: sh: 1: iwconfig: not found Feb 19 14:16:38 debian conky[146547]: sh: 1: iwconfig: not found Feb 19 14:16:43 debian conky[146614]: sh: 1: iwconfig: not found Feb 19 14:16:48 debian conky[146684]: sh: 1: iwconfig: not found Feb 19 14:16:53 debian conky[146727]: sh: 1: iwconfig: not found Feb 19 14:16:58 debian conky[146771]: sh: 1: iwconfig: not found Feb 19 14:17:03 debian conky[146815]: sh: 1: iwconfig: not found Feb 19 14:17:08 debian conky[146857]: sh: 1: iwconfig: not found Feb 19 14:17:13 debian conky[146896]: sh: 1: iwconfig: not found Feb 19 14:17:18 debian conky[146960]: sh: 1: iwconfig: not found Feb 19 14:17:23 debian conky[147005]: sh: 1: iwconfig: not found Feb 19 14:17:28 debian conky[147048]: sh: 1: iwconfig: not found Feb 19 14:17:33 debian conky[147082]: sh: 1: iwconfig: not found Feb 19 14:17:33 debian conky[147090]: sh: 1: iwconfig: not found Feb 19 14:17:38 debian conky[147133]: sh: 1: iwconfig: not found Feb 19 14:17:43 debian conky[147175]: sh: 1: iwconfig: not found Feb 19 14:17:48 debian conky[147239]: sh: 1: iwconfig: not found Feb 19 14:17:53 debian conky[147283]: sh: 1: iwconfig: not found Feb 19 14:17:58 debian conky[147327]: sh: 1: iwconfig: not found Feb 19 14:18:03 debian conky[147369]: sh: 1: iwconfig: not found Feb 19 14:18:08 debian conky[147412]: sh: 1: iwconfig: not found Feb 19 14:18:13 debian conky[147458]: sh: 1: iwconfig: not found Feb 19 14:18:18 debian conky[147517]: sh: 1: iwconfig: not found Feb 19 14:18:23 debian conky[147555]: sh: 1: iwconfig: not found Feb 19 14:18:28 debian conky[147601]: sh: 1: iwconfig: not found Feb 19 14:18:33 debian conky[147645]: sh: 1: iwconfig: not found Feb 19 14:18:33 debian conky[147649]: sh: 1: iwconfig: not found Feb 19 14:18:38 debian conky[147689]: sh: 1: iwconfig: not found Feb 19 14:18:43 debian conky[147767]: sh: 1: iwconfig: not found Feb 19 14:18:48 debian conky[147822]: sh: 1: iwconfig: not found Feb 19 14:18:53 debian conky[147865]: sh: 1: iwconfig: not found Feb 19 14:18:58 debian conky[147913]: sh: 1: iwconfig: not found Feb 19 14:19:03 debian conky[147955]: sh: 1: iwconfig: not found Feb 19 14:19:08 debian conky[147995]: sh: 1: iwconfig: not found Feb 19 14:19:12 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 14:19:12 debian theme-switcher.sh[148025]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 14:19:12 debian theme-switcher.sh[148025]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 14:19:12 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 14:19:13 debian conky[148073]: sh: 1: iwconfig: not found Feb 19 14:19:18 debian conky[148130]: sh: 1: iwconfig: not found Feb 19 14:19:23 debian conky[148177]: sh: 1: iwconfig: not found Feb 19 14:19:28 debian conky[148215]: sh: 1: iwconfig: not found Feb 19 14:19:33 debian conky[148255]: sh: 1: iwconfig: not found Feb 19 14:19:33 debian conky[148262]: sh: 1: iwconfig: not found Feb 19 14:19:38 debian conky[148306]: sh: 1: iwconfig: not found Feb 19 14:19:43 debian conky[148344]: sh: 1: iwconfig: not found Feb 19 14:19:48 debian conky[148403]: sh: 1: iwconfig: not found Feb 19 14:19:53 debian conky[148451]: sh: 1: iwconfig: not found Feb 19 14:19:58 debian conky[148491]: sh: 1: iwconfig: not found Feb 19 14:20:03 debian conky[148534]: sh: 1: iwconfig: not found Feb 19 14:20:08 debian conky[148577]: sh: 1: iwconfig: not found Feb 19 14:20:13 debian conky[148622]: sh: 1: iwconfig: not found Feb 19 14:20:18 debian conky[148686]: sh: 1: iwconfig: not found Feb 19 14:20:23 debian conky[148730]: sh: 1: iwconfig: not found Feb 19 14:20:28 debian conky[148767]: sh: 1: iwconfig: not found Feb 19 14:20:33 debian conky[148805]: sh: 1: iwconfig: not found Feb 19 14:20:33 debian conky[148815]: sh: 1: iwconfig: not found Feb 19 14:20:38 debian conky[148860]: sh: 1: iwconfig: not found Feb 19 14:20:43 debian conky[148939]: sh: 1: iwconfig: not found Feb 19 14:20:48 debian conky[148995]: sh: 1: iwconfig: not found Feb 19 14:20:53 debian conky[149041]: sh: 1: iwconfig: not found Feb 19 14:20:58 debian conky[149085]: sh: 1: iwconfig: not found Feb 19 14:21:03 debian conky[149128]: sh: 1: iwconfig: not found Feb 19 14:21:08 debian conky[149168]: sh: 1: iwconfig: not found Feb 19 14:21:13 debian conky[149217]: sh: 1: iwconfig: not found Feb 19 14:21:18 debian conky[149277]: sh: 1: iwconfig: not found Feb 19 14:21:23 debian conky[149317]: sh: 1: iwconfig: not found Feb 19 14:21:28 debian conky[149360]: sh: 1: iwconfig: not found Feb 19 14:21:33 debian conky[149400]: sh: 1: iwconfig: not found Feb 19 14:21:33 debian conky[149409]: sh: 1: iwconfig: not found Feb 19 14:21:38 debian conky[149452]: sh: 1: iwconfig: not found Feb 19 14:21:43 debian conky[149487]: sh: 1: iwconfig: not found Feb 19 14:21:48 debian conky[149555]: sh: 1: iwconfig: not found Feb 19 14:21:53 debian conky[149596]: sh: 1: iwconfig: not found Feb 19 14:21:58 debian conky[149642]: sh: 1: iwconfig: not found Feb 19 14:22:03 debian conky[149689]: sh: 1: iwconfig: not found Feb 19 14:22:08 debian conky[149726]: sh: 1: iwconfig: not found Feb 19 14:22:13 debian conky[149798]: sh: 1: iwconfig: not found Feb 19 14:22:18 debian conky[149869]: sh: 1: iwconfig: not found Feb 19 14:22:23 debian conky[149908]: sh: 1: iwconfig: not found Feb 19 14:22:28 debian conky[149950]: sh: 1: iwconfig: not found Feb 19 14:22:33 debian conky[149991]: sh: 1: iwconfig: not found Feb 19 14:22:33 debian conky[150002]: sh: 1: iwconfig: not found Feb 19 14:22:38 debian conky[150042]: sh: 1: iwconfig: not found Feb 19 14:22:43 debian conky[150081]: sh: 1: iwconfig: not found Feb 19 14:22:48 debian conky[150145]: sh: 1: iwconfig: not found Feb 19 14:22:53 debian conky[150192]: sh: 1: iwconfig: not found Feb 19 14:22:58 debian conky[150232]: sh: 1: iwconfig: not found Feb 19 14:23:03 debian conky[150275]: sh: 1: iwconfig: not found Feb 19 14:23:08 debian conky[150316]: sh: 1: iwconfig: not found Feb 19 14:23:13 debian conky[150364]: sh: 1: iwconfig: not found Feb 19 14:23:18 debian conky[150420]: sh: 1: iwconfig: not found Feb 19 14:23:23 debian conky[150460]: sh: 1: iwconfig: not found Feb 19 14:23:28 debian conky[150508]: sh: 1: iwconfig: not found Feb 19 14:23:33 debian conky[150554]: sh: 1: iwconfig: not found Feb 19 14:23:33 debian conky[150558]: sh: 1: iwconfig: not found Feb 19 14:23:38 debian conky[150599]: sh: 1: iwconfig: not found Feb 19 14:23:43 debian conky[150642]: sh: 1: iwconfig: not found Feb 19 14:23:48 debian conky[150698]: sh: 1: iwconfig: not found Feb 19 14:23:53 debian conky[150748]: sh: 1: iwconfig: not found Feb 19 14:23:58 debian conky[150788]: sh: 1: iwconfig: not found Feb 19 14:24:03 debian conky[150828]: sh: 1: iwconfig: not found Feb 19 14:24:08 debian conky[150875]: sh: 1: iwconfig: not found Feb 19 14:24:13 debian conky[150918]: sh: 1: iwconfig: not found Feb 19 14:24:18 debian conky[150983]: sh: 1: iwconfig: not found Feb 19 14:24:23 debian conky[151039]: sh: 1: iwconfig: not found Feb 19 14:24:28 debian conky[151078]: sh: 1: iwconfig: not found Feb 19 14:24:31 debian kded6[2296]: Failed to stat /proc/151098 No such file or directory Feb 19 14:24:31 debian kded6[2296]: Failed to stat /proc/151099 No such file or directory Feb 19 14:24:31 debian kded6[2296]: Failed to stat /proc/151100 No such file or directory Feb 19 14:24:31 debian kded6[2296]: Failed to stat /proc/151102 No such file or directory Feb 19 14:24:33 debian conky[151122]: sh: 1: iwconfig: not found Feb 19 14:24:33 debian conky[151128]: sh: 1: iwconfig: not found Feb 19 14:24:38 debian conky[151171]: sh: 1: iwconfig: not found Feb 19 14:24:43 debian conky[151250]: sh: 1: iwconfig: not found Feb 19 14:24:48 debian conky[151309]: sh: 1: iwconfig: not found Feb 19 14:24:53 debian conky[151356]: sh: 1: iwconfig: not found Feb 19 14:24:58 debian conky[151396]: sh: 1: iwconfig: not found Feb 19 14:25:03 debian conky[151447]: sh: 1: iwconfig: not found Feb 19 14:25:08 debian conky[151485]: sh: 1: iwconfig: not found Feb 19 14:25:13 debian conky[151524]: sh: 1: iwconfig: not found Feb 19 14:25:18 debian conky[151588]: sh: 1: iwconfig: not found Feb 19 14:25:23 debian conky[151634]: sh: 1: iwconfig: not found Feb 19 14:25:28 debian conky[151671]: sh: 1: iwconfig: not found Feb 19 14:25:33 debian conky[151715]: sh: 1: iwconfig: not found Feb 19 14:25:33 debian conky[151719]: sh: 1: iwconfig: not found Feb 19 14:25:38 debian conky[151757]: sh: 1: iwconfig: not found Feb 19 14:25:43 debian conky[151797]: sh: 1: iwconfig: not found Feb 19 14:25:48 debian conky[151865]: sh: 1: iwconfig: not found Feb 19 14:25:53 debian conky[151912]: sh: 1: iwconfig: not found Feb 19 14:25:58 debian conky[151952]: sh: 1: iwconfig: not found Feb 19 14:26:03 debian conky[151998]: sh: 1: iwconfig: not found Feb 19 14:26:08 debian conky[152040]: sh: 1: iwconfig: not found Feb 19 14:26:13 debian conky[152084]: sh: 1: iwconfig: not found Feb 19 14:26:18 debian conky[152140]: sh: 1: iwconfig: not found Feb 19 14:26:23 debian conky[152187]: sh: 1: iwconfig: not found Feb 19 14:26:28 debian conky[152224]: sh: 1: iwconfig: not found Feb 19 14:26:33 debian conky[152271]: sh: 1: iwconfig: not found Feb 19 14:26:33 debian conky[152276]: sh: 1: iwconfig: not found Feb 19 14:26:38 debian conky[152316]: sh: 1: iwconfig: not found Feb 19 14:26:43 debian conky[152398]: sh: 1: iwconfig: not found Feb 19 14:26:48 debian conky[152457]: sh: 1: iwconfig: not found Feb 19 14:26:53 debian conky[152497]: sh: 1: iwconfig: not found Feb 19 14:26:58 debian conky[152544]: sh: 1: iwconfig: not found Feb 19 14:27:03 debian conky[152588]: sh: 1: iwconfig: not found Feb 19 14:27:08 debian conky[152626]: sh: 1: iwconfig: not found Feb 19 14:27:13 debian conky[152675]: sh: 1: iwconfig: not found Feb 19 14:27:18 debian conky[152733]: sh: 1: iwconfig: not found Feb 19 14:27:23 debian conky[152767]: sh: 1: iwconfig: not found Feb 19 14:27:28 debian conky[152818]: sh: 1: iwconfig: not found Feb 19 14:27:33 debian conky[152853]: sh: 1: iwconfig: not found Feb 19 14:27:33 debian conky[152866]: sh: 1: iwconfig: not found Feb 19 14:27:38 debian conky[152907]: sh: 1: iwconfig: not found Feb 19 14:27:43 debian conky[152953]: sh: 1: iwconfig: not found Feb 19 14:27:48 debian conky[153005]: sh: 1: iwconfig: not found Feb 19 14:27:53 debian conky[153057]: sh: 1: iwconfig: not found Feb 19 14:27:58 debian conky[153094]: sh: 1: iwconfig: not found Feb 19 14:28:03 debian conky[153139]: sh: 1: iwconfig: not found Feb 19 14:28:08 debian conky[153184]: sh: 1: iwconfig: not found Feb 19 14:28:13 debian conky[153224]: sh: 1: iwconfig: not found Feb 19 14:28:18 debian conky[153287]: sh: 1: iwconfig: not found Feb 19 14:28:23 debian conky[153330]: sh: 1: iwconfig: not found Feb 19 14:28:28 debian conky[153372]: sh: 1: iwconfig: not found Feb 19 14:28:33 debian conky[153406]: sh: 1: iwconfig: not found Feb 19 14:28:33 debian conky[153423]: sh: 1: iwconfig: not found Feb 19 14:28:38 debian conky[153460]: sh: 1: iwconfig: not found Feb 19 14:28:43 debian conky[153536]: sh: 1: iwconfig: not found Feb 19 14:28:48 debian conky[153597]: sh: 1: iwconfig: not found Feb 19 14:28:53 debian conky[153646]: sh: 1: iwconfig: not found Feb 19 14:28:58 debian conky[153681]: sh: 1: iwconfig: not found Feb 19 14:29:03 debian conky[153727]: sh: 1: iwconfig: not found Feb 19 14:29:08 debian conky[153766]: sh: 1: iwconfig: not found Feb 19 14:29:13 debian conky[153808]: sh: 1: iwconfig: not found Feb 19 14:29:18 debian conky[153870]: sh: 1: iwconfig: not found Feb 19 14:29:23 debian conky[153912]: sh: 1: iwconfig: not found Feb 19 14:29:28 debian conky[153959]: sh: 1: iwconfig: not found Feb 19 14:29:33 debian conky[153995]: sh: 1: iwconfig: not found Feb 19 14:29:33 debian conky[154008]: sh: 1: iwconfig: not found Feb 19 14:29:38 debian conky[154047]: sh: 1: iwconfig: not found Feb 19 14:29:43 debian conky[154089]: sh: 1: iwconfig: not found Feb 19 14:29:48 debian conky[154152]: sh: 1: iwconfig: not found Feb 19 14:29:53 debian conky[154199]: sh: 1: iwconfig: not found Feb 19 14:29:58 debian conky[154236]: sh: 1: iwconfig: not found Feb 19 14:30:03 debian conky[154280]: sh: 1: iwconfig: not found Feb 19 14:30:08 debian conky[154333]: sh: 1: iwconfig: not found Feb 19 14:30:13 debian conky[154386]: sh: 1: iwconfig: not found Feb 19 14:30:18 debian conky[154427]: sh: 1: iwconfig: not found Feb 19 14:30:23 debian conky[154484]: sh: 1: iwconfig: not found Feb 19 14:30:28 debian conky[154523]: sh: 1: iwconfig: not found Feb 19 14:30:33 debian conky[154575]: sh: 1: iwconfig: not found Feb 19 14:30:33 debian conky[154577]: sh: 1: iwconfig: not found Feb 19 14:30:38 debian conky[154620]: sh: 1: iwconfig: not found Feb 19 14:30:43 debian conky[154701]: sh: 1: iwconfig: not found Feb 19 14:30:48 debian conky[154742]: sh: 1: iwconfig: not found Feb 19 14:30:53 debian conky[154804]: sh: 1: iwconfig: not found Feb 19 14:30:58 debian conky[154848]: sh: 1: iwconfig: not found Feb 19 14:31:03 debian conky[154894]: sh: 1: iwconfig: not found Feb 19 14:31:08 debian conky[154932]: sh: 1: iwconfig: not found Feb 19 14:31:13 debian conky[154977]: sh: 1: iwconfig: not found Feb 19 14:31:18 debian conky[155014]: sh: 1: iwconfig: not found Feb 19 14:31:23 debian conky[155075]: sh: 1: iwconfig: not found Feb 19 14:31:28 debian conky[155117]: sh: 1: iwconfig: not found Feb 19 14:31:33 debian conky[155164]: sh: 1: iwconfig: not found Feb 19 14:31:33 debian conky[155167]: sh: 1: iwconfig: not found Feb 19 14:31:38 debian conky[155209]: sh: 1: iwconfig: not found Feb 19 14:31:43 debian conky[155254]: sh: 1: iwconfig: not found Feb 19 14:31:48 debian conky[155294]: sh: 1: iwconfig: not found Feb 19 14:31:53 debian conky[155356]: sh: 1: iwconfig: not found Feb 19 14:31:58 debian conky[155400]: sh: 1: iwconfig: not found Feb 19 14:32:03 debian conky[155437]: sh: 1: iwconfig: not found Feb 19 14:32:08 debian conky[155488]: sh: 1: iwconfig: not found Feb 19 14:32:13 debian conky[155532]: sh: 1: iwconfig: not found Feb 19 14:32:18 debian conky[155569]: sh: 1: iwconfig: not found Feb 19 14:32:23 debian conky[155635]: sh: 1: iwconfig: not found Feb 19 14:32:28 debian conky[155677]: sh: 1: iwconfig: not found Feb 19 14:32:33 debian conky[155721]: sh: 1: iwconfig: not found Feb 19 14:32:33 debian conky[155725]: sh: 1: iwconfig: not found Feb 19 14:32:38 debian conky[155764]: sh: 1: iwconfig: not found Feb 19 14:32:43 debian conky[155843]: sh: 1: iwconfig: not found Feb 19 14:32:48 debian conky[155886]: sh: 1: iwconfig: not found Feb 19 14:32:53 debian conky[155952]: sh: 1: iwconfig: not found Feb 19 14:32:58 debian conky[155992]: sh: 1: iwconfig: not found Feb 19 14:33:03 debian conky[156035]: sh: 1: iwconfig: not found Feb 19 14:33:08 debian conky[156072]: sh: 1: iwconfig: not found Feb 19 14:33:13 debian conky[156122]: sh: 1: iwconfig: not found Feb 19 14:33:18 debian conky[156158]: sh: 1: iwconfig: not found Feb 19 14:33:23 debian conky[156223]: sh: 1: iwconfig: not found Feb 19 14:33:28 debian conky[156265]: sh: 1: iwconfig: not found Feb 19 14:33:33 debian conky[156302]: sh: 1: iwconfig: not found Feb 19 14:33:33 debian conky[156310]: sh: 1: iwconfig: not found Feb 19 14:33:38 debian conky[156352]: sh: 1: iwconfig: not found Feb 19 14:33:43 debian conky[156402]: sh: 1: iwconfig: not found Feb 19 14:33:48 debian conky[156436]: sh: 1: iwconfig: not found Feb 19 14:33:53 debian conky[156501]: sh: 1: iwconfig: not found Feb 19 14:33:58 debian conky[156545]: sh: 1: iwconfig: not found Feb 19 14:34:03 debian conky[156588]: sh: 1: iwconfig: not found Feb 19 14:34:08 debian conky[156630]: sh: 1: iwconfig: not found Feb 19 14:34:13 debian conky[156676]: sh: 1: iwconfig: not found Feb 19 14:34:18 debian conky[156716]: sh: 1: iwconfig: not found Feb 19 14:34:23 debian conky[156779]: sh: 1: iwconfig: not found Feb 19 14:34:28 debian conky[156820]: sh: 1: iwconfig: not found Feb 19 14:34:33 debian conky[156865]: sh: 1: iwconfig: not found Feb 19 14:34:33 debian conky[156868]: sh: 1: iwconfig: not found Feb 19 14:34:38 debian conky[156910]: sh: 1: iwconfig: not found Feb 19 14:34:43 debian conky[156987]: sh: 1: iwconfig: not found Feb 19 14:34:48 debian conky[157030]: sh: 1: iwconfig: not found Feb 19 14:34:53 debian conky[157091]: sh: 1: iwconfig: not found Feb 19 14:34:58 debian conky[157136]: sh: 1: iwconfig: not found Feb 19 14:35:03 debian conky[157182]: sh: 1: iwconfig: not found Feb 19 14:35:08 debian conky[157227]: sh: 1: iwconfig: not found Feb 19 14:35:13 debian conky[157266]: sh: 1: iwconfig: not found Feb 19 14:35:18 debian conky[157310]: sh: 1: iwconfig: not found Feb 19 14:35:23 debian conky[157373]: sh: 1: iwconfig: not found Feb 19 14:35:28 debian conky[157415]: sh: 1: iwconfig: not found Feb 19 14:35:33 debian conky[157460]: sh: 1: iwconfig: not found Feb 19 14:35:33 debian conky[157461]: sh: 1: iwconfig: not found Feb 19 14:35:38 debian conky[157503]: sh: 1: iwconfig: not found Feb 19 14:35:43 debian conky[157545]: sh: 1: iwconfig: not found Feb 19 14:35:48 debian conky[157586]: sh: 1: iwconfig: not found Feb 19 14:35:53 debian conky[157651]: sh: 1: iwconfig: not found Feb 19 14:35:58 debian conky[157696]: sh: 1: iwconfig: not found Feb 19 14:36:03 debian conky[157752]: sh: 1: iwconfig: not found Feb 19 14:36:08 debian conky[157803]: sh: 1: iwconfig: not found Feb 19 14:36:13 debian conky[157847]: sh: 1: iwconfig: not found Feb 19 14:36:18 debian conky[157888]: sh: 1: iwconfig: not found Feb 19 14:36:23 debian conky[157939]: sh: 1: iwconfig: not found Feb 19 14:36:28 debian conky[157986]: sh: 1: iwconfig: not found Feb 19 14:36:33 debian conky[158030]: sh: 1: iwconfig: not found Feb 19 14:36:33 debian conky[158038]: sh: 1: iwconfig: not found Feb 19 14:36:38 debian conky[158080]: sh: 1: iwconfig: not found Feb 19 14:36:43 debian conky[158162]: sh: 1: iwconfig: not found Feb 19 14:36:48 debian conky[158198]: sh: 1: iwconfig: not found Feb 19 14:36:53 debian conky[158267]: sh: 1: iwconfig: not found Feb 19 14:36:58 debian conky[158307]: sh: 1: iwconfig: not found Feb 19 14:37:03 debian conky[158351]: sh: 1: iwconfig: not found Feb 19 14:37:08 debian conky[158390]: sh: 1: iwconfig: not found Feb 19 14:37:13 debian conky[158431]: sh: 1: iwconfig: not found Feb 19 14:37:18 debian conky[158476]: sh: 1: iwconfig: not found Feb 19 14:37:23 debian conky[158540]: sh: 1: iwconfig: not found Feb 19 14:37:28 debian conky[158580]: sh: 1: iwconfig: not found Feb 19 14:37:33 debian conky[158612]: sh: 1: iwconfig: not found Feb 19 14:37:33 debian conky[158623]: sh: 1: iwconfig: not found Feb 19 14:37:38 debian conky[158671]: sh: 1: iwconfig: not found Feb 19 14:37:43 debian conky[158717]: sh: 1: iwconfig: not found Feb 19 14:37:48 debian conky[158751]: sh: 1: iwconfig: not found Feb 19 14:37:53 debian conky[158809]: sh: 1: iwconfig: not found Feb 19 14:37:58 debian conky[158860]: sh: 1: iwconfig: not found Feb 19 14:38:03 debian conky[158906]: sh: 1: iwconfig: not found Feb 19 14:38:08 debian conky[158946]: sh: 1: iwconfig: not found Feb 19 14:38:13 debian conky[158986]: sh: 1: iwconfig: not found Feb 19 14:38:18 debian conky[159028]: sh: 1: iwconfig: not found Feb 19 14:38:23 debian conky[159088]: sh: 1: iwconfig: not found Feb 19 14:38:28 debian conky[159134]: sh: 1: iwconfig: not found Feb 19 14:38:33 debian conky[159177]: sh: 1: iwconfig: not found Feb 19 14:38:33 debian conky[159182]: sh: 1: iwconfig: not found Feb 19 14:38:38 debian conky[159219]: sh: 1: iwconfig: not found Feb 19 14:38:43 debian conky[159301]: sh: 1: iwconfig: not found Feb 19 14:38:48 debian conky[159334]: sh: 1: iwconfig: not found Feb 19 14:38:53 debian conky[159407]: sh: 1: iwconfig: not found Feb 19 14:38:58 debian conky[159444]: sh: 1: iwconfig: not found Feb 19 14:39:03 debian conky[159482]: sh: 1: iwconfig: not found Feb 19 14:39:08 debian conky[159528]: sh: 1: iwconfig: not found Feb 19 14:39:13 debian conky[159574]: sh: 1: iwconfig: not found Feb 19 14:39:18 debian conky[159613]: sh: 1: iwconfig: not found Feb 19 14:39:23 debian conky[159677]: sh: 1: iwconfig: not found Feb 19 14:39:28 debian conky[159717]: sh: 1: iwconfig: not found Feb 19 14:39:33 debian conky[159754]: sh: 1: iwconfig: not found Feb 19 14:39:33 debian conky[159771]: sh: 1: iwconfig: not found Feb 19 14:39:38 debian conky[159805]: sh: 1: iwconfig: not found Feb 19 14:39:43 debian conky[159852]: sh: 1: iwconfig: not found Feb 19 14:39:48 debian conky[159892]: sh: 1: iwconfig: not found Feb 19 14:39:53 debian conky[159950]: sh: 1: iwconfig: not found Feb 19 14:39:58 debian conky[159999]: sh: 1: iwconfig: not found Feb 19 14:40:03 debian conky[160042]: sh: 1: iwconfig: not found Feb 19 14:40:08 debian conky[160085]: sh: 1: iwconfig: not found Feb 19 14:40:13 debian conky[160124]: sh: 1: iwconfig: not found Feb 19 14:40:18 debian conky[160169]: sh: 1: iwconfig: not found Feb 19 14:40:23 debian conky[160231]: sh: 1: iwconfig: not found Feb 19 14:40:28 debian conky[160272]: sh: 1: iwconfig: not found Feb 19 14:40:33 debian conky[160310]: sh: 1: iwconfig: not found Feb 19 14:40:33 debian conky[160315]: sh: 1: iwconfig: not found Feb 19 14:40:38 debian conky[160360]: sh: 1: iwconfig: not found Feb 19 14:40:43 debian conky[160436]: sh: 1: iwconfig: not found Feb 19 14:40:48 debian conky[160481]: sh: 1: iwconfig: not found Feb 19 14:40:53 debian conky[160542]: sh: 1: iwconfig: not found Feb 19 14:40:58 debian conky[160591]: sh: 1: iwconfig: not found Feb 19 14:41:03 debian conky[160630]: sh: 1: iwconfig: not found Feb 19 14:41:08 debian conky[160675]: sh: 1: iwconfig: not found Feb 19 14:41:13 debian conky[160720]: sh: 1: iwconfig: not found Feb 19 14:41:18 debian conky[160761]: sh: 1: iwconfig: not found Feb 19 14:41:23 debian conky[160825]: sh: 1: iwconfig: not found Feb 19 14:41:28 debian conky[160867]: sh: 1: iwconfig: not found Feb 19 14:41:33 debian conky[160901]: sh: 1: iwconfig: not found Feb 19 14:41:33 debian conky[160911]: sh: 1: iwconfig: not found Feb 19 14:41:38 debian conky[160955]: sh: 1: iwconfig: not found Feb 19 14:41:43 debian conky[161001]: sh: 1: iwconfig: not found Feb 19 14:41:48 debian conky[161041]: sh: 1: iwconfig: not found Feb 19 14:41:53 debian conky[161118]: sh: 1: iwconfig: not found Feb 19 14:41:58 debian conky[161158]: sh: 1: iwconfig: not found Feb 19 14:42:03 debian conky[161202]: sh: 1: iwconfig: not found Feb 19 14:42:08 debian conky[161242]: sh: 1: iwconfig: not found Feb 19 14:42:13 debian conky[161286]: sh: 1: iwconfig: not found Feb 19 14:42:18 debian conky[161323]: sh: 1: iwconfig: not found Feb 19 14:42:23 debian conky[161385]: sh: 1: iwconfig: not found Feb 19 14:42:28 debian conky[161427]: sh: 1: iwconfig: not found Feb 19 14:42:33 debian conky[161471]: sh: 1: iwconfig: not found Feb 19 14:42:33 debian conky[161475]: sh: 1: iwconfig: not found Feb 19 14:42:38 debian conky[161515]: sh: 1: iwconfig: not found Feb 19 14:42:43 debian conky[161598]: sh: 1: iwconfig: not found Feb 19 14:42:48 debian conky[161638]: sh: 1: iwconfig: not found Feb 19 14:42:53 debian conky[161698]: sh: 1: iwconfig: not found Feb 19 14:42:58 debian conky[161747]: sh: 1: iwconfig: not found Feb 19 14:43:03 debian conky[161786]: sh: 1: iwconfig: not found Feb 19 14:43:08 debian conky[161828]: sh: 1: iwconfig: not found Feb 19 14:43:13 debian conky[161870]: sh: 1: iwconfig: not found Feb 19 14:43:18 debian conky[161912]: sh: 1: iwconfig: not found Feb 19 14:43:23 debian conky[161973]: sh: 1: iwconfig: not found Feb 19 14:43:28 debian conky[162018]: sh: 1: iwconfig: not found Feb 19 14:43:33 debian conky[162061]: sh: 1: iwconfig: not found Feb 19 14:43:33 debian conky[162069]: sh: 1: iwconfig: not found Feb 19 14:43:38 debian conky[162109]: sh: 1: iwconfig: not found Feb 19 14:43:43 debian conky[162152]: sh: 1: iwconfig: not found Feb 19 14:43:48 debian conky[162191]: sh: 1: iwconfig: not found Feb 19 14:43:53 debian conky[162247]: sh: 1: iwconfig: not found Feb 19 14:43:58 debian conky[162298]: sh: 1: iwconfig: not found Feb 19 14:44:03 debian conky[162332]: sh: 1: iwconfig: not found Feb 19 14:44:08 debian conky[162381]: sh: 1: iwconfig: not found Feb 19 14:44:13 debian conky[162428]: sh: 1: iwconfig: not found Feb 19 14:44:18 debian conky[162465]: sh: 1: iwconfig: not found Feb 19 14:44:23 debian conky[162529]: sh: 1: iwconfig: not found Feb 19 14:44:28 debian conky[162569]: sh: 1: iwconfig: not found Feb 19 14:44:33 debian conky[162611]: sh: 1: iwconfig: not found Feb 19 14:44:33 debian conky[162616]: sh: 1: iwconfig: not found Feb 19 14:44:38 debian conky[162768]: sh: 1: iwconfig: not found Feb 19 14:44:43 debian conky[162843]: sh: 1: iwconfig: not found Feb 19 14:44:48 debian conky[162892]: sh: 1: iwconfig: not found Feb 19 14:44:53 debian conky[162953]: sh: 1: iwconfig: not found Feb 19 14:44:58 debian conky[162994]: sh: 1: iwconfig: not found Feb 19 14:45:03 debian conky[163036]: sh: 1: iwconfig: not found Feb 19 14:45:08 debian conky[163121]: sh: 1: iwconfig: not found Feb 19 14:45:13 debian conky[163166]: sh: 1: iwconfig: not found Feb 19 14:45:18 debian conky[163206]: sh: 1: iwconfig: not found Feb 19 14:45:23 debian conky[163265]: sh: 1: iwconfig: not found Feb 19 14:45:28 debian conky[163311]: sh: 1: iwconfig: not found Feb 19 14:45:33 debian conky[163344]: sh: 1: iwconfig: not found Feb 19 14:45:33 debian conky[163358]: sh: 1: iwconfig: not found Feb 19 14:45:38 debian conky[163400]: sh: 1: iwconfig: not found Feb 19 14:45:43 debian conky[163444]: sh: 1: iwconfig: not found Feb 19 14:45:48 debian conky[163484]: sh: 1: iwconfig: not found Feb 19 14:45:53 debian conky[163540]: sh: 1: iwconfig: not found Feb 19 14:45:58 debian conky[163590]: sh: 1: iwconfig: not found Feb 19 14:46:03 debian conky[163629]: sh: 1: iwconfig: not found Feb 19 14:46:08 debian conky[163676]: sh: 1: iwconfig: not found Feb 19 14:46:13 debian conky[163720]: sh: 1: iwconfig: not found Feb 19 14:46:18 debian conky[163760]: sh: 1: iwconfig: not found Feb 19 14:46:23 debian conky[163818]: sh: 1: iwconfig: not found Feb 19 14:46:28 debian conky[163860]: sh: 1: iwconfig: not found Feb 19 14:46:33 debian conky[163902]: sh: 1: iwconfig: not found Feb 19 14:46:33 debian conky[163914]: sh: 1: iwconfig: not found Feb 19 14:46:38 debian conky[163947]: sh: 1: iwconfig: not found Feb 19 14:46:43 debian conky[164019]: sh: 1: iwconfig: not found Feb 19 14:46:48 debian conky[164070]: sh: 1: iwconfig: not found Feb 19 14:46:53 debian conky[164140]: sh: 1: iwconfig: not found Feb 19 14:46:58 debian conky[164189]: sh: 1: iwconfig: not found Feb 19 14:47:03 debian conky[164232]: sh: 1: iwconfig: not found Feb 19 14:47:08 debian conky[164269]: sh: 1: iwconfig: not found Feb 19 14:47:13 debian conky[164318]: sh: 1: iwconfig: not found Feb 19 14:47:18 debian conky[164359]: sh: 1: iwconfig: not found Feb 19 14:47:23 debian conky[164413]: sh: 1: iwconfig: not found Feb 19 14:47:28 debian conky[164463]: sh: 1: iwconfig: not found Feb 19 14:47:33 debian conky[164501]: sh: 1: iwconfig: not found Feb 19 14:47:33 debian conky[164505]: sh: 1: iwconfig: not found Feb 19 14:47:38 debian conky[164550]: sh: 1: iwconfig: not found Feb 19 14:47:43 debian conky[164596]: sh: 1: iwconfig: not found Feb 19 14:47:48 debian conky[164643]: sh: 1: iwconfig: not found Feb 19 14:47:53 debian conky[164706]: sh: 1: iwconfig: not found Feb 19 14:47:58 debian conky[164754]: sh: 1: iwconfig: not found Feb 19 14:48:03 debian conky[164797]: sh: 1: iwconfig: not found Feb 19 14:48:08 debian conky[164833]: sh: 1: iwconfig: not found Feb 19 14:48:13 debian conky[164881]: sh: 1: iwconfig: not found Feb 19 14:48:18 debian conky[164922]: sh: 1: iwconfig: not found Feb 19 14:48:23 debian conky[164984]: sh: 1: iwconfig: not found Feb 19 14:48:28 debian conky[165025]: sh: 1: iwconfig: not found Feb 19 14:48:33 debian conky[165059]: sh: 1: iwconfig: not found Feb 19 14:48:33 debian conky[165072]: sh: 1: iwconfig: not found Feb 19 14:48:38 debian conky[165109]: sh: 1: iwconfig: not found Feb 19 14:48:43 debian conky[165191]: sh: 1: iwconfig: not found Feb 19 14:48:48 debian conky[165228]: sh: 1: iwconfig: not found Feb 19 14:48:53 debian conky[165297]: sh: 1: iwconfig: not found Feb 19 14:48:58 debian conky[165337]: sh: 1: iwconfig: not found Feb 19 14:49:03 debian conky[165376]: sh: 1: iwconfig: not found Feb 19 14:49:08 debian conky[165417]: sh: 1: iwconfig: not found Feb 19 14:49:13 debian conky[165461]: sh: 1: iwconfig: not found Feb 19 14:49:18 debian conky[165504]: sh: 1: iwconfig: not found Feb 19 14:49:23 debian conky[165561]: sh: 1: iwconfig: not found Feb 19 14:49:28 debian conky[165605]: sh: 1: iwconfig: not found Feb 19 14:49:33 debian conky[165651]: sh: 1: iwconfig: not found Feb 19 14:49:33 debian conky[165659]: sh: 1: iwconfig: not found Feb 19 14:49:38 debian conky[165692]: sh: 1: iwconfig: not found Feb 19 14:49:43 debian conky[165742]: sh: 1: iwconfig: not found Feb 19 14:49:48 debian conky[165776]: sh: 1: iwconfig: not found Feb 19 14:49:53 debian conky[165843]: sh: 1: iwconfig: not found Feb 19 14:49:58 debian conky[165886]: sh: 1: iwconfig: not found Feb 19 14:50:03 debian conky[165929]: sh: 1: iwconfig: not found Feb 19 14:50:08 debian conky[165969]: sh: 1: iwconfig: not found Feb 19 14:50:13 debian conky[166007]: sh: 1: iwconfig: not found Feb 19 14:50:18 debian conky[166053]: sh: 1: iwconfig: not found Feb 19 14:50:23 debian conky[166113]: sh: 1: iwconfig: not found Feb 19 14:50:28 debian conky[166158]: sh: 1: iwconfig: not found Feb 19 14:50:33 debian conky[166204]: sh: 1: iwconfig: not found Feb 19 14:50:33 debian conky[166208]: sh: 1: iwconfig: not found Feb 19 14:50:38 debian conky[166247]: sh: 1: iwconfig: not found Feb 19 14:50:43 debian conky[166329]: sh: 1: iwconfig: not found Feb 19 14:50:48 debian conky[166369]: sh: 1: iwconfig: not found Feb 19 14:50:53 debian conky[166430]: sh: 1: iwconfig: not found Feb 19 14:50:58 debian conky[166475]: sh: 1: iwconfig: not found Feb 19 14:51:03 debian conky[166518]: sh: 1: iwconfig: not found Feb 19 14:51:08 debian conky[166556]: sh: 1: iwconfig: not found Feb 19 14:51:13 debian conky[166602]: sh: 1: iwconfig: not found Feb 19 14:51:18 debian conky[166640]: sh: 1: iwconfig: not found Feb 19 14:51:23 debian conky[166703]: sh: 1: iwconfig: not found Feb 19 14:51:28 debian conky[166746]: sh: 1: iwconfig: not found Feb 19 14:51:33 debian conky[166794]: sh: 1: iwconfig: not found Feb 19 14:51:33 debian conky[166798]: sh: 1: iwconfig: not found Feb 19 14:51:38 debian conky[166837]: sh: 1: iwconfig: not found Feb 19 14:51:43 debian conky[166876]: sh: 1: iwconfig: not found Feb 19 14:51:48 debian conky[166916]: sh: 1: iwconfig: not found Feb 19 14:51:53 debian conky[166989]: sh: 1: iwconfig: not found Feb 19 14:51:58 debian conky[167028]: sh: 1: iwconfig: not found Feb 19 14:52:03 debian conky[167073]: sh: 1: iwconfig: not found Feb 19 14:52:08 debian conky[167115]: sh: 1: iwconfig: not found Feb 19 14:52:13 debian conky[167158]: sh: 1: iwconfig: not found Feb 19 14:52:18 debian conky[167199]: sh: 1: iwconfig: not found Feb 19 14:52:23 debian conky[167262]: sh: 1: iwconfig: not found Feb 19 14:52:28 debian conky[167304]: sh: 1: iwconfig: not found Feb 19 14:52:33 debian conky[167347]: sh: 1: iwconfig: not found Feb 19 14:52:33 debian conky[167352]: sh: 1: iwconfig: not found Feb 19 14:52:38 debian conky[167388]: sh: 1: iwconfig: not found Feb 19 14:52:43 debian conky[167466]: sh: 1: iwconfig: not found Feb 19 14:52:48 debian conky[167511]: sh: 1: iwconfig: not found Feb 19 14:52:53 debian conky[167577]: sh: 1: iwconfig: not found Feb 19 14:52:58 debian conky[167612]: sh: 1: iwconfig: not found Feb 19 14:53:03 debian conky[167662]: sh: 1: iwconfig: not found Feb 19 14:53:08 debian conky[167702]: sh: 1: iwconfig: not found Feb 19 14:53:13 debian conky[167741]: sh: 1: iwconfig: not found Feb 19 14:53:18 debian conky[167784]: sh: 1: iwconfig: not found Feb 19 14:53:23 debian conky[167839]: sh: 1: iwconfig: not found Feb 19 14:53:28 debian conky[167891]: sh: 1: iwconfig: not found Feb 19 14:53:33 debian conky[167944]: sh: 1: iwconfig: not found Feb 19 14:53:33 debian conky[167949]: sh: 1: iwconfig: not found Feb 19 14:53:38 debian conky[167990]: sh: 1: iwconfig: not found Feb 19 14:53:43 debian conky[168075]: sh: 1: iwconfig: not found Feb 19 14:53:48 debian conky[168115]: sh: 1: iwconfig: not found Feb 19 14:53:53 debian conky[168177]: sh: 1: iwconfig: not found Feb 19 14:53:58 debian conky[168218]: sh: 1: iwconfig: not found Feb 19 14:54:03 debian conky[168254]: sh: 1: iwconfig: not found Feb 19 14:54:08 debian conky[168301]: sh: 1: iwconfig: not found Feb 19 14:54:13 debian conky[168346]: sh: 1: iwconfig: not found Feb 19 14:54:18 debian conky[168391]: sh: 1: iwconfig: not found Feb 19 14:54:23 debian conky[168450]: sh: 1: iwconfig: not found Feb 19 14:54:28 debian conky[168496]: sh: 1: iwconfig: not found Feb 19 14:54:33 debian conky[168529]: sh: 1: iwconfig: not found Feb 19 14:54:33 debian conky[168540]: sh: 1: iwconfig: not found Feb 19 14:54:38 debian conky[168581]: sh: 1: iwconfig: not found Feb 19 14:54:43 debian conky[168664]: sh: 1: iwconfig: not found Feb 19 14:54:48 debian conky[168705]: sh: 1: iwconfig: not found Feb 19 14:54:53 debian conky[168770]: sh: 1: iwconfig: not found Feb 19 14:54:58 debian conky[168811]: sh: 1: iwconfig: not found Feb 19 14:55:03 debian conky[168849]: sh: 1: iwconfig: not found Feb 19 14:55:08 debian conky[168895]: sh: 1: iwconfig: not found Feb 19 14:55:13 debian conky[168930]: sh: 1: iwconfig: not found Feb 19 14:55:18 debian conky[168983]: sh: 1: iwconfig: not found Feb 19 14:55:23 debian conky[169048]: sh: 1: iwconfig: not found Feb 19 14:55:28 debian conky[169087]: sh: 1: iwconfig: not found Feb 19 14:55:33 debian conky[169131]: sh: 1: iwconfig: not found Feb 19 14:55:33 debian conky[169136]: sh: 1: iwconfig: not found Feb 19 14:55:38 debian conky[169174]: sh: 1: iwconfig: not found Feb 19 14:55:43 debian conky[169215]: sh: 1: iwconfig: not found Feb 19 14:55:48 debian conky[169259]: sh: 1: iwconfig: not found Feb 19 14:55:53 debian conky[169325]: sh: 1: iwconfig: not found Feb 19 14:55:58 debian conky[169364]: sh: 1: iwconfig: not found Feb 19 14:56:03 debian conky[169413]: sh: 1: iwconfig: not found Feb 19 14:56:08 debian conky[169452]: sh: 1: iwconfig: not found Feb 19 14:56:13 debian conky[169496]: sh: 1: iwconfig: not found Feb 19 14:56:18 debian conky[169537]: sh: 1: iwconfig: not found Feb 19 14:56:23 debian conky[169599]: sh: 1: iwconfig: not found Feb 19 14:56:28 debian conky[169641]: sh: 1: iwconfig: not found Feb 19 14:56:33 debian conky[169676]: sh: 1: iwconfig: not found Feb 19 14:56:33 debian conky[169690]: sh: 1: iwconfig: not found Feb 19 14:56:38 debian conky[169726]: sh: 1: iwconfig: not found Feb 19 14:56:43 debian conky[169809]: sh: 1: iwconfig: not found Feb 19 14:56:48 debian conky[169849]: sh: 1: iwconfig: not found Feb 19 14:56:53 debian conky[169904]: sh: 1: iwconfig: not found Feb 19 14:56:58 debian conky[169954]: sh: 1: iwconfig: not found Feb 19 14:57:03 debian conky[170000]: sh: 1: iwconfig: not found Feb 19 14:57:08 debian conky[170040]: sh: 1: iwconfig: not found Feb 19 14:57:13 debian conky[170084]: sh: 1: iwconfig: not found Feb 19 14:57:18 debian conky[170125]: sh: 1: iwconfig: not found Feb 19 14:57:23 debian conky[170182]: sh: 1: iwconfig: not found Feb 19 14:57:28 debian conky[170229]: sh: 1: iwconfig: not found Feb 19 14:57:33 debian conky[170263]: sh: 1: iwconfig: not found Feb 19 14:57:33 debian conky[170272]: sh: 1: iwconfig: not found Feb 19 14:57:38 debian conky[170317]: sh: 1: iwconfig: not found Feb 19 14:57:43 debian conky[170354]: sh: 1: iwconfig: not found Feb 19 14:57:48 debian conky[170398]: sh: 1: iwconfig: not found Feb 19 14:57:53 debian conky[170466]: sh: 1: iwconfig: not found Feb 19 14:57:58 debian conky[170515]: sh: 1: iwconfig: not found Feb 19 14:58:03 debian conky[170558]: sh: 1: iwconfig: not found Feb 19 14:58:08 debian conky[170597]: sh: 1: iwconfig: not found Feb 19 14:58:13 debian conky[170644]: sh: 1: iwconfig: not found Feb 19 14:58:18 debian conky[170680]: sh: 1: iwconfig: not found Feb 19 14:58:23 debian conky[170747]: sh: 1: iwconfig: not found Feb 19 14:58:28 debian conky[170787]: sh: 1: iwconfig: not found Feb 19 14:58:33 debian conky[170822]: sh: 1: iwconfig: not found Feb 19 14:58:33 debian conky[170836]: sh: 1: iwconfig: not found Feb 19 14:58:38 debian conky[170877]: sh: 1: iwconfig: not found Feb 19 14:58:43 debian conky[170953]: sh: 1: iwconfig: not found Feb 19 14:58:48 debian conky[170998]: sh: 1: iwconfig: not found Feb 19 14:58:53 debian conky[171067]: sh: 1: iwconfig: not found Feb 19 14:58:58 debian conky[171107]: sh: 1: iwconfig: not found Feb 19 14:59:03 debian conky[171141]: sh: 1: iwconfig: not found Feb 19 14:59:08 debian conky[171190]: sh: 1: iwconfig: not found Feb 19 14:59:13 debian conky[171229]: sh: 1: iwconfig: not found Feb 19 14:59:18 debian conky[171273]: sh: 1: iwconfig: not found Feb 19 14:59:23 debian conky[171341]: sh: 1: iwconfig: not found Feb 19 14:59:28 debian conky[171389]: sh: 1: iwconfig: not found Feb 19 14:59:33 debian conky[171425]: sh: 1: iwconfig: not found Feb 19 14:59:33 debian conky[171429]: sh: 1: iwconfig: not found Feb 19 14:59:38 debian conky[171480]: sh: 1: iwconfig: not found Feb 19 14:59:43 debian conky[171515]: sh: 1: iwconfig: not found Feb 19 14:59:48 debian conky[171559]: sh: 1: iwconfig: not found Feb 19 14:59:53 debian conky[171621]: sh: 1: iwconfig: not found Feb 19 14:59:58 debian conky[171672]: sh: 1: iwconfig: not found Feb 19 15:00:03 debian conky[171718]: sh: 1: iwconfig: not found Feb 19 15:00:08 debian conky[171755]: sh: 1: iwconfig: not found Feb 19 15:00:13 debian conky[171798]: sh: 1: iwconfig: not found Feb 19 15:00:18 debian conky[171835]: sh: 1: iwconfig: not found Feb 19 15:00:23 debian conky[171901]: sh: 1: iwconfig: not found Feb 19 15:00:28 debian conky[171938]: sh: 1: iwconfig: not found Feb 19 15:00:33 debian conky[171987]: sh: 1: iwconfig: not found Feb 19 15:00:33 debian conky[171992]: sh: 1: iwconfig: not found Feb 19 15:00:38 debian conky[172031]: sh: 1: iwconfig: not found Feb 19 15:00:43 debian conky[172102]: sh: 1: iwconfig: not found Feb 19 15:00:48 debian conky[172148]: sh: 1: iwconfig: not found Feb 19 15:00:53 debian conky[172217]: sh: 1: iwconfig: not found Feb 19 15:00:58 debian conky[172257]: sh: 1: iwconfig: not found Feb 19 15:01:03 debian conky[172289]: sh: 1: iwconfig: not found Feb 19 15:01:08 debian conky[172337]: sh: 1: iwconfig: not found Feb 19 15:01:13 debian conky[172386]: sh: 1: iwconfig: not found Feb 19 15:01:18 debian conky[172420]: sh: 1: iwconfig: not found Feb 19 15:01:23 debian conky[172486]: sh: 1: iwconfig: not found Feb 19 15:01:28 debian conky[172523]: sh: 1: iwconfig: not found Feb 19 15:01:33 debian conky[172573]: sh: 1: iwconfig: not found Feb 19 15:01:33 debian conky[172577]: sh: 1: iwconfig: not found Feb 19 15:01:38 debian conky[172615]: sh: 1: iwconfig: not found Feb 19 15:01:43 debian conky[172658]: sh: 1: iwconfig: not found Feb 19 15:01:48 debian conky[172702]: sh: 1: iwconfig: not found Feb 19 15:01:53 debian conky[172770]: sh: 1: iwconfig: not found Feb 19 15:01:58 debian conky[172810]: sh: 1: iwconfig: not found Feb 19 15:02:03 debian conky[172853]: sh: 1: iwconfig: not found Feb 19 15:02:08 debian conky[172898]: sh: 1: iwconfig: not found Feb 19 15:02:13 debian conky[172940]: sh: 1: iwconfig: not found Feb 19 15:02:18 debian conky[172979]: sh: 1: iwconfig: not found Feb 19 15:02:23 debian conky[173046]: sh: 1: iwconfig: not found Feb 19 15:02:28 debian conky[173082]: sh: 1: iwconfig: not found Feb 19 15:02:33 debian conky[173126]: sh: 1: iwconfig: not found Feb 19 15:02:33 debian conky[173135]: sh: 1: iwconfig: not found Feb 19 15:02:38 debian conky[173172]: sh: 1: iwconfig: not found Feb 19 15:02:43 debian conky[173251]: sh: 1: iwconfig: not found Feb 19 15:02:48 debian conky[173295]: sh: 1: iwconfig: not found Feb 19 15:02:53 debian conky[173357]: sh: 1: iwconfig: not found Feb 19 15:02:58 debian conky[173399]: sh: 1: iwconfig: not found Feb 19 15:03:02 debian obs[102900]: Using muxer settings: Feb 19 15:03:02 debian obs[102900]: movflags=frag_keyframe+empty_moov+delay_moov Feb 19 15:03:02 debian obs[7274]: info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/stanislav/Videos/2026-02-19 13-01-45.mp4' stopped Feb 19 15:03:02 debian obs[7274]: info: Output 'adv_file_output': stopping Feb 19 15:03:02 debian obs[7274]: info: Output 'adv_file_output': Total frames output: 436641 Feb 19 15:03:02 debian obs[7274]: info: Output 'adv_file_output': Total drawn frames: 436652 Feb 19 15:03:02 debian obs[7274]: info: ==== Recording Stop ================================================ Feb 19 15:03:03 debian obs[7274]: [aac @ 0x564a02c43a00] Qavg: 620.118 Feb 19 15:03:03 debian obs[7274]: [aac @ 0x564a02c43a00] 2 frames left in the queue on closing Feb 19 15:03:03 debian conky[173445]: sh: 1: iwconfig: not found Feb 19 15:03:08 debian conky[173487]: sh: 1: iwconfig: not found Feb 19 15:03:13 debian conky[173526]: sh: 1: iwconfig: not found Feb 19 15:03:18 debian conky[173574]: sh: 1: iwconfig: not found Feb 19 15:03:23 debian conky[173618]: sh: 1: iwconfig: not found Feb 19 15:03:28 debian conky[173658]: sh: 1: iwconfig: not found Feb 19 15:03:33 debian conky[173696]: sh: 1: iwconfig: not found Feb 19 15:03:33 debian conky[173700]: sh: 1: iwconfig: not found Feb 19 15:03:38 debian conky[173745]: sh: 1: iwconfig: not found Feb 19 15:03:43 debian conky[173793]: sh: 1: iwconfig: not found Feb 19 15:03:48 debian conky[173830]: sh: 1: iwconfig: not found Feb 19 15:03:53 debian conky[173867]: sh: 1: iwconfig: not found Feb 19 15:03:58 debian conky[173920]: sh: 1: iwconfig: not found Feb 19 15:04:03 debian conky[173959]: sh: 1: iwconfig: not found Feb 19 15:04:08 debian conky[174004]: sh: 1: iwconfig: not found Feb 19 15:04:13 debian conky[174050]: sh: 1: iwconfig: not found Feb 19 15:04:18 debian conky[174091]: sh: 1: iwconfig: not found Feb 19 15:04:23 debian conky[174133]: sh: 1: iwconfig: not found Feb 19 15:04:28 debian conky[174173]: sh: 1: iwconfig: not found Feb 19 15:04:31 debian kded6[2296]: Failed to stat /proc/174193 No such file or directory Feb 19 15:04:31 debian kded6[2296]: Failed to stat /proc/174194 No such file or directory Feb 19 15:04:31 debian kded6[2296]: Failed to stat /proc/174195 No such file or directory Feb 19 15:04:33 debian conky[174221]: sh: 1: iwconfig: not found Feb 19 15:04:33 debian conky[174224]: sh: 1: iwconfig: not found Feb 19 15:04:38 debian conky[174266]: sh: 1: iwconfig: not found Feb 19 15:04:43 debian conky[174345]: sh: 1: iwconfig: not found Feb 19 15:04:48 debian conky[174385]: sh: 1: iwconfig: not found Feb 19 15:04:53 debian conky[174432]: sh: 1: iwconfig: not found Feb 19 15:04:58 debian conky[174472]: sh: 1: iwconfig: not found Feb 19 15:05:03 debian conky[174511]: sh: 1: iwconfig: not found Feb 19 15:05:08 debian conky[174559]: sh: 1: iwconfig: not found Feb 19 15:05:13 debian conky[174596]: sh: 1: iwconfig: not found Feb 19 15:05:18 debian conky[174644]: sh: 1: iwconfig: not found Feb 19 15:05:23 debian conky[174687]: sh: 1: iwconfig: not found Feb 19 15:05:28 debian conky[174728]: sh: 1: iwconfig: not found Feb 19 15:05:33 debian conky[174773]: sh: 1: iwconfig: not found Feb 19 15:05:33 debian conky[174779]: sh: 1: iwconfig: not found Feb 19 15:05:38 debian conky[174820]: sh: 1: iwconfig: not found Feb 19 15:05:43 debian conky[174864]: sh: 1: iwconfig: not found Feb 19 15:05:48 debian conky[174904]: sh: 1: iwconfig: not found Feb 19 15:05:53 debian conky[174949]: sh: 1: iwconfig: not found Feb 19 15:05:58 debian conky[174993]: sh: 1: iwconfig: not found Feb 19 15:06:03 debian conky[175027]: sh: 1: iwconfig: not found Feb 19 15:06:08 debian conky[175076]: sh: 1: iwconfig: not found Feb 19 15:06:13 debian conky[175119]: sh: 1: iwconfig: not found Feb 19 15:06:18 debian conky[175160]: sh: 1: iwconfig: not found Feb 19 15:06:23 debian conky[175200]: sh: 1: iwconfig: not found Feb 19 15:06:28 debian conky[175244]: sh: 1: iwconfig: not found Feb 19 15:06:33 debian conky[175285]: sh: 1: iwconfig: not found Feb 19 15:06:33 debian conky[175293]: sh: 1: iwconfig: not found Feb 19 15:06:38 debian conky[175329]: sh: 1: iwconfig: not found Feb 19 15:06:43 debian conky[175413]: sh: 1: iwconfig: not found Feb 19 15:06:48 debian conky[175449]: sh: 1: iwconfig: not found Feb 19 15:06:53 debian conky[175492]: sh: 1: iwconfig: not found Feb 19 15:06:58 debian conky[175541]: sh: 1: iwconfig: not found Feb 19 15:07:03 debian conky[175573]: sh: 1: iwconfig: not found Feb 19 15:07:08 debian conky[175626]: sh: 1: iwconfig: not found Feb 19 15:07:13 debian conky[175667]: sh: 1: iwconfig: not found Feb 19 15:07:18 debian conky[175708]: sh: 1: iwconfig: not found Feb 19 15:07:23 debian conky[175756]: sh: 1: iwconfig: not found Feb 19 15:07:28 debian conky[175796]: sh: 1: iwconfig: not found Feb 19 15:07:33 debian conky[175840]: sh: 1: iwconfig: not found Feb 19 15:07:33 debian conky[175844]: sh: 1: iwconfig: not found Feb 19 15:07:38 debian conky[175883]: sh: 1: iwconfig: not found Feb 19 15:07:43 debian conky[175924]: sh: 1: iwconfig: not found Feb 19 15:07:48 debian conky[175969]: sh: 1: iwconfig: not found Feb 19 15:07:53 debian conky[176017]: sh: 1: iwconfig: not found Feb 19 15:07:58 debian conky[176058]: sh: 1: iwconfig: not found Feb 19 15:08:03 debian conky[176101]: sh: 1: iwconfig: not found Feb 19 15:08:08 debian conky[176141]: sh: 1: iwconfig: not found Feb 19 15:08:13 debian conky[176184]: sh: 1: iwconfig: not found Feb 19 15:08:18 debian conky[176221]: sh: 1: iwconfig: not found Feb 19 15:08:23 debian conky[176272]: sh: 1: iwconfig: not found Feb 19 15:08:28 debian conky[176309]: sh: 1: iwconfig: not found Feb 19 15:08:33 debian conky[176353]: sh: 1: iwconfig: not found Feb 19 15:08:33 debian conky[176362]: sh: 1: iwconfig: not found Feb 19 15:08:38 debian conky[176401]: sh: 1: iwconfig: not found Feb 19 15:08:43 debian conky[176480]: sh: 1: iwconfig: not found Feb 19 15:08:48 debian conky[176518]: sh: 1: iwconfig: not found Feb 19 15:08:53 debian conky[176559]: sh: 1: iwconfig: not found Feb 19 15:08:58 debian conky[176608]: sh: 1: iwconfig: not found Feb 19 15:09:03 debian conky[176647]: sh: 1: iwconfig: not found Feb 19 15:09:08 debian conky[176688]: sh: 1: iwconfig: not found Feb 19 15:09:13 debian conky[176735]: sh: 1: iwconfig: not found Feb 19 15:09:18 debian conky[176775]: sh: 1: iwconfig: not found Feb 19 15:09:23 debian conky[176822]: sh: 1: iwconfig: not found Feb 19 15:09:28 debian conky[176859]: sh: 1: iwconfig: not found Feb 19 15:09:33 debian conky[176900]: sh: 1: iwconfig: not found Feb 19 15:09:33 debian conky[176904]: sh: 1: iwconfig: not found Feb 19 15:09:38 debian conky[176950]: sh: 1: iwconfig: not found Feb 19 15:09:43 debian conky[176997]: sh: 1: iwconfig: not found Feb 19 15:09:48 debian conky[177031]: sh: 1: iwconfig: not found Feb 19 15:09:53 debian conky[177078]: sh: 1: iwconfig: not found Feb 19 15:09:58 debian conky[177121]: sh: 1: iwconfig: not found Feb 19 15:10:03 debian conky[177167]: sh: 1: iwconfig: not found Feb 19 15:10:08 debian conky[177207]: sh: 1: iwconfig: not found Feb 19 15:10:13 debian conky[177250]: sh: 1: iwconfig: not found Feb 19 15:10:18 debian conky[177290]: sh: 1: iwconfig: not found Feb 19 15:10:23 debian conky[177334]: sh: 1: iwconfig: not found Feb 19 15:10:28 debian conky[177374]: sh: 1: iwconfig: not found Feb 19 15:10:33 debian conky[177409]: sh: 1: iwconfig: not found Feb 19 15:10:33 debian conky[177423]: sh: 1: iwconfig: not found Feb 19 15:10:38 debian conky[177464]: sh: 1: iwconfig: not found Feb 19 15:10:43 debian conky[177545]: sh: 1: iwconfig: not found Feb 19 15:10:48 debian conky[177585]: sh: 1: iwconfig: not found Feb 19 15:10:53 debian conky[177635]: sh: 1: iwconfig: not found Feb 19 15:10:58 debian conky[177672]: sh: 1: iwconfig: not found Feb 19 15:11:03 debian conky[177715]: sh: 1: iwconfig: not found Feb 19 15:11:08 debian conky[177752]: sh: 1: iwconfig: not found Feb 19 15:11:13 debian conky[177797]: sh: 1: iwconfig: not found Feb 19 15:11:18 debian conky[177839]: sh: 1: iwconfig: not found Feb 19 15:11:23 debian conky[177873]: sh: 1: iwconfig: not found Feb 19 15:11:28 debian conky[177923]: sh: 1: iwconfig: not found Feb 19 15:11:33 debian conky[177967]: sh: 1: iwconfig: not found Feb 19 15:11:33 debian conky[177971]: sh: 1: iwconfig: not found Feb 19 15:11:38 debian conky[178011]: sh: 1: iwconfig: not found Feb 19 15:11:43 debian conky[178053]: sh: 1: iwconfig: not found Feb 19 15:11:48 debian conky[178090]: sh: 1: iwconfig: not found Feb 19 15:11:53 debian conky[178135]: sh: 1: iwconfig: not found Feb 19 15:11:58 debian conky[178181]: sh: 1: iwconfig: not found Feb 19 15:12:03 debian conky[178227]: sh: 1: iwconfig: not found Feb 19 15:12:08 debian conky[178267]: sh: 1: iwconfig: not found Feb 19 15:12:13 debian conky[178314]: sh: 1: iwconfig: not found Feb 19 15:12:18 debian conky[178354]: sh: 1: iwconfig: not found Feb 19 15:12:23 debian conky[178402]: sh: 1: iwconfig: not found Feb 19 15:12:28 debian conky[178441]: sh: 1: iwconfig: not found Feb 19 15:12:33 debian conky[178487]: sh: 1: iwconfig: not found Feb 19 15:12:33 debian conky[178491]: sh: 1: iwconfig: not found Feb 19 15:12:38 debian conky[178532]: sh: 1: iwconfig: not found Feb 19 15:12:43 debian conky[178603]: sh: 1: iwconfig: not found Feb 19 15:12:48 debian conky[178649]: sh: 1: iwconfig: not found Feb 19 15:12:53 debian conky[178690]: sh: 1: iwconfig: not found Feb 19 15:12:58 debian conky[178744]: sh: 1: iwconfig: not found Feb 19 15:13:03 debian conky[178787]: sh: 1: iwconfig: not found Feb 19 15:13:08 debian conky[178829]: sh: 1: iwconfig: not found Feb 19 15:13:13 debian conky[178863]: sh: 1: iwconfig: not found Feb 19 15:13:18 debian conky[178912]: sh: 1: iwconfig: not found Feb 19 15:13:23 debian conky[178956]: sh: 1: iwconfig: not found Feb 19 15:13:28 debian conky[178993]: sh: 1: iwconfig: not found Feb 19 15:13:33 debian conky[179032]: sh: 1: iwconfig: not found Feb 19 15:13:33 debian conky[179048]: sh: 1: iwconfig: not found Feb 19 15:13:38 debian conky[179087]: sh: 1: iwconfig: not found Feb 19 15:13:43 debian conky[179131]: sh: 1: iwconfig: not found Feb 19 15:13:48 debian conky[179171]: sh: 1: iwconfig: not found Feb 19 15:13:53 debian conky[179214]: sh: 1: iwconfig: not found Feb 19 15:13:58 debian conky[179258]: sh: 1: iwconfig: not found Feb 19 15:14:03 debian conky[179302]: sh: 1: iwconfig: not found Feb 19 15:14:08 debian conky[179344]: sh: 1: iwconfig: not found Feb 19 15:14:13 debian conky[179379]: sh: 1: iwconfig: not found Feb 19 15:14:18 debian conky[179428]: sh: 1: iwconfig: not found Feb 19 15:14:23 debian conky[179475]: sh: 1: iwconfig: not found Feb 19 15:14:28 debian conky[179510]: sh: 1: iwconfig: not found Feb 19 15:14:33 debian conky[179558]: sh: 1: iwconfig: not found Feb 19 15:14:33 debian conky[179567]: sh: 1: iwconfig: not found Feb 19 15:14:38 debian conky[179786]: sh: 1: iwconfig: not found Feb 19 15:14:43 debian conky[179869]: sh: 1: iwconfig: not found Feb 19 15:14:48 debian conky[179913]: sh: 1: iwconfig: not found Feb 19 15:14:53 debian conky[179963]: sh: 1: iwconfig: not found Feb 19 15:14:58 debian conky[180001]: sh: 1: iwconfig: not found Feb 19 15:15:03 debian conky[180042]: sh: 1: iwconfig: not found Feb 19 15:15:08 debian conky[180129]: sh: 1: iwconfig: not found Feb 19 15:15:13 debian conky[180168]: sh: 1: iwconfig: not found Feb 19 15:15:18 debian conky[180214]: sh: 1: iwconfig: not found Feb 19 15:15:23 debian conky[180248]: sh: 1: iwconfig: not found Feb 19 15:15:28 debian conky[180298]: sh: 1: iwconfig: not found Feb 19 15:15:33 debian conky[180342]: sh: 1: iwconfig: not found Feb 19 15:15:33 debian conky[180346]: sh: 1: iwconfig: not found Feb 19 15:15:38 debian conky[180385]: sh: 1: iwconfig: not found Feb 19 15:15:43 debian conky[180430]: sh: 1: iwconfig: not found Feb 19 15:15:48 debian conky[180467]: sh: 1: iwconfig: not found Feb 19 15:15:53 debian conky[180517]: sh: 1: iwconfig: not found Feb 19 15:15:58 debian conky[180550]: sh: 1: iwconfig: not found Feb 19 15:16:03 debian conky[180602]: sh: 1: iwconfig: not found Feb 19 15:16:08 debian conky[180643]: sh: 1: iwconfig: not found Feb 19 15:16:13 debian conky[180677]: sh: 1: iwconfig: not found Feb 19 15:16:18 debian conky[180730]: sh: 1: iwconfig: not found Feb 19 15:16:23 debian conky[180774]: sh: 1: iwconfig: not found Feb 19 15:16:28 debian conky[180812]: sh: 1: iwconfig: not found Feb 19 15:16:33 debian conky[180850]: sh: 1: iwconfig: not found Feb 19 15:16:33 debian conky[180855]: sh: 1: iwconfig: not found Feb 19 15:16:38 debian conky[180902]: sh: 1: iwconfig: not found Feb 19 15:16:43 debian conky[180980]: sh: 1: iwconfig: not found Feb 19 15:16:48 debian conky[181023]: sh: 1: iwconfig: not found Feb 19 15:16:53 debian conky[181067]: sh: 1: iwconfig: not found Feb 19 15:16:58 debian conky[181110]: sh: 1: iwconfig: not found Feb 19 15:17:03 debian conky[181152]: sh: 1: iwconfig: not found Feb 19 15:17:08 debian conky[181199]: sh: 1: iwconfig: not found Feb 19 15:17:13 debian conky[181245]: sh: 1: iwconfig: not found Feb 19 15:17:18 debian conky[181282]: sh: 1: iwconfig: not found Feb 19 15:17:23 debian conky[181325]: sh: 1: iwconfig: not found Feb 19 15:17:28 debian conky[181366]: sh: 1: iwconfig: not found Feb 19 15:17:33 debian conky[181410]: sh: 1: iwconfig: not found Feb 19 15:17:33 debian conky[181417]: sh: 1: iwconfig: not found Feb 19 15:17:38 debian conky[181451]: sh: 1: iwconfig: not found Feb 19 15:17:43 debian conky[181498]: sh: 1: iwconfig: not found Feb 19 15:17:48 debian conky[181540]: sh: 1: iwconfig: not found Feb 19 15:17:53 debian conky[181587]: sh: 1: iwconfig: not found Feb 19 15:17:58 debian conky[181624]: sh: 1: iwconfig: not found Feb 19 15:18:03 debian conky[181666]: sh: 1: iwconfig: not found Feb 19 15:18:08 debian conky[181710]: sh: 1: iwconfig: not found Feb 19 15:18:13 debian conky[181755]: sh: 1: iwconfig: not found Feb 19 15:18:18 debian conky[181794]: sh: 1: iwconfig: not found Feb 19 15:18:23 debian conky[181840]: sh: 1: iwconfig: not found Feb 19 15:18:28 debian conky[181879]: sh: 1: iwconfig: not found Feb 19 15:18:33 debian conky[181925]: sh: 1: iwconfig: not found Feb 19 15:18:33 debian conky[181930]: sh: 1: iwconfig: not found Feb 19 15:18:38 debian conky[181968]: sh: 1: iwconfig: not found Feb 19 15:18:43 debian conky[182050]: sh: 1: iwconfig: not found Feb 19 15:18:48 debian conky[182094]: sh: 1: iwconfig: not found Feb 19 15:18:53 debian conky[182147]: sh: 1: iwconfig: not found Feb 19 15:18:58 debian conky[182187]: sh: 1: iwconfig: not found Feb 19 15:19:03 debian conky[182230]: sh: 1: iwconfig: not found Feb 19 15:19:08 debian conky[182267]: sh: 1: iwconfig: not found Feb 19 15:19:13 debian conky[182314]: sh: 1: iwconfig: not found Feb 19 15:19:18 debian conky[182357]: sh: 1: iwconfig: not found Feb 19 15:19:23 debian conky[182403]: sh: 1: iwconfig: not found Feb 19 15:19:28 debian conky[182442]: sh: 1: iwconfig: not found Feb 19 15:19:33 debian conky[182474]: sh: 1: iwconfig: not found Feb 19 15:19:33 debian conky[182491]: sh: 1: iwconfig: not found Feb 19 15:19:38 debian conky[182530]: sh: 1: iwconfig: not found Feb 19 15:19:43 debian conky[182570]: sh: 1: iwconfig: not found Feb 19 15:19:48 debian conky[182611]: sh: 1: iwconfig: not found Feb 19 15:19:53 debian conky[182659]: sh: 1: iwconfig: not found Feb 19 15:19:58 debian conky[182700]: sh: 1: iwconfig: not found Feb 19 15:20:03 debian conky[182743]: sh: 1: iwconfig: not found Feb 19 15:20:08 debian conky[182786]: sh: 1: iwconfig: not found Feb 19 15:20:12 debian systemd[1959]: Starting theme-switcher.service - Auto switch KDE theme based on time... Feb 19 15:20:12 debian theme-switcher.sh[182812]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 15:20:12 debian theme-switcher.sh[182812]: The requested theme "BreezeLight" is already set as the theme for the current Plasma session. Feb 19 15:20:12 debian systemd[1959]: Finished theme-switcher.service - Auto switch KDE theme based on time. Feb 19 15:20:13 debian conky[182857]: sh: 1: iwconfig: not found Feb 19 15:20:18 debian conky[182902]: sh: 1: iwconfig: not found Feb 19 15:20:23 debian conky[182944]: sh: 1: iwconfig: not found Feb 19 15:20:28 debian conky[182986]: sh: 1: iwconfig: not found Feb 19 15:20:33 debian conky[183029]: sh: 1: iwconfig: not found Feb 19 15:20:33 debian conky[183038]: sh: 1: iwconfig: not found Feb 19 15:20:38 debian conky[183076]: sh: 1: iwconfig: not found Feb 19 15:20:43 debian conky[183156]: sh: 1: iwconfig: not found Feb 19 15:20:48 debian conky[183202]: sh: 1: iwconfig: not found Feb 19 15:20:53 debian conky[183249]: sh: 1: iwconfig: not found Feb 19 15:20:58 debian conky[183286]: sh: 1: iwconfig: not found Feb 19 15:21:03 debian conky[183332]: sh: 1: iwconfig: not found Feb 19 15:21:08 debian conky[183372]: sh: 1: iwconfig: not found Feb 19 15:21:13 debian conky[183415]: sh: 1: iwconfig: not found Feb 19 15:21:18 debian conky[183452]: sh: 1: iwconfig: not found Feb 19 15:21:23 debian conky[183498]: sh: 1: iwconfig: not found Feb 19 15:21:28 debian conky[183539]: sh: 1: iwconfig: not found Feb 19 15:21:33 debian conky[183578]: sh: 1: iwconfig: not found Feb 19 15:21:33 debian conky[183588]: sh: 1: iwconfig: not found Feb 19 15:21:38 debian conky[183624]: sh: 1: iwconfig: not found Feb 19 15:21:43 debian conky[183661]: sh: 1: iwconfig: not found Feb 19 15:21:48 debian conky[183713]: sh: 1: iwconfig: not found Feb 19 15:21:53 debian conky[183760]: sh: 1: iwconfig: not found Feb 19 15:21:58 debian conky[183800]: sh: 1: iwconfig: not found Feb 19 15:22:03 debian conky[183834]: sh: 1: iwconfig: not found Feb 19 15:22:08 debian conky[183881]: sh: 1: iwconfig: not found Feb 19 15:22:13 debian conky[183924]: sh: 1: iwconfig: not found Feb 19 15:22:18 debian conky[183967]: sh: 1: iwconfig: not found Feb 19 15:22:23 debian conky[184006]: sh: 1: iwconfig: not found Feb 19 15:22:28 debian conky[184055]: sh: 1: iwconfig: not found Feb 19 15:22:33 debian conky[184095]: sh: 1: iwconfig: not found Feb 19 15:22:33 debian conky[184108]: sh: 1: iwconfig: not found Feb 19 15:22:38 debian conky[184141]: sh: 1: iwconfig: not found Feb 19 15:22:43 debian conky[184225]: sh: 1: iwconfig: not found Feb 19 15:22:48 debian conky[184266]: sh: 1: iwconfig: not found Feb 19 15:22:53 debian conky[184309]: sh: 1: iwconfig: not found Feb 19 15:22:58 debian conky[184353]: sh: 1: iwconfig: not found Feb 19 15:23:03 debian conky[184396]: sh: 1: iwconfig: not found Feb 19 15:23:08 debian conky[184436]: sh: 1: iwconfig: not found Feb 19 15:23:13 debian conky[184480]: sh: 1: iwconfig: not found Feb 19 15:23:18 debian conky[184517]: sh: 1: iwconfig: not found Feb 19 15:23:23 debian conky[184562]: sh: 1: iwconfig: not found Feb 19 15:23:28 debian conky[184603]: sh: 1: iwconfig: not found Feb 19 15:23:33 debian conky[184648]: sh: 1: iwconfig: not found Feb 19 15:23:33 debian conky[184656]: sh: 1: iwconfig: not found Feb 19 15:23:38 debian conky[184695]: sh: 1: iwconfig: not found Feb 19 15:23:43 debian conky[184739]: sh: 1: iwconfig: not found Feb 19 15:23:48 debian conky[184779]: sh: 1: iwconfig: not found Feb 19 15:23:53 debian conky[184823]: sh: 1: iwconfig: not found Feb 19 15:23:58 debian conky[184867]: sh: 1: iwconfig: not found Feb 19 15:24:03 debian conky[184910]: sh: 1: iwconfig: not found Feb 19 15:24:08 debian conky[184952]: sh: 1: iwconfig: not found Feb 19 15:24:13 debian conky[184991]: sh: 1: iwconfig: not found Feb 19 15:24:18 debian conky[185035]: sh: 1: iwconfig: not found Feb 19 15:24:23 debian conky[185078]: sh: 1: iwconfig: not found Feb 19 15:24:28 debian conky[185122]: sh: 1: iwconfig: not found Feb 19 15:24:33 debian conky[185168]: sh: 1: iwconfig: not found Feb 19 15:24:33 debian conky[185176]: sh: 1: iwconfig: not found Feb 19 15:24:38 debian conky[185219]: sh: 1: iwconfig: not found Feb 19 15:24:43 debian conky[185299]: sh: 1: iwconfig: not found Feb 19 15:24:48 debian conky[185341]: sh: 1: iwconfig: not found Feb 19 15:24:53 debian conky[185389]: sh: 1: iwconfig: not found Feb 19 15:24:58 debian conky[185426]: sh: 1: iwconfig: not found Feb 19 15:25:03 debian conky[185467]: sh: 1: iwconfig: not found Feb 19 15:25:08 debian conky[185515]: sh: 1: iwconfig: not found Feb 19 15:25:13 debian conky[185555]: sh: 1: iwconfig: not found Feb 19 15:25:18 debian conky[185600]: sh: 1: iwconfig: not found Feb 19 15:25:23 debian conky[185645]: sh: 1: iwconfig: not found Feb 19 15:25:28 debian conky[185685]: sh: 1: iwconfig: not found Feb 19 15:25:33 debian conky[185721]: sh: 1: iwconfig: not found Feb 19 15:25:33 debian conky[185735]: sh: 1: iwconfig: not found Feb 19 15:25:38 debian conky[185775]: sh: 1: iwconfig: not found Feb 19 15:25:43 debian conky[185817]: sh: 1: iwconfig: not found Feb 19 15:25:48 debian conky[185857]: sh: 1: iwconfig: not found Feb 19 15:25:53 debian conky[185899]: sh: 1: iwconfig: not found Feb 19 15:25:58 debian conky[185948]: sh: 1: iwconfig: not found Feb 19 15:26:03 debian conky[185991]: sh: 1: iwconfig: not found Feb 19 15:26:08 debian conky[186028]: sh: 1: iwconfig: not found Feb 19 15:26:13 debian conky[186070]: sh: 1: iwconfig: not found Feb 19 15:26:18 debian conky[186114]: sh: 1: iwconfig: not found Feb 19 15:26:23 debian conky[186164]: sh: 1: iwconfig: not found Feb 19 15:26:28 debian conky[186199]: sh: 1: iwconfig: not found Feb 19 15:26:33 debian conky[186247]: sh: 1: iwconfig: not found Feb 19 15:26:33 debian conky[186252]: sh: 1: iwconfig: not found Feb 19 15:26:38 debian conky[186292]: sh: 1: iwconfig: not found Feb 19 15:26:43 debian conky[186375]: sh: 1: iwconfig: not found Feb 19 15:26:48 debian conky[186411]: sh: 1: iwconfig: not found Feb 19 15:26:53 debian conky[186462]: sh: 1: iwconfig: not found Feb 19 15:26:58 debian conky[186503]: sh: 1: iwconfig: not found Feb 19 15:27:03 debian conky[186546]: sh: 1: iwconfig: not found Feb 19 15:27:08 debian conky[186583]: sh: 1: iwconfig: not found Feb 19 15:27:13 debian conky[186630]: sh: 1: iwconfig: not found Feb 19 15:27:18 debian conky[186672]: sh: 1: iwconfig: not found Feb 19 15:27:23 debian conky[186707]: sh: 1: iwconfig: not found Feb 19 15:27:28 debian conky[186756]: sh: 1: iwconfig: not found Feb 19 15:27:33 debian conky[186796]: sh: 1: iwconfig: not found Feb 19 15:27:33 debian conky[186806]: sh: 1: iwconfig: not found Feb 19 15:27:38 debian conky[186842]: sh: 1: iwconfig: not found Feb 19 15:27:43 debian conky[186884]: sh: 1: iwconfig: not found Feb 19 15:27:48 debian conky[186930]: sh: 1: iwconfig: not found Feb 19 15:27:53 debian conky[186969]: sh: 1: iwconfig: not found Feb 19 15:27:58 debian conky[187018]: sh: 1: iwconfig: not found Feb 19 15:28:03 debian conky[187057]: sh: 1: iwconfig: not found Feb 19 15:28:08 debian conky[187102]: sh: 1: iwconfig: not found Feb 19 15:28:13 debian conky[187141]: sh: 1: iwconfig: not found Feb 19 15:28:18 debian conky[187185]: sh: 1: iwconfig: not found Feb 19 15:28:23 debian conky[187226]: sh: 1: iwconfig: not found Feb 19 15:28:28 debian conky[187270]: sh: 1: iwconfig: not found Feb 19 15:28:33 debian conky[187311]: sh: 1: iwconfig: not found Feb 19 15:28:33 debian conky[187323]: sh: 1: iwconfig: not found Feb 19 15:28:38 debian conky[187359]: sh: 1: iwconfig: not found Feb 19 15:28:43 debian conky[187438]: sh: 1: iwconfig: not found Feb 19 15:28:48 debian conky[187475]: sh: 1: iwconfig: not found Feb 19 15:28:53 debian conky[187517]: sh: 1: iwconfig: not found Feb 19 15:28:58 debian conky[187563]: sh: 1: iwconfig: not found Feb 19 15:29:03 debian conky[187609]: sh: 1: iwconfig: not found Feb 19 15:29:08 debian conky[187649]: sh: 1: iwconfig: not found Feb 19 15:29:13 debian conky[187693]: sh: 1: iwconfig: not found Feb 19 15:29:18 debian conky[187733]: sh: 1: iwconfig: not found Feb 19 15:29:23 debian conky[187777]: sh: 1: iwconfig: not found Feb 19 15:29:28 debian conky[187817]: sh: 1: iwconfig: not found Feb 19 15:29:33 debian conky[187854]: sh: 1: iwconfig: not found Feb 19 15:29:33 debian conky[187858]: sh: 1: iwconfig: not found Feb 19 15:29:38 debian conky[187902]: sh: 1: iwconfig: not found Feb 19 15:29:43 debian conky[187946]: sh: 1: iwconfig: not found Feb 19 15:29:48 debian conky[187987]: sh: 1: iwconfig: not found Feb 19 15:29:53 debian conky[188038]: sh: 1: iwconfig: not found Feb 19 15:29:58 debian conky[188080]: sh: 1: iwconfig: not found Feb 19 15:30:03 debian conky[188126]: sh: 1: iwconfig: not found Feb 19 15:30:08 debian conky[188166]: sh: 1: iwconfig: not found Feb 19 15:30:13 debian conky[188209]: sh: 1: iwconfig: not found Feb 19 15:30:18 debian conky[188251]: sh: 1: iwconfig: not found Feb 19 15:30:23 debian conky[188292]: sh: 1: iwconfig: not found Feb 19 15:30:28 debian conky[188343]: sh: 1: iwconfig: not found Feb 19 15:30:33 debian conky[188385]: sh: 1: iwconfig: not found Feb 19 15:30:33 debian conky[188394]: sh: 1: iwconfig: not found Feb 19 15:30:38 debian conky[188436]: sh: 1: iwconfig: not found Feb 19 15:30:43 debian conky[188517]: sh: 1: iwconfig: not found Feb 19 15:30:48 debian conky[188558]: sh: 1: iwconfig: not found Feb 19 15:30:53 debian conky[188606]: sh: 1: iwconfig: not found Feb 19 15:30:58 debian conky[188639]: sh: 1: iwconfig: not found Feb 19 15:31:03 debian conky[188689]: sh: 1: iwconfig: not found Feb 19 15:31:08 debian conky[188730]: sh: 1: iwconfig: not found Feb 19 15:31:13 debian conky[188774]: sh: 1: iwconfig: not found Feb 19 15:31:18 debian conky[188812]: sh: 1: iwconfig: not found Feb 19 15:31:23 debian conky[188855]: sh: 1: iwconfig: not found Feb 19 15:31:28 debian conky[188896]: sh: 1: iwconfig: not found Feb 19 15:31:33 debian conky[188945]: sh: 1: iwconfig: not found Feb 19 15:31:33 debian conky[188950]: sh: 1: iwconfig: not found Feb 19 15:31:38 debian conky[188989]: sh: 1: iwconfig: not found Feb 19 15:31:43 debian conky[189028]: sh: 1: iwconfig: not found Feb 19 15:31:48 debian conky[189072]: sh: 1: iwconfig: not found Feb 19 15:31:53 debian conky[189121]: sh: 1: iwconfig: not found Feb 19 15:31:58 debian conky[189161]: sh: 1: iwconfig: not found Feb 19 15:32:03 debian conky[189204]: sh: 1: iwconfig: not found Feb 19 15:32:08 debian conky[189241]: sh: 1: iwconfig: not found Feb 19 15:32:13 debian conky[189279]: sh: 1: iwconfig: not found Feb 19 15:32:18 debian conky[189329]: sh: 1: iwconfig: not found Feb 19 15:32:23 debian conky[189368]: sh: 1: iwconfig: not found Feb 19 15:32:28 debian conky[189415]: sh: 1: iwconfig: not found Feb 19 15:32:33 debian conky[189456]: sh: 1: iwconfig: not found Feb 19 15:32:33 debian conky[189464]: sh: 1: iwconfig: not found Feb 19 15:32:38 debian conky[189502]: sh: 1: iwconfig: not found Feb 19 15:32:43 debian conky[189584]: sh: 1: iwconfig: not found Feb 19 15:32:48 debian conky[189624]: sh: 1: iwconfig: not found Feb 19 15:32:53 debian conky[189672]: sh: 1: iwconfig: not found Feb 19 15:32:58 debian conky[189711]: sh: 1: iwconfig: not found Feb 19 15:33:03 debian conky[189751]: sh: 1: iwconfig: not found Feb 19 15:33:08 debian conky[189795]: sh: 1: iwconfig: not found Feb 19 15:33:13 debian conky[189839]: sh: 1: iwconfig: not found Feb 19 15:33:18 debian conky[189879]: sh: 1: iwconfig: not found Feb 19 15:33:23 debian conky[189918]: sh: 1: iwconfig: not found Feb 19 15:33:28 debian conky[189962]: sh: 1: iwconfig: not found Feb 19 15:33:33 debian conky[190011]: sh: 1: iwconfig: not found Feb 19 15:33:33 debian conky[190015]: sh: 1: iwconfig: not found Feb 19 15:33:38 debian conky[190058]: sh: 1: iwconfig: not found Feb 19 15:33:43 debian conky[190132]: sh: 1: iwconfig: not found Feb 19 15:33:48 debian conky[190181]: sh: 1: iwconfig: not found Feb 19 15:33:53 debian conky[190232]: sh: 1: iwconfig: not found Feb 19 15:33:58 debian conky[190275]: sh: 1: iwconfig: not found Feb 19 15:34:03 debian conky[190318]: sh: 1: iwconfig: not found Feb 19 15:34:08 debian conky[190360]: sh: 1: iwconfig: not found Feb 19 15:34:13 debian conky[190402]: sh: 1: iwconfig: not found Feb 19 15:34:18 debian conky[190446]: sh: 1: iwconfig: not found Feb 19 15:34:23 debian conky[190492]: sh: 1: iwconfig: not found Feb 19 15:34:28 debian conky[190529]: sh: 1: iwconfig: not found Feb 19 15:34:33 debian conky[190571]: sh: 1: iwconfig: not found Feb 19 15:34:33 debian conky[190587]: sh: 1: iwconfig: not found Feb 19 15:34:38 debian conky[190630]: sh: 1: iwconfig: not found Feb 19 15:34:43 debian conky[190711]: sh: 1: iwconfig: not found Feb 19 15:34:48 debian conky[190749]: sh: 1: iwconfig: not found Feb 19 15:34:53 debian conky[190793]: sh: 1: iwconfig: not found Feb 19 15:34:58 debian conky[190840]: sh: 1: iwconfig: not found Feb 19 15:35:03 debian conky[190888]: sh: 1: iwconfig: not found Feb 19 15:35:08 debian conky[190930]: sh: 1: iwconfig: not found Feb 19 15:35:13 debian conky[190973]: sh: 1: iwconfig: not found Feb 19 15:35:18 debian conky[191013]: sh: 1: iwconfig: not found Feb 19 15:35:23 debian conky[191053]: sh: 1: iwconfig: not found Feb 19 15:35:28 debian conky[191102]: sh: 1: iwconfig: not found Feb 19 15:35:33 debian conky[191138]: sh: 1: iwconfig: not found Feb 19 15:35:33 debian conky[191152]: sh: 1: iwconfig: not found Feb 19 15:35:38 debian conky[191186]: sh: 1: iwconfig: not found Feb 19 15:35:43 debian conky[191236]: sh: 1: iwconfig: not found Feb 19 15:35:48 debian conky[191277]: sh: 1: iwconfig: not found Feb 19 15:35:53 debian conky[191321]: sh: 1: iwconfig: not found Feb 19 15:35:58 debian conky[191366]: sh: 1: iwconfig: not found Feb 19 15:36:03 debian conky[191405]: sh: 1: iwconfig: not found Feb 19 15:36:08 debian conky[191450]: sh: 1: iwconfig: not found Feb 19 15:36:13 debian conky[191489]: sh: 1: iwconfig: not found Feb 19 15:36:15 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:15 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:15 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:15 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:15 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:15 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:15 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:15 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:15 debian kded6[2296]: Service ":1.88" unregistered Feb 19 15:36:15 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:17 debian systemd[1959]: Reached target sound.target - Sound Card. Feb 19 15:36:17 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:17 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:17 debian kded6[2296]: Registering ":1.1831/StatusNotifierItem" to system tray Feb 19 15:36:17 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:17 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:17 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:23966400 avail:5367104 max:4194304 skip:5362304 Feb 19 15:36:17 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:44002304 avail:6224896 max:4194304 skip:6220096 Feb 19 15:36:17 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:17 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:17 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:17 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:17 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:17 debian kded6[2296]: Service ":1.1831" unregistered Feb 19 15:36:17 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:17 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:18 debian pipewire[2058]: spa.v4l2: Cannot open '/dev/video0': 2, No such file or directory Feb 19 15:36:18 debian conky[191572]: sh: 1: iwconfig: not found Feb 19 15:36:18 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:18 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:18 debian kded6[2296]: Registering ":1.1832/StatusNotifierItem" to system tray Feb 19 15:36:18 debian pipewire[2058]: spa.alsa: set_hw_params: No such device Feb 19 15:36:18 debian pipewire[2058]: pw.node: (alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo-171) suspended -> error (Start error: No such device) Feb 19 15:36:18 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:18 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:18 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:18 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:19 debian kded6[2296]: Service ":1.1832" unregistered Feb 19 15:36:19 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:19 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:19 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:19 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:19 debian kded6[2296]: Registering ":1.1833/StatusNotifierItem" to system tray Feb 19 15:36:19 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:19 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:19 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:71116800 avail:4603904 max:4194304 skip:4599104 Feb 19 15:36:19 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:19 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:19 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:19 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:19 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:19 debian kded6[2296]: Service ":1.1833" unregistered Feb 19 15:36:19 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:19 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:20 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:20 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:20 debian kded6[2296]: Registering ":1.1834/StatusNotifierItem" to system tray Feb 19 15:36:21 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:21 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:21 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:109575104 avail:4916288 max:4194304 skip:4911488 Feb 19 15:36:21 debian pipewire[2058]: spa.v4l2: Cannot open '/dev/video0': 2, No such file or directory Feb 19 15:36:21 debian pipewire[2058]: spa.v4l2: Cannot open '/dev/video0': 2, No such file or directory Feb 19 15:36:21 debian pipewire[2058]: spa.v4l2: Cannot open '/dev/video0': 2, No such file or directory Feb 19 15:36:21 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:126284992 avail:4352832 max:4194304 skip:4348032 Feb 19 15:36:21 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:21 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:21 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:21 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:21 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:21 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:21 debian kded6[2296]: Service ":1.1834" unregistered Feb 19 15:36:21 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:22 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:22 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:22 debian kded6[2296]: Registering ":1.1835/StatusNotifierItem" to system tray Feb 19 15:36:23 debian conky[191670]: sh: 1: iwconfig: not found Feb 19 15:36:26 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:26 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:26 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:157556224 avail:6730240 max:4194304 skip:6725440 Feb 19 15:36:26 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:180856064 avail:4303616 max:4194304 skip:4298816 Feb 19 15:36:26 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:26 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:26 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:26 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:26 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:26 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:26 debian kded6[2296]: Service ":1.1835" unregistered Feb 19 15:36:26 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:26 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:26 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:26 debian kded6[2296]: Registering ":1.1836/StatusNotifierItem" to system tray Feb 19 15:36:27 debian pipewire[2058]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Protocol error Feb 19 15:36:27 debian pipewire[2058]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Protocol error Feb 19 15:36:28 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:28 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:28 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:211996480 avail:6729920 max:4194304 skip:6725120 Feb 19 15:36:28 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:28 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:28 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:28 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:28 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:28 debian kded6[2296]: Service ":1.1836" unregistered Feb 19 15:36:28 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:28 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:28 debian conky[191726]: sh: 1: iwconfig: not found Feb 19 15:36:28 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:28 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:28 debian kded6[2296]: Registering ":1.1837/StatusNotifierItem" to system tray Feb 19 15:36:33 debian conky[191809]: sh: 1: iwconfig: not found Feb 19 15:36:33 debian conky[191813]: sh: 1: iwconfig: not found Feb 19 15:36:36 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_start: Broken pipe Feb 19 15:36:36 debian pipewire[2058]: spa.alsa: front:1c: (0 suppressed) snd_pcm_avail after recover: Broken pipe Feb 19 15:36:36 debian pipewire-pulse[2062]: mod.protocol-pulse: 0x55ed4f6717b0: [OBS] overrun recover read:255120000 avail:4656512 max:4194304 skip:4651712 Feb 19 15:36:36 debian pipewire[2058]: spa.alsa: front:1c: snd_pcm_drop: No such device Feb 19 15:36:36 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:36 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:36 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:36 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:36 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:36 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:36 debian kded6[2296]: Service ":1.1837" unregistered Feb 19 15:36:37 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:37 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:37 debian kded6[2296]: Registering ":1.1838/StatusNotifierItem" to system tray Feb 19 15:36:37 debian pipewire[2058]: spa.alsa: set_hw_params: No such device Feb 19 15:36:37 debian pipewire[2058]: pw.node: (alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo-46) suspended -> error (Start error: No such device) Feb 19 15:36:37 debian pipewire[2058]: spa.alsa: front:1c: close failed: No such device Feb 19 15:36:37 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:37 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:91: TypeError: Cannot read property 'description' of undefined Feb 19 15:36:37 debian plasmashell[2373]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:37 debian kded6[2296]: Service ":1.1838" unregistered Feb 19 15:36:37 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo" Feb 19 15:36:37 debian kded6[2296]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.pro-output-3.monitor" Feb 19 15:36:38 debian pipewire[2058]: spa.v4l2: Cannot open '/dev/video0': 2, No such file or directory Feb 19 15:36:38 debian conky[191871]: sh: 1: iwconfig: not found Feb 19 15:36:43 debian conky[191951]: sh: 1: iwconfig: not found Feb 19 15:36:48 debian conky[191992]: sh: 1: iwconfig: not found Feb 19 15:36:53 debian conky[192039]: sh: 1: iwconfig: not found Feb 19 15:36:57 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating service name='org.kde.LogoutPrompt' requested by ':1.36' (uid=1000 pid=2373 comm="/usr/bin/plasmashell --no-respawn") Feb 19 15:36:58 debian org.kde.LogoutPrompt[192111]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. Feb 19 15:36:58 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.kde.LogoutPrompt' Feb 19 15:36:58 debian org.kde.LogoutPrompt[192111]: kf.windowsystem: static bool KX11Extras::compositingActive() may only be used on X11 Feb 19 15:36:58 debian conky[192170]: sh: 1: iwconfig: not found Feb 19 15:36:59 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating service name='org.kde.Shutdown' requested by ':1.1839' (uid=1000 pid=192111 comm="/usr/lib/x86_64-linux-gnu/libexec/ksmserver-logout") Feb 19 15:36:59 debian org.kde.LogoutPrompt[192111]: kf.windowsystem: static bool KX11Extras::compositingActive() may only be used on X11 Feb 19 15:36:59 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Successfully activated service 'org.kde.Shutdown' Feb 19 15:36:59 debian kded6[2296]: Service ":1.63" unregistered Feb 19 15:36:59 debian obs[7274]: info: [pipewire] Stream 0x564a027fe490 state: "paused" (error: none) Feb 19 15:36:59 debian kded6[2296]: Service ":1.91" unregistered Feb 19 15:36:59 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:24: TypeError: Cannot read property 'toolTipMainText' of null Feb 19 15:37:00 debian systemd[1959]: app-firefox\x2desr@72678204f2414a85b45d94b2ae3069bd.service: Consumed 3h 26min 53.290s CPU time, 4.8G memory peak. Feb 19 15:37:03 debian kded6[2296]: Service "org.kde.StatusNotifierItem-3820-1" unregistered Feb 19 15:37:03 debian synology-drive[3820]: QProcess: Destroyed while process ("/home/stanislav/.SynologyDrive/SynologyDrive.app/bin/cloud-drive-connect") is still running. Feb 19 15:37:03 debian obs[7274]: info: ==== Shutting down ================================================== Feb 19 15:37:03 debian konsole[4611]: kf.windowsystem: static int KX11Extras::currentDesktop() may only be used on X11 Feb 19 15:37:03 debian konsole[4611]: kf.windowsystem: static void KX11Extras::setOnDesktop(WId, int) may only be used on X11 Feb 19 15:37:03 debian obs[7274]: info: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1f.3.pro-output-3.monitor' Feb 19 15:37:03 debian obs[7274]: info: pulse-input: Got 764817 packets with 917780400 frames Feb 19 15:37:03 debian obs[7274]: info: pulse-input: Stopped recording from 'alsa_input.usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-02.analog-stereo' Feb 19 15:37:03 debian obs[7274]: info: pulse-input: Got 46874 packets with 56248800 frames Feb 19 15:37:03 debian obs[7274]: info: [pipewire] Stream 0x564a027fe490 state: "unconnected" (error: none) Feb 19 15:37:03 debian systemd[1959]: app-synology\x2ddrive\x2dautostart@autostart.service: Consumed 54.857s CPU time, 454.3M memory peak. Feb 19 15:37:03 debian obs[7274]: info: All scene data cleared Feb 19 15:37:03 debian obs[7274]: info: ------------------------------------------------ Feb 19 15:37:03 debian kded6[2296]: Service ":1.92" unregistered Feb 19 15:37:03 debian systemd[1959]: Stopped target plasma-workspace-wayland.target. Feb 19 15:37:03 debian systemd[1959]: Stopped target plasma-workspace.target - KDE Plasma Workspace. Feb 19 15:37:03 debian systemd[1959]: Stopped target xdg-desktop-autostart.target - Startup of XDG autostart applications. Feb 19 15:37:03 debian conky[3176]: conky: received SIGHUP, SIGINT, or SIGTERM to terminate. bye! Feb 19 15:37:03 debian systemd[1959]: Stopping app-conky@autostart.service - conky... Feb 19 15:37:03 debian systemd[1959]: Stopping app-kup\x2ddaemon@autostart.service - Kup... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.gnome.DejaDup.Monitor@autostart.service - Backup Monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.discover.notifier@autostart.service - Discover... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.kalendarac@autostart.service - Calendar Reminders... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect... Feb 19 15:37:03 debian systemd[1959]: Stopping app-remmina\x2dapplet@autostart.service - Remmina Applet... Feb 19 15:37:03 debian viber-secure[2725]: Parent received signal 15, shutting down the child process... Feb 19 15:37:03 debian systemd[1959]: Stopping app-viber\x2dsecure@autostart.service - Viber (Sandboxed)... Feb 19 15:37:03 debian systemd[1959]: Stopping at-spi-dbus-bus.service - Accessibility services bus... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-daemon.service - Virtual filesystem service... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor... Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-kaccess.service - KAccess... Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-polkit-agent.service - KDE PolicyKit Authentication Agent... Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-powerdevil.service - Powerdevil... Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE... Feb 19 15:37:03 debian systemd[1959]: Stopping xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)... Feb 19 15:37:03 debian systemd[1959]: Stopping xdg-desktop-portal.service - Portal service... Feb 19 15:37:03 debian systemd[1959]: Stopping xdg-document-portal.service - flatpak document portal service... Feb 19 15:37:03 debian systemd[1959]: Stopping xdg-permission-store.service - sandboxed app permission store... Feb 19 15:37:03 debian viber-secure[2761]: Child received signal 15, shutting down the sandbox... Feb 19 15:37:03 debian kded6[2296]: Service ":1.57" unregistered Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-daemon.service - Virtual filesystem service. Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-desktop-portal.service - Portal service. Feb 19 15:37:03 debian systemd[1959]: xdg-desktop-portal.service: Consumed 1.626s CPU time, 8.1M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-permission-store.service - sandboxed app permission store. Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-document-portal.service - flatpak document portal service. Feb 19 15:37:03 debian systemd[1959]: Stopped at-spi-dbus-bus.service - Accessibility services bus. Feb 19 15:37:03 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:24: TypeError: Cannot read property 'toolTipMainText' of null Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-kaccess.service - KAccess. Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-polkit-agent.service - KDE PolicyKit Authentication Agent. Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-powerdevil.service - Powerdevil. Feb 19 15:37:03 debian systemd[1959]: plasma-powerdevil.service: Consumed 12.850s CPU time, 12.9M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.gnome.DejaDup.Monitor@autostart.service - Backup Monitor. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect. Feb 19 15:37:03 debian konsole[4611]: QThreadStorage: Thread 0x55d3bf508700 exited after QThreadStorage 9 destroyed Feb 19 15:37:03 debian systemd[1959]: Stopped app-remmina\x2dapplet@autostart.service - Remmina Applet. Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation). Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.discover.notifier@autostart.service - Discover. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.kalendarac@autostart.service - Calendar Reminders. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.kalendarac@autostart.service: Consumed 354ms CPU time, 105.9M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-kup\x2ddaemon@autostart.service - Kup. Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE. Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor. Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor. Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor. Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor. Feb 19 15:37:03 debian systemd[1959]: Stopped gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole-4611.scope: Consumed 15.035s CPU time, 39.5M memory peak. Feb 19 15:37:03 debian obs[7274]: info: [obs-websocket] [obs_module_unload] Shutting down... Feb 19 15:37:03 debian obs[7274]: error: Tried to call obs_frontend_remove_event_callback with no callbacks! Feb 19 15:37:03 debian obs[7274]: info: [obs-websocket] [obs_module_unload] Finished shutting down. Feb 19 15:37:03 debian systemd[1959]: Stopped app-conky@autostart.service - conky. Feb 19 15:37:03 debian systemd[1959]: app-conky@autostart.service: Consumed 10min 25.330s CPU time, 40.6M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped target plasma-core.target - KDE Plasma Workspace Core. Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-kded6.service - KDE Daemon 6... Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-plasmashell.service - KDE Plasma Workspace... Feb 19 15:37:03 debian obs[7274]: info: [Scripting] Total detached callbacks: 0 Feb 19 15:37:03 debian obs[7274]: info: Freeing OBS context data Feb 19 15:37:03 debian konsole[9939]: QThreadStorage: Thread 0x56549db24700 exited after QThreadStorage 9 destroyed Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole@58921304c9cc4ae7a00bff961f63a1c5.service: Consumed 2.182s CPU time, 145.5M memory peak. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole-9939.scope: Consumed 2.133s CPU time, 21.8M memory peak. Feb 19 15:37:03 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating service name='org.kde.kwalletd6' requested by ':1.37' (uid=1000 pid=2398 comm="/usr/bin/kwalletmanager5 --kwalletd") Feb 19 15:37:03 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:130: TypeError: Cannot read property 'screenGeometry' of null Feb 19 15:37:03 debian org.kde.kwalletd6[192295]: kf.wallet.kwalletd: Lacking a socket, pipe: 0 env: 0 Feb 19 15:37:03 debian obs[7274]: info: == Profiler Results ============================= Feb 19 15:37:03 debian obs[7274]: info: run_program_init: 796.216??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSApp::AppInit: 17.519??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???OBSApp::InitLocale: 3.59??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSApp::OBSInit: 621.526??ms Feb 19 15:37:03 debian obs[7274]: info: ???obs_startup: 1.888??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::OBSInit: 565.143??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::InitBasicConfig: 0.11??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::ResetAudio: 0.239??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::ResetVideo: 45.066??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_graphics: 42.729??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???shader compilation: 23.86??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::InitOBSCallbacks: 0.011??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::InitHotkeys: 0.031??ms Feb 19 15:37:03 debian obs[7274]: info: ???obs_load_all_modules2: 388.658??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(decklink-captions.so): 0??ms Feb 19 15:37:03 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.1841' (uid=1000 pid=192295 comm="/usr/bin/kwalletd6") Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(decklink-output-ui.so): 0??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(decklink.so): 0.152??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(frontend-tools.so): 19.87??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(image-source.so): 0.012??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-alsa.so): 0.003??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-capture.so): 0.002??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-jack.so): 0.008??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-pipewire.so): 12.283??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-pulseaudio.so): 0.008??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(linux-v4l2.so): 4.178??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-ffmpeg.so): 20.942??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ???nvenc_check: 0.331??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-filters.so): 0.034??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-outputs.so): 0.006??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-transitions.so): 0.008??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-websocket.so): 5.098??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(obs-x264.so): 0.004??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(rtmp-services.so): 0.62??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(text-freetype2.so): 0.025??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???obs_init_module(vlc-video.so): 3.635??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::InitService: 1.431??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::ResetOutputs: 12.892??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::CreateHotkeys: 0.043??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::InitPrimitives: 0.158??ms Feb 19 15:37:03 debian obs[7274]: info: ???OBSBasic::Load: 28.722??ms Feb 19 15:37:03 debian obs[7274]: info: obs_hotkey_thread(25??ms): min=0??ms, median=0.001??ms, max=0.766??ms, 99th percentile=0.002??ms, 100% below 25??ms Feb 19 15:37:03 debian obs[7274]: info: audio_thread(Audio): min=0.011??ms, median=0.405??ms, max=6.678??ms, 99th percentile=2.111??ms Feb 19 15:37:03 debian obs[7274]: info: ???receive_audio: min=0.002??ms, median=0.488??ms, max=6.597??ms, 99th percentile=2.247??ms, 0.67443 calls per parent call Feb 19 15:37:03 debian obs[7274]: info: ???buffer_audio: min=0??ms, median=0.001??ms, max=0.749??ms, 99th percentile=0.003??ms Feb 19 15:37:03 debian obs[7274]: info: ???do_encode: min=0.022??ms, median=0.484??ms, max=6.591??ms, 99th percentile=2.243??ms Feb 19 15:37:03 debian obs[7274]: info: ???encode(Track1): min=0.022??ms, median=0.477??ms, max=5.469??ms, 99th percentile=2.236??ms Feb 19 15:37:03 debian obs[7274]: info: ???send_packet: min=0??ms, median=0.005??ms, max=5.697??ms, 99th percentile=0.029??ms Feb 19 15:37:03 debian obs[7274]: info: obs_graphics_thread(16.6667??ms): min=0.082??ms, median=0.899??ms, max=230.012??ms, 99th percentile=1.472??ms, 99.9997% below 16.667??ms Feb 19 15:37:03 debian obs[7274]: info: ???tick_sources: min=0??ms, median=0.01??ms, max=1.997??ms, 99th percentile=0.018??ms Feb 19 15:37:03 debian obs[7274]: info: ???output_frame: min=0.051??ms, median=0.681??ms, max=5.029??ms, 99th percentile=1.125??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ???gs_context(video->graphics): min=0.051??ms, median=0.224??ms, max=5.026??ms, 99th percentile=0.402??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ???render_video: min=0.016??ms, median=0.125??ms, max=1.571??ms, 99th percentile=0.226??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ??? ???render_main_texture: min=0.012??ms, median=0.081??ms, max=1.368??ms, 99th percentile=0.15??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ??? ???render_convert_texture: min=0.016??ms, median=0.028??ms, max=0.959??ms, 99th percentile=0.059??ms, 0.674437 calls per parent call Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ??? ???stage_output_texture: min=0.011??ms, median=0.02??ms, max=0.691??ms, 99th percentile=0.037??ms, 0.674437 calls per parent call Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ???gs_flush: min=0.019??ms, median=0.047??ms, max=4.922??ms, 99th percentile=0.116??ms Feb 19 15:37:03 debian obs[7274]: info: ??? ??? ???download_frame: min=0??ms, median=0.064??ms, max=0.919??ms, 99th percentile=0.118??ms, 0.674437 calls per parent call Feb 19 15:37:03 debian obs[7274]: info: ??? ???output_video_data: min=0.338??ms, median=0.487??ms, max=1.975??ms, 99th percentile=0.818??ms, 0.674435 calls per parent call Feb 19 15:37:03 debian obs[7274]: info: ???render_displays: min=0.001??ms, median=0.176??ms, max=229.792??ms, 99th percentile=0.359??ms Feb 19 15:37:03 debian obs[7274]: info: video_thread(video): min=3.422??ms, median=4.038??ms, max=10.074??ms, 99th percentile=5.266??ms Feb 19 15:37:03 debian obs[7274]: info: ???receive_video: min=3.417??ms, median=4.036??ms, max=10.072??ms, 99th percentile=5.264??ms Feb 19 15:37:03 debian obs[7274]: info: ???do_encode: min=3.416??ms, median=4.035??ms, max=10.072??ms, 99th percentile=5.262??ms Feb 19 15:37:03 debian obs[7274]: info: ???encode(advanced_video_recording): min=3.411??ms, median=4.028??ms, max=10.054??ms, 99th percentile=5.254??ms Feb 19 15:37:03 debian obs[7274]: info: ???send_packet: min=0.001??ms, median=0.005??ms, max=0.782??ms, 99th percentile=0.016??ms Feb 19 15:37:03 debian obs[7274]: info: ================================================= Feb 19 15:37:03 debian obs[7274]: info: == Profiler Time Between Calls ================== Feb 19 15:37:03 debian obs[7274]: info: obs_hotkey_thread(25??ms): min=25.011??ms, median=25.072??ms, max=25.967??ms, 99.9677% within ??2% of 25??ms (0% lower, 0.0322576% higher) Feb 19 15:37:03 debian obs[7274]: info: obs_graphics_thread(16.6667??ms): min=0.466??ms, median=16.667??ms, max=230.059??ms, 99.9963% within ??2% of 16.667??ms (0.00183047% lower, 0.00183047% higher) Feb 19 15:37:03 debian obs[7274]: info: ================================================= Feb 19 15:37:03 debian systemd[1959]: Starting xdg-desktop-portal.service - Portal service... Feb 19 15:37:03 debian dbus-daemon[2057]: [session uid=1000 pid=2057 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.1842' (uid=1000 pid=192299 comm="/usr/libexec/xdg-desktop-portal") Feb 19 15:37:03 debian systemd[1959]: Starting xdg-permission-store.service - sandboxed app permission store... Feb 19 15:37:03 debian systemd[1959]: Activating special unit exit.target... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.konsole-14456.scope... Feb 19 15:37:03 debian systemd[1959]: Stopped target default.target - Main User Target. Feb 19 15:37:03 debian systemd[1959]: Stopped target sound.target - Sound Card. Feb 19 15:37:03 debian systemd[1959]: Closed drkonqi-coredump-launcher.socket - Socket to launch DrKonqi for a systemd-coredump crash. Feb 19 15:37:03 debian systemd[1959]: Stopping app-com.obsproject.Studio@4d7a1f713cca488692b790b6f1691d11.service - OBS Studio - Streaming/Recording Software... Feb 19 15:37:03 debian systemd[1959]: Stopping app-kwalletmanager5@0acd560849dd4ecdb0c72a0441e10b6c.service - kwalletmanager5... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.konsole@13ba68c646c6463ba5e646de93bf4a41.service - Konsole - Terminal... Feb 19 15:37:03 debian systemd[1959]: Stopping app-org.kde.konsole@6c699a09b05045a29ba22cc49519cda5.service - Konsole - Terminal... Feb 19 15:37:03 debian systemd[1959]: Stopping dconf.service - User preferences database... Feb 19 15:37:03 debian systemd[1959]: Stopping filter-chain.service - PipeWire filter chain daemon... Feb 19 15:37:03 debian systemd[1959]: Stopping mpris-proxy.service - Bluetooth mpris proxy... Feb 19 15:37:03 debian obexd[2527]: Terminating Feb 19 15:37:03 debian systemd[1959]: Stopping obex.service - Bluetooth OBEX service... Feb 19 15:37:03 debian systemd[1959]: Stopping pipewire-pulse.service - PipeWire PulseAudio... Feb 19 15:37:03 debian systemd[1959]: Stopped dconf.service - User preferences database. Feb 19 15:37:03 debian systemd[1959]: Stopped obex.service - Bluetooth OBEX service. Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-desktop-portal.service - Portal service. Feb 19 15:37:03 debian kwin_wayland_wrapper[2139]: kwin_wayland_drm: atomic commit failed: Permission denied Feb 19 15:37:03 debian systemd[1959]: Stopped filter-chain.service - PipeWire filter chain daemon. Feb 19 15:37:03 debian mpris-proxy[2066]: org.bluez appeared Feb 19 15:37:03 debian mpris-proxy[2066]: Bluetooth Adapter /org/bluez/hci0 found Feb 19 15:37:03 debian mpris-proxy[2066]: org.bluez.obex appeared Feb 19 15:37:03 debian mpris-proxy[2066]: Bluetooth Obex Client /org/bluez/obex found Feb 19 15:37:03 debian mpris-proxy[2066]: player org.mpris.MediaPlayer2.plasma-browser-integration at :1.74 found Feb 19 15:37:03 debian mpris-proxy[2066]: player org.mpris.MediaPlayer2.plasma-browser-integration at :1.74 disappear Feb 19 15:37:03 debian mpris-proxy[2066]: player org.mpris.MediaPlayer2.plasma-browser-integration at :1.74 found Feb 19 15:37:03 debian mpris-proxy[2066]: player org.mpris.MediaPlayer2.plasma-browser-integration at :1.74 disappear Feb 19 15:37:03 debian mpris-proxy[2066]: Bluetooth Adapter /org/bluez/hci0 removed Feb 19 15:37:03 debian mpris-proxy[2066]: org.bluez disappeared Feb 19 15:37:03 debian systemd[1959]: Stopped xdg-permission-store.service - sandboxed app permission store. Feb 19 15:37:03 debian systemd[1959]: Stopped mpris-proxy.service - Bluetooth mpris proxy. Feb 19 15:37:03 debian systemd[1959]: Stopping dbus.service - D-Bus User Message Bus... Feb 19 15:37:03 debian systemd[1959]: Stopped pipewire-pulse.service - PipeWire PulseAudio. Feb 19 15:37:03 debian systemd[1959]: pipewire-pulse.service: Consumed 5min 24.722s CPU time, 108.5M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopping wireplumber.service - Multimedia Service Session Manager... Feb 19 15:37:03 debian wireplumber[2061]: wireplumber: stopped by signal: Terminated Feb 19 15:37:03 debian systemd[1959]: Stopped gnome-keyring-daemon.service - GNOME Keyring daemon. Feb 19 15:37:03 debian wireplumber[2061]: wireplumber: disconnected from pipewire Feb 19 15:37:03 debian wireplumber[2061]: pw.core: 0x561d50249420: leaked proxy 0x561d5042f8e0 id:4 Feb 19 15:37:03 debian systemd[1959]: Stopped dbus.service - D-Bus User Message Bus. Feb 19 15:37:03 debian systemd[1959]: dbus.service: Consumed 2.369s CPU time, 52.3M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-com.obsproject.Studio@4d7a1f713cca488692b790b6f1691d11.service - OBS Studio - Streaming/Recording Software. Feb 19 15:37:03 debian systemd[1959]: app-com.obsproject.Studio@4d7a1f713cca488692b790b6f1691d11.service: Consumed 1h 23min 7.352s CPU time, 1.3G memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-kwalletmanager5@0acd560849dd4ecdb0c72a0441e10b6c.service - kwalletmanager5. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.konsole@6c699a09b05045a29ba22cc49519cda5.service - Konsole - Terminal. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole@6c699a09b05045a29ba22cc49519cda5.service: Consumed 5.114s CPU time, 127.6M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.konsole-14456.scope. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole-14456.scope: Consumed 4.314s CPU time, 22.7M memory peak. Feb 19 15:37:03 debian plasmashell[2373]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:260: TypeError: Cannot read property 'plasmoid' of undefined Feb 19 15:37:03 debian systemd[1959]: Stopped wireplumber.service - Multimedia Service Session Manager. Feb 19 15:37:03 debian systemd[1959]: wireplumber.service: Consumed 3.603s CPU time, 14.6M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopping pipewire.service - PipeWire Multimedia Service... Feb 19 15:37:03 debian kwin_wayland_wrapper[2139]: kwin_screencast: PipeWire remote error: connection error Feb 19 15:37:03 debian systemd[1959]: Stopped pipewire.service - PipeWire Multimedia Service. Feb 19 15:37:03 debian systemd[1959]: pipewire.service: Consumed 2min 19.457s CPU time, 38.6M memory peak. Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: IPP_INTERNAL_ERROR: clearing cookies and reconnecting Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: Failed to reconnect Invalid argument Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: IPP_INTERNAL_ERROR: clearing cookies and reconnecting Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: Failed to reconnect Invalid argument Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: IPP_INTERNAL_ERROR: clearing cookies and reconnecting Feb 19 15:37:03 debian plasmashell[2373]: org.kde.plasma.printmanager.libkcups: Failed to reconnect Invalid argument Feb 19 15:37:03 debian kded6[2296]: QThreadStorage: Thread 0x55e93cf78510 exited after QThreadStorage 8 destroyed Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-kded6.service - KDE Daemon 6. Feb 19 15:37:03 debian systemd[1959]: plasma-kded6.service: Consumed 2.810s CPU time, 62.9M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped app-org.kde.konsole@13ba68c646c6463ba5e646de93bf4a41.service - Konsole - Terminal. Feb 19 15:37:03 debian systemd[1959]: app-org.kde.konsole@13ba68c646c6463ba5e646de93bf4a41.service: Consumed 7min 9.014s CPU time, 1.5G memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-plasmashell.service - KDE Plasma Workspace. Feb 19 15:37:03 debian systemd[1959]: plasma-plasmashell.service: Consumed 7min 2.971s CPU time, 296.1M memory peak. Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-ksmserver.service - KDE Session Management Server... Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-ksmserver.service - KDE Session Management Server. Feb 19 15:37:03 debian systemd[1959]: Stopping plasma-kwin_wayland.service - KDE Window Manager... Feb 19 15:37:03 debian kactivitymanagerd[2429]: The Wayland connection broke. Did the Wayland compositor die? Feb 19 15:37:03 debian kactivitymanagerd[2429]: qt.qpa.wayland: Attempting wayland reconnect Feb 19 15:37:03 debian kactivitymanagerd[2429]: Failed to write to the pipe: Bad file descriptor. Feb 19 15:37:03 debian kactivitymanagerd[2429]: qt.qpa.wayland: There are no outputs - creating placeholder screen Feb 19 15:37:03 debian viber-secure[2788]: The Wayland connection broke. Did the Wayland compositor die? Feb 19 15:37:03 debian viber-secure[2788]: qt.qpa.wayland: Attempting wayland reconnect Feb 19 15:37:03 debian viber-secure[2788]: Failed to write to the pipe: Bad file descriptor. Feb 19 15:37:03 debian viber-secure[2788]: qt.qpa.wayland: Creating a fake screen in order for Qt not to crash Feb 19 15:37:03 debian viber-secure[2788]: qml: Current screen: [w=0, h=0, daw=0, dah=0, dpr=1] Feb 19 15:37:03 debian systemd[1959]: plasma-kactivitymanagerd.service: Main process exited, code=exited, status=1/FAILURE Feb 19 15:37:03 debian systemd[1959]: plasma-kactivitymanagerd.service: Failed with result 'exit-code'. Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-kactivitymanagerd.service - KActivityManager Activity manager Service. Feb 19 15:37:03 debian systemd[1959]: Removed slice background.slice - User Background Tasks Slice. Feb 19 15:37:03 debian systemd[1959]: background.slice: Consumed 13.816s CPU time, 101.8M memory peak. Feb 19 15:37:03 debian kwin_wayland_wrapper[2139]: QThreadStorage: Thread 0x55b25f5fa4c0 exited after QThreadStorage 8 destroyed Feb 19 15:37:03 debian systemd[1959]: Stopped plasma-kwin_wayland.service - KDE Window Manager. Feb 19 15:37:03 debian systemd[1959]: plasma-kwin_wayland.service: Consumed 1h 1min 58.108s CPU time, 182.6M memory peak. Feb 19 15:37:03 debian systemd[1959]: Removed slice session.slice - User Core Session Slice. Feb 19 15:37:03 debian systemd[1959]: session.slice: Consumed 1h 16min 58.300s CPU time, 818.9M memory peak. Feb 19 15:37:04 debian viber-secure[2725]: Parent is shutting down, bye... Feb 19 15:37:04 debian systemd[1959]: Stopped app-viber\x2dsecure@autostart.service - Viber (Sandboxed). Feb 19 15:37:04 debian systemd[1959]: app-viber\x2dsecure@autostart.service: Consumed 11.493s CPU time, 647.1M memory peak. Feb 19 15:37:04 debian systemd[1959]: Stopped target graphical-session.target - Current graphical user session. Feb 19 15:37:04 debian systemd[1959]: Stopped target graphical-session-pre.target - Session services which should run early before the graphical session is brought up. Feb 19 15:37:04 debian ssh-agent[2132]: exiting on signal 15 Feb 19 15:37:04 debian systemd[1959]: Stopping gcr-ssh-agent.service - GCR ssh-agent wrapper... Feb 19 15:37:04 debian systemd[1959]: Stopping ssh-agent.service - OpenSSH Agent... Feb 19 15:37:04 debian systemd[1959]: Stopped gcr-ssh-agent.service - GCR ssh-agent wrapper. Feb 19 15:37:04 debian systemd[1959]: ssh-agent.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Feb 19 15:37:04 debian systemd[1959]: ssh-agent.service: Failed with result 'exit-code'. Feb 19 15:37:04 debian systemd[1959]: Stopped ssh-agent.service - OpenSSH Agent. Feb 19 15:37:04 debian systemd[1959]: Stopped target basic.target - Basic System. Feb 19 15:37:04 debian systemd[1959]: Stopped target paths.target - Paths. Feb 19 15:37:04 debian systemd[1959]: Stopped drkonqi-sentry-postman.path - Submitting pending crash events (file monitor). Feb 19 15:37:04 debian systemd[1959]: Stopped target sockets.target - Sockets. Feb 19 15:37:04 debian systemd[1959]: Stopped target timers.target - Timers. Feb 19 15:37:04 debian systemd[1959]: Stopped theme-switcher.timer - Run theme switcher every hour. Feb 19 15:37:04 debian systemd[1959]: Closed dbus.socket - D-Bus User Message Bus Socket. Feb 19 15:37:04 debian systemd[1959]: Closed dirmngr.socket - GnuPG network certificate management daemon. Feb 19 15:37:04 debian systemd[1959]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper. Feb 19 15:37:04 debian systemd[1959]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon. Feb 19 15:37:04 debian systemd[1959]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers). Feb 19 15:37:04 debian systemd[1959]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted). Feb 19 15:37:04 debian systemd[1959]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)... Feb 19 15:37:04 debian systemd[1959]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache... Feb 19 15:37:04 debian systemd[1959]: Closed keyboxd.socket - GnuPG public key management service. Feb 19 15:37:04 debian systemd[1959]: Closed pipewire-pulse.socket - PipeWire PulseAudio. Feb 19 15:37:04 debian systemd[1959]: Closed pipewire.socket - PipeWire Multimedia System Sockets. Feb 19 15:37:04 debian systemd[1959]: Closed pk-debconf-helper.socket - debconf communication socket. Feb 19 15:37:04 debian systemd[1959]: Closed speech-dispatcher.socket - Speech Dispatcher Socket. Feb 19 15:37:04 debian systemd[1959]: Stopping ssh-agent.socket - OpenSSH Agent socket... Feb 19 15:37:04 debian systemd[1959]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation). Feb 19 15:37:04 debian systemd[1959]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache. Feb 19 15:37:04 debian systemd[1959]: Closed ssh-agent.socket - OpenSSH Agent socket. Feb 19 15:37:04 debian systemd[1959]: Removed slice app.slice - User Application Slice. Feb 19 15:37:04 debian systemd[1959]: app.slice: Consumed 5h 9min 16.457s CPU time, 9G memory peak. Feb 19 15:37:04 debian systemd[1959]: Reached target shutdown.target - Shutdown. Feb 19 15:37:04 debian systemd[1959]: Finished systemd-exit.service - Exit the Session. Feb 19 15:37:04 debian systemd[1959]: Reached target exit.target - Exit the Session. Feb 19 15:37:04 debian (sd-pam)[1969]: pam_unix(systemd-user:session): session closed for user stanislav
----- End forwarded message ----- ----- Forwarded message from stanislav bozhikov <bozhikov.stanislav@gmail.com> ----- From: stanislav bozhikov <bozhikov.stanislav@gmail.com> Date: Thu, 19 Feb 2026 16:24:53 +0200 To: Salvatore Bonaccorso <carnil@debian.org> Subject: Re: Bug#1128396: linux-image-6.12.69+deb13-amd64: Black screen on boot with Intel Meteor Lake xe driver (PCI ID 7d55) Delivered-To: salvatore.bonaccorso@gmail.com Message-ID: <CAN5stdmT8-rwM=56Bs9rcb3_v4WGourfpBoW6QuKW661D27jRw@mail.gmail.com> GRUB настройки (/etc/default/grub): - Сега: GRUB_CMDLINE_LINUX_DEFAULT="quiet" — workarounds xe.enable_psr=0 xe.enable_panel_replay=0 xe.enable_fbc=0 xe.enable_dc=0 xe.enable_sagv=0 xe.enable_dpt=0 xe.psr_safest_params=1 this setting on group - gives black screen ..
----- End forwarded message -----
#1128396#35
Date:
2026-02-25 20:20:36 UTC
From:
To:
Hi Stanislav,

With this procedure, can you please still bisect the issue so we can
identify the breaking commit?

Regards,
Salvatore