Le 08/03/2025 à 11:05, Eric a écrit :
Hello Niklas,
I'll begin with the quick parts, changing kernel will take more time,
this box is fit for family use but takes a bit of time to compile.
And now, results with the patched 6.14-rc5
Le 07/03/2025 à 10:53, Niklas Cassel a écrit :
Hello Eric,
On Thu, Mar 06, 2025 at 01:27:17PM +0100, Eric wrote:
I installed the same system on a USB stick, on which I also
installed grub,
so that the reboot is made independent of weather the UEFI sees the
SSD disk
or not. I'll attach dmesg extracts (grep on ata or ahci) to this mail.
[...]
I hope this is useful for diagnosing the problem.
It is indeed!
Wow.
The problem does not appear to be with the SSD firmware.
The problem appears to be that your AHCI controller reports different
values in the PI (Ports Implemented) register.
I have attached to this message the journal from a coldboot + reboot
session.
Also, it would be helpful if you could print every time we read/write
the
PI register. (Don't ask me why libata writes a read-only register...
we were not always the maintainers for this driver...)
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index e7ace4b10f15..dd837834245b 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -533,6 +533,7 @@ void ahci_save_initial_config(struct device *dev,
struct ahci_host_priv *hpriv)
/* Override the HBA ports mapping if the platform needs it */
port_map = readl(mmio + HOST_PORTS_IMPL);
+ dev_err(dev, "%s:%d PI: read: %#lx\n", __func__, __LINE__,
port_map);
if (hpriv->saved_port_map && port_map != hpriv->saved_port_map) {
dev_info(dev, "forcing port_map 0x%lx -> 0x%x\n",
port_map, hpriv->saved_port_map);
@@ -629,6 +630,7 @@ static void ahci_restore_initial_config(struct
ata_host *host)
if (hpriv->saved_cap2)
writel(hpriv->saved_cap2, mmio + HOST_CAP2);
writel(hpriv->saved_port_map, mmio + HOST_PORTS_IMPL);
+ dev_err(host->dev, "%s:%d PI: wrote: %#x\n", __func__, __LINE__,
hpriv->saved_port_map);
(void) readl(mmio + HOST_PORTS_IMPL); /* flush */
for_each_set_bit(i, &port_map, AHCI_MAX_PORTS) {
Kind regards
Eric
mars 08 17:54:26 gwaihir kernel: Linux version 6.14.0-rc5+ (eric@gwaihir) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #20 SMP PREEMPT_DYNAMIC Sat Mar 8 12:45:42 CET 2025
mars 08 17:54:26 gwaihir kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+ root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
mars 08 17:54:26 gwaihir kernel: BIOS-provided physical RAM map:
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ba5cffff] usable
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000ba5d0000-0x00000000ba8abfff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000ba8ac000-0x00000000ba8bbfff] ACPI data
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000ba8bc000-0x00000000bb6bffff] ACPI NVS
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bb6c0000-0x00000000bca33fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bca34000-0x00000000bca34fff] usable
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
mars 08 17:54:26 gwaihir kernel: BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
mars 08 17:54:26 gwaihir kernel: NX (Execute Disable) protection: active
mars 08 17:54:26 gwaihir kernel: APIC: Static calls initialized
mars 08 17:54:26 gwaihir kernel: SMBIOS 2.7 present.
mars 08 17:54:26 gwaihir kernel: DMI: To be filled by O.E.M. To be filled by O.E.M./M5A99X EVO R2.0, BIOS 2501 04/03/2014
mars 08 17:54:26 gwaihir kernel: DMI: Memory slots populated: 4/4
mars 08 17:54:26 gwaihir kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mars 08 17:54:26 gwaihir kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mars 08 17:54:26 gwaihir kernel: AGP: No AGP bridge found
mars 08 17:54:26 gwaihir kernel: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
mars 08 17:54:26 gwaihir kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 22), built from 9 variable MTRRs
mars 08 17:54:26 gwaihir kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
mars 08 17:54:26 gwaihir kernel: e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
mars 08 17:54:26 gwaihir kernel: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
mars 08 17:54:26 gwaihir kernel: Using GB pages for direct mapping
mars 08 17:54:26 gwaihir kernel: RAMDISK: [mem 0x28387000-0x301bafff]
mars 08 17:54:26 gwaihir kernel: ACPI: Early table checksum verification disabled
mars 08 17:54:26 gwaihir kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
mars 08 17:54:26 gwaihir kernel: ACPI: XSDT 0x00000000BA8B3070 000054 (v01 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:54:26 gwaihir kernel: ACPI: FACP 0x00000000BA8BA1D8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:54:26 gwaihir kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20240827/tbfadt-611)
mars 08 17:54:26 gwaihir kernel: ACPI: DSDT 0x00000000BA8B3158 007079 (v02 ALASKA A M I 00000000 INTL 20051117)
mars 08 17:54:26 gwaihir kernel: ACPI: FACS 0x00000000BB6BAF80 000040
mars 08 17:54:26 gwaihir kernel: ACPI: APIC 0x00000000BA8BA2E8 00009E (v03 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:54:26 gwaihir kernel: ACPI: FPDT 0x00000000BA8BA388 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:54:26 gwaihir kernel: ACPI: MCFG 0x00000000BA8BA3D0 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
mars 08 17:54:26 gwaihir kernel: ACPI: HPET 0x00000000BA8BA410 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
mars 08 17:54:26 gwaihir kernel: ACPI: SSDT 0x00000000BA8BA4A0 001714 (v01 AMD POWERNOW 00000001 AMD 00000001)
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving FACP table memory at [mem 0xba8ba1d8-0xba8ba2e3]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving DSDT table memory at [mem 0xba8b3158-0xba8ba1d0]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving FACS table memory at [mem 0xbb6baf80-0xbb6bafbf]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving APIC table memory at [mem 0xba8ba2e8-0xba8ba385]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving FPDT table memory at [mem 0xba8ba388-0xba8ba3cb]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving MCFG table memory at [mem 0xba8ba3d0-0xba8ba40b]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving HPET table memory at [mem 0xba8ba410-0xba8ba447]
mars 08 17:54:26 gwaihir kernel: ACPI: Reserving SSDT table memory at [mem 0xba8ba4a0-0xba8bbbb3]
mars 08 17:54:26 gwaihir kernel: No NUMA configuration found
mars 08 17:54:26 gwaihir kernel: Faking a node at [mem 0x0000000000000000-0x000000043effffff]
mars 08 17:54:26 gwaihir kernel: NODE_DATA(0) allocated [mem 0x43efd3680-0x43effdfff]
mars 08 17:54:26 gwaihir kernel: Zone ranges:
mars 08 17:54:26 gwaihir kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
mars 08 17:54:26 gwaihir kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
mars 08 17:54:26 gwaihir kernel: Normal [mem 0x0000000100000000-0x000000043effffff]
mars 08 17:54:26 gwaihir kernel: Device empty
mars 08 17:54:26 gwaihir kernel: Movable zone start for each node
mars 08 17:54:26 gwaihir kernel: Early memory node ranges
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff]
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x0000000000100000-0x00000000ba5cffff]
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x00000000bca34000-0x00000000bca34fff]
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x00000000bcc3b000-0x00000000bd082fff]
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
mars 08 17:54:26 gwaihir kernel: node 0: [mem 0x0000000100001000-0x000000043effffff]
mars 08 17:54:26 gwaihir kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
mars 08 17:54:26 gwaihir kernel: On node 0, zone DMA: 1 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone DMA: 98 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone DMA32: 9316 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone DMA32: 518 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone DMA32: 1905 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone Normal: 10241 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
mars 08 17:54:26 gwaihir kernel: ACPI: PM-Timer IO Port: 0x808
mars 08 17:54:26 gwaihir kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
mars 08 17:54:26 gwaihir kernel: IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
mars 08 17:54:26 gwaihir kernel: IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
mars 08 17:54:26 gwaihir kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mars 08 17:54:26 gwaihir kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
mars 08 17:54:26 gwaihir kernel: ACPI: Using ACPI (MADT) for SMP configuration information
mars 08 17:54:26 gwaihir kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
mars 08 17:54:26 gwaihir kernel: CPU topo: Max. logical packages: 1
mars 08 17:54:26 gwaihir kernel: CPU topo: Max. logical dies: 1
mars 08 17:54:26 gwaihir kernel: CPU topo: Max. dies per package: 1
mars 08 17:54:26 gwaihir kernel: CPU topo: Max. threads per core: 1
mars 08 17:54:26 gwaihir kernel: CPU topo: Num. cores per package: 8
mars 08 17:54:26 gwaihir kernel: CPU topo: Num. threads per package: 8
mars 08 17:54:26 gwaihir kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba5d0000-0xba8abfff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba8ac000-0xba8bbfff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba8bc000-0xbb6bffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbb6c0000-0xbca33fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbca35000-0xbcc3afff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
mars 08 17:54:26 gwaihir kernel: [mem 0xbd800000-0xfebfffff] available for PCI devices
mars 08 17:54:26 gwaihir kernel: Booting paravirtualized kernel on bare hardware
mars 08 17:54:26 gwaihir kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
mars 08 17:54:26 gwaihir kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
mars 08 17:54:26 gwaihir kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
mars 08 17:54:26 gwaihir kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
mars 08 17:54:26 gwaihir kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
mars 08 17:54:26 gwaihir kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+ root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
mars 08 17:54:26 gwaihir kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+", will be passed to user space.
mars 08 17:54:26 gwaihir kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
mars 08 17:54:26 gwaihir kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
mars 08 17:54:26 gwaihir kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
mars 08 17:54:26 gwaihir kernel: Fallback order for Node 0: 0
mars 08 17:54:26 gwaihir kernel: Built 1 zonelists, mobility grouping on. Total pages: 4168129
mars 08 17:54:26 gwaihir kernel: Policy zone: Normal
mars 08 17:54:26 gwaihir kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
mars 08 17:54:26 gwaihir kernel: AGP: Checking aperture...
mars 08 17:54:26 gwaihir kernel: AGP: No AGP bridge found
mars 08 17:54:26 gwaihir kernel: AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
mars 08 17:54:26 gwaihir kernel: AGP: Your BIOS doesn't leave an aperture memory hole
mars 08 17:54:26 gwaihir kernel: AGP: Please enable the IOMMU option in the BIOS setup
mars 08 17:54:26 gwaihir kernel: AGP: This costs you 64MB of RAM
mars 08 17:54:26 gwaihir kernel: AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
mars 08 17:54:26 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
mars 08 17:54:26 gwaihir kernel: software IO TLB: area num 8.
mars 08 17:54:26 gwaihir kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
mars 08 17:54:26 gwaihir kernel: ftrace: allocating 45977 entries in 180 pages
mars 08 17:54:26 gwaihir kernel: ftrace: allocated 180 pages with 4 groups
mars 08 17:54:26 gwaihir kernel: Dynamic Preempt: voluntary
mars 08 17:54:26 gwaihir kernel: rcu: Preemptible hierarchical RCU implementation.
mars 08 17:54:26 gwaihir kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
mars 08 17:54:26 gwaihir kernel: Trampoline variant of Tasks RCU enabled.
mars 08 17:54:26 gwaihir kernel: Rude variant of Tasks RCU enabled.
mars 08 17:54:26 gwaihir kernel: Tracing variant of Tasks RCU enabled.
mars 08 17:54:26 gwaihir kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
mars 08 17:54:26 gwaihir kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
mars 08 17:54:26 gwaihir kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:54:26 gwaihir kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:54:26 gwaihir kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:54:26 gwaihir kernel: NR_IRQS: 524544, nr_irqs: 1032, preallocated irqs: 16
mars 08 17:54:26 gwaihir kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
mars 08 17:54:26 gwaihir kernel: spurious 8259A interrupt: IRQ7.
mars 08 17:54:26 gwaihir kernel: Console: colour VGA+ 80x25
mars 08 17:54:26 gwaihir kernel: printk: legacy console [tty0] enabled
mars 08 17:54:26 gwaihir kernel: ACPI: Core revision 20240827
mars 08 17:54:26 gwaihir kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
mars 08 17:54:26 gwaihir kernel: APIC: Switch to symmetric I/O mode setup
mars 08 17:54:26 gwaihir kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mars 08 17:54:26 gwaihir kernel: tsc: Unable to calibrate against PIT
mars 08 17:54:26 gwaihir kernel: tsc: using HPET reference calibration
mars 08 17:54:26 gwaihir kernel: tsc: Detected 4013.472 MHz processor
mars 08 17:54:26 gwaihir kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39da135e2b7, max_idle_ns: 440795362235 ns
mars 08 17:54:26 gwaihir kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8026.94 BogoMIPS (lpj=16053888)
mars 08 17:54:26 gwaihir kernel: LVT offset 1 assigned for vector 0xf9
mars 08 17:54:26 gwaihir kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
mars 08 17:54:26 gwaihir kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
mars 08 17:54:26 gwaihir kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mars 08 17:54:26 gwaihir kernel: Spectre V2 : Mitigation: Retpolines
mars 08 17:54:26 gwaihir kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mars 08 17:54:26 gwaihir kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
mars 08 17:54:26 gwaihir kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
mars 08 17:54:26 gwaihir kernel: RETBleed: Mitigation: untrained return thunk
mars 08 17:54:26 gwaihir kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
mars 08 17:54:26 gwaihir kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
mars 08 17:54:26 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mars 08 17:54:26 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mars 08 17:54:26 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
mars 08 17:54:26 gwaihir kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
mars 08 17:54:26 gwaihir kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
mars 08 17:54:26 gwaihir kernel: Freeing SMP alternatives memory: 40K
mars 08 17:54:26 gwaihir kernel: pid_max: default: 32768 minimum: 301
mars 08 17:54:26 gwaihir kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
mars 08 17:54:26 gwaihir kernel: landlock: Up and running.
mars 08 17:54:26 gwaihir kernel: Yama: becoming mindful.
mars 08 17:54:26 gwaihir kernel: AppArmor: AppArmor initialized
mars 08 17:54:26 gwaihir kernel: TOMOYO Linux initialized
mars 08 17:54:26 gwaihir kernel: LSM support for eBPF active
mars 08 17:54:26 gwaihir kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mars 08 17:54:26 gwaihir kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mars 08 17:54:26 gwaihir kernel: smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
mars 08 17:54:26 gwaihir kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
mars 08 17:54:26 gwaihir kernel: ... version: 0
mars 08 17:54:26 gwaihir kernel: ... bit width: 48
mars 08 17:54:26 gwaihir kernel: ... generic registers: 6
mars 08 17:54:26 gwaihir kernel: ... value mask: 0000ffffffffffff
mars 08 17:54:26 gwaihir kernel: ... max period: 00007fffffffffff
mars 08 17:54:26 gwaihir kernel: ... fixed-purpose events: 0
mars 08 17:54:26 gwaihir kernel: ... event mask: 000000000000003f
mars 08 17:54:26 gwaihir kernel: signal: max sigframe size: 1776
mars 08 17:54:26 gwaihir kernel: rcu: Hierarchical SRCU implementation.
mars 08 17:54:26 gwaihir kernel: rcu: Max phase no-delay instances is 1000.
mars 08 17:54:26 gwaihir kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
mars 08 17:54:26 gwaihir kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mars 08 17:54:26 gwaihir kernel: smp: Bringing up secondary CPUs ...
mars 08 17:54:26 gwaihir kernel: smpboot: x86: Booting SMP configuration:
mars 08 17:54:26 gwaihir kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
mars 08 17:54:26 gwaihir kernel: smp: Brought up 1 node, 8 CPUs
mars 08 17:54:26 gwaihir kernel: smpboot: Total of 8 processors activated (64215.55 BogoMIPS)
mars 08 17:54:26 gwaihir kernel: node 0 deferred pages initialised in 28ms
mars 08 17:54:26 gwaihir kernel: Memory: 16069180K/16672516K available (15316K kernel code, 2500K rwdata, 11804K rodata, 4276K init, 4892K bss, 595928K reserved, 0K cma-reserved)
mars 08 17:54:26 gwaihir kernel: devtmpfs: initialized
mars 08 17:54:26 gwaihir kernel: x86/mm: Memory block size: 128MB
mars 08 17:54:26 gwaihir kernel: ACPI: PM: Registering ACPI NVS region [mem 0xba8bc000-0xbb6bffff] (14696448 bytes)
mars 08 17:54:26 gwaihir kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
mars 08 17:54:26 gwaihir kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
mars 08 17:54:26 gwaihir kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
mars 08 17:54:26 gwaihir kernel: pinctrl core: initialized pinctrl subsystem
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
mars 08 17:54:26 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
mars 08 17:54:26 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
mars 08 17:54:26 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
mars 08 17:54:26 gwaihir kernel: audit: initializing netlink subsys (disabled)
mars 08 17:54:26 gwaihir kernel: audit: type=2000 audit(1741452858.000:1): state=initialized audit_enabled=0 res=1
mars 08 17:54:26 gwaihir kernel: thermal_sys: Registered thermal governor 'fair_share'
mars 08 17:54:26 gwaihir kernel: thermal_sys: Registered thermal governor 'bang_bang'
mars 08 17:54:26 gwaihir kernel: thermal_sys: Registered thermal governor 'step_wise'
mars 08 17:54:26 gwaihir kernel: thermal_sys: Registered thermal governor 'user_space'
mars 08 17:54:26 gwaihir kernel: thermal_sys: Registered thermal governor 'power_allocator'
mars 08 17:54:26 gwaihir kernel: cpuidle: using governor ladder
mars 08 17:54:26 gwaihir kernel: cpuidle: using governor menu
mars 08 17:54:26 gwaihir kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mars 08 17:54:26 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
mars 08 17:54:26 gwaihir kernel: PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
mars 08 17:54:26 gwaihir kernel: PCI: Using configuration type 1 for base access
mars 08 17:54:26 gwaihir kernel: PCI: Using configuration type 1 for extended access
mars 08 17:54:26 gwaihir kernel: mtrr: your CPUs had inconsistent variable MTRR settings
mars 08 17:54:26 gwaihir kernel: mtrr: probably your BIOS does not setup all CPUs.
mars 08 17:54:26 gwaihir kernel: mtrr: corrected configuration.
mars 08 17:54:26 gwaihir kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
mars 08 17:54:26 gwaihir kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
mars 08 17:54:26 gwaihir kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
mars 08 17:54:26 gwaihir kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
mars 08 17:54:26 gwaihir kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
mars 08 17:54:26 gwaihir kernel: ACPI: Added _OSI(Module Device)
mars 08 17:54:26 gwaihir kernel: ACPI: Added _OSI(Processor Device)
mars 08 17:54:26 gwaihir kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mars 08 17:54:26 gwaihir kernel: ACPI: Added _OSI(Processor Aggregator Device)
mars 08 17:54:26 gwaihir kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
mars 08 17:54:26 gwaihir kernel: ACPI: EC: EC started
mars 08 17:54:26 gwaihir kernel: ACPI: EC: interrupt blocked
mars 08 17:54:26 gwaihir kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mars 08 17:54:26 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
mars 08 17:54:26 gwaihir kernel: ACPI: Interpreter enabled
mars 08 17:54:26 gwaihir kernel: ACPI: PM: (supports S0 S3 S4 S5)
mars 08 17:54:26 gwaihir kernel: ACPI: Using IOAPIC for interrupt routing
mars 08 17:54:26 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
mars 08 17:54:26 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
mars 08 17:54:26 gwaihir kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mars 08 17:54:26 gwaihir kernel: PCI: Using E820 reservations for host bridge windows
mars 08 17:54:26 gwaihir kernel: ACPI: Enabled 11 GPEs in block 00 to 1F
mars 08 17:54:26 gwaihir kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mars 08 17:54:26 gwaihir kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
mars 08 17:54:26 gwaihir kernel: PCI host bridge to bus 0000:00
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400 PCIe Root Port
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400 PCIe Root Port
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400 PCIe Root Port
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400 PCIe Root Port
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400 PCIe Root Port
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 0 [io 0xf040-0xf047]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 1 [io 0xf030-0xf033]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 2 [io 0xf020-0xf027]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 3 [io 0xf010-0xf013]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 4 [io 0xf000-0xf00f]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:11.0: BAR 5 [mem 0xfeb0b000-0xfeb0b3ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.0: BAR 0 [mem 0xfeb0a000-0xfeb0afff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.2: BAR 0 [mem 0xfeb09000-0xfeb090ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.2: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.0: BAR 0 [mem 0xfeb08000-0xfeb08fff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.2: BAR 0 [mem 0xfeb07000-0xfeb070ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.2: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.2: BAR 0 [mem 0xfeb00000-0xfeb03fff 64bit]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 conventional PCI bridge
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xfe500000-0xfe6fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xd0900000-0xd09fffff pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.5: BAR 0 [mem 0xfeb06000-0xfeb06fff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.0: BAR 0 [mem 0xfeb05000-0xfeb05fff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.2: BAR 0 [mem 0xfeb04000-0xfeb040ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.2: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.0: [1022:1600] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.1: [1022:1601] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.2: [1022:1602] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.3: [1022:1603] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.4: [1022:1604] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:00:18.5: [1022:1605] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: [1002:67b1] type 00 class 0x030000 PCIe Legacy Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: BAR 2 [mem 0xd0000000-0xd07fffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: BAR 4 [io 0xe000-0xe0ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: BAR 5 [mem 0xfea00000-0xfea3ffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: ROM [mem 0xfea40000-0xfea5ffff pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.1: [1002:aac8] type 00 class 0x040300 PCIe Legacy Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.1: BAR 0 [mem 0xfea60000-0xfea63fff 64bit]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.1: enabling Extended Tags
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.1: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: BAR 0 [io 0xd000-0xd0ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: BAR 2 [mem 0xd0a04000-0xd0a04fff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: BAR 4 [mem 0xd0a00000-0xd0a03fff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:54:26 gwaihir kernel: pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:03:00.0: BAR 0 [mem 0xfe900000-0xfe907fff 64bit]
mars 08 17:54:26 gwaihir kernel: pci 0000:03:00.0: PME# supported from D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 0 [io 0xc050-0xc057]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 1 [io 0xc040-0xc043]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 2 [io 0xc030-0xc037]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 3 [io 0xc020-0xc023]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 4 [io 0xc000-0xc01f]
mars 08 17:54:26 gwaihir kernel: pci 0000:04:00.0: BAR 5 [mem 0xfe800000-0xfe8001ff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:54:26 gwaihir kernel: pci 0000:05:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:05:00.0: BAR 0 [mem 0xfe700000-0xfe707fff 64bit]
mars 08 17:54:26 gwaihir kernel: pci 0000:05:00.0: PME# supported from D3cold
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: extended config space not accessible
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: [8086:1229] type 00 class 0x020000 conventional PCI endpoint
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: BAR 0 [mem 0xd0900000-0xd0900fff pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: BAR 1 [io 0xb000-0xb01f]
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: BAR 2 [mem 0xfe600000-0xfe6fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: ROM [mem 0xfe500000-0xfe5fffff pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: supports D1 D2
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: PME# supported from D0 D1
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x03af window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
mars 08 17:54:26 gwaihir kernel: ACPI: EC: interrupt unblocked
mars 08 17:54:26 gwaihir kernel: ACPI: EC: event unblocked
mars 08 17:54:26 gwaihir kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mars 08 17:54:26 gwaihir kernel: ACPI: EC: GPE=0xa
mars 08 17:54:26 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
mars 08 17:54:26 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
mars 08 17:54:26 gwaihir kernel: iommu: Default domain type: Translated
mars 08 17:54:26 gwaihir kernel: iommu: DMA domain TLB invalidation policy: lazy mode
mars 08 17:54:26 gwaihir kernel: pps_core: LinuxPPS API ver. 1 registered
mars 08 17:54:26 gwaihir kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
mars 08 17:54:26 gwaihir kernel: PTP clock support registered
mars 08 17:54:26 gwaihir kernel: EDAC MC: Ver: 3.0.0
mars 08 17:54:26 gwaihir kernel: NetLabel: Initializing
mars 08 17:54:26 gwaihir kernel: NetLabel: domain hash size = 128
mars 08 17:54:26 gwaihir kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
mars 08 17:54:26 gwaihir kernel: NetLabel: unlabeled traffic allowed by default
mars 08 17:54:26 gwaihir kernel: PCI: Using ACPI for IRQ routing
mars 08 17:54:26 gwaihir kernel: PCI: pci_cache_line_size set to 64 bytes
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0xba5d0000-0xbbffffff]
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
mars 08 17:54:26 gwaihir kernel: e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: vgaarb: bridge control possible
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mars 08 17:54:26 gwaihir kernel: vgaarb: loaded
mars 08 17:54:26 gwaihir kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
mars 08 17:54:26 gwaihir kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
mars 08 17:54:26 gwaihir kernel: clocksource: Switched to clocksource tsc-early
mars 08 17:54:26 gwaihir kernel: VFS: Disk quotas dquot_6.6.0
mars 08 17:54:26 gwaihir kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mars 08 17:54:26 gwaihir kernel: AppArmor: AppArmor Filesystem Enabled
mars 08 17:54:26 gwaihir kernel: pnp: PnP ACPI init
mars 08 17:54:26 gwaihir kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x040b] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x04d6] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c00-0x0c01] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c14] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c50-0x0c51] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c52] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c6c] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0c6f] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0cd0-0x0cd1] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0cd2-0x0cd3] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0cd4-0x0cd5] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0cd6-0x0cd7] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0cd8-0x0cdf] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0800-0x089f] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0b20-0x0b3f] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0900-0x090f] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0x0910-0x091f] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [io 0xfe00-0xfefe] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
mars 08 17:54:26 gwaihir kernel: system 00:01: [mem 0xff800000-0xffffffff] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:02: [io 0x0290-0x02af] has been reserved
mars 08 17:54:26 gwaihir kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
mars 08 17:54:26 gwaihir kernel: pnp 00:06: [dma 0 disabled]
mars 08 17:54:26 gwaihir kernel: system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
mars 08 17:54:26 gwaihir kernel: pnp: PnP ACPI: found 9 devices
mars 08 17:54:26 gwaihir kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_INET protocol family
mars 08 17:54:26 gwaihir kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mars 08 17:54:26 gwaihir kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
mars 08 17:54:26 gwaihir kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
mars 08 17:54:26 gwaihir kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mars 08 17:54:26 gwaihir kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
mars 08 17:54:26 gwaihir kernel: TCP: Hash tables configured (established 131072 bind 65536)
mars 08 17:54:26 gwaihir kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
mars 08 17:54:26 gwaihir kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
mars 08 17:54:26 gwaihir kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_XDP protocol family
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:04.0: bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xfe500000-0xfe6fffff]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xd0900000-0xd09fffff pref]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:02: resource 2 [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:05: resource 1 [mem 0xfe700000-0xfe7fffff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 1 [mem 0xfe500000-0xfe6fffff]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 2 [mem 0xd0900000-0xd09fffff pref]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x03af window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 5 [io 0x03e0-0x0cf7 window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 6 [io 0x03b0-0x03df window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 7 [io 0x0d00-0xffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000dffff window]
mars 08 17:54:26 gwaihir kernel: pci_bus 0000:06: resource 9 [mem 0xc0000000-0xffffffff window]
mars 08 17:54:26 gwaihir kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x7e0 took 17825 usecs
mars 08 17:54:26 gwaihir kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x7e0 took 15510 usecs
mars 08 17:54:26 gwaihir kernel: pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x7e0 took 15502 usecs
mars 08 17:54:26 gwaihir kernel: pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x7e0 took 15614 usecs
mars 08 17:54:26 gwaihir kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
mars 08 17:54:26 gwaihir kernel: pci 0000:06:05.0: Firmware left e100 interrupts enabled; disabling
mars 08 17:54:26 gwaihir kernel: PCI: CLS 64 bytes, default 64
mars 08 17:54:26 gwaihir kernel: Trying to unpack rootfs image as initramfs...
mars 08 17:54:26 gwaihir kernel: PCI-DMA: Disabling AGP.
mars 08 17:54:26 gwaihir kernel: PCI-DMA: aperture base @ b4000000 size 65536 KB
mars 08 17:54:26 gwaihir kernel: PCI-DMA: using GART IOMMU.
mars 08 17:54:26 gwaihir kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
mars 08 17:54:26 gwaihir kernel: software IO TLB: tearing down default memory pool
mars 08 17:54:26 gwaihir kernel: LVT offset 0 assigned for vector 0x400
mars 08 17:54:26 gwaihir kernel: perf: AMD IBS detected (0x000000ff)
mars 08 17:54:26 gwaihir kernel: amd_uncore: 4 amd_nb counters detected
mars 08 17:54:26 gwaihir kernel: Initialise system trusted keyrings
mars 08 17:54:26 gwaihir kernel: Key type blacklist registered
mars 08 17:54:26 gwaihir kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
mars 08 17:54:26 gwaihir kernel: zbud: loaded
mars 08 17:54:26 gwaihir kernel: fuse: init (API version 7.42)
mars 08 17:54:26 gwaihir kernel: integrity: Platform Keyring initialized
mars 08 17:54:26 gwaihir kernel: integrity: Machine keyring initialized
mars 08 17:54:26 gwaihir kernel: Key type asymmetric registered
mars 08 17:54:26 gwaihir kernel: Asymmetric key parser 'x509' registered
mars 08 17:54:26 gwaihir kernel: Freeing initrd memory: 129232K
mars 08 17:54:26 gwaihir kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
mars 08 17:54:26 gwaihir kernel: io scheduler mq-deadline registered
mars 08 17:54:26 gwaihir kernel: ledtrig-cpu: registered to indicate activity on CPUs
mars 08 17:54:26 gwaihir kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mars 08 17:54:26 gwaihir kernel: Could not retrieve perf counters (-19)
mars 08 17:54:26 gwaihir kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
mars 08 17:54:26 gwaihir kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
mars 08 17:54:26 gwaihir kernel: Linux agpgart interface v0.103
mars 08 17:54:26 gwaihir kernel: i8042: PNP: No PS/2 controller found.
mars 08 17:54:26 gwaihir kernel: mousedev: PS/2 mouse device common for all mice
mars 08 17:54:26 gwaihir kernel: rtc_cmos 00:03: RTC can wake from S4
mars 08 17:54:26 gwaihir kernel: rtc_cmos 00:03: registered as rtc0
mars 08 17:54:26 gwaihir kernel: rtc_cmos 00:03: setting system clock to 2025-03-08T16:54:19 UTC (1741452859)
mars 08 17:54:26 gwaihir kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
mars 08 17:54:26 gwaihir kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_INET6 protocol family
mars 08 17:54:26 gwaihir kernel: Segment Routing with IPv6
mars 08 17:54:26 gwaihir kernel: In-situ OAM (IOAM) with IPv6
mars 08 17:54:26 gwaihir kernel: mip6: Mobile IPv6
mars 08 17:54:26 gwaihir kernel: NET: Registered PF_PACKET protocol family
mars 08 17:54:26 gwaihir kernel: mpls_gso: MPLS GSO support
mars 08 17:54:26 gwaihir kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
mars 08 17:54:26 gwaihir kernel: microcode: Current revision: 0x06000852
mars 08 17:54:26 gwaihir kernel: microcode: Updated early from: 0x06000822
mars 08 17:54:26 gwaihir kernel: IPI shorthand broadcast: enabled
mars 08 17:54:26 gwaihir kernel: sched_clock: Marking stable (1284013418, -31993807)->(1539158149, -287138538)
mars 08 17:54:26 gwaihir kernel: registered taskstats version 1
mars 08 17:54:26 gwaihir kernel: Loading compiled-in X.509 certificates
mars 08 17:54:26 gwaihir kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9c8ec01465d335e6c2ab7f6ac4e83693c6f9b603'
mars 08 17:54:26 gwaihir kernel: Demotion targets for Node 0: null
mars 08 17:54:26 gwaihir kernel: Key type .fscrypt registered
mars 08 17:54:26 gwaihir kernel: Key type fscrypt-provisioning registered
mars 08 17:54:26 gwaihir kernel: Key type encrypted registered
mars 08 17:54:26 gwaihir kernel: AppArmor: AppArmor sha256 policy hashing enabled
mars 08 17:54:26 gwaihir kernel: ima: No TPM chip found, activating TPM-bypass!
mars 08 17:54:26 gwaihir kernel: ima: Allocated hash algorithm: sha256
mars 08 17:54:26 gwaihir kernel: ima: No architecture policies found
mars 08 17:54:26 gwaihir kernel: evm: Initialising EVM extended attributes:
mars 08 17:54:26 gwaihir kernel: evm: security.selinux
mars 08 17:54:26 gwaihir kernel: evm: security.SMACK64 (disabled)
mars 08 17:54:26 gwaihir kernel: evm: security.SMACK64EXEC (disabled)
mars 08 17:54:26 gwaihir kernel: evm: security.SMACK64TRANSMUTE (disabled)
mars 08 17:54:26 gwaihir kernel: evm: security.SMACK64MMAP (disabled)
mars 08 17:54:26 gwaihir kernel: evm: security.apparmor
mars 08 17:54:26 gwaihir kernel: evm: security.ima
mars 08 17:54:26 gwaihir kernel: evm: security.capability
mars 08 17:54:26 gwaihir kernel: evm: HMAC attrs: 0x1
mars 08 17:54:26 gwaihir kernel: RAS: Correctable Errors collector initialized.
mars 08 17:54:26 gwaihir kernel: clk: Disabling unused clocks
mars 08 17:54:26 gwaihir kernel: PM: genpd: Disabling unused power domains
mars 08 17:54:26 gwaihir kernel: Freeing unused decrypted memory: 2028K
mars 08 17:54:26 gwaihir kernel: Freeing unused kernel image (initmem) memory: 4276K
mars 08 17:54:26 gwaihir kernel: Write protecting the kernel read-only data: 28672k
mars 08 17:54:26 gwaihir kernel: Freeing unused kernel image (text/rodata gap) memory: 1064K
mars 08 17:54:26 gwaihir kernel: Freeing unused kernel image (rodata/data gap) memory: 484K
mars 08 17:54:26 gwaihir kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mars 08 17:54:26 gwaihir kernel: Run /init as init process
mars 08 17:54:26 gwaihir kernel: with arguments:
mars 08 17:54:26 gwaihir kernel: /init
mars 08 17:54:26 gwaihir kernel: with environment:
mars 08 17:54:26 gwaihir kernel: HOME=/
mars 08 17:54:26 gwaihir kernel: TERM=linux
mars 08 17:54:26 gwaihir kernel: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+
mars 08 17:54:26 gwaihir kernel: tsc: Refined TSC clocksource calibration: 4013.636 MHz
mars 08 17:54:26 gwaihir kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39daae9f7e0, max_idle_ns: 440795402804 ns
mars 08 17:54:26 gwaihir kernel: clocksource: Switched to clocksource tsc
mars 08 17:54:26 gwaihir kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
mars 08 17:54:26 gwaihir kernel: ACPI: button: Power Button [PWRB]
mars 08 17:54:26 gwaihir kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
mars 08 17:54:26 gwaihir kernel: ACPI: button: Power Button [PWRF]
mars 08 17:54:26 gwaihir kernel: SCSI subsystem initialized
mars 08 17:54:26 gwaihir kernel: ACPI: bus type USB registered
mars 08 17:54:26 gwaihir kernel: e100: Intel(R) PRO/100 Network Driver
mars 08 17:54:26 gwaihir kernel: e100: Copyright(c) 1999-2006 Intel Corporation
mars 08 17:54:26 gwaihir kernel: usbcore: registered new interface driver usbfs
mars 08 17:54:26 gwaihir kernel: usbcore: registered new interface driver hub
mars 08 17:54:26 gwaihir kernel: usbcore: registered new device driver usb
mars 08 17:54:26 gwaihir kernel: e100 0000:06:05.0 eth0: addr 0xd0900000, irq 20, MAC addr 00:a0:c9:98:b5:82
mars 08 17:54:26 gwaihir kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
mars 08 17:54:26 gwaihir kernel: piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
mars 08 17:54:26 gwaihir kernel: ACPI: bus type drm_connector registered
mars 08 17:54:26 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
mars 08 17:54:26 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
mars 08 17:54:26 gwaihir kernel: e100 0000:06:05.0 enp6s5: renamed from eth0
mars 08 17:54:26 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
mars 08 17:54:26 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
mars 08 17:54:26 gwaihir kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mars 08 17:54:26 gwaihir kernel: libata version 3.00 loaded.
mars 08 17:54:26 gwaihir kernel: QUIRK: Enable AMD PLL fix
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: debug port 1
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
mars 08 17:54:26 gwaihir kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb1: Product: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb1: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb1: SerialNumber: 0000:00:12.2
mars 08 17:54:26 gwaihir kernel: hub 1-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 1-0:1.0: 5 ports detected
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: debug port 1
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
mars 08 17:54:26 gwaihir kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb2: Product: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb2: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb2: SerialNumber: 0000:00:13.2
mars 08 17:54:26 gwaihir kernel: hub 2-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 2-0:1.0: 5 ports detected
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: debug port 1
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
mars 08 17:54:26 gwaihir kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
mars 08 17:54:26 gwaihir kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb3: Product: EHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb3: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb3: SerialNumber: 0000:00:16.2
mars 08 17:54:26 gwaihir kernel: hub 3-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 3-0:1.0: 4 ports detected
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 5
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: version 3.0
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: ahci_save_initial_config:536 PI: read: 0x3c
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: ahci_restore_initial_config:633 PI: wrote: 0x3c
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: 4/4 ports implemented (port mask 0x3c)
mars 08 17:54:26 gwaihir kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
mars 08 17:54:26 gwaihir kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb4: Product: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: usb usb4: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb4: SerialNumber: 0000:00:12.0
mars 08 17:54:26 gwaihir kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
mars 08 17:54:26 gwaihir kernel: scsi host0: ahci
mars 08 17:54:26 gwaihir kernel: hub 4-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 4-0:1.0: 5 ports detected
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
mars 08 17:54:26 gwaihir kernel: scsi host1: ahci
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
mars 08 17:54:26 gwaihir kernel: scsi host2: ahci
mars 08 17:54:26 gwaihir kernel: scsi host3: ahci
mars 08 17:54:26 gwaihir kernel: scsi host4: ahci
mars 08 17:54:26 gwaihir kernel: scsi host5: ahci
mars 08 17:54:26 gwaihir kernel: ata1: DUMMY
mars 08 17:54:26 gwaihir kernel: ata2: DUMMY
mars 08 17:54:26 gwaihir kernel: ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19 lpm-pol 3
mars 08 17:54:26 gwaihir kernel: ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19 lpm-pol 3
mars 08 17:54:26 gwaihir kernel: ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19 lpm-pol 3
mars 08 17:54:26 gwaihir kernel: ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19 lpm-pol 3
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: ahci_save_initial_config:536 PI: read: 0x3
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: ahci_restore_initial_config:633 PI: wrote: 0x3
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: 2/2 ports implemented (port mask 0x3)
mars 08 17:54:26 gwaihir kernel: ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
mars 08 17:54:26 gwaihir kernel: scsi host6: ahci
mars 08 17:54:26 gwaihir kernel: scsi host7: ahci
mars 08 17:54:26 gwaihir kernel: ata7: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 40 lpm-pol 0
mars 08 17:54:26 gwaihir kernel: ata8: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 40 lpm-pol 0
mars 08 17:54:26 gwaihir kernel: r8169 0000:02:00.0 eth0: RTL8168f/8111f, <addr>, XID 480, IRQ 33
mars 08 17:54:26 gwaihir kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 7
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
mars 08 17:54:26 gwaihir kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb5: Product: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb5: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:54:26 gwaihir kernel: usb usb5: SerialNumber: 0000:03:00.0
mars 08 17:54:26 gwaihir kernel: hub 5-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 5-0:1.0: 2 ports detected
mars 08 17:54:26 gwaihir kernel: usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
mars 08 17:54:26 gwaihir kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb7: Product: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb7: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:54:26 gwaihir kernel: usb usb7: SerialNumber: 0000:03:00.0
mars 08 17:54:26 gwaihir kernel: hub 7-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 7-0:1.0: 2 ports detected
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 8
mars 08 17:54:26 gwaihir kernel: [drm] radeon kernel modesetting enabled.
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: vgaarb: deactivate vga console
mars 08 17:54:26 gwaihir kernel: Console: switching to colour dummy device 80x25
mars 08 17:54:26 gwaihir kernel: [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B1 0x174B:0xE285 0x00).
mars 08 17:54:26 gwaihir kernel: [drm] doorbell mmio base: 0xD0000000
mars 08 17:54:26 gwaihir kernel: [drm] doorbell mmio size: 8388608
mars 08 17:54:26 gwaihir kernel: ATOM BIOS: C67111
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
mars 08 17:54:26 gwaihir kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
mars 08 17:54:26 gwaihir kernel: [drm] RAM width 512bits DDR
mars 08 17:54:26 gwaihir kernel: [drm] radeon: 4096M of VRAM memory ready
mars 08 17:54:26 gwaihir kernel: [drm] radeon: 2048M of GTT memory ready.
mars 08 17:54:26 gwaihir kernel: [drm] Loading hawaii Microcode
mars 08 17:54:26 gwaihir kernel: [drm] Internal thermal controller with fan control
mars 08 17:54:26 gwaihir kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb6: Product: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: usb usb6: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb6: SerialNumber: 0000:00:13.0
mars 08 17:54:26 gwaihir kernel: hub 6-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 6-0:1.0: 5 ports detected
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
mars 08 17:54:26 gwaihir kernel: [drm] radeon: dpm initialized
mars 08 17:54:26 gwaihir kernel: [drm] Found UVD firmware Version: 1.64 Family ID: 9
mars 08 17:54:26 gwaihir kernel: [drm] Found VCE firmware/feedback version 40.2.2 / 15!
mars 08 17:54:26 gwaihir kernel: [drm] GART: num cpu pages 524288, num gpu pages 524288
mars 08 17:54:26 gwaihir kernel: [drm] PCIE gen 2 link speeds already enabled
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 10
mars 08 17:54:26 gwaihir kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
mars 08 17:54:26 gwaihir kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb8: Product: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb8: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:54:26 gwaihir kernel: usb usb8: SerialNumber: 0000:05:00.0
mars 08 17:54:26 gwaihir kernel: hub 8-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 8-0:1.0: 2 ports detected
mars 08 17:54:26 gwaihir kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
mars 08 17:54:26 gwaihir kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb10: Product: xHCI Host Controller
mars 08 17:54:26 gwaihir kernel: usb usb10: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:54:26 gwaihir kernel: usb usb10: SerialNumber: 0000:05:00.0
mars 08 17:54:26 gwaihir kernel: [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
mars 08 17:54:26 gwaihir kernel: hub 10-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 10-0:1.0: 2 ports detected
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: WB enabled
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: radeon: using MSI.
mars 08 17:54:26 gwaihir kernel: [drm] radeon: irq initialized.
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 0 succeeded in 3 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 1 succeeded in 3 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 2 succeeded in 3 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 3 succeeded in 5 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 4 succeeded in 5 usecs
mars 08 17:54:26 gwaihir kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb9: Product: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: usb usb9: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb9: SerialNumber: 0000:00:14.5
mars 08 17:54:26 gwaihir kernel: hub 9-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 9-0:1.0: 2 ports detected
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 5 succeeded in 2 usecs
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
mars 08 17:54:26 gwaihir kernel: ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
mars 08 17:54:26 gwaihir kernel: [drm] UVD initialized successfully.
mars 08 17:54:26 gwaihir kernel: ata7: SATA link down (SStatus 0 SControl 300)
mars 08 17:54:26 gwaihir kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:54:26 gwaihir kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:54:26 gwaihir kernel: usb usb11: Product: OHCI PCI host controller
mars 08 17:54:26 gwaihir kernel: usb usb11: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:54:26 gwaihir kernel: usb usb11: SerialNumber: 0000:00:16.0
mars 08 17:54:26 gwaihir kernel: hub 11-0:1.0: USB hub found
mars 08 17:54:26 gwaihir kernel: hub 11-0:1.0: 4 ports detected
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 6 succeeded in 20 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ring test on 7 succeeded in 3 usecs
mars 08 17:54:26 gwaihir kernel: [drm] VCE initialized successfully.
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 0 succeeded in 0 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 1 succeeded in 0 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 2 succeeded in 0 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 3 succeeded in 0 usecs
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 4 succeeded in 0 usecs
mars 08 17:54:26 gwaihir kernel: usb 7-1: new SuperSpeed USB device number 2 using xhci_hcd
mars 08 17:54:26 gwaihir kernel: usb 7-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
mars 08 17:54:26 gwaihir kernel: usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 08 17:54:26 gwaihir kernel: usb 7-1: Product: SanDisk 3.2Gen1
mars 08 17:54:26 gwaihir kernel: usb 7-1: Manufacturer: USB
mars 08 17:54:26 gwaihir kernel: usb 7-1: SerialNumber: 0101cea8be0f071073bd93ad1c6cc31c54716c100dd1a7bd5d332db640532c41f77f000000000000000000005e32fe3b00184a0081558107acb0d60d
mars 08 17:54:26 gwaihir kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 08 17:54:26 gwaihir kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 08 17:54:26 gwaihir kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mars 08 17:54:26 gwaihir kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 08 17:54:26 gwaihir kernel: ata4.00: ATA-7: MAXTOR STM3250310AS, 3.AAC, max UDMA/133
mars 08 17:54:26 gwaihir kernel: ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32)
mars 08 17:54:26 gwaihir kernel: ata5.00: ATAPI: ASUS BC-12D2HT, 1.00, max UDMA/100
mars 08 17:54:26 gwaihir kernel: ata6.00: ATA-8: ST31000528AS, CC38, max UDMA/133
mars 08 17:54:26 gwaihir kernel: ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
mars 08 17:54:26 gwaihir kernel: ata4.00: configured for UDMA/133
mars 08 17:54:26 gwaihir kernel: ata6.00: configured for UDMA/133
mars 08 17:54:26 gwaihir kernel: ata3.00: Model 'Samsung SSD 870 QVO 2TB', rev 'SVQ02B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati
mars 08 17:54:26 gwaihir kernel: ata3.00: supports DRM functions and may not be fully accessible
mars 08 17:54:26 gwaihir kernel: ata3.00: ATA-11: Samsung SSD 870 QVO 2TB, SVQ02B6Q, max UDMA/133
mars 08 17:54:26 gwaihir kernel: ata3.00: 3907029168 sectors, multi 1: LBA48 NCQ (not used)
mars 08 17:54:26 gwaihir kernel: ata5.00: configured for UDMA/100
mars 08 17:54:26 gwaihir kernel: ata3.00: Features: Trust Dev-Sleep
mars 08 17:54:26 gwaihir kernel: ata3.00: supports DRM functions and may not be fully accessible
mars 08 17:54:26 gwaihir kernel: ata3.00: configured for UDMA/133
mars 08 17:54:26 gwaihir kernel: usb 4-1: new full-speed USB device number 2 using ohci-pci
mars 08 17:54:26 gwaihir kernel: scsi 2:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
mars 08 17:54:26 gwaihir kernel: scsi 3:0:0:0: Direct-Access ATA MAXTOR STM325031 C PQ: 0 ANSI: 5
mars 08 17:54:26 gwaihir kernel: scsi 4:0:0:0: CD-ROM ASUS BC-12D2HT 1.00 PQ: 0 ANSI: 5
mars 08 17:54:26 gwaihir kernel: usb 8-1: new high-speed USB device number 2 using xhci_hcd
mars 08 17:54:26 gwaihir kernel: scsi 5:0:0:0: Direct-Access ATA ST31000528AS CC38 PQ: 0 ANSI: 5
mars 08 17:54:26 gwaihir kernel: usb 4-1: New USB device found, idVendor=145f, idProduct=026e, bcdDevice= 1.00
mars 08 17:54:26 gwaihir kernel: usb 4-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
mars 08 17:54:26 gwaihir kernel: usb 4-1: Product: GXT 133 Gaming Mouse
mars 08 17:54:26 gwaihir kernel: usb 8-1: New USB device found, idVendor=045e, idProduct=076d, bcdDevice= 1.03
mars 08 17:54:26 gwaihir kernel: usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 08 17:54:26 gwaihir kernel: usb 8-1: Product: Microsoft® LifeCam HD-5000
mars 08 17:54:26 gwaihir kernel: usb 8-1: Manufacturer: Microsoft
mars 08 17:54:26 gwaihir kernel: ata8: SATA link down (SStatus 0 SControl 300)
mars 08 17:54:26 gwaihir kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
mars 08 17:54:26 gwaihir kernel: ata3.00: Enabling discard_zeroes_data
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] Write Protect is off
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] Write Protect is off
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] Write Protect is off
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] Preferred minimum I/O size 512 bytes
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
mars 08 17:54:26 gwaihir kernel: ata3.00: Enabling discard_zeroes_data
mars 08 17:54:26 gwaihir kernel: usb-storage 7-1:1.0: USB Mass Storage device detected
mars 08 17:54:26 gwaihir kernel: scsi host8: usb-storage 7-1:1.0
mars 08 17:54:26 gwaihir kernel: usbcore: registered new interface driver usb-storage
mars 08 17:54:26 gwaihir kernel: hid: raw HID events driver (C) Jiri Kosina
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 5 succeeded
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 6 succeeded
mars 08 17:54:26 gwaihir kernel: [drm] ib test on ring 7 succeeded
mars 08 17:54:26 gwaihir kernel: [drm] Radeon Display Connectors
mars 08 17:54:26 gwaihir kernel: [drm] Connector 0:
mars 08 17:54:26 gwaihir kernel: [drm] DP-1
mars 08 17:54:26 gwaihir kernel: [drm] HPD2
mars 08 17:54:26 gwaihir kernel: [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
mars 08 17:54:26 gwaihir kernel: [drm] Encoders:
mars 08 17:54:26 gwaihir kernel: [drm] DFP1: INTERNAL_UNIPHY2
mars 08 17:54:26 gwaihir kernel: [drm] Connector 1:
mars 08 17:54:26 gwaihir kernel: [drm] HDMI-A-1
mars 08 17:54:26 gwaihir kernel: [drm] HPD3
mars 08 17:54:26 gwaihir kernel: [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
mars 08 17:54:26 gwaihir kernel: [drm] Encoders:
mars 08 17:54:26 gwaihir kernel: [drm] DFP2: INTERNAL_UNIPHY2
mars 08 17:54:26 gwaihir kernel: [drm] Connector 2:
mars 08 17:54:26 gwaihir kernel: [drm] DVI-D-1
mars 08 17:54:26 gwaihir kernel: [drm] HPD1
mars 08 17:54:26 gwaihir kernel: [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
mars 08 17:54:26 gwaihir kernel: [drm] Encoders:
mars 08 17:54:26 gwaihir kernel: [drm] DFP3: INTERNAL_UNIPHY1
mars 08 17:54:26 gwaihir kernel: [drm] Connector 3:
mars 08 17:54:26 gwaihir kernel: [drm] DVI-D-2
mars 08 17:54:26 gwaihir kernel: [drm] HPD6
mars 08 17:54:26 gwaihir kernel: [drm] DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
mars 08 17:54:26 gwaihir kernel: [drm] Encoders:
mars 08 17:54:26 gwaihir kernel: [drm] DFP4: INTERNAL_UNIPHY
mars 08 17:54:26 gwaihir kernel: sdc: sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] supports TCG Opal
mars 08 17:54:26 gwaihir kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
mars 08 17:54:26 gwaihir kernel: sda: sda1 sda2 sda3
mars 08 17:54:26 gwaihir kernel: sd 5:0:0:0: [sda] Attached SCSI disk
mars 08 17:54:26 gwaihir kernel: [drm] Initialized radeon 2.50.0 for 0000:01:00.0 on minor 0
mars 08 17:54:26 gwaihir kernel: usb 8-2: new full-speed USB device number 3 using xhci_hcd
mars 08 17:54:26 gwaihir kernel: sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > sdb3
mars 08 17:54:26 gwaihir kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
mars 08 17:54:26 gwaihir kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 153x/204x writer dvd-ram cd/rw xa/form2 cdda tray
mars 08 17:54:26 gwaihir kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
mars 08 17:54:26 gwaihir kernel: usbcore: registered new interface driver uas
mars 08 17:54:26 gwaihir kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
mars 08 17:54:26 gwaihir kernel: usbcore: registered new interface driver usbhid
mars 08 17:54:26 gwaihir kernel: usbhid: USB HID core driver
mars 08 17:54:26 gwaihir kernel: input: GXT 133 Gaming Mouse as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:145F:026E.0001/input/input2
mars 08 17:54:26 gwaihir kernel: hid-generic 0003:145F:026E.0001: input,hidraw0: USB HID v1.11 Mouse [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input0
mars 08 17:54:26 gwaihir kernel: input: GXT 133 Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:145F:026E.0002/input/input4
mars 08 17:54:26 gwaihir kernel: hid-generic 0003:145F:026E.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input1
mars 08 17:54:26 gwaihir kernel: [drm] fb mappable at 0xC0731000
mars 08 17:54:26 gwaihir kernel: [drm] vram apper at 0xC0000000
mars 08 17:54:26 gwaihir kernel: [drm] size 8294400
mars 08 17:54:26 gwaihir kernel: [drm] fb depth is 24
mars 08 17:54:26 gwaihir kernel: [drm] pitch is 7680
mars 08 17:54:26 gwaihir kernel: fbcon: radeondrmfb (fb0) is primary device
mars 08 17:54:26 gwaihir kernel: Console: switching to colour frame buffer device 128x48
mars 08 17:54:26 gwaihir kernel: radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
mars 08 17:54:26 gwaihir kernel: usb 8-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
mars 08 17:54:26 gwaihir kernel: usb 8-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
mars 08 17:54:26 gwaihir kernel: usb 4-2: new low-speed USB device number 3 using ohci-pci
mars 08 17:54:26 gwaihir kernel: usb 4-2: New USB device found, idVendor=046d, idProduct=c328, bcdDevice=86.00
mars 08 17:54:26 gwaihir kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 08 17:54:26 gwaihir kernel: usb 4-2: Product: USB Keyboard
mars 08 17:54:26 gwaihir kernel: usb 4-2: Manufacturer: Logitech
mars 08 17:54:26 gwaihir kernel: input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/0003:046D:C328.0003/input/input5
mars 08 17:54:26 gwaihir kernel: scsi 8:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
mars 08 17:54:26 gwaihir kernel: sd 8:0:0:0: [sdd] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
mars 08 17:54:26 gwaihir kernel: sd 8:0:0:0: [sdd] Write Protect is off
mars 08 17:54:26 gwaihir kernel: sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
mars 08 17:54:26 gwaihir kernel: sd 8:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:54:26 gwaihir kernel: [drm] amdgpu kernel modesetting enabled.
mars 08 17:54:26 gwaihir kernel: amdgpu: Virtual CRAT table created for CPU
mars 08 17:54:26 gwaihir kernel: amdgpu: Topology: Add CPU node
mars 08 17:54:26 gwaihir kernel: sdd: sdd1
mars 08 17:54:26 gwaihir kernel: sd 8:0:0:0: [sdd] Attached SCSI removable disk
mars 08 17:54:26 gwaihir kernel: hid-generic 0003:046D:C328.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:12.0-2/input0
mars 08 17:54:26 gwaihir kernel: input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:046D:C328.0004/input/input6
mars 08 17:54:26 gwaihir kernel: input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:046D:C328.0004/input/input7
mars 08 17:54:26 gwaihir kernel: hid-generic 0003:046D:C328.0004: input,hiddev1,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:12.0-2/input1
mars 08 17:54:26 gwaihir kernel: random: crng init done
mars 08 17:54:26 gwaihir kernel: EXT4-fs (sdd1): mounted filesystem 09da5eff-1c28-4347-8069-2b4ced47d9ca ro with ordered data mode. Quota mode: none.
mars 08 17:54:26 gwaihir kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
mars 08 17:54:26 gwaihir systemd[1]: Inserted module 'autofs4'
mars 08 17:54:26 gwaihir systemd[1]: systemd 257.3-1 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)
mars 08 17:54:26 gwaihir systemd[1]: Detected architecture x86-64.
mars 08 17:54:26 gwaihir systemd[1]: Hostname set to <gwaihir>.
mars 08 17:54:26 gwaihir systemd[1]: bpf-restrict-fs: LSM BPF program attached
mars 08 17:54:26 gwaihir systemd[1]: Queued start job for default target graphical.target.
mars 08 17:54:26 gwaihir systemd[1]: Created slice system-getty.slice - Slice /system/getty.
mars 08 17:54:26 gwaihir systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
mars 08 17:54:26 gwaihir systemd[1]: Created slice user.slice - User and Session Slice.
mars 08 17:54:26 gwaihir systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
mars 08 17:54:26 gwaihir systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
mars 08 17:54:26 gwaihir systemd[1]: Reached target remote-fs.target - Remote File Systems.
mars 08 17:54:26 gwaihir systemd[1]: Reached target slices.target - Slice Units.
mars 08 17:54:26 gwaihir systemd[1]: Reached target swap.target - Swaps.
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
mars 08 17:54:26 gwaihir systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:26 gwaihir systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
mars 08 17:54:26 gwaihir systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
mars 08 17:54:26 gwaihir systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
mars 08 17:54:26 gwaihir systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
mars 08 17:54:26 gwaihir systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
mars 08 17:54:26 gwaihir systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
mars 08 17:54:26 gwaihir systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
mars 08 17:54:26 gwaihir systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
mars 08 17:54:26 gwaihir systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
mars 08 17:54:26 gwaihir systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
mars 08 17:54:26 gwaihir systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
mars 08 17:54:26 gwaihir systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
mars 08 17:54:26 gwaihir systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
mars 08 17:54:26 gwaihir systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
mars 08 17:54:26 gwaihir 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).
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-journald.service - Journal Service...
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
mars 08 17:54:26 gwaihir systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
mars 08 17:54:26 gwaihir systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
mars 08 17:54:26 gwaihir systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
mars 08 17:54:26 gwaihir systemd[1]: modprobe@drm.service: Deactivated successfully.
mars 08 17:54:26 gwaihir systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
mars 08 17:54:26 gwaihir systemd[1]: modprobe@fuse.service: Deactivated successfully.
mars 08 17:54:26 gwaihir systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
mars 08 17:54:26 gwaihir systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
mars 08 17:54:26 gwaihir systemd[1]: modprobe@configfs.service: Deactivated successfully.
mars 08 17:54:26 gwaihir systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
mars 08 17:54:26 gwaihir systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
mars 08 17:54:26 gwaihir systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
mars 08 17:54:26 gwaihir systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
mars 08 17:54:26 gwaihir systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
mars 08 17:54:26 gwaihir systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
mars 08 17:54:26 gwaihir systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
mars 08 17:54:26 gwaihir systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
mars 08 17:54:26 gwaihir systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
mars 08 17:54:26 gwaihir systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
mars 08 17:54:26 gwaihir systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
mars 08 17:54:26 gwaihir systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
mars 08 17:54:26 gwaihir systemd-journald[364]: Collecting audit messages is disabled.
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
mars 08 17:54:26 gwaihir kernel: lp: driver loaded but no devices found
mars 08 17:54:26 gwaihir kernel: ppdev: user-space parallel port driver
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
mars 08 17:54:26 gwaihir kernel: EXT4-fs (sdd1): re-mounted 09da5eff-1c28-4347-8069-2b4ced47d9ca r/w. Quota mode: none.
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
mars 08 17:54:26 gwaihir systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
mars 08 17:54:26 gwaihir systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
mars 08 17:54:26 gwaihir systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
mars 08 17:54:26 gwaihir systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
mars 08 17:54:26 gwaihir systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
mars 08 17:54:26 gwaihir systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
mars 08 17:54:26 gwaihir systemd[1]: Reached target local-fs.target - Local File Systems.
mars 08 17:54:26 gwaihir systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management.
mars 08 17:54:26 gwaihir systemd-journald[364]: Journal started
mars 08 17:54:26 gwaihir systemd-journald[364]: Runtime Journal (/run/log/journal/4bb132417544489598abc4ca5ac56e13) is 8M, max 158.9M, 150.9M free.
mars 08 17:54:26 gwaihir systemd-modules-load[365]: Inserted module 'lp'
mars 08 17:54:26 gwaihir systemd-modules-load[365]: Inserted module 'ppdev'
mars 08 17:54:26 gwaihir systemd-modules-load[365]: Inserted module 'parport_pc'
mars 08 17:54:26 gwaihir systemd-sysctl[390]: Couldn't write '1' to 'kernel/unprivileged_userns_clone', ignoring: No such file or directory
mars 08 17:54:26 gwaihir systemd[1]: Starting apparmor.service - Load AppArmor profiles...
mars 08 17:54:26 gwaihir systemd[1]: Starting console-setup.service - Set console font and keymap...
mars 08 17:54:26 gwaihir systemd[1]: Starting plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data...
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
mars 08 17:54:26 gwaihir systemd[1]: Started systemd-journald.service - Journal Service.
mars 08 17:54:26 gwaihir systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...
mars 08 17:54:26 gwaihir systemd[1]: Finished console-setup.service - Set console font and keymap.
mars 08 17:54:26 gwaihir systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 400 (systemd-binfmt)
mars 08 17:54:26 gwaihir systemd[1]: Received SIGRTMIN+20 from PID 302 (plymouthd).
mars 08 17:54:26 gwaihir systemd-journald[364]: Time spent on flushing to /var/log/journal/4bb132417544489598abc4ca5ac56e13 is 368.168ms for 1097 entries.
mars 08 17:54:26 gwaihir systemd-journald[364]: System Journal (/var/log/journal/4bb132417544489598abc4ca5ac56e13) is 56M, max 2.8G, 2.7G free.
mars 08 17:54:27 gwaihir systemd-journald[364]: Received client request to flush runtime journal.
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.859:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=442 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.859:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=440 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.871:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=439 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.875:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=437 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.875:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=437 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.875:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=436 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.895:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=438 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.895:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=438 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.899:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=438 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: audit: type=1400 audit(1741452866.923:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=443 comm="apparmor_parser"
mars 08 17:54:27 gwaihir kernel: acpi_cpufreq: overriding BIOS provided _PSD data
mars 08 17:54:27 gwaihir kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
mars 08 17:54:27 gwaihir kernel: cryptd: max_cpu_qlen set to 1000
mars 08 17:54:27 gwaihir kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
mars 08 17:54:27 gwaihir kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
mars 08 17:54:27 gwaihir kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
mars 08 17:54:27 gwaihir kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
mars 08 17:54:27 gwaihir kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0
mars 08 17:54:27 gwaihir kernel: sr 4:0:0:0: Attached scsi generic sg2 type 5
mars 08 17:54:27 gwaihir kernel: sd 5:0:0:0: Attached scsi generic sg3 type 0
mars 08 17:54:27 gwaihir kernel: sd 8:0:0:0: Attached scsi generic sg4 type 0
mars 08 17:54:27 gwaihir kernel: asus_wmi: ASUS WMI generic driver loaded
mars 08 17:54:27 gwaihir kernel: mc: Linux media interface: v0.10
mars 08 17:54:27 gwaihir kernel: asus_wmi: Initialization: 0x0
mars 08 17:54:27 gwaihir kernel: asus_wmi: BIOS WMI version: 0.9
mars 08 17:54:27 gwaihir kernel: asus_wmi: SFUN value: 0x0
mars 08 17:54:27 gwaihir kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
mars 08 17:54:27 gwaihir kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
mars 08 17:54:27 gwaihir kernel: at24 0-0050: supply vcc not found, using dummy regulator
mars 08 17:54:27 gwaihir kernel: at24 0-0050: 256 byte spd EEPROM, read-only
mars 08 17:54:27 gwaihir kernel: AES CTR mode by8 optimization enabled
mars 08 17:54:27 gwaihir kernel: at24 0-0051: supply vcc not found, using dummy regulator
mars 08 17:54:27 gwaihir kernel: at24 0-0051: 256 byte spd EEPROM, read-only
mars 08 17:54:27 gwaihir kernel: at24 0-0052: supply vcc not found, using dummy regulator
mars 08 17:54:27 gwaihir kernel: at24 0-0052: 256 byte spd EEPROM, read-only
mars 08 17:54:27 gwaihir kernel: at24 0-0053: supply vcc not found, using dummy regulator
mars 08 17:54:27 gwaihir kernel: at24 0-0053: 256 byte spd EEPROM, read-only
mars 08 17:54:27 gwaihir kernel: Error: Driver 'pcspkr' is already registered, aborting...
mars 08 17:54:27 gwaihir kernel: Bluetooth: Core ver 2.22
mars 08 17:54:27 gwaihir kernel: NET: Registered PF_BLUETOOTH protocol family
mars 08 17:54:27 gwaihir kernel: Bluetooth: HCI device and connection manager initialized
mars 08 17:54:27 gwaihir kernel: Bluetooth: HCI socket layer initialized
mars 08 17:54:27 gwaihir kernel: Bluetooth: L2CAP socket layer initialized
mars 08 17:54:27 gwaihir kernel: Bluetooth: SCO socket layer initialized
mars 08 17:54:27 gwaihir kernel: videodev: Linux video capture interface: v2.00
mars 08 17:54:26 gwaihir systemd-udevd[396]: Using default interface naming scheme 'v257'.
mars 08 17:54:27 gwaihir apparmor.systemd[397]: Restarting AppArmor
mars 08 17:54:27 gwaihir apparmor.systemd[397]: Reloading AppArmor profiles
mars 08 17:54:26 gwaihir systemd[1]: Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data.
mars 08 17:54:26 gwaihir systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
mars 08 17:54:26 gwaihir systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
mars 08 17:54:26 gwaihir systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
mars 08 17:54:27 gwaihir systemd-udevd[396]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 GOTO="alsa_restore_std" has no matching label, ignoring.
mars 08 17:54:27 gwaihir systemd-udevd[396]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 The line has no effect any more, dropping.
mars 08 17:54:27 gwaihir systemd-udevd[396]: /usr/lib/udev/rules.d/90-alsa-restore.rules:20 GOTO="alsa_restore_std" has no matching label, ignoring.
mars 08 17:54:27 gwaihir systemd-udevd[396]: /usr/lib/udev/rules.d/90-alsa-restore.rules:20 The line has no effect any more, dropping.
mars 08 17:54:27 gwaihir systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
mars 08 17:54:27 gwaihir systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
mars 08 17:54:27 gwaihir systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
mars 08 17:54:27 gwaihir systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
mars 08 17:54:27 gwaihir systemd[1]: Starting plymouth-start.service - Show Plymouth Boot Screen...
mars 08 17:54:27 gwaihir systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
mars 08 17:54:27 gwaihir systemd[1]: Started plymouth-start.service - Show Plymouth Boot Screen.
mars 08 17:54:27 gwaihir systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
mars 08 17:54:27 gwaihir systemd[1]: Started systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
mars 08 17:54:27 gwaihir systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.
mars 08 17:54:27 gwaihir systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...
mars 08 17:54:27 gwaihir systemd-tmpfiles[639]: /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
mars 08 17:54:27 gwaihir kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode
mars 08 17:54:27 gwaihir kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops radeon_audio_component_bind_ops [radeon])
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input10
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input11
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input12
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input13
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input14
mars 08 17:54:28 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input15
mars 08 17:54:28 gwaihir systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.
mars 08 17:54:28 gwaihir systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
mars 08 17:54:28 gwaihir systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:54:28 gwaihir systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:54:28 gwaihir systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
mars 08 17:54:28 gwaihir systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mars 08 17:54:28 gwaihir kernel: usbcore: registered new interface driver btusb
mars 08 17:54:28 gwaihir systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
mars 08 17:54:28 gwaihir systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.
mars 08 17:54:28 gwaihir kernel: usbcore: registered new interface driver snd-usb-audio
mars 08 17:54:28 gwaihir kernel: usb 8-1: Found UVC 1.00 device Microsoft® LifeCam HD-5000 (045e:076d)
mars 08 17:54:28 gwaihir kernel: usbcore: registered new interface driver uvcvideo
mars 08 17:54:28 gwaihir systemd[1]: Reached target bluetooth.target - Bluetooth Support.
mars 08 17:54:28 gwaihir kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
mars 08 17:54:28 gwaihir kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x1e
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
mars 08 17:54:28 gwaihir kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input16
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input17
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input18
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card1/input19
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card1/input20
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card1/input21
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card1/input22
mars 08 17:54:28 gwaihir kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input23
mars 08 17:54:28 gwaihir systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
mars 08 17:54:28 gwaihir kernel: kvm_amd: TSC scaling supported
mars 08 17:54:28 gwaihir kernel: kvm_amd: Nested Virtualization enabled
mars 08 17:54:28 gwaihir kernel: kvm_amd: Nested Paging enabled
mars 08 17:54:28 gwaihir kernel: kvm_amd: LBR virtualization supported
mars 08 17:54:28 gwaihir kernel: MCE: In-kernel MCE decoding enabled.
mars 08 17:54:28 gwaihir systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
mars 08 17:54:28 gwaihir systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
mars 08 17:54:28 gwaihir systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
mars 08 17:54:28 gwaihir 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).
mars 08 17:54:28 gwaihir systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
mars 08 17:54:28 gwaihir systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
mars 08 17:54:28 gwaihir systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:28 gwaihir systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
mars 08 17:54:28 gwaihir systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:54:28 gwaihir systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:54:28 gwaihir systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mars 08 17:54:28 gwaihir systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:28 gwaihir systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:28 gwaihir systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.
mars 08 17:54:28 gwaihir systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
mars 08 17:54:28 gwaihir systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
mars 08 17:54:28 gwaihir systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
mars 08 17:54:32 gwaihir kernel: kauditd_printk_skb: 5 callbacks suppressed
mars 08 17:54:32 gwaihir kernel: audit: type=1400 audit(1741452872.095:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=441 comm="apparmor_parser"
mars 08 17:54:32 gwaihir kernel: audit: type=1400 audit(1741452872.099:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=441 comm="apparmor_parser"
mars 08 17:54:32 gwaihir systemd[1]: Finished apparmor.service - Load AppArmor profiles.
mars 08 17:54:32 gwaihir systemd[1]: Reached target sysinit.target - System Initialization.
mars 08 17:54:32 gwaihir systemd[1]: Started cups.path - CUPS Scheduler.
mars 08 17:54:32 gwaihir systemd[1]: Started anacron.timer - Trigger anacron every hour.
mars 08 17:54:32 gwaihir systemd[1]: Started apt-daily.timer - Daily apt download activities.
mars 08 17:54:32 gwaihir systemd[1]: Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities.
mars 08 17:54:32 gwaihir systemd[1]: Started dpkg-db-backup.timer - Daily dpkg database backup timer.
mars 08 17:54:32 gwaihir systemd[1]: Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems.
mars 08 17:54:32 gwaihir systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.
mars 08 17:54:32 gwaihir systemd[1]: Started logrotate.timer - Daily rotation of log files.
mars 08 17:54:32 gwaihir systemd[1]: Started man-db.timer - Daily man-db regeneration.
mars 08 17:54:32 gwaihir systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
mars 08 17:54:32 gwaihir systemd[1]: Reached target paths.target - Path Units.
mars 08 17:54:32 gwaihir systemd[1]: Reached target timers.target - Timer Units.
mars 08 17:54:32 gwaihir systemd[1]: Listening on avahi-daemon.socket - Avahi mDNS/DNS-SD Stack Activation Socket.
mars 08 17:54:32 gwaihir systemd[1]: Listening on cups.socket - CUPS Scheduler.
mars 08 17:54:32 gwaihir systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
mars 08 17:54:32 gwaihir systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.
mars 08 17:54:32 gwaihir systemd[1]: Reached target sockets.target - Socket Units.
mars 08 17:54:32 gwaihir systemd[1]: Starting networking.service - Raise network interfaces...
mars 08 17:54:32 gwaihir systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:32 gwaihir systemd[1]: Reached target basic.target - Basic System.
mars 08 17:54:32 gwaihir systemd[1]: System is tainted: unmerged-bin
mars 08 17:54:32 gwaihir systemd[1]: alsa-state.service - Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
mars 08 17:54:32 gwaihir systemd[1]: Starting alsa-restore.service - Save/Restore Sound Card State...
mars 08 17:54:32 gwaihir systemd[1]: Started anacron.service - Run anacron jobs.
mars 08 17:54:32 gwaihir systemd[1]: Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
mars 08 17:54:32 gwaihir systemd[1]: Started cron.service - Regular background program processing daemon.
mars 08 17:54:32 gwaihir systemd[1]: Starting dbus.service - D-Bus System Message Bus...
mars 08 17:54:32 gwaihir systemd[1]: Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots...
mars 08 17:54:32 gwaihir systemd[1]: getty-static.service - getty on tty2-tty6 if dbus and logind are not available was skipped because of an unmet condition check (ConditionPathExists=!/usr/bin/dbus-daemon).
mars 08 17:54:32 gwaihir anacron[677]: Anacron 2.3 started on 2025-03-08
mars 08 17:54:32 gwaihir cron[679]: (CRON) INFO (pidfile fd = 3)
mars 08 17:54:32 gwaihir systemd[1]: Starting grub-common.service - Record successful boot for GRUB...
mars 08 17:54:32 gwaihir systemd[1]: Starting lm-sensors.service - Initialize hardware monitoring sensors...
mars 08 17:54:32 gwaihir systemd[1]: Starting polkit.service - Authorization Manager...
mars 08 17:54:32 gwaihir systemd[1]: Starting systemd-logind.service - User Login Management...
mars 08 17:54:32 gwaihir systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:54:32 gwaihir systemd[1]: Starting udisks2.service - Disk Manager...
mars 08 17:54:32 gwaihir anacron[677]: Normal exit (0 jobs run)
mars 08 17:54:32 gwaihir cron[679]: (CRON) INFO (Running @reboot jobs)
mars 08 17:54:32 gwaihir avahi-daemon[678]: Found user 'avahi' (UID 102) and group 'avahi' (GID 104).
mars 08 17:54:32 gwaihir avahi-daemon[678]: Successfully dropped root privileges.
mars 08 17:54:32 gwaihir avahi-daemon[678]: avahi-daemon 0.8 starting up.
mars 08 17:54:32 gwaihir systemd[1]: Finished alsa-restore.service - Save/Restore Sound Card State.
mars 08 17:54:32 gwaihir systemd[1]: anacron.service: Deactivated successfully.
mars 08 17:54:32 gwaihir systemd[1]: Reached target sound.target - Sound Card.
mars 08 17:54:32 gwaihir systemd-logind[688]: New seat seat0.
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event1 (Power Button)
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event0 (Power Button)
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event3 (GXT 133 Gaming Mouse Keyboard)
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event4 (Logitech USB Keyboard)
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event5 (Logitech USB Keyboard Consumer Control)
mars 08 17:54:32 gwaihir systemd-logind[688]: Watching system buttons on /dev/input/event6 (Logitech USB Keyboard System Control)
mars 08 17:54:32 gwaihir systemd[1]: e2scrub_reap.service: Deactivated successfully.
mars 08 17:54:32 gwaihir systemd[1]: Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots.
mars 08 17:54:32 gwaihir sensors[714]: fam15h_power-pci-00c4
mars 08 17:54:32 gwaihir sensors[714]: Adapter: PCI adapter
mars 08 17:54:32 gwaihir sensors[714]: power1: 98.33 W (crit = 125.19 W)
mars 08 17:54:32 gwaihir sensors[714]: radeon-pci-0100
mars 08 17:54:32 gwaihir sensors[714]: Adapter: PCI adapter
mars 08 17:54:32 gwaihir sensors[714]: temp1: +40.0°C (crit = +120.0°C, hyst = +90.0°C)
mars 08 17:54:32 gwaihir sensors[714]: k10temp-pci-00c3
mars 08 17:54:32 gwaihir sensors[714]: Adapter: PCI adapter
mars 08 17:54:32 gwaihir sensors[714]: temp1: +39.1°C (high = +70.0°C)
mars 08 17:54:32 gwaihir sensors[714]: (crit = +90.0°C, hyst = +87.0°C)
mars 08 17:54:32 gwaihir systemd[1]: Started systemd-logind.service - User Login Management.
mars 08 17:54:32 gwaihir systemd[1]: Finished lm-sensors.service - Initialize hardware monitoring sensors.
mars 08 17:54:32 gwaihir systemd[1]: Finished networking.service - Raise network interfaces.
mars 08 17:54:32 gwaihir systemd[1]: grub-common.service: Deactivated successfully.
mars 08 17:54:32 gwaihir systemd[1]: Finished grub-common.service - Record successful boot for GRUB.
mars 08 17:54:32 gwaihir polkitd[687]: Started polkitd version 126
mars 08 17:54:32 gwaihir udisksd[691]: udisks daemon version 2.10.1 starting
mars 08 17:54:32 gwaihir systemd[1]: Started dbus.service - D-Bus System Message Bus.
mars 08 17:54:32 gwaihir systemd[1]: Starting NetworkManager.service - Network Manager...
mars 08 17:54:32 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.systemd1'
mars 08 17:54:32 gwaihir avahi-daemon[678]: Successfully called chroot().
mars 08 17:54:32 gwaihir avahi-daemon[678]: Successfully dropped remaining capabilities.
mars 08 17:54:32 gwaihir systemd[1]: Starting wpa_supplicant.service - WPA supplicant...
mars 08 17:54:32 gwaihir systemd[1]: Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
mars 08 17:54:32 gwaihir polkitd[687]: Loading rules from directory /etc/polkit-1/rules.d
mars 08 17:54:32 gwaihir avahi-daemon[678]: No service file found in /etc/avahi/services.
mars 08 17:54:32 gwaihir polkitd[687]: Loading rules from directory /run/polkit-1/rules.d
mars 08 17:54:32 gwaihir polkitd[687]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
mars 08 17:54:32 gwaihir avahi-daemon[678]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
mars 08 17:54:32 gwaihir avahi-daemon[678]: New relevant interface lo.IPv6 for mDNS.
mars 08 17:54:32 gwaihir avahi-daemon[678]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 08 17:54:32 gwaihir avahi-daemon[678]: New relevant interface lo.IPv4 for mDNS.
mars 08 17:54:32 gwaihir avahi-daemon[678]: Network interface enumeration completed.
mars 08 17:54:32 gwaihir avahi-daemon[678]: Registering new address record for ::1 on lo.*.
mars 08 17:54:32 gwaihir avahi-daemon[678]: Registering new address record for 127.0.0.1 on lo.IPv4.
mars 08 17:54:32 gwaihir polkitd[687]: Loading rules from directory /usr/local/share/polkit-1/rules.d
mars 08 17:54:32 gwaihir polkitd[687]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
mars 08 17:54:32 gwaihir polkitd[687]: Loading rules from directory /usr/share/polkit-1/rules.d
mars 08 17:54:32 gwaihir polkitd[687]: Finished loading, compiling and executing 3 rules
mars 08 17:54:32 gwaihir systemd[1]: Started polkit.service - Authorization Manager.
mars 08 17:54:32 gwaihir polkitd[687]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
mars 08 17:54:32 gwaihir systemd[1]: Starting ModemManager.service - Modem Manager...
mars 08 17:54:32 gwaihir wpa_supplicant[773]: Successfully initialized wpa_supplicant
mars 08 17:54:32 gwaihir systemd[1]: Started wpa_supplicant.service - WPA supplicant.
mars 08 17:54:32 gwaihir ModemManager[781]: <msg> ModemManager (version 1.22.0) starting in system bus...
mars 08 17:54:32 gwaihir systemd[1]: Started udisks2.service - Disk Manager.
mars 08 17:54:32 gwaihir udisksd[691]: Acquired the name org.freedesktop.UDisks2 on the system message bus
mars 08 17:54:32 gwaihir NetworkManager[770]: <info> [1741452872.9293] NetworkManager (version 1.50.3) is starting... (boot:8fe5e915-9b24-443d-81b6-f0ea635a2bb3)
mars 08 17:54:32 gwaihir NetworkManager[770]: <info> [1741452872.9293] Read config: /etc/NetworkManager/NetworkManager.conf (lib: no-mac-addr-change.conf)
mars 08 17:54:32 gwaihir NetworkManager[770]: <info> [1741452872.9521] manager[0x5560fa2e4b80]: monitoring kernel firmware directory '/lib/firmware'.
mars 08 17:54:32 gwaihir NetworkManager[770]: <info> [1741452872.9521] monitoring ifupdown state file '/run/network/ifstate'.
mars 08 17:54:32 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.7' (uid=0 pid=770 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:54:32 gwaihir systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
mars 08 17:54:32 gwaihir systemd[1]: Started ModemManager.service - Modem Manager.
mars 08 17:54:32 gwaihir kernel: NET: Registered PF_QIPCRTR protocol family
mars 08 17:54:33 gwaihir systemd[1]: Started systemd-hostnamed.service - Hostname Service.
mars 08 17:54:33 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.hostname1'
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0478] hostname: hostname: using hostnamed
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0479] hostname: static hostname changed from (none) to "gwaihir"
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0586] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0620] manager[0x5560fa2e4b80]: rfkill: Wi-Fi hardware radio set enabled
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0620] manager[0x5560fa2e4b80]: rfkill: WWAN hardware radio set enabled
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0750] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-wifi.so)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0883] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-bluetooth.so)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0904] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-adsl.so)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.0980] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-team.so)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1001] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-wwan.so)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1007] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1008] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1009] manager: Networking is enabled by state file
mars 08 17:54:33 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=770 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1035] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-settings-plugin-ifupdown.so")
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1036] settings: Loaded settings plugin: keyfile (internal)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1037] ifupdown: management mode: unmanaged
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1037] ifupdown: interface-parser: parsing file /etc/network/interfaces
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1038] ifupdown: interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d/*
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1039] ifupdown: interfaces file /etc/network/interfaces.d/* doesn't exist
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1039] ifupdown: interface-parser: finished parsing file /etc/network/interfaces
mars 08 17:54:33 gwaihir systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1105] dhcp: init: Using DHCP client 'internal'
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1112] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1186] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1197] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1212] device (lo): Activation: starting connection 'lo' (c34ad7ec-07cb-4b16-973a-ee79b431cd8c)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1231] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1354] settings: (enp2s0): created default wired connection 'Connexion filaire 1'
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.1355] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
mars 08 17:54:33 gwaihir systemd[1]: systemd-rfkill.service: Deactivated successfully.
mars 08 17:54:33 gwaihir kernel: RTL8211E Gigabit Ethernet r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
mars 08 17:54:33 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 08 17:54:33 gwaihir systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
mars 08 17:54:33 gwaihir avahi-daemon[678]: Server startup complete. Host name is gwaihir.local. Local service cookie is 621049080.
mars 08 17:54:33 gwaihir kernel: r8169 0000:02:00.0 enp2s0: Link is Down
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3448] manager: (enp6s5): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3471] settings: (enp6s5): created default wired connection 'Connexion filaire 2'
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3472] device (enp6s5): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
mars 08 17:54:33 gwaihir systemd[1]: Started NetworkManager.service - Network Manager.
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3778] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
mars 08 17:54:33 gwaihir systemd[1]: Reached target network.target - Network.
mars 08 17:54:33 gwaihir systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3828] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3834] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3838] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3850] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir systemd[1]: Starting cups.service - CUPS Scheduler...
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3871] modem-manager: ModemManager available
mars 08 17:54:33 gwaihir systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3897] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3901] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
mars 08 17:54:33 gwaihir NetworkManager[770]: <info> [1741452873.3912] device (lo): Activation: successful, device activated.
mars 08 17:54:33 gwaihir systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.
mars 08 17:54:33 gwaihir systemd[1]: Starting lightdm.service - Light Display Manager...
mars 08 17:54:33 gwaihir systemd[1]: Starting plymouth-quit-wait.service - Hold until boot process finishes up...
mars 08 17:54:33 gwaihir kernel: audit: type=1400 audit(1741452873.483:19): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/cupsd" name="/etc/paperspecs" pid=801 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
mars 08 17:54:33 gwaihir kernel: audit: type=1400 audit(1741452873.523:20): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=801 comm="cupsd" capability=12 capname="net_admin"
mars 08 17:54:33 gwaihir systemd[1]: Started cups.service - CUPS Scheduler.
mars 08 17:54:33 gwaihir systemd[1]: Received SIGRTMIN+21 from PID 302 (plymouthd).
mars 08 17:54:33 gwaihir systemd[1]: Finished plymouth-quit-wait.service - Hold until boot process finishes up.
mars 08 17:54:33 gwaihir systemd[1]: Started lightdm.service - Light Display Manager.
mars 08 17:54:33 gwaihir systemd[1]: Started getty@tty1.service - Getty on tty1.
mars 08 17:54:33 gwaihir systemd[1]: Reached target getty.target - Login Prompts.
mars 08 17:54:33 gwaihir lightdm[808]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:54:37 gwaihir ModemManager[781]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0': not supported by any plugin
mars 08 17:54:37 gwaihir ModemManager[781]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.4/0000:06:05.0': not supported by any plugin
mars 08 17:54:37 gwaihir lightdm[842]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:54:37 gwaihir lightdm[842]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=107) by (uid=0)
mars 08 17:54:37 gwaihir systemd[1]: Created slice user-107.slice - User Slice of UID 107.
mars 08 17:54:37 gwaihir systemd[1]: Starting user-runtime-dir@107.service - User Runtime Directory /run/user/107...
mars 08 17:54:37 gwaihir systemd-logind[688]: New session c1 of user lightdm.
mars 08 17:54:37 gwaihir systemd[1]: Finished user-runtime-dir@107.service - User Runtime Directory /run/user/107.
mars 08 17:54:37 gwaihir systemd[1]: Starting user@107.service - User Manager for UID 107...
mars 08 17:54:37 gwaihir (systemd)[849]: pam_unix(systemd-user:session): session opened for user lightdm(uid=107) by lightdm(uid=0)
mars 08 17:54:37 gwaihir systemd-logind[688]: New session 1 of user lightdm.
mars 08 17:54:38 gwaihir systemd[849]: Queued start job for default target default.target.
mars 08 17:54:38 gwaihir systemd[849]: Created slice app.slice - User Application Slice.
mars 08 17:54:38 gwaihir systemd[849]: Created slice session.slice - User Core Session Slice.
mars 08 17:54:38 gwaihir systemd[849]: Reached target paths.target - Paths.
mars 08 17:54:38 gwaihir systemd[849]: Reached target timers.target - Timers.
mars 08 17:54:38 gwaihir systemd[849]: Starting dbus.socket - D-Bus User Message Bus Socket...
mars 08 17:54:38 gwaihir systemd[849]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:54:38 gwaihir systemd[849]: Starting gcr-ssh-agent.socket - GCR ssh-agent wrapper...
mars 08 17:54:38 gwaihir systemd[849]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:54:38 gwaihir systemd[849]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:54:38 gwaihir systemd[849]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:54:38 gwaihir systemd[849]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:54:38 gwaihir systemd[849]: Starting gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:54:38 gwaihir systemd[849]: Listening on pulseaudio.socket - Sound System.
mars 08 17:54:38 gwaihir systemd[849]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:54:38 gwaihir systemd[849]: Listening on dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:54:38 gwaihir systemd[849]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:54:38 gwaihir systemd[849]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:54:38 gwaihir systemd[849]: Reached target sockets.target - Sockets.
mars 08 17:54:38 gwaihir systemd[849]: Reached target basic.target - Basic System.
mars 08 17:54:38 gwaihir systemd[1]: Started user@107.service - User Manager for UID 107.
mars 08 17:54:38 gwaihir systemd[849]: Starting pulseaudio.service - Sound Service...
mars 08 17:54:38 gwaihir systemd[1]: Started session-c1.scope - Session c1 of User lightdm.
mars 08 17:54:38 gwaihir lightdm[842]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=107) by (uid=0)
mars 08 17:54:38 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.20' (uid=107 pid=871 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
mars 08 17:54:38 gwaihir systemd[1]: Starting rtkit-daemon.service - RealtimeKit Scheduling Policy Service...
mars 08 17:54:38 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
mars 08 17:54:38 gwaihir systemd[1]: Started rtkit-daemon.service - RealtimeKit Scheduling Policy Service.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Successfully called chroot.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Successfully dropped privileges.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Successfully limited resources.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Running.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Watchdog thread running.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Canary thread running.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Successfully made thread 871 of process 871 owned by '107' high priority at nice level -11.
mars 08 17:54:38 gwaihir rtkit-daemon[873]: Supervising 1 threads of 1 processes of 1 users.
mars 08 17:54:38 gwaihir systemd[849]: Starting dbus.service - D-Bus User Message Bus...
mars 08 17:54:38 gwaihir systemd[849]: Started dbus.service - D-Bus User Message Bus.
mars 08 17:54:38 gwaihir dbus-daemon[878]: [session uid=107 pid=878 pidfd=5] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=107 pid=872 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:54:38 gwaihir systemd[849]: Starting at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:54:38 gwaihir dbus-daemon[878]: [session uid=107 pid=878 pidfd=5] Successfully activated service 'org.a11y.Bus'
mars 08 17:54:38 gwaihir systemd[849]: Started at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:54:38 gwaihir dbus-daemon[878]: [session uid=107 pid=878 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=107 pid=872 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:54:38 gwaihir systemd[849]: Starting gvfs-daemon.service - Virtual filesystem service...
mars 08 17:54:38 gwaihir dbus-daemon[878]: [session uid=107 pid=878 pidfd=5] Successfully activated service 'org.gtk.vfs.Daemon'
mars 08 17:54:38 gwaihir systemd[849]: Started gvfs-daemon.service - Virtual filesystem service.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Supervising 1 threads of 1 processes of 1 users.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Successfully made thread 914 of process 871 owned by '107' RT at priority 5.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Supervising 2 threads of 1 processes of 1 users.
mars 08 17:54:39 gwaihir NetworkManager[770]: <info> [1741452879.3661] manager: startup complete
mars 08 17:54:39 gwaihir systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.
mars 08 17:54:39 gwaihir systemd[1]: Reached target network-online.target - Network is Online.
mars 08 17:54:39 gwaihir systemd[1]: Started cups-browsed.service - Make remote CUPS printers available locally.
mars 08 17:54:39 gwaihir systemd[1]: Reached target multi-user.target - Multi-User System.
mars 08 17:54:39 gwaihir systemd[1]: Reached target graphical.target - Graphical Interface.
mars 08 17:54:39 gwaihir systemd[1]: Startup finished in 7.256s (kernel) + 13.902s (userspace) = 21.158s.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Supervising 2 threads of 1 processes of 1 users.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Successfully made thread 922 of process 871 owned by '107' RT at priority 5.
mars 08 17:54:39 gwaihir rtkit-daemon[873]: Supervising 3 threads of 1 processes of 1 users.
mars 08 17:54:39 gwaihir at-spi-bus-launcher[894]: dbus-daemon[894]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=107 pid=872 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:54:39 gwaihir at-spi-bus-launcher[894]: dbus-daemon[894]: Successfully activated service 'org.a11y.atspi.Registry'
mars 08 17:54:39 gwaihir at-spi-bus-launcher[926]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Supervising 3 threads of 1 processes of 1 users.
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Successfully made thread 934 of process 871 owned by '107' RT at priority 5.
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Supervising 4 threads of 1 processes of 1 users.
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Supervising 4 threads of 1 processes of 1 users.
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Successfully made thread 936 of process 871 owned by '107' RT at priority 5.
mars 08 17:54:40 gwaihir rtkit-daemon[873]: Supervising 5 threads of 1 processes of 1 users.
mars 08 17:54:40 gwaihir systemd[849]: Started pulseaudio.service - Sound Service.
mars 08 17:54:40 gwaihir systemd[849]: Reached target default.target - Main User Target.
mars 08 17:54:40 gwaihir systemd[849]: Startup finished in 2.788s.
mars 08 17:54:43 gwaihir systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 08 17:54:45 gwaihir lightdm[938]: gkr-pam: unable to locate daemon control file
mars 08 17:54:45 gwaihir lightdm[938]: gkr-pam: stashed password to try later in open session
mars 08 17:54:45 gwaihir lightdm[938]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:54:45 gwaihir systemd[1]: Stopping session-c1.scope - Session c1 of User lightdm...
mars 08 17:54:45 gwaihir lightdm[842]: pam_unix(lightdm-greeter:session): session closed for user lightdm
mars 08 17:54:45 gwaihir lightdm[842]: pam_unix(lightdm-greeter:session): session closed for user lightdm
mars 08 17:54:45 gwaihir lightdm[842]: pam_systemd(lightdm-greeter:session): Failed to release session: Transport endpoint is not connected
mars 08 17:54:45 gwaihir systemd[1]: session-c1.scope: Deactivated successfully.
mars 08 17:54:45 gwaihir systemd[1]: Stopped session-c1.scope - Session c1 of User lightdm.
mars 08 17:54:45 gwaihir systemd[1]: session-c1.scope: Consumed 1.581s CPU time, 78.4M memory peak.
mars 08 17:54:45 gwaihir lightdm[938]: pam_unix(lightdm:session): session opened for user eric(uid=1000) by eric(uid=0)
mars 08 17:54:45 gwaihir systemd-logind[688]: Removed session c1.
mars 08 17:54:45 gwaihir systemd-logind[688]: New session 2 of user eric.
mars 08 17:54:45 gwaihir systemd[1]: Created slice user-1000.slice - User Slice of UID 1000.
mars 08 17:54:45 gwaihir systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
mars 08 17:54:45 gwaihir systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
mars 08 17:54:45 gwaihir systemd[1]: Starting user@1000.service - User Manager for UID 1000...
mars 08 17:54:45 gwaihir (systemd)[951]: pam_unix(systemd-user:session): session opened for user eric(uid=1000) by eric(uid=0)
mars 08 17:54:45 gwaihir systemd-logind[688]: New session 3 of user eric.
mars 08 17:54:46 gwaihir systemd[951]: Queued start job for default target default.target.
mars 08 17:54:46 gwaihir kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
mars 08 17:54:46 gwaihir avahi-daemon[678]: Joining mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:54:46 gwaihir systemd[951]: Created slice app.slice - User Application Slice.
mars 08 17:54:46 gwaihir avahi-daemon[678]: New relevant interface enp2s0.IPv6 for mDNS.
mars 08 17:54:46 gwaihir systemd[951]: Created slice session.slice - User Core Session Slice.
mars 08 17:54:46 gwaihir avahi-daemon[678]: Registering new address record for <addr> on enp2s0.*.
mars 08 17:54:46 gwaihir systemd[951]: Reached target paths.target - Paths.
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Successfully made thread 968 of process 968 owned by '1000' high priority at nice level -11.
mars 08 17:54:46 gwaihir systemd[951]: Reached target timers.target - Timers.
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Supervising 6 threads of 2 processes of 2 users.
mars 08 17:54:46 gwaihir systemd[951]: Starting dbus.socket - D-Bus User Message Bus Socket...
mars 08 17:54:46 gwaihir systemd[951]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:54:46 gwaihir systemd[951]: Starting gcr-ssh-agent.socket - GCR ssh-agent wrapper...
mars 08 17:54:46 gwaihir systemd[951]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:54:46 gwaihir systemd[951]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:54:46 gwaihir systemd[951]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:54:46 gwaihir systemd[951]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:54:46 gwaihir systemd[951]: Starting gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:54:46 gwaihir systemd[951]: Listening on pulseaudio.socket - Sound System.
mars 08 17:54:46 gwaihir systemd[951]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3920] device (enp2s0): carrier: link connected
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3922] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
mars 08 17:54:46 gwaihir systemd[951]: Listening on dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3926] policy: auto-activating connection 'Connexion filaire 1' (4974e9a8-6bd1-3875-8bbe-4b2d9abed67b)
mars 08 17:54:46 gwaihir systemd[951]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3929] device (enp2s0): Activation: starting connection 'Connexion filaire 1' (4974e9a8-6bd1-3875-8bbe-4b2d9abed67b)
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3930] device (enp2s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3932] manager: NetworkManager state is now CONNECTING
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3933] device (enp2s0): state change: prepare -> config (reason 'none', managed-type: 'full')
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3938] device (enp2s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
mars 08 17:54:46 gwaihir NetworkManager[770]: <info> [1741452886.3941] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:54:46 gwaihir systemd[951]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:54:46 gwaihir systemd[951]: Reached target sockets.target - Sockets.
mars 08 17:54:46 gwaihir systemd[951]: Reached target basic.target - Basic System.
mars 08 17:54:46 gwaihir systemd[1]: Started user@1000.service - User Manager for UID 1000.
mars 08 17:54:46 gwaihir systemd[951]: Starting pulseaudio.service - Sound Service...
mars 08 17:54:46 gwaihir systemd[1]: Started session-2.scope - Session 2 of User eric.
mars 08 17:54:46 gwaihir systemd[951]: Started gnome-keyring-daemon.service - GNOME Keyring daemon.
mars 08 17:54:46 gwaihir systemd[951]: Starting dbus.service - D-Bus User Message Bus...
mars 08 17:54:46 gwaihir systemd[951]: Started dbus.service - D-Bus User Message Bus.
mars 08 17:54:46 gwaihir gnome-keyring-daemon[970]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mars 08 17:54:46 gwaihir lightdm[938]: gkr-pam: unlocked login keyring
mars 08 17:54:46 gwaihir lightdm[938]: Failed to write utmpx: No such file or directory
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Supervising 6 threads of 2 processes of 2 users.
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Successfully made thread 1001 of process 968 owned by '1000' RT at priority 5.
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Supervising 7 threads of 2 processes of 2 users.
mars 08 17:54:46 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=982 comm="xfce4-session")
mars 08 17:54:46 gwaihir systemd[951]: Starting at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:54:46 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.a11y.Bus'
mars 08 17:54:46 gwaihir systemd[951]: Started at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:54:46 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.xfce.Xfconf' unit='xfconfd.service' requested by ':1.9' (uid=1000 pid=982 comm="xfce4-session")
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Supervising 7 threads of 2 processes of 2 users.
mars 08 17:54:46 gwaihir systemd[951]: Starting xfconfd.service - Xfce configuration service...
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Successfully made thread 1048 of process 968 owned by '1000' RT at priority 5.
mars 08 17:54:46 gwaihir rtkit-daemon[873]: Supervising 8 threads of 2 processes of 2 users.
mars 08 17:54:47 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.xfce.Xfconf'
mars 08 17:54:47 gwaihir systemd[951]: Started xfconfd.service - Xfce configuration service.
mars 08 17:54:47 gwaihir at-spi-bus-launcher[1044]: dbus-daemon[1044]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=982 comm="xfce4-session")
mars 08 17:54:47 gwaihir at-spi-bus-launcher[1044]: dbus-daemon[1044]: Successfully activated service 'org.a11y.atspi.Registry'
mars 08 17:54:47 gwaihir at-spi-bus-launcher[1057]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mars 08 17:54:47 gwaihir systemd[951]: Started gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
mars 08 17:54:47 gwaihir gpg-agent[1065]: gpg-agent (GnuPG) 2.2.46 starting in supervised mode.
mars 08 17:54:47 gwaihir gpg-agent[1065]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
mars 08 17:54:47 gwaihir gpg-agent[1065]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
mars 08 17:54:47 gwaihir gpg-agent[1065]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
mars 08 17:54:47 gwaihir gpg-agent[1065]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
mars 08 17:54:47 gwaihir gpg-agent[1065]: listening on: std=5 extra=3 browser=4 ssh=6
mars 08 17:54:47 gwaihir systemd[951]: Started gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
mars 08 17:54:47 gwaihir gpg-agent[1069]: gpg-agent (GnuPG) 2.2.46 starting in supervised mode.
mars 08 17:54:47 gwaihir gpg-agent[1069]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
mars 08 17:54:47 gwaihir gpg-agent[1069]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
mars 08 17:54:47 gwaihir gpg-agent[1069]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
mars 08 17:54:47 gwaihir gpg-agent[1069]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
mars 08 17:54:47 gwaihir gpg-agent[1069]: listening on: std=5 extra=3 browser=4 ssh=6
mars 08 17:54:47 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.12' (uid=1000 pid=1071 comm="xfwm4")
mars 08 17:54:47 gwaihir systemd[951]: Starting gvfs-daemon.service - Virtual filesystem service...
mars 08 17:54:47 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.gtk.vfs.Daemon'
mars 08 17:54:47 gwaihir systemd[951]: Started gvfs-daemon.service - Virtual filesystem service.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Supervising 8 threads of 2 processes of 2 users.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Successfully made thread 1083 of process 968 owned by '1000' RT at priority 5.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Supervising 9 threads of 2 processes of 2 users.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Supervising 9 threads of 2 processes of 2 users.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Successfully made thread 1085 of process 968 owned by '1000' RT at priority 5.
mars 08 17:54:47 gwaihir rtkit-daemon[873]: Supervising 10 threads of 2 processes of 2 users.
mars 08 17:54:47 gwaihir systemd[951]: Started pulseaudio.service - Sound Service.
mars 08 17:54:47 gwaihir systemd[951]: Reached target default.target - Main User Target.
mars 08 17:54:47 gwaihir systemd[951]: Startup finished in 1.581s.
mars 08 17:54:47 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.14' (uid=1000 pid=1097 comm="xfsettingsd")
mars 08 17:54:47 gwaihir systemd[951]: Starting dconf.service - User preferences database...
mars 08 17:54:47 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'ca.desrt.dconf'
mars 08 17:54:47 gwaihir systemd[951]: Started dconf.service - User preferences database.
mars 08 17:54:48 gwaihir systemd[951]: Starting xfce4-notifyd.service - XFCE notifications service...
mars 08 17:54:48 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.20' (uid=1000 pid=1127 comm="xfce4-power-manager")
mars 08 17:54:48 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.44' (uid=1000 pid=1135 comm="xiccd")
mars 08 17:54:48 gwaihir systemd[1]: Starting colord.service - Manage, Install and Generate Color Profiles...
mars 08 17:54:48 gwaihir NetworkManager[770]: <info> [1741452888.8798] agent-manager: agent[0afc9a357e64b3ec,:1.45/org.freedesktop.nm-applet/1000]: agent registered
mars 08 17:54:48 gwaihir NetworkManager[770]: <info> [1741452888.9412] dhcp6 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:54:48 gwaihir NetworkManager[770]: <info> [1741452888.9585] policy: set 'Connexion filaire 1' (enp2s0) as default for IPv6 routing and DNS
mars 08 17:54:49 gwaihir avahi-daemon[678]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:54:49 gwaihir avahi-daemon[678]: Joining mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:54:49 gwaihir avahi-daemon[678]: Registering new address record for <addr> on enp2s0.*.
mars 08 17:54:49 gwaihir avahi-daemon[678]: Withdrawing address record for <addr> on enp2s0.
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.0266] dhcp6 (enp2s0): state changed new lease
mars 08 17:54:49 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=770 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:54:49 gwaihir systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
mars 08 17:54:49 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.freedesktop.Notifications'
mars 08 17:54:49 gwaihir systemd[951]: Started xfce4-notifyd.service - XFCE notifications service.
mars 08 17:54:49 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.42' (uid=1000 pid=1127 comm="xfce4-power-manager")
mars 08 17:54:49 gwaihir systemd[1]: Starting upower.service - Daemon for power management...
mars 08 17:54:49 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 08 17:54:49 gwaihir systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
mars 08 17:54:49 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.ColorManager'
mars 08 17:54:49 gwaihir systemd[1]: Started colord.service - Manage, Install and Generate Color Profiles.
mars 08 17:54:49 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.18' (uid=1000 pid=1119 comm="xfdesktop")
mars 08 17:54:49 gwaihir systemd[951]: Starting tumblerd.service - Thumbnailing service...
mars 08 17:54:49 gwaihir dbus-daemon[680]: [system] Successfully activated service 'org.freedesktop.UPower'
mars 08 17:54:49 gwaihir systemd[1]: Started upower.service - Daemon for power management.
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.4601] dhcp4 (enp2s0): state changed new lease, address=192.168.1.27, acd pending
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.6316] dhcp4 (enp2s0): state changed new lease, address=192.168.1.27
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.6320] policy: set 'Connexion filaire 1' (enp2s0) as default for IPv4 routing and DNS
mars 08 17:54:49 gwaihir avahi-daemon[678]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.1.27.
mars 08 17:54:49 gwaihir avahi-daemon[678]: New relevant interface enp2s0.IPv4 for mDNS.
mars 08 17:54:49 gwaihir avahi-daemon[678]: Registering new address record for 192.168.1.27 on enp2s0.IPv4.
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7126] device (enp2s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7145] device (enp2s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7147] device (enp2s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7149] manager: NetworkManager state is now CONNECTED_SITE
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7151] device (enp2s0): Activation: successful, device activated.
mars 08 17:54:49 gwaihir NetworkManager[770]: <info> [1741452889.7155] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 08 17:54:49 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.27' (uid=1000 pid=1219 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd")
mars 08 17:54:49 gwaihir systemd[951]: Starting gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor...
mars 08 17:54:50 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
mars 08 17:54:50 gwaihir systemd[951]: Started gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor.
mars 08 17:54:50 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
mars 08 17:54:50 gwaihir systemd[951]: Started tumblerd.service - Thumbnailing service.
mars 08 17:54:50 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.18' (uid=1000 pid=1119 comm="xfdesktop")
mars 08 17:54:50 gwaihir systemd[951]: Starting gvfs-metadata.service - Virtual filesystem metadata service...
mars 08 17:54:50 gwaihir dbus-daemon[976]: [session uid=1000 pid=976 pidfd=5] Successfully activated service 'org.gtk.vfs.Metadata'
mars 08 17:54:50 gwaihir systemd[951]: Started gvfs-metadata.service - Virtual filesystem metadata service.
mars 08 17:54:56 gwaihir systemd[1]: Stopping user@107.service - User Manager for UID 107...
mars 08 17:54:56 gwaihir systemd[849]: Activating special unit exit.target...
mars 08 17:54:56 gwaihir systemd[849]: Stopped target default.target - Main User Target.
mars 08 17:54:56 gwaihir systemd[849]: Stopping at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:54:56 gwaihir gvfsd[897]: A connection to the bus can't be made
mars 08 17:54:56 gwaihir systemd[849]: Stopping dbus.service - D-Bus User Message Bus...
mars 08 17:54:56 gwaihir systemd[849]: Stopping gvfs-daemon.service - Virtual filesystem service...
mars 08 17:54:56 gwaihir systemd[849]: Stopping pulseaudio.service - Sound Service...
mars 08 17:54:56 gwaihir systemd[849]: Stopped dbus.service - D-Bus User Message Bus.
mars 08 17:54:56 gwaihir systemd[849]: Stopped at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:54:56 gwaihir systemd[849]: Stopped gvfs-daemon.service - Virtual filesystem service.
mars 08 17:54:56 gwaihir systemd[849]: Stopped pulseaudio.service - Sound Service.
mars 08 17:54:56 gwaihir systemd[849]: Removed slice session.slice - User Core Session Slice.
mars 08 17:54:56 gwaihir systemd[849]: Stopped target basic.target - Basic System.
mars 08 17:54:56 gwaihir systemd[849]: Stopped target paths.target - Paths.
mars 08 17:54:56 gwaihir systemd[849]: Stopped target sockets.target - Sockets.
mars 08 17:54:56 gwaihir systemd[849]: Stopped target timers.target - Timers.
mars 08 17:54:56 gwaihir systemd[849]: Closed dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:54:56 gwaihir systemd[849]: Closed dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:54:56 gwaihir systemd[849]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:54:56 gwaihir systemd[849]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:54:56 gwaihir systemd[849]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:54:56 gwaihir systemd[849]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:54:56 gwaihir systemd[849]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:54:56 gwaihir systemd[849]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:54:56 gwaihir systemd[849]: Closed pulseaudio.socket - Sound System.
mars 08 17:54:56 gwaihir systemd[849]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:54:56 gwaihir systemd[849]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:54:56 gwaihir systemd[849]: Removed slice app.slice - User Application Slice.
mars 08 17:54:56 gwaihir systemd[849]: Reached target shutdown.target - Shutdown.
mars 08 17:54:56 gwaihir systemd[849]: Finished systemd-exit.service - Exit the Session.
mars 08 17:54:56 gwaihir systemd[849]: Reached target exit.target - Exit the Session.
mars 08 17:54:56 gwaihir (sd-pam)[851]: pam_unix(systemd-user:session): session closed for user lightdm
mars 08 17:54:56 gwaihir systemd-logind[688]: Removed session 1.
mars 08 17:54:56 gwaihir systemd[1]: user@107.service: Deactivated successfully.
mars 08 17:54:56 gwaihir systemd[1]: Stopped user@107.service - User Manager for UID 107.
mars 08 17:54:56 gwaihir systemd[1]: user@107.service: Consumed 1.189s CPU time, 44.2M memory peak.
mars 08 17:54:56 gwaihir systemd[1]: Stopping user-runtime-dir@107.service - User Runtime Directory /run/user/107...
mars 08 17:54:56 gwaihir systemd[1]: run-user-107.mount: Deactivated successfully.
mars 08 17:54:56 gwaihir systemd[1]: user-runtime-dir@107.service: Deactivated successfully.
mars 08 17:54:56 gwaihir systemd[1]: Stopped user-runtime-dir@107.service - User Runtime Directory /run/user/107.
mars 08 17:54:56 gwaihir systemd[1]: Removed slice user-107.slice - User Slice of UID 107.
mars 08 17:54:56 gwaihir systemd[1]: user-107.slice: Consumed 2.808s CPU time, 122M memory peak.
mars 08 17:54:59 gwaihir systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 08 17:55:03 gwaihir systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mars 08 17:56:04 gwaihir sudo[1356]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/dmesg
mars 08 17:56:04 gwaihir sudo[1356]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 17:56:04 gwaihir sudo[1356]: pam_unix(sudo:session): session closed for user root
mars 08 17:56:10 gwaihir systemd-logind[688]: The system will reboot now!
mars 08 17:56:10 gwaihir systemd-logind[688]: System is rebooting.
mars 08 17:56:10 gwaihir systemd[1]: Stopping session-2.scope - Session 2 of User eric...
mars 08 17:56:10 gwaihir systemd[1]: Removed slice system-modprobe.slice - Slice /system/modprobe.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target bluetooth.target - Bluetooth Support.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target graphical.target - Graphical Interface.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target multi-user.target - Multi-User System.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target getty.target - Login Prompts.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target sound.target - Sound Card.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target timers.target - Timer Units.
mars 08 17:56:10 gwaihir systemd[1]: anacron.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped anacron.timer - Trigger anacron every hour.
mars 08 17:56:10 gwaihir systemd[1]: apt-daily-upgrade.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped apt-daily-upgrade.timer - Daily apt upgrade and clean activities.
mars 08 17:56:10 gwaihir systemd[1]: apt-daily.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped apt-daily.timer - Daily apt download activities.
mars 08 17:56:10 gwaihir systemd[1]: dpkg-db-backup.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
mars 08 17:56:10 gwaihir systemd[1]: e2scrub_all.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems.
mars 08 17:56:10 gwaihir systemd[1]: fstrim.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped fstrim.timer - Discard unused filesystem blocks once a week.
mars 08 17:56:10 gwaihir systemd[1]: logrotate.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped logrotate.timer - Daily rotation of log files.
mars 08 17:56:10 gwaihir systemd[1]: man-db.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped man-db.timer - Daily man-db regeneration.
mars 08 17:56:10 gwaihir systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
mars 08 17:56:10 gwaihir systemd[1]: systemd-rfkill.socket: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Closed systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
mars 08 17:56:10 gwaihir ModemManager[781]: <msg> caught signal, shutting down...
mars 08 17:56:10 gwaihir systemd[1]: Stopping ModemManager.service - Modem Manager...
mars 08 17:56:10 gwaihir systemd[1]: Stopping alsa-restore.service - Save/Restore Sound Card State...
mars 08 17:56:10 gwaihir systemd[1]: Stopping colord.service - Manage, Install and Generate Color Profiles...
mars 08 17:56:10 gwaihir systemd[1]: Stopping cron.service - Regular background program processing daemon...
mars 08 17:56:10 gwaihir systemd[1]: Stopping cups-browsed.service - Make remote CUPS printers available locally...
mars 08 17:56:10 gwaihir systemd[1]: Stopping getty@tty1.service - Getty on tty1...
mars 08 17:56:10 gwaihir systemd[1]: Stopping lightdm.service - Light Display Manager...
mars 08 17:56:10 gwaihir systemd[1]: lm-sensors.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped lm-sensors.service - Initialize hardware monitoring sensors.
mars 08 17:56:10 gwaihir systemd[1]: Stopping rtkit-daemon.service - RealtimeKit Scheduling Policy Service...
mars 08 17:56:10 gwaihir systemd[1]: Stopping systemd-random-seed.service - Load/Save OS Random Seed...
mars 08 17:56:10 gwaihir systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped systemd-udev-load-credentials.service - Load udev Rules from Credentials.
mars 08 17:56:10 gwaihir systemd[1]: Stopping udisks2.service - Disk Manager...
mars 08 17:56:10 gwaihir systemd[1]: Stopping upower.service - Daemon for power management...
mars 08 17:56:10 gwaihir systemd[1]: cron.service: Deactivated successfully.
mars 08 17:56:10 gwaihir lightdm[938]: Failed to write utmpx: No such file or directory
mars 08 17:56:10 gwaihir udisksd[691]: udisks daemon version 2.10.1 exiting
mars 08 17:56:10 gwaihir at-spi-bus-launcher[1057]: X connection to :0 broken (explicit kill or server shutdown).
mars 08 17:56:10 gwaihir NetworkManager[770]: <info> [1741452970.4841] modem-manager: ModemManager no longer available
mars 08 17:56:10 gwaihir ModemManager[781]: <msg> ModemManager is shut down
mars 08 17:56:10 gwaihir systemd[951]: xfce4-notifyd.service: Main process exited, code=exited, status=1/FAILURE
mars 08 17:56:10 gwaihir systemd[951]: xfce4-notifyd.service: Failed with result 'exit-code'.
mars 08 17:56:10 gwaihir systemd[1]: Stopped cron.service - Regular background program processing daemon.
mars 08 17:56:10 gwaihir systemd[1]: getty@tty1.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped getty@tty1.service - Getty on tty1.
mars 08 17:56:10 gwaihir systemd[1]: rtkit-daemon.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped rtkit-daemon.service - RealtimeKit Scheduling Policy Service.
mars 08 17:56:10 gwaihir systemd[1]: cups-browsed.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped cups-browsed.service - Make remote CUPS printers available locally.
mars 08 17:56:10 gwaihir systemd[1]: colord.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped colord.service - Manage, Install and Generate Color Profiles.
mars 08 17:56:10 gwaihir systemd[1]: upower.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped upower.service - Daemon for power management.
mars 08 17:56:10 gwaihir systemd[1]: alsa-restore.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped alsa-restore.service - Save/Restore Sound Card State.
mars 08 17:56:10 gwaihir systemd[1]: Removed slice system-getty.slice - Slice /system/getty.
mars 08 17:56:10 gwaihir systemd[1]: Stopped target network-online.target - Network is Online.
mars 08 17:56:10 gwaihir systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped NetworkManager-wait-online.service - Network Manager Wait Online.
mars 08 17:56:10 gwaihir avahi-daemon[678]: Got SIGTERM, quitting.
mars 08 17:56:10 gwaihir avahi-daemon[678]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:56:10 gwaihir systemd[1]: Stopping avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
mars 08 17:56:10 gwaihir avahi-daemon[678]: Leaving mDNS multicast group on interface enp2s0.IPv4 with address 192.168.1.27.
mars 08 17:56:10 gwaihir systemd[1]: Stopping cups.service - CUPS Scheduler...
mars 08 17:56:10 gwaihir avahi-daemon[678]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
mars 08 17:56:10 gwaihir systemd[1]: plymouth-quit-wait.service: Deactivated successfully.
mars 08 17:56:10 gwaihir avahi-daemon[678]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 08 17:56:10 gwaihir systemd[1]: Stopped plymouth-quit-wait.service - Hold until boot process finishes up.
mars 08 17:56:10 gwaihir systemd[1]: ModemManager.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped ModemManager.service - Modem Manager.
mars 08 17:56:10 gwaihir systemd[1]: Stopping polkit.service - Authorization Manager...
mars 08 17:56:10 gwaihir avahi-daemon[678]: avahi-daemon 0.8 exiting.
mars 08 17:56:10 gwaihir systemd[1]: session-2.scope: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped session-2.scope - Session 2 of User eric.
mars 08 17:56:10 gwaihir systemd[1]: session-2.scope: Consumed 7.816s CPU time, 255.8M memory peak.
mars 08 17:56:10 gwaihir systemd[1]: avahi-daemon.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
mars 08 17:56:10 gwaihir systemd[1]: Stopping user@1000.service - User Manager for UID 1000...
mars 08 17:56:10 gwaihir systemd-logind[688]: Removed session 2.
mars 08 17:56:10 gwaihir systemd[951]: Activating special unit exit.target...
mars 08 17:56:10 gwaihir systemd[951]: Stopped target default.target - Main User Target.
mars 08 17:56:10 gwaihir systemd[951]: Stopping at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:56:10 gwaihir xfconfd[1049]: Name org.xfce.Xfconf lost on the message dbus, exiting.
mars 08 17:56:10 gwaihir gvfsd[1075]: A connection to the bus can't be made
mars 08 17:56:10 gwaihir gvfsd[1292]: A connection to the bus can't be made
mars 08 17:56:10 gwaihir systemd[951]: Stopping dbus.service - D-Bus User Message Bus...
mars 08 17:56:10 gwaihir systemd[951]: Stopping dconf.service - User preferences database...
mars 08 17:56:10 gwaihir systemd[951]: Stopping gnome-keyring-daemon.service - GNOME Keyring daemon...
mars 08 17:56:10 gwaihir tumblerd[1219]: Name org.freedesktop.thumbnails.Cache1 lost on the message dbus, exiting.
mars 08 17:56:10 gwaihir systemd[951]: Stopping gpg-agent.service - GnuPG cryptographic agent and passphrase cache...
mars 08 17:56:10 gwaihir tumblerd[1219]: Name org.freedesktop.thumbnails.Manager1 lost on the message dbus, exiting.
mars 08 17:56:10 gwaihir tumblerd[1219]: Name org.freedesktop.thumbnails.Thumbnailer1 lost on the message dbus, exiting.
mars 08 17:56:10 gwaihir systemd[951]: Stopping gvfs-daemon.service - Virtual filesystem service...
mars 08 17:56:10 gwaihir systemd[951]: Stopping gvfs-metadata.service - Virtual filesystem metadata service...
mars 08 17:56:10 gwaihir gpg-agent[1069]: SIGTERM received - shutting down ...
mars 08 17:56:10 gwaihir systemd[951]: Stopping gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor...
mars 08 17:56:10 gwaihir systemd[951]: Stopping pulseaudio.service - Sound Service...
mars 08 17:56:10 gwaihir systemd[951]: Stopping tumblerd.service - Thumbnailing service...
mars 08 17:56:10 gwaihir systemd[951]: Stopping xfconfd.service - Xfce configuration service...
mars 08 17:56:10 gwaihir systemd[951]: Stopped gnome-keyring-daemon.service - GNOME Keyring daemon.
mars 08 17:56:10 gwaihir systemd[951]: Stopped xfconfd.service - Xfce configuration service.
mars 08 17:56:10 gwaihir systemd[951]: gvfs-daemon.service: Killing process 1298 (Trash Worker Th) with signal SIGKILL.
mars 08 17:56:10 gwaihir systemd[1]: udisks2.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped udisks2.service - Disk Manager.
mars 08 17:56:10 gwaihir systemd[951]: Stopped dbus.service - D-Bus User Message Bus.
mars 08 17:56:10 gwaihir systemd[951]: Stopped dconf.service - User preferences database.
mars 08 17:56:10 gwaihir systemd[951]: Stopped gvfs-metadata.service - Virtual filesystem metadata service.
mars 08 17:56:10 gwaihir gpg-agent[1069]: gpg-agent (GnuPG) 2.2.46 arrêté
mars 08 17:56:10 gwaihir pulseaudio[968]: Error opening PCM device hdmi:2: Permission non accordée
mars 08 17:56:10 gwaihir pulseaudio[968]: Error opening PCM device iec958:1: Aucun fichier ou dossier de ce nom
mars 08 17:56:10 gwaihir pulseaudio[968]: Error opening PCM device hw:0: Aucun fichier ou dossier de ce nom
mars 08 17:56:10 gwaihir pulseaudio[968]: Error opening PCM device front:1: Aucun fichier ou dossier de ce nom
mars 08 17:56:10 gwaihir systemd[951]: Stopped gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor.
mars 08 17:56:10 gwaihir systemd[951]: Stopped gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
mars 08 17:56:10 gwaihir systemd[951]: Stopped gvfs-daemon.service - Virtual filesystem service.
mars 08 17:56:10 gwaihir systemd[951]: Stopped tumblerd.service - Thumbnailing service.
mars 08 17:56:10 gwaihir systemd[1]: polkit.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped polkit.service - Authorization Manager.
mars 08 17:56:10 gwaihir systemd[1]: systemd-random-seed.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped systemd-random-seed.service - Load/Save OS Random Seed.
mars 08 17:56:10 gwaihir systemd[951]: Stopped pulseaudio.service - Sound Service.
mars 08 17:56:10 gwaihir systemd[1]: cups.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped cups.service - CUPS Scheduler.
mars 08 17:56:10 gwaihir systemd[951]: Stopped at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:56:10 gwaihir systemd[951]: Removed slice session.slice - User Core Session Slice.
mars 08 17:56:10 gwaihir systemd[951]: Stopped target basic.target - Basic System.
mars 08 17:56:10 gwaihir systemd[951]: Stopped target paths.target - Paths.
mars 08 17:56:10 gwaihir systemd[951]: Stopped target sockets.target - Sockets.
mars 08 17:56:10 gwaihir systemd[951]: Stopped target timers.target - Timers.
mars 08 17:56:10 gwaihir systemd[951]: Closed dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:56:10 gwaihir systemd[951]: Closed dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:56:10 gwaihir systemd[951]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:56:10 gwaihir systemd[951]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:56:10 gwaihir systemd[951]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:56:10 gwaihir systemd[951]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:56:10 gwaihir systemd[951]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:56:10 gwaihir systemd[951]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:56:10 gwaihir systemd[951]: Closed pulseaudio.socket - Sound System.
mars 08 17:56:10 gwaihir systemd[951]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:56:10 gwaihir systemd[951]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:56:10 gwaihir systemd[951]: Removed slice app.slice - User Application Slice.
mars 08 17:56:10 gwaihir systemd[951]: Reached target shutdown.target - Shutdown.
mars 08 17:56:10 gwaihir systemd[951]: Finished systemd-exit.service - Exit the Session.
mars 08 17:56:10 gwaihir systemd[951]: Reached target exit.target - Exit the Session.
mars 08 17:56:10 gwaihir systemd-logind[688]: Removed session 3.
mars 08 17:56:10 gwaihir systemd[1]: user@1000.service: Deactivated successfully.
mars 08 17:56:10 gwaihir systemd[1]: Stopped user@1000.service - User Manager for UID 1000.
mars 08 17:56:10 gwaihir systemd[1]: user@1000.service: Consumed 1.933s CPU time, 63.1M memory peak.
mars 08 17:56:11 gwaihir kernel: ------------[ cut here ]------------
mars 08 17:56:11 gwaihir kernel: WARNING: CPU: 7 PID: 820 at drivers/gpu/drm/ttm/ttm_bo.c:253 ttm_bo_release+0x299/0x300 [ttm]
mars 08 17:56:11 gwaihir kernel: Modules linked in: qrtr edac_mce_amd kvm_amd ccp snd_hda_codec_realtek snd_hda_codec_generic kvm snd_hda_codec_hdmi snd_hda_scodec_component uvcvideo snd_hda_intel btusb snd_intel_dspcfg btrtl snd_intel_sdw_acpi videobuf2_vmalloc snd_usb_audio uvc snd_hda_codec btintel videobuf2_memops btbcm videobuf2_v4l2 snd_usbmidi_lib ghash_clmulni_intel btmtk sha512_ssse3 snd_hda_core sha256_ssse3 sha1_ssse3 videodev snd_rawmidi snd_hwdep bluetooth snd_seq_device aesni_intel at24 snd_pcm videobuf2_common eeepc_wmi mc snd_timer asus_wmi snd joydev sg sparse_keymap sp5100_tco platform_profile crypto_simd soundcore battery cryptd rfkill watchdog pcspkr fam15h_power acpi_cpufreq k10temp wmi_bmof evdev binfmt_misc parport_pc ppdev lp efi_pstore parport configfs nfnetlink ip_tables x_tables autofs4 ext4 mbcache jbd2 amdgpu amdxcp gpu_sched drm_panel_backlight_quirks drm_buddy crc16 hid_generic usbhid uas hid usb_storage sr_mod sd_mod cdrom radeon drm_ttm_helper ttm video drm_exec i2c_algo_bit drm_suballoc_helper
mars 08 17:56:11 gwaihir kernel: drm_display_helper cec rc_core r8169 ahci xhci_pci ohci_pci drm_client_lib libahci drm_kms_helper ohci_hcd ehci_pci realtek xhci_hcd libata ehci_hcd i2c_piix4 e100 mdio_devres drm mxm_wmi usbcore mii scsi_mod i2c_smbus libphy scsi_common usb_common wmi button
mars 08 17:56:11 gwaihir kernel: CPU: 7 UID: 0 PID: 820 Comm: Xorg Not tainted 6.14.0-rc5+ #20
mars 08 17:56:11 gwaihir kernel: Hardware name: To be filled by O.E.M. To be filled by O.E.M./M5A99X EVO R2.0, BIOS 2501 04/03/2014
mars 08 17:56:11 gwaihir kernel: RIP: 0010:ttm_bo_release+0x299/0x300 [ttm]
mars 08 17:56:11 gwaihir kernel: Code: 03 00 00 00 e8 78 27 df f7 48 8b 7b e8 e9 6c fe ff ff 4c 89 e7 e9 64 fe ff ff 48 83 7b 10 00 0f 85 be fe ff ff e9 a0 fe ff ff <0f> 0b 48 83 7b 20 00 0f 84 9f fd ff ff 0f 0b e9 98 fd ff ff c7 43
mars 08 17:56:11 gwaihir kernel: RSP: 0018:ffffb4f0c0ccbb98 EFLAGS: 00010202
mars 08 17:56:11 gwaihir kernel: RAX: 0000000000000000 RBX: ffff98c7a047d1e0 RCX: 0000000000000000
mars 08 17:56:11 gwaihir kernel: RDX: 0000000000000002 RSI: ffff98c789e59278 RDI: ffff98c7a047d1e0
mars 08 17:56:11 gwaihir kernel: RBP: ffff98c7a047d068 R08: ffffb4f0c0ccbb48 R09: 0000000000150000
mars 08 17:56:11 gwaihir kernel: R10: 0000000000150000 R11: 0000000000000000 R12: ffff98c7aa2c4cf0
mars 08 17:56:11 gwaihir kernel: R13: ffff98c780816920 R14: ffff98c7a276e900 R15: 0000000000000000
mars 08 17:56:11 gwaihir kernel: FS: 00007f3798ca9b00(0000) GS:ffff98caaed80000(0000) knlGS:0000000000000000
mars 08 17:56:11 gwaihir kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
mars 08 17:56:11 gwaihir kernel: CR2: 00007f37804f4060 CR3: 00000001cf022000 CR4: 00000000000406f0
mars 08 17:56:11 gwaihir kernel: Call Trace:
mars 08 17:56:11 gwaihir kernel: <TASK>
mars 08 17:56:11 gwaihir kernel: ? __warn+0x89/0x130
mars 08 17:56:11 gwaihir kernel: ? ttm_bo_release+0x299/0x300 [ttm]
mars 08 17:56:11 gwaihir kernel: ? report_bug+0x164/0x190
mars 08 17:56:11 gwaihir kernel: ? handle_bug+0x58/0x90
mars 08 17:56:11 gwaihir kernel: ? exc_invalid_op+0x17/0x70
mars 08 17:56:11 gwaihir kernel: ? asm_exc_invalid_op+0x1a/0x20
mars 08 17:56:11 gwaihir kernel: ? ttm_bo_release+0x299/0x300 [ttm]
mars 08 17:56:11 gwaihir kernel: ? fsnotify_grab_connector+0x42/0x80
mars 08 17:56:11 gwaihir kernel: ? fsnotify_destroy_marks+0x2a/0x1a0
mars 08 17:56:11 gwaihir kernel: ? __call_rcu_common.constprop.0+0xb9/0x630
mars 08 17:56:11 gwaihir kernel: drm_gem_dmabuf_release+0x37/0x50 [drm]
mars 08 17:56:11 gwaihir kernel: dma_buf_release+0x3e/0x90
mars 08 17:56:11 gwaihir kernel: __dentry_kill+0x93/0x180
mars 08 17:56:11 gwaihir kernel: dput+0xee/0x1c0
mars 08 17:56:11 gwaihir kernel: __fput+0x132/0x2a0
mars 08 17:56:11 gwaihir kernel: task_work_run+0x5c/0x90
mars 08 17:56:11 gwaihir kernel: do_exit+0x301/0xac0
mars 08 17:56:11 gwaihir kernel: ? filemap_map_pages+0x521/0x650
mars 08 17:56:11 gwaihir kernel: do_group_exit+0x30/0x80
mars 08 17:56:11 gwaihir kernel: __x64_sys_exit_group+0x18/0x20
mars 08 17:56:11 gwaihir kernel: x64_sys_call+0x1524/0x1720
mars 08 17:56:11 gwaihir kernel: do_syscall_64+0x82/0x190
mars 08 17:56:11 gwaihir kernel: ? do_wp_page+0x8b4/0xd10
mars 08 17:56:11 gwaihir kernel: ? __handle_mm_fault+0xb59/0x1010
mars 08 17:56:11 gwaihir kernel: ? __count_memcg_events+0xa1/0x130
mars 08 17:56:11 gwaihir kernel: ? count_memcg_events.constprop.0+0x1a/0x30
mars 08 17:56:11 gwaihir kernel: ? handle_mm_fault+0xae/0x2d0
mars 08 17:56:11 gwaihir kernel: ? do_user_addr_fault+0x379/0x670
mars 08 17:56:11 gwaihir kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
mars 08 17:56:11 gwaihir kernel: RIP: 0033:0x7f37988302c5
mars 08 17:56:11 gwaihir kernel: Code: Unable to access opcode bytes at 0x7f379883029b.
mars 08 17:56:11 gwaihir kernel: RSP: 002b:00007ffd6eafe5c8 EFLAGS: 00000206 ORIG_RAX: 00000000000000e7
mars 08 17:56:11 gwaihir kernel: RAX: ffffffffffffffda RBX: 00007f379893cfa8 RCX: 00007f37988302c5
mars 08 17:56:11 gwaihir kernel: RDX: 00000000000000e7 RSI: fffffffffffffc08 RDI: 0000000000000000
mars 08 17:56:11 gwaihir kernel: RBP: 0000000000000000 R08: 00007ffd6eafe570 R09: 0000000000000007
mars 08 17:56:11 gwaihir kernel: R10: 000000000000004f R11: 0000000000000206 R12: 00007f379893b680
mars 08 17:56:11 gwaihir kernel: R13: 00007f3798e17f40 R14: 0000000000000a4b R15: 00007f379893cfc0
mars 08 17:56:11 gwaihir kernel: </TASK>
mars 08 17:56:11 gwaihir kernel: ---[ end trace 0000000000000000 ]---
mars 08 17:56:11 gwaihir systemd[1]: lightdm.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped lightdm.service - Light Display Manager.
mars 08 17:56:11 gwaihir systemd[1]: lightdm.service: Consumed 6.810s CPU time, 173.7M memory peak.
mars 08 17:56:11 gwaihir systemd[1]: Starting plymouth-reboot.service - Show Plymouth Reboot Screen...
mars 08 17:56:11 gwaihir systemd[1]: Stopping systemd-user-sessions.service - Permit User Sessions...
mars 08 17:56:11 gwaihir systemd[1]: Stopping user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
mars 08 17:56:11 gwaihir systemd[1]: Received SIGRTMIN+20 from PID 1436 (plymouthd).
mars 08 17:56:11 gwaihir systemd[1]: systemd-user-sessions.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-user-sessions.service - Permit User Sessions.
mars 08 17:56:11 gwaihir systemd[1]: run-user-1000.mount: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Unmounted run-user-1000.mount - /run/user/1000.
mars 08 17:56:11 gwaihir systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
mars 08 17:56:11 gwaihir systemd[1]: Removed slice user-1000.slice - User Slice of UID 1000.
mars 08 17:56:11 gwaihir systemd[1]: user-1000.slice: Consumed 9.779s CPU time, 317.3M memory peak.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target network.target - Network.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target remote-fs.target - Remote File Systems.
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1278] caught SIGTERM, shutting down normally.
mars 08 17:56:11 gwaihir systemd[1]: Stopping NetworkManager.service - Network Manager...
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1284] dhcp4 (enp2s0): canceled DHCP transaction
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1284] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1284] dhcp4 (enp2s0): state changed no lease
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1286] dhcp6 (enp2s0): canceled DHCP transaction
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1286] dhcp6 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1286] dhcp6 (enp2s0): state changed no lease
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1289] manager: NetworkManager state is now CONNECTED_SITE
mars 08 17:56:11 gwaihir dbus-daemon[680]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=770 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:56:11 gwaihir systemd[1]: Stopping networking.service - Raise network interfaces...
mars 08 17:56:11 gwaihir systemd[1]: Stopping systemd-logind.service - User Login Management...
mars 08 17:56:11 gwaihir systemd[1]: Stopping wpa_supplicant.service - WPA supplicant...
mars 08 17:56:11 gwaihir systemd[1]: wpa_supplicant.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped wpa_supplicant.service - WPA supplicant.
mars 08 17:56:11 gwaihir dbus-daemon[680]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
mars 08 17:56:11 gwaihir systemd[1]: Received SIGRTMIN+20 from PID 1436 (plymouthd).
mars 08 17:56:11 gwaihir systemd[1]: Started plymouth-reboot.service - Show Plymouth Reboot Screen.
mars 08 17:56:11 gwaihir systemd[1]: plymouth-switch-root-initramfs.service - Tell Plymouth To Jump To initramfs was skipped because no trigger condition checks were met.
mars 08 17:56:11 gwaihir NetworkManager[770]: <info> [1741452971.1497] exiting (success)
mars 08 17:56:11 gwaihir systemd[1]: systemd-logind.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-logind.service - User Login Management.
mars 08 17:56:11 gwaihir systemd[1]: NetworkManager.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped NetworkManager.service - Network Manager.
mars 08 17:56:11 gwaihir systemd[1]: networking.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped networking.service - Raise network interfaces.
mars 08 17:56:11 gwaihir systemd[1]: Stopping dbus.service - D-Bus System Message Bus...
mars 08 17:56:11 gwaihir systemd[1]: dbus.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped dbus.service - D-Bus System Message Bus.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target basic.target - Basic System.
mars 08 17:56:11 gwaihir systemd[1]: systemd-ask-password-plymouth.path: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target paths.target - Path Units.
mars 08 17:56:11 gwaihir systemd[1]: cups.path: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped cups.path - CUPS Scheduler.
mars 08 17:56:11 gwaihir systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target slices.target - Slice Units.
mars 08 17:56:11 gwaihir systemd[1]: Removed slice user.slice - User and Session Slice.
mars 08 17:56:11 gwaihir systemd[1]: user.slice: Consumed 12.588s CPU time, 372.2M memory peak.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target sockets.target - Socket Units.
mars 08 17:56:11 gwaihir systemd[1]: avahi-daemon.socket: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Closed avahi-daemon.socket - Avahi mDNS/DNS-SD Stack Activation Socket.
mars 08 17:56:11 gwaihir systemd[1]: cups.socket: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Closed cups.socket - CUPS Scheduler.
mars 08 17:56:11 gwaihir systemd[1]: dbus.socket: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket.
mars 08 17:56:11 gwaihir systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Closed systemd-hostnamed.socket - Hostname Service Socket.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target sysinit.target - System Initialization.
mars 08 17:56:11 gwaihir systemd[1]: Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
mars 08 17:56:11 gwaihir systemd[1]: systemd-sysctl.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.
mars 08 17:56:11 gwaihir systemd[1]: systemd-modules-load.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-modules-load.service - Load Kernel Modules.
mars 08 17:56:11 gwaihir systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories.
mars 08 17:56:11 gwaihir systemd[1]: systemd-binfmt.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
mars 08 17:56:11 gwaihir systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Unset automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target local-fs.target - Local File Systems.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.
mars 08 17:56:11 gwaihir systemd[1]: Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
mars 08 17:56:11 gwaihir systemd[1]: Unmounting tmp.mount - Temporary Directory /tmp...
mars 08 17:56:11 gwaihir systemd[1]: systemd-remount-fs.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-remount-fs.service - Remount Root and Kernel File Systems.
mars 08 17:56:11 gwaihir systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
mars 08 17:56:11 gwaihir systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
mars 08 17:56:11 gwaihir systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: run-lock.mount: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
mars 08 17:56:11 gwaihir systemd[1]: tmp.mount: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Unmounted tmp.mount - Temporary Directory /tmp.
mars 08 17:56:11 gwaihir systemd[1]: Stopped target swap.target - Swaps.
mars 08 17:56:11 gwaihir systemd[1]: Reached target shutdown.target - System Shutdown.
mars 08 17:56:11 gwaihir systemd[1]: Reached target umount.target - Unmount All Filesystems.
mars 08 17:56:11 gwaihir systemd[1]: Reached target final.target - Late Shutdown Services.
mars 08 17:56:11 gwaihir systemd[1]: systemd-reboot.service: Deactivated successfully.
mars 08 17:56:11 gwaihir systemd[1]: Finished systemd-reboot.service - System Reboot.
mars 08 17:56:11 gwaihir systemd[1]: Reached target reboot.target - System Reboot.
mars 08 17:56:11 gwaihir systemd[1]: Shutting down.
mars 08 17:56:11 gwaihir systemd[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
mars 08 17:56:11 gwaihir systemd[1]: Watchdog running with a hardware timeout of 10min.
mars 08 17:56:11 gwaihir kernel: watchdog: watchdog0: watchdog did not stop!
mars 08 17:56:11 gwaihir systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
mars 08 17:56:11 gwaihir systemd-shutdown[1]: Watchdog running with a hardware timeout of 10min.
mars 08 17:56:11 gwaihir systemd-shutdown[1]: Syncing filesystems and block devices.
mars 08 17:56:11 gwaihir systemd-shutdown[1]: Sending SIGTERM to remaining processes...
mars 08 17:56:11 gwaihir systemd-journald[364]: Received SIGTERM from PID 1 (systemd-shutdow).
mars 08 17:56:11 gwaihir systemd-journald[364]: Journal stopped
mars 08 17:57:34 gwaihir kernel: Linux version 6.14.0-rc5+ (eric@gwaihir) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #20 SMP PREEMPT_DYNAMIC Sat Mar 8 12:45:42 CET 2025
mars 08 17:57:34 gwaihir kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+ root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
mars 08 17:57:34 gwaihir kernel: BIOS-provided physical RAM map:
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ba5cffff] usable
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000ba5d0000-0x00000000ba8abfff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000ba8ac000-0x00000000ba8bbfff] ACPI data
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000ba8bc000-0x00000000bb6bffff] ACPI NVS
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bb6c0000-0x00000000bca33fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bca34000-0x00000000bca34fff] usable
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
mars 08 17:57:34 gwaihir kernel: BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
mars 08 17:57:34 gwaihir kernel: NX (Execute Disable) protection: active
mars 08 17:57:34 gwaihir kernel: APIC: Static calls initialized
mars 08 17:57:34 gwaihir kernel: SMBIOS 2.7 present.
mars 08 17:57:34 gwaihir kernel: DMI: To be filled by O.E.M. To be filled by O.E.M./M5A99X EVO R2.0, BIOS 2501 04/03/2014
mars 08 17:57:34 gwaihir kernel: DMI: Memory slots populated: 4/4
mars 08 17:57:34 gwaihir kernel: tsc: Fast TSC calibration using PIT
mars 08 17:57:34 gwaihir kernel: tsc: Detected 4013.608 MHz processor
mars 08 17:57:34 gwaihir kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mars 08 17:57:34 gwaihir kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mars 08 17:57:34 gwaihir kernel: AGP: No AGP bridge found
mars 08 17:57:34 gwaihir kernel: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
mars 08 17:57:34 gwaihir kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 22), built from 9 variable MTRRs
mars 08 17:57:34 gwaihir kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
mars 08 17:57:34 gwaihir kernel: e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
mars 08 17:57:34 gwaihir kernel: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
mars 08 17:57:34 gwaihir kernel: Using GB pages for direct mapping
mars 08 17:57:34 gwaihir kernel: RAMDISK: [mem 0x28387000-0x301bafff]
mars 08 17:57:34 gwaihir kernel: ACPI: Early table checksum verification disabled
mars 08 17:57:34 gwaihir kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
mars 08 17:57:34 gwaihir kernel: ACPI: XSDT 0x00000000BA8B3070 000054 (v01 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:57:34 gwaihir kernel: ACPI: FACP 0x00000000BA8BA1D8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:57:34 gwaihir kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20240827/tbfadt-611)
mars 08 17:57:34 gwaihir kernel: ACPI: DSDT 0x00000000BA8B3158 007079 (v02 ALASKA A M I 00000000 INTL 20051117)
mars 08 17:57:34 gwaihir kernel: ACPI: FACS 0x00000000BB6BAF80 000040
mars 08 17:57:34 gwaihir kernel: ACPI: APIC 0x00000000BA8BA2E8 00009E (v03 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:57:34 gwaihir kernel: ACPI: FPDT 0x00000000BA8BA388 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
mars 08 17:57:34 gwaihir kernel: ACPI: MCFG 0x00000000BA8BA3D0 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
mars 08 17:57:34 gwaihir kernel: ACPI: HPET 0x00000000BA8BA410 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
mars 08 17:57:34 gwaihir kernel: ACPI: SSDT 0x00000000BA8BA4A0 001714 (v01 AMD POWERNOW 00000001 AMD 00000001)
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving FACP table memory at [mem 0xba8ba1d8-0xba8ba2e3]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving DSDT table memory at [mem 0xba8b3158-0xba8ba1d0]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving FACS table memory at [mem 0xbb6baf80-0xbb6bafbf]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving APIC table memory at [mem 0xba8ba2e8-0xba8ba385]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving FPDT table memory at [mem 0xba8ba388-0xba8ba3cb]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving MCFG table memory at [mem 0xba8ba3d0-0xba8ba40b]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving HPET table memory at [mem 0xba8ba410-0xba8ba447]
mars 08 17:57:34 gwaihir kernel: ACPI: Reserving SSDT table memory at [mem 0xba8ba4a0-0xba8bbbb3]
mars 08 17:57:34 gwaihir kernel: No NUMA configuration found
mars 08 17:57:34 gwaihir kernel: Faking a node at [mem 0x0000000000000000-0x000000043effffff]
mars 08 17:57:34 gwaihir kernel: NODE_DATA(0) allocated [mem 0x43efd3680-0x43effdfff]
mars 08 17:57:34 gwaihir kernel: Zone ranges:
mars 08 17:57:34 gwaihir kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
mars 08 17:57:34 gwaihir kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
mars 08 17:57:34 gwaihir kernel: Normal [mem 0x0000000100000000-0x000000043effffff]
mars 08 17:57:34 gwaihir kernel: Device empty
mars 08 17:57:34 gwaihir kernel: Movable zone start for each node
mars 08 17:57:34 gwaihir kernel: Early memory node ranges
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff]
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x0000000000100000-0x00000000ba5cffff]
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x00000000bca34000-0x00000000bca34fff]
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x00000000bcc3b000-0x00000000bd082fff]
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
mars 08 17:57:34 gwaihir kernel: node 0: [mem 0x0000000100001000-0x000000043effffff]
mars 08 17:57:34 gwaihir kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
mars 08 17:57:34 gwaihir kernel: On node 0, zone DMA: 1 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone DMA: 98 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone DMA32: 9316 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone DMA32: 518 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone DMA32: 1905 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone Normal: 10241 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
mars 08 17:57:34 gwaihir kernel: ACPI: PM-Timer IO Port: 0x808
mars 08 17:57:34 gwaihir kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
mars 08 17:57:34 gwaihir kernel: IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
mars 08 17:57:34 gwaihir kernel: IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
mars 08 17:57:34 gwaihir kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mars 08 17:57:34 gwaihir kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
mars 08 17:57:34 gwaihir kernel: ACPI: Using ACPI (MADT) for SMP configuration information
mars 08 17:57:34 gwaihir kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
mars 08 17:57:34 gwaihir kernel: CPU topo: Max. logical packages: 1
mars 08 17:57:34 gwaihir kernel: CPU topo: Max. logical dies: 1
mars 08 17:57:34 gwaihir kernel: CPU topo: Max. dies per package: 1
mars 08 17:57:34 gwaihir kernel: CPU topo: Max. threads per core: 1
mars 08 17:57:34 gwaihir kernel: CPU topo: Num. cores per package: 8
mars 08 17:57:34 gwaihir kernel: CPU topo: Num. threads per package: 8
mars 08 17:57:34 gwaihir kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba5d0000-0xba8abfff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba8ac000-0xba8bbfff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xba8bc000-0xbb6bffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbb6c0000-0xbca33fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbca35000-0xbcc3afff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
mars 08 17:57:34 gwaihir kernel: [mem 0xbd800000-0xfebfffff] available for PCI devices
mars 08 17:57:34 gwaihir kernel: Booting paravirtualized kernel on bare hardware
mars 08 17:57:34 gwaihir kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
mars 08 17:57:34 gwaihir kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
mars 08 17:57:34 gwaihir kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
mars 08 17:57:34 gwaihir kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
mars 08 17:57:34 gwaihir kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
mars 08 17:57:34 gwaihir kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+ root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
mars 08 17:57:34 gwaihir kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+", will be passed to user space.
mars 08 17:57:34 gwaihir kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
mars 08 17:57:34 gwaihir kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
mars 08 17:57:34 gwaihir kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
mars 08 17:57:34 gwaihir kernel: Fallback order for Node 0: 0
mars 08 17:57:34 gwaihir kernel: Built 1 zonelists, mobility grouping on. Total pages: 4168129
mars 08 17:57:34 gwaihir kernel: Policy zone: Normal
mars 08 17:57:34 gwaihir kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
mars 08 17:57:34 gwaihir kernel: AGP: Checking aperture...
mars 08 17:57:34 gwaihir kernel: AGP: No AGP bridge found
mars 08 17:57:34 gwaihir kernel: AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
mars 08 17:57:34 gwaihir kernel: AGP: Your BIOS doesn't leave an aperture memory hole
mars 08 17:57:34 gwaihir kernel: AGP: Please enable the IOMMU option in the BIOS setup
mars 08 17:57:34 gwaihir kernel: AGP: This costs you 64MB of RAM
mars 08 17:57:34 gwaihir kernel: AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
mars 08 17:57:34 gwaihir kernel: PM: hibernation: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
mars 08 17:57:34 gwaihir kernel: software IO TLB: area num 8.
mars 08 17:57:34 gwaihir kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
mars 08 17:57:34 gwaihir kernel: ftrace: allocating 45977 entries in 180 pages
mars 08 17:57:34 gwaihir kernel: ftrace: allocated 180 pages with 4 groups
mars 08 17:57:34 gwaihir kernel: Dynamic Preempt: voluntary
mars 08 17:57:34 gwaihir kernel: rcu: Preemptible hierarchical RCU implementation.
mars 08 17:57:34 gwaihir kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
mars 08 17:57:34 gwaihir kernel: Trampoline variant of Tasks RCU enabled.
mars 08 17:57:34 gwaihir kernel: Rude variant of Tasks RCU enabled.
mars 08 17:57:34 gwaihir kernel: Tracing variant of Tasks RCU enabled.
mars 08 17:57:34 gwaihir kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
mars 08 17:57:34 gwaihir kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
mars 08 17:57:34 gwaihir kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:57:34 gwaihir kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:57:34 gwaihir kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
mars 08 17:57:34 gwaihir kernel: NR_IRQS: 524544, nr_irqs: 1032, preallocated irqs: 16
mars 08 17:57:34 gwaihir kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
mars 08 17:57:34 gwaihir kernel: spurious 8259A interrupt: IRQ7.
mars 08 17:57:34 gwaihir kernel: Console: colour VGA+ 80x25
mars 08 17:57:34 gwaihir kernel: printk: legacy console [tty0] enabled
mars 08 17:57:34 gwaihir kernel: ACPI: Core revision 20240827
mars 08 17:57:34 gwaihir kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
mars 08 17:57:34 gwaihir kernel: APIC: Switch to symmetric I/O mode setup
mars 08 17:57:34 gwaihir kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mars 08 17:57:34 gwaihir kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39da93a81fa, max_idle_ns: 440795229879 ns
mars 08 17:57:34 gwaihir kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8027.21 BogoMIPS (lpj=16054432)
mars 08 17:57:34 gwaihir kernel: LVT offset 1 assigned for vector 0xf9
mars 08 17:57:34 gwaihir kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
mars 08 17:57:34 gwaihir kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
mars 08 17:57:34 gwaihir kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mars 08 17:57:34 gwaihir kernel: Spectre V2 : Mitigation: Retpolines
mars 08 17:57:34 gwaihir kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mars 08 17:57:34 gwaihir kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
mars 08 17:57:34 gwaihir kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
mars 08 17:57:34 gwaihir kernel: RETBleed: Mitigation: untrained return thunk
mars 08 17:57:34 gwaihir kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
mars 08 17:57:34 gwaihir kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
mars 08 17:57:34 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mars 08 17:57:34 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mars 08 17:57:34 gwaihir kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
mars 08 17:57:34 gwaihir kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
mars 08 17:57:34 gwaihir kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
mars 08 17:57:34 gwaihir kernel: Freeing SMP alternatives memory: 40K
mars 08 17:57:34 gwaihir kernel: pid_max: default: 32768 minimum: 301
mars 08 17:57:34 gwaihir kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
mars 08 17:57:34 gwaihir kernel: landlock: Up and running.
mars 08 17:57:34 gwaihir kernel: Yama: becoming mindful.
mars 08 17:57:34 gwaihir kernel: AppArmor: AppArmor initialized
mars 08 17:57:34 gwaihir kernel: TOMOYO Linux initialized
mars 08 17:57:34 gwaihir kernel: LSM support for eBPF active
mars 08 17:57:34 gwaihir kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mars 08 17:57:34 gwaihir kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
mars 08 17:57:34 gwaihir kernel: smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
mars 08 17:57:34 gwaihir kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
mars 08 17:57:34 gwaihir kernel: ... version: 0
mars 08 17:57:34 gwaihir kernel: ... bit width: 48
mars 08 17:57:34 gwaihir kernel: ... generic registers: 6
mars 08 17:57:34 gwaihir kernel: ... value mask: 0000ffffffffffff
mars 08 17:57:34 gwaihir kernel: ... max period: 00007fffffffffff
mars 08 17:57:34 gwaihir kernel: ... fixed-purpose events: 0
mars 08 17:57:34 gwaihir kernel: ... event mask: 000000000000003f
mars 08 17:57:34 gwaihir kernel: signal: max sigframe size: 1776
mars 08 17:57:34 gwaihir kernel: rcu: Hierarchical SRCU implementation.
mars 08 17:57:34 gwaihir kernel: rcu: Max phase no-delay instances is 1000.
mars 08 17:57:34 gwaihir kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
mars 08 17:57:34 gwaihir kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mars 08 17:57:34 gwaihir kernel: smp: Bringing up secondary CPUs ...
mars 08 17:57:34 gwaihir kernel: smpboot: x86: Booting SMP configuration:
mars 08 17:57:34 gwaihir kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
mars 08 17:57:34 gwaihir kernel: smp: Brought up 1 node, 8 CPUs
mars 08 17:57:34 gwaihir kernel: smpboot: Total of 8 processors activated (64217.72 BogoMIPS)
mars 08 17:57:34 gwaihir kernel: node 0 deferred pages initialised in 28ms
mars 08 17:57:34 gwaihir kernel: Memory: 16069528K/16672516K available (15316K kernel code, 2500K rwdata, 11804K rodata, 4276K init, 4892K bss, 595932K reserved, 0K cma-reserved)
mars 08 17:57:34 gwaihir kernel: devtmpfs: initialized
mars 08 17:57:34 gwaihir kernel: x86/mm: Memory block size: 128MB
mars 08 17:57:34 gwaihir kernel: ACPI: PM: Registering ACPI NVS region [mem 0xba8bc000-0xbb6bffff] (14696448 bytes)
mars 08 17:57:34 gwaihir kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
mars 08 17:57:34 gwaihir kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
mars 08 17:57:34 gwaihir kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
mars 08 17:57:34 gwaihir kernel: pinctrl core: initialized pinctrl subsystem
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
mars 08 17:57:34 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
mars 08 17:57:34 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
mars 08 17:57:34 gwaihir kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
mars 08 17:57:34 gwaihir kernel: audit: initializing netlink subsys (disabled)
mars 08 17:57:34 gwaihir kernel: audit: type=2000 audit(1741453045.232:1): state=initialized audit_enabled=0 res=1
mars 08 17:57:34 gwaihir kernel: thermal_sys: Registered thermal governor 'fair_share'
mars 08 17:57:34 gwaihir kernel: thermal_sys: Registered thermal governor 'bang_bang'
mars 08 17:57:34 gwaihir kernel: thermal_sys: Registered thermal governor 'step_wise'
mars 08 17:57:34 gwaihir kernel: thermal_sys: Registered thermal governor 'user_space'
mars 08 17:57:34 gwaihir kernel: thermal_sys: Registered thermal governor 'power_allocator'
mars 08 17:57:34 gwaihir kernel: cpuidle: using governor ladder
mars 08 17:57:34 gwaihir kernel: cpuidle: using governor menu
mars 08 17:57:34 gwaihir kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mars 08 17:57:34 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
mars 08 17:57:34 gwaihir kernel: PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
mars 08 17:57:34 gwaihir kernel: PCI: Using configuration type 1 for base access
mars 08 17:57:34 gwaihir kernel: PCI: Using configuration type 1 for extended access
mars 08 17:57:34 gwaihir kernel: mtrr: your CPUs had inconsistent variable MTRR settings
mars 08 17:57:34 gwaihir kernel: mtrr: probably your BIOS does not setup all CPUs.
mars 08 17:57:34 gwaihir kernel: mtrr: corrected configuration.
mars 08 17:57:34 gwaihir kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
mars 08 17:57:34 gwaihir kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
mars 08 17:57:34 gwaihir kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
mars 08 17:57:34 gwaihir kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
mars 08 17:57:34 gwaihir kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
mars 08 17:57:34 gwaihir kernel: ACPI: Added _OSI(Module Device)
mars 08 17:57:34 gwaihir kernel: ACPI: Added _OSI(Processor Device)
mars 08 17:57:34 gwaihir kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mars 08 17:57:34 gwaihir kernel: ACPI: Added _OSI(Processor Aggregator Device)
mars 08 17:57:34 gwaihir kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
mars 08 17:57:34 gwaihir kernel: ACPI: EC: EC started
mars 08 17:57:34 gwaihir kernel: ACPI: EC: interrupt blocked
mars 08 17:57:34 gwaihir kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mars 08 17:57:34 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
mars 08 17:57:34 gwaihir kernel: ACPI: Interpreter enabled
mars 08 17:57:34 gwaihir kernel: ACPI: PM: (supports S0 S3 S4 S5)
mars 08 17:57:34 gwaihir kernel: ACPI: Using IOAPIC for interrupt routing
mars 08 17:57:34 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
mars 08 17:57:34 gwaihir kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
mars 08 17:57:34 gwaihir kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mars 08 17:57:34 gwaihir kernel: PCI: Using E820 reservations for host bridge windows
mars 08 17:57:34 gwaihir kernel: ACPI: Enabled 11 GPEs in block 00 to 1F
mars 08 17:57:34 gwaihir kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mars 08 17:57:34 gwaihir kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
mars 08 17:57:34 gwaihir kernel: PCI host bridge to bus 0000:00
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400 PCIe Root Port
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400 PCIe Root Port
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400 PCIe Root Port
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400 PCIe Root Port
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400 PCIe Root Port
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 0 [io 0xf040-0xf047]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 1 [io 0xf030-0xf033]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 2 [io 0xf020-0xf027]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 3 [io 0xf010-0xf013]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 4 [io 0xf000-0xf00f]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:11.0: BAR 5 [mem 0xfeb0b000-0xfeb0b3ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.0: BAR 0 [mem 0xfeb0a000-0xfeb0afff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.2: BAR 0 [mem 0xfeb09000-0xfeb090ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.2: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.0: BAR 0 [mem 0xfeb08000-0xfeb08fff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.2: BAR 0 [mem 0xfeb07000-0xfeb070ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.2: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.2: BAR 0 [mem 0xfeb00000-0xfeb03fff 64bit]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 conventional PCI bridge
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xfe500000-0xfe6fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xd0900000-0xd09fffff pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.5: BAR 0 [mem 0xfeb06000-0xfeb06fff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.0: BAR 0 [mem 0xfeb05000-0xfeb05fff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.2: BAR 0 [mem 0xfeb04000-0xfeb040ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.2: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.0: [1022:1600] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.1: [1022:1601] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.2: [1022:1602] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.3: [1022:1603] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.4: [1022:1604] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:00:18.5: [1022:1605] type 00 class 0x060000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: [1002:67b1] type 00 class 0x030000 PCIe Legacy Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: BAR 2 [mem 0xd0000000-0xd07fffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: BAR 4 [io 0xe000-0xe0ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: BAR 5 [mem 0xfea00000-0xfea3ffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: ROM [mem 0xfea40000-0xfea5ffff pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.1: [1002:aac8] type 00 class 0x040300 PCIe Legacy Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.1: BAR 0 [mem 0xfea60000-0xfea63fff 64bit]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.1: enabling Extended Tags
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.1: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: BAR 0 [io 0xd000-0xd0ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: BAR 2 [mem 0xd0a04000-0xd0a04fff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: BAR 4 [mem 0xd0a00000-0xd0a03fff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:57:34 gwaihir kernel: pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:03:00.0: BAR 0 [mem 0xfe900000-0xfe907fff 64bit]
mars 08 17:57:34 gwaihir kernel: pci 0000:03:00.0: PME# supported from D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 0 [io 0xc050-0xc057]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 1 [io 0xc040-0xc043]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 2 [io 0xc030-0xc037]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 3 [io 0xc020-0xc023]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 4 [io 0xc000-0xc01f]
mars 08 17:57:34 gwaihir kernel: pci 0000:04:00.0: BAR 5 [mem 0xfe800000-0xfe8001ff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:57:34 gwaihir kernel: pci 0000:05:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:05:00.0: BAR 0 [mem 0xfe700000-0xfe707fff 64bit]
mars 08 17:57:34 gwaihir kernel: pci 0000:05:00.0: PME# supported from D3cold
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: extended config space not accessible
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: [8086:1229] type 00 class 0x020000 conventional PCI endpoint
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: BAR 0 [mem 0xd0900000-0xd0900fff pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: BAR 1 [io 0xb000-0xb01f]
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: BAR 2 [mem 0xfe600000-0xfe6fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: ROM [mem 0xfe500000-0xfe5fffff pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: supports D1 D2
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: PME# supported from D0 D1
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x03af window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
mars 08 17:57:34 gwaihir kernel: ACPI: EC: interrupt unblocked
mars 08 17:57:34 gwaihir kernel: ACPI: EC: event unblocked
mars 08 17:57:34 gwaihir kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mars 08 17:57:34 gwaihir kernel: ACPI: EC: GPE=0xa
mars 08 17:57:34 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
mars 08 17:57:34 gwaihir kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
mars 08 17:57:34 gwaihir kernel: iommu: Default domain type: Translated
mars 08 17:57:34 gwaihir kernel: iommu: DMA domain TLB invalidation policy: lazy mode
mars 08 17:57:34 gwaihir kernel: pps_core: LinuxPPS API ver. 1 registered
mars 08 17:57:34 gwaihir kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
mars 08 17:57:34 gwaihir kernel: PTP clock support registered
mars 08 17:57:34 gwaihir kernel: EDAC MC: Ver: 3.0.0
mars 08 17:57:34 gwaihir kernel: NetLabel: Initializing
mars 08 17:57:34 gwaihir kernel: NetLabel: domain hash size = 128
mars 08 17:57:34 gwaihir kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
mars 08 17:57:34 gwaihir kernel: NetLabel: unlabeled traffic allowed by default
mars 08 17:57:34 gwaihir kernel: PCI: Using ACPI for IRQ routing
mars 08 17:57:34 gwaihir kernel: PCI: pci_cache_line_size set to 64 bytes
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0xba5d0000-0xbbffffff]
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
mars 08 17:57:34 gwaihir kernel: e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: vgaarb: bridge control possible
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mars 08 17:57:34 gwaihir kernel: vgaarb: loaded
mars 08 17:57:34 gwaihir kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
mars 08 17:57:34 gwaihir kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
mars 08 17:57:34 gwaihir kernel: clocksource: Switched to clocksource tsc-early
mars 08 17:57:34 gwaihir kernel: VFS: Disk quotas dquot_6.6.0
mars 08 17:57:34 gwaihir kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mars 08 17:57:34 gwaihir kernel: AppArmor: AppArmor Filesystem Enabled
mars 08 17:57:34 gwaihir kernel: pnp: PnP ACPI init
mars 08 17:57:34 gwaihir kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x040b] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x04d6] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c00-0x0c01] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c14] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c50-0x0c51] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c52] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c6c] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0c6f] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0cd0-0x0cd1] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0cd2-0x0cd3] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0cd4-0x0cd5] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0cd6-0x0cd7] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0cd8-0x0cdf] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0800-0x089f] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0b20-0x0b3f] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0900-0x090f] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0x0910-0x091f] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [io 0xfe00-0xfefe] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
mars 08 17:57:34 gwaihir kernel: system 00:01: [mem 0xff800000-0xffffffff] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:02: [io 0x0290-0x02af] has been reserved
mars 08 17:57:34 gwaihir kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
mars 08 17:57:34 gwaihir kernel: pnp 00:06: [dma 0 disabled]
mars 08 17:57:34 gwaihir kernel: system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
mars 08 17:57:34 gwaihir kernel: pnp: PnP ACPI: found 9 devices
mars 08 17:57:34 gwaihir kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_INET protocol family
mars 08 17:57:34 gwaihir kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mars 08 17:57:34 gwaihir kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
mars 08 17:57:34 gwaihir kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
mars 08 17:57:34 gwaihir kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mars 08 17:57:34 gwaihir kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
mars 08 17:57:34 gwaihir kernel: TCP: Hash tables configured (established 131072 bind 65536)
mars 08 17:57:34 gwaihir kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
mars 08 17:57:34 gwaihir kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
mars 08 17:57:34 gwaihir kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_XDP protocol family
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:04.0: bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: PCI bridge to [bus 03]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:06.0: bridge window [mem 0xfe800000-0xfe8fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: PCI bridge to [bus 05]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:07.0: bridge window [mem 0xfe700000-0xfe7fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: PCI bridge to [bus 06]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xfe500000-0xfe6fffff]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.4: bridge window [mem 0xd0900000-0xd09fffff pref]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd07fffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:02: resource 2 [mem 0xd0a00000-0xd0afffff 64bit pref]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:05: resource 1 [mem 0xfe700000-0xfe7fffff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 1 [mem 0xfe500000-0xfe6fffff]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 2 [mem 0xd0900000-0xd09fffff pref]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x03af window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 5 [io 0x03e0-0x0cf7 window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 6 [io 0x03b0-0x03df window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 7 [io 0x0d00-0xffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000dffff window]
mars 08 17:57:34 gwaihir kernel: pci_bus 0000:06: resource 9 [mem 0xc0000000-0xffffffff window]
mars 08 17:57:34 gwaihir kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x7e0 took 18312 usecs
mars 08 17:57:34 gwaihir kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x7e0 took 15510 usecs
mars 08 17:57:34 gwaihir kernel: pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x7e0 took 15501 usecs
mars 08 17:57:34 gwaihir kernel: pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x7e0 took 15613 usecs
mars 08 17:57:34 gwaihir kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
mars 08 17:57:34 gwaihir kernel: pci 0000:06:05.0: Firmware left e100 interrupts enabled; disabling
mars 08 17:57:34 gwaihir kernel: PCI: CLS 64 bytes, default 64
mars 08 17:57:34 gwaihir kernel: Trying to unpack rootfs image as initramfs...
mars 08 17:57:34 gwaihir kernel: PCI-DMA: Disabling AGP.
mars 08 17:57:34 gwaihir kernel: PCI-DMA: aperture base @ b4000000 size 65536 KB
mars 08 17:57:34 gwaihir kernel: PCI-DMA: using GART IOMMU.
mars 08 17:57:34 gwaihir kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
mars 08 17:57:34 gwaihir kernel: software IO TLB: tearing down default memory pool
mars 08 17:57:34 gwaihir kernel: LVT offset 0 assigned for vector 0x400
mars 08 17:57:34 gwaihir kernel: perf: AMD IBS detected (0x000000ff)
mars 08 17:57:34 gwaihir kernel: amd_uncore: 4 amd_nb counters detected
mars 08 17:57:34 gwaihir kernel: Initialise system trusted keyrings
mars 08 17:57:34 gwaihir kernel: Key type blacklist registered
mars 08 17:57:34 gwaihir kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
mars 08 17:57:34 gwaihir kernel: zbud: loaded
mars 08 17:57:34 gwaihir kernel: fuse: init (API version 7.42)
mars 08 17:57:34 gwaihir kernel: integrity: Platform Keyring initialized
mars 08 17:57:34 gwaihir kernel: integrity: Machine keyring initialized
mars 08 17:57:34 gwaihir kernel: Key type asymmetric registered
mars 08 17:57:34 gwaihir kernel: Asymmetric key parser 'x509' registered
mars 08 17:57:34 gwaihir kernel: Freeing initrd memory: 129232K
mars 08 17:57:34 gwaihir kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
mars 08 17:57:34 gwaihir kernel: io scheduler mq-deadline registered
mars 08 17:57:34 gwaihir kernel: ledtrig-cpu: registered to indicate activity on CPUs
mars 08 17:57:34 gwaihir kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mars 08 17:57:34 gwaihir kernel: Could not retrieve perf counters (-19)
mars 08 17:57:34 gwaihir kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
mars 08 17:57:34 gwaihir kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
mars 08 17:57:34 gwaihir kernel: Linux agpgart interface v0.103
mars 08 17:57:34 gwaihir kernel: i8042: PNP: No PS/2 controller found.
mars 08 17:57:34 gwaihir kernel: mousedev: PS/2 mouse device common for all mice
mars 08 17:57:34 gwaihir kernel: rtc_cmos 00:03: RTC can wake from S4
mars 08 17:57:34 gwaihir kernel: rtc_cmos 00:03: registered as rtc0
mars 08 17:57:34 gwaihir kernel: rtc_cmos 00:03: setting system clock to 2025-03-08T16:57:27 UTC (1741453047)
mars 08 17:57:34 gwaihir kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
mars 08 17:57:34 gwaihir kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_INET6 protocol family
mars 08 17:57:34 gwaihir kernel: Segment Routing with IPv6
mars 08 17:57:34 gwaihir kernel: In-situ OAM (IOAM) with IPv6
mars 08 17:57:34 gwaihir kernel: mip6: Mobile IPv6
mars 08 17:57:34 gwaihir kernel: NET: Registered PF_PACKET protocol family
mars 08 17:57:34 gwaihir kernel: mpls_gso: MPLS GSO support
mars 08 17:57:34 gwaihir kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
mars 08 17:57:34 gwaihir kernel: microcode: Current revision: 0x06000852
mars 08 17:57:34 gwaihir kernel: microcode: Updated early from: 0x06000822
mars 08 17:57:34 gwaihir kernel: IPI shorthand broadcast: enabled
mars 08 17:57:34 gwaihir kernel: sched_clock: Marking stable (1372003476, 3811539)->(1662466003, -286650988)
mars 08 17:57:34 gwaihir kernel: registered taskstats version 1
mars 08 17:57:34 gwaihir kernel: Loading compiled-in X.509 certificates
mars 08 17:57:34 gwaihir kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9c8ec01465d335e6c2ab7f6ac4e83693c6f9b603'
mars 08 17:57:34 gwaihir kernel: Demotion targets for Node 0: null
mars 08 17:57:34 gwaihir kernel: Key type .fscrypt registered
mars 08 17:57:34 gwaihir kernel: Key type fscrypt-provisioning registered
mars 08 17:57:34 gwaihir kernel: Key type encrypted registered
mars 08 17:57:34 gwaihir kernel: AppArmor: AppArmor sha256 policy hashing enabled
mars 08 17:57:34 gwaihir kernel: ima: No TPM chip found, activating TPM-bypass!
mars 08 17:57:34 gwaihir kernel: ima: Allocated hash algorithm: sha256
mars 08 17:57:34 gwaihir kernel: ima: No architecture policies found
mars 08 17:57:34 gwaihir kernel: evm: Initialising EVM extended attributes:
mars 08 17:57:34 gwaihir kernel: evm: security.selinux
mars 08 17:57:34 gwaihir kernel: evm: security.SMACK64 (disabled)
mars 08 17:57:34 gwaihir kernel: evm: security.SMACK64EXEC (disabled)
mars 08 17:57:34 gwaihir kernel: evm: security.SMACK64TRANSMUTE (disabled)
mars 08 17:57:34 gwaihir kernel: evm: security.SMACK64MMAP (disabled)
mars 08 17:57:34 gwaihir kernel: evm: security.apparmor
mars 08 17:57:34 gwaihir kernel: evm: security.ima
mars 08 17:57:34 gwaihir kernel: evm: security.capability
mars 08 17:57:34 gwaihir kernel: evm: HMAC attrs: 0x1
mars 08 17:57:34 gwaihir kernel: RAS: Correctable Errors collector initialized.
mars 08 17:57:34 gwaihir kernel: clk: Disabling unused clocks
mars 08 17:57:34 gwaihir kernel: PM: genpd: Disabling unused power domains
mars 08 17:57:34 gwaihir kernel: Freeing unused decrypted memory: 2028K
mars 08 17:57:34 gwaihir kernel: Freeing unused kernel image (initmem) memory: 4276K
mars 08 17:57:34 gwaihir kernel: Write protecting the kernel read-only data: 28672k
mars 08 17:57:34 gwaihir kernel: Freeing unused kernel image (text/rodata gap) memory: 1064K
mars 08 17:57:34 gwaihir kernel: Freeing unused kernel image (rodata/data gap) memory: 484K
mars 08 17:57:34 gwaihir kernel: tsc: Refined TSC clocksource calibration: 4013.635 MHz
mars 08 17:57:34 gwaihir kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39daacfd1a8, max_idle_ns: 440795212800 ns
mars 08 17:57:34 gwaihir kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mars 08 17:57:34 gwaihir kernel: clocksource: Switched to clocksource tsc
mars 08 17:57:34 gwaihir kernel: Run /init as init process
mars 08 17:57:34 gwaihir kernel: with arguments:
mars 08 17:57:34 gwaihir kernel: /init
mars 08 17:57:34 gwaihir kernel: with environment:
mars 08 17:57:34 gwaihir kernel: HOME=/
mars 08 17:57:34 gwaihir kernel: TERM=linux
mars 08 17:57:34 gwaihir kernel: BOOT_IMAGE=/boot/vmlinuz-6.14.0-rc5+
mars 08 17:57:34 gwaihir kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
mars 08 17:57:34 gwaihir kernel: ACPI: button: Power Button [PWRB]
mars 08 17:57:34 gwaihir kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
mars 08 17:57:34 gwaihir kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
mars 08 17:57:34 gwaihir kernel: piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
mars 08 17:57:34 gwaihir kernel: e100: Intel(R) PRO/100 Network Driver
mars 08 17:57:34 gwaihir kernel: e100: Copyright(c) 1999-2006 Intel Corporation
mars 08 17:57:34 gwaihir kernel: ACPI: button: Power Button [PWRF]
mars 08 17:57:34 gwaihir kernel: ACPI: bus type USB registered
mars 08 17:57:34 gwaihir kernel: usbcore: registered new interface driver usbfs
mars 08 17:57:34 gwaihir kernel: usbcore: registered new interface driver hub
mars 08 17:57:34 gwaihir kernel: usbcore: registered new device driver usb
mars 08 17:57:34 gwaihir kernel: SCSI subsystem initialized
mars 08 17:57:34 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
mars 08 17:57:34 gwaihir kernel: e100 0000:06:05.0 eth0: addr 0xd0900000, irq 20, MAC addr 00:a0:c9:98:b5:82
mars 08 17:57:34 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
mars 08 17:57:34 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
mars 08 17:57:34 gwaihir kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
mars 08 17:57:34 gwaihir kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mars 08 17:57:34 gwaihir kernel: ACPI: bus type drm_connector registered
mars 08 17:57:34 gwaihir kernel: e100 0000:06:05.0 enp6s5: renamed from eth0
mars 08 17:57:34 gwaihir kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
mars 08 17:57:34 gwaihir kernel: QUIRK: Enable AMD PLL fix
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: debug port 1
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
mars 08 17:57:34 gwaihir kernel: r8169 0000:02:00.0 eth0: RTL8168f/8111f, <addr>, XID 480, IRQ 32
mars 08 17:57:34 gwaihir kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
mars 08 17:57:34 gwaihir kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb1: Product: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb1: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb1: SerialNumber: 0000:00:12.2
mars 08 17:57:34 gwaihir kernel: hub 1-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 1-0:1.0: 5 ports detected
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: debug port 1
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
mars 08 17:57:34 gwaihir kernel: libata version 3.00 loaded.
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
mars 08 17:57:34 gwaihir kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb2: Product: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb2: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb2: SerialNumber: 0000:00:13.2
mars 08 17:57:34 gwaihir kernel: hub 2-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 2-0:1.0: 5 ports detected
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: debug port 1
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
mars 08 17:57:34 gwaihir kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
mars 08 17:57:34 gwaihir kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb3: Product: EHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb3: Manufacturer: Linux 6.14.0-rc5+ ehci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb3: SerialNumber: 0000:00:16.2
mars 08 17:57:34 gwaihir kernel: hub 3-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 3-0:1.0: 4 ports detected
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
mars 08 17:57:34 gwaihir kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 5
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: version 3.0
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: ahci_save_initial_config:536 PI: read: 0x38
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: ahci_restore_initial_config:633 PI: wrote: 0x38
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: 3/3 ports implemented (port mask 0x38)
mars 08 17:57:34 gwaihir kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
mars 08 17:57:34 gwaihir kernel: scsi host0: ahci
mars 08 17:57:34 gwaihir kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb4: Product: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: usb usb4: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb4: SerialNumber: 0000:00:12.0
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
mars 08 17:57:34 gwaihir kernel: scsi host1: ahci
mars 08 17:57:34 gwaihir kernel: hub 4-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: scsi host2: ahci
mars 08 17:57:34 gwaihir kernel: hub 4-0:1.0: 5 ports detected
mars 08 17:57:34 gwaihir kernel: scsi host3: ahci
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
mars 08 17:57:34 gwaihir kernel: scsi host4: ahci
mars 08 17:57:34 gwaihir kernel: scsi host5: ahci
mars 08 17:57:34 gwaihir kernel: ata1: DUMMY
mars 08 17:57:34 gwaihir kernel: ata2: DUMMY
mars 08 17:57:34 gwaihir kernel: ata3: DUMMY
mars 08 17:57:34 gwaihir kernel: ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19 lpm-pol 3
mars 08 17:57:34 gwaihir kernel: ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19 lpm-pol 3
mars 08 17:57:34 gwaihir kernel: ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19 lpm-pol 3
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: ahci_save_initial_config:536 PI: read: 0x3
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: ahci_restore_initial_config:633 PI: wrote: 0x3
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: 2/2 ports implemented (port mask 0x3)
mars 08 17:57:34 gwaihir kernel: ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
mars 08 17:57:34 gwaihir kernel: [drm] radeon kernel modesetting enabled.
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: vgaarb: deactivate vga console
mars 08 17:57:34 gwaihir kernel: Console: switching to colour dummy device 80x25
mars 08 17:57:34 gwaihir kernel: [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B1 0x174B:0xE285 0x00).
mars 08 17:57:34 gwaihir kernel: [drm] doorbell mmio base: 0xD0000000
mars 08 17:57:34 gwaihir kernel: [drm] doorbell mmio size: 8388608
mars 08 17:57:34 gwaihir kernel: ATOM BIOS: C67111
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
mars 08 17:57:34 gwaihir kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
mars 08 17:57:34 gwaihir kernel: [drm] RAM width 512bits DDR
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: [drm] radeon: 4096M of VRAM memory ready
mars 08 17:57:34 gwaihir kernel: [drm] radeon: 2048M of GTT memory ready.
mars 08 17:57:34 gwaihir kernel: [drm] Loading hawaii Microcode
mars 08 17:57:34 gwaihir kernel: scsi host6: ahci
mars 08 17:57:34 gwaihir kernel: scsi host7: ahci
mars 08 17:57:34 gwaihir kernel: ata7: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 43 lpm-pol 0
mars 08 17:57:34 gwaihir kernel: ata8: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 43 lpm-pol 0
mars 08 17:57:34 gwaihir kernel: [drm] Internal thermal controller with fan control
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 7
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
mars 08 17:57:34 gwaihir kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb5: Product: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb5: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:57:34 gwaihir kernel: usb usb5: SerialNumber: 0000:03:00.0
mars 08 17:57:34 gwaihir kernel: hub 5-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 5-0:1.0: 2 ports detected
mars 08 17:57:34 gwaihir kernel: usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
mars 08 17:57:34 gwaihir kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb7: Product: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb7: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:57:34 gwaihir kernel: usb usb7: SerialNumber: 0000:03:00.0
mars 08 17:57:34 gwaihir kernel: hub 7-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 7-0:1.0: 2 ports detected
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 8
mars 08 17:57:34 gwaihir kernel: [drm] radeon: dpm initialized
mars 08 17:57:34 gwaihir kernel: [drm] Found UVD firmware Version: 1.64 Family ID: 9
mars 08 17:57:34 gwaihir kernel: [drm] Found VCE firmware/feedback version 40.2.2 / 15!
mars 08 17:57:34 gwaihir kernel: [drm] GART: num cpu pages 524288, num gpu pages 524288
mars 08 17:57:34 gwaihir kernel: [drm] PCIE gen 2 link speeds already enabled
mars 08 17:57:34 gwaihir kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb6: Product: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: usb usb6: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb6: SerialNumber: 0000:00:13.0
mars 08 17:57:34 gwaihir kernel: hub 6-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 6-0:1.0: 5 ports detected
mars 08 17:57:34 gwaihir kernel: [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: WB enabled
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 10
mars 08 17:57:34 gwaihir kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
mars 08 17:57:34 gwaihir kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb8: Product: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb8: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:57:34 gwaihir kernel: usb usb8: SerialNumber: 0000:05:00.0
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: radeon: using MSI.
mars 08 17:57:34 gwaihir kernel: hub 8-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 8-0:1.0: 2 ports detected
mars 08 17:57:34 gwaihir kernel: [drm] radeon: irq initialized.
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 0 succeeded in 3 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 1 succeeded in 3 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 2 succeeded in 3 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 3 succeeded in 5 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 4 succeeded in 5 usecs
mars 08 17:57:34 gwaihir kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
mars 08 17:57:34 gwaihir kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb10: Product: xHCI Host Controller
mars 08 17:57:34 gwaihir kernel: usb usb10: Manufacturer: Linux 6.14.0-rc5+ xhci-hcd
mars 08 17:57:34 gwaihir kernel: usb usb10: SerialNumber: 0000:05:00.0
mars 08 17:57:34 gwaihir kernel: hub 10-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 10-0:1.0: 2 ports detected
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 5 succeeded in 2 usecs
mars 08 17:57:34 gwaihir kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb9: Product: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: usb usb9: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb9: SerialNumber: 0000:00:14.5
mars 08 17:57:34 gwaihir kernel: [drm] UVD initialized successfully.
mars 08 17:57:34 gwaihir kernel: hub 9-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 9-0:1.0: 2 ports detected
mars 08 17:57:34 gwaihir kernel: ata7: SATA link down (SStatus 0 SControl 300)
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
mars 08 17:57:34 gwaihir kernel: ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 6 succeeded in 23 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ring test on 7 succeeded in 3 usecs
mars 08 17:57:34 gwaihir kernel: [drm] VCE initialized successfully.
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 0 succeeded in 0 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 1 succeeded in 0 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 2 succeeded in 0 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 3 succeeded in 0 usecs
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 4 succeeded in 0 usecs
mars 08 17:57:34 gwaihir kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
mars 08 17:57:34 gwaihir kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mars 08 17:57:34 gwaihir kernel: usb usb11: Product: OHCI PCI host controller
mars 08 17:57:34 gwaihir kernel: usb usb11: Manufacturer: Linux 6.14.0-rc5+ ohci_hcd
mars 08 17:57:34 gwaihir kernel: usb usb11: SerialNumber: 0000:00:16.0
mars 08 17:57:34 gwaihir kernel: hub 11-0:1.0: USB hub found
mars 08 17:57:34 gwaihir kernel: hub 11-0:1.0: 4 ports detected
mars 08 17:57:34 gwaihir kernel: usb 7-1: new SuperSpeed USB device number 2 using xhci_hcd
mars 08 17:57:34 gwaihir kernel: usb 7-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
mars 08 17:57:34 gwaihir kernel: usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 08 17:57:34 gwaihir kernel: usb 7-1: Product: SanDisk 3.2Gen1
mars 08 17:57:34 gwaihir kernel: usb 7-1: Manufacturer: USB
mars 08 17:57:34 gwaihir kernel: usb 7-1: SerialNumber: 0101cea8be0f071073bd93ad1c6cc31c54716c100dd1a7bd5d332db640532c41f77f000000000000000000005e32fe3b00184a0081558107acb0d60d
mars 08 17:57:34 gwaihir kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 08 17:57:34 gwaihir kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 08 17:57:34 gwaihir kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 08 17:57:34 gwaihir kernel: ata4.00: ATA-7: MAXTOR STM3250310AS, 3.AAC, max UDMA/133
mars 08 17:57:34 gwaihir kernel: ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32)
mars 08 17:57:34 gwaihir kernel: ata6.00: ATA-8: ST31000528AS, CC38, max UDMA/133
mars 08 17:57:34 gwaihir kernel: ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
mars 08 17:57:34 gwaihir kernel: ata4.00: configured for UDMA/133
mars 08 17:57:34 gwaihir kernel: ata6.00: configured for UDMA/133
mars 08 17:57:34 gwaihir kernel: ata5.00: ATAPI: ASUS BC-12D2HT, 1.00, max UDMA/100
mars 08 17:57:34 gwaihir kernel: ata5.00: configured for UDMA/100
mars 08 17:57:34 gwaihir kernel: scsi 3:0:0:0: Direct-Access ATA MAXTOR STM325031 C PQ: 0 ANSI: 5
mars 08 17:57:34 gwaihir kernel: scsi 4:0:0:0: CD-ROM ASUS BC-12D2HT 1.00 PQ: 0 ANSI: 5
mars 08 17:57:34 gwaihir kernel: usb 4-1: new full-speed USB device number 2 using ohci-pci
mars 08 17:57:34 gwaihir kernel: usb 8-1: new high-speed USB device number 2 using xhci_hcd
mars 08 17:57:34 gwaihir kernel: scsi 5:0:0:0: Direct-Access ATA ST31000528AS CC38 PQ: 0 ANSI: 5
mars 08 17:57:34 gwaihir kernel: usb 4-1: New USB device found, idVendor=145f, idProduct=026e, bcdDevice= 1.00
mars 08 17:57:34 gwaihir kernel: usb 4-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
mars 08 17:57:34 gwaihir kernel: usb 4-1: Product: GXT 133 Gaming Mouse
mars 08 17:57:34 gwaihir kernel: usb 8-1: New USB device found, idVendor=045e, idProduct=076d, bcdDevice= 1.03
mars 08 17:57:34 gwaihir kernel: usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 08 17:57:34 gwaihir kernel: usb 8-1: Product: Microsoft® LifeCam HD-5000
mars 08 17:57:34 gwaihir kernel: usb 8-1: Manufacturer: Microsoft
mars 08 17:57:34 gwaihir kernel: ata8: SATA link down (SStatus 0 SControl 300)
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] Write Protect is off
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] Write Protect is off
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] Preferred minimum I/O size 512 bytes
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
mars 08 17:57:34 gwaihir kernel: usb-storage 7-1:1.0: USB Mass Storage device detected
mars 08 17:57:34 gwaihir kernel: scsi host8: usb-storage 7-1:1.0
mars 08 17:57:34 gwaihir kernel: usbcore: registered new interface driver usb-storage
mars 08 17:57:34 gwaihir kernel: hid: raw HID events driver (C) Jiri Kosina
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 5 succeeded
mars 08 17:57:34 gwaihir kernel: sdb: sdb1 sdb2 sdb3
mars 08 17:57:34 gwaihir kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 6 succeeded
mars 08 17:57:34 gwaihir kernel: [drm] ib test on ring 7 succeeded
mars 08 17:57:34 gwaihir kernel: [drm] Radeon Display Connectors
mars 08 17:57:34 gwaihir kernel: [drm] Connector 0:
mars 08 17:57:34 gwaihir kernel: [drm] DP-1
mars 08 17:57:34 gwaihir kernel: [drm] HPD2
mars 08 17:57:34 gwaihir kernel: [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
mars 08 17:57:34 gwaihir kernel: [drm] Encoders:
mars 08 17:57:34 gwaihir kernel: [drm] DFP1: INTERNAL_UNIPHY2
mars 08 17:57:34 gwaihir kernel: [drm] Connector 1:
mars 08 17:57:34 gwaihir kernel: [drm] HDMI-A-1
mars 08 17:57:34 gwaihir kernel: [drm] HPD3
mars 08 17:57:34 gwaihir kernel: [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
mars 08 17:57:34 gwaihir kernel: [drm] Encoders:
mars 08 17:57:34 gwaihir kernel: [drm] DFP2: INTERNAL_UNIPHY2
mars 08 17:57:34 gwaihir kernel: [drm] Connector 2:
mars 08 17:57:34 gwaihir kernel: [drm] DVI-D-1
mars 08 17:57:34 gwaihir kernel: [drm] HPD1
mars 08 17:57:34 gwaihir kernel: [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
mars 08 17:57:34 gwaihir kernel: [drm] Encoders:
mars 08 17:57:34 gwaihir kernel: [drm] DFP3: INTERNAL_UNIPHY1
mars 08 17:57:34 gwaihir kernel: [drm] Connector 3:
mars 08 17:57:34 gwaihir kernel: [drm] DVI-D-2
mars 08 17:57:34 gwaihir kernel: [drm] HPD6
mars 08 17:57:34 gwaihir kernel: [drm] DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
mars 08 17:57:34 gwaihir kernel: [drm] Encoders:
mars 08 17:57:34 gwaihir kernel: [drm] DFP4: INTERNAL_UNIPHY
mars 08 17:57:34 gwaihir kernel: [drm] Initialized radeon 2.50.0 for 0000:01:00.0 on minor 0
mars 08 17:57:34 gwaihir kernel: sda: sda1 sda2 < sda5 sda6 sda7 > sda3
mars 08 17:57:34 gwaihir kernel: sd 3:0:0:0: [sda] Attached SCSI disk
mars 08 17:57:34 gwaihir kernel: usb 8-2: new full-speed USB device number 3 using xhci_hcd
mars 08 17:57:34 gwaihir kernel: usbcore: registered new interface driver uas
mars 08 17:57:34 gwaihir kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 153x/204x writer dvd-ram cd/rw xa/form2 cdda tray
mars 08 17:57:34 gwaihir kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
mars 08 17:57:34 gwaihir kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
mars 08 17:57:34 gwaihir kernel: usbcore: registered new interface driver usbhid
mars 08 17:57:34 gwaihir kernel: usbhid: USB HID core driver
mars 08 17:57:34 gwaihir kernel: input: GXT 133 Gaming Mouse as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:145F:026E.0001/input/input2
mars 08 17:57:34 gwaihir kernel: hid-generic 0003:145F:026E.0001: input,hidraw0: USB HID v1.11 Mouse [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input0
mars 08 17:57:34 gwaihir kernel: input: GXT 133 Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:145F:026E.0002/input/input4
mars 08 17:57:34 gwaihir kernel: hid-generic 0003:145F:026E.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input1
mars 08 17:57:34 gwaihir kernel: [drm] fb mappable at 0xC0731000
mars 08 17:57:34 gwaihir kernel: [drm] vram apper at 0xC0000000
mars 08 17:57:34 gwaihir kernel: [drm] size 8294400
mars 08 17:57:34 gwaihir kernel: [drm] fb depth is 24
mars 08 17:57:34 gwaihir kernel: [drm] pitch is 7680
mars 08 17:57:34 gwaihir kernel: fbcon: radeondrmfb (fb0) is primary device
mars 08 17:57:34 gwaihir kernel: Console: switching to colour frame buffer device 128x48
mars 08 17:57:34 gwaihir kernel: radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
mars 08 17:57:34 gwaihir kernel: usb 4-2: new low-speed USB device number 3 using ohci-pci
mars 08 17:57:34 gwaihir kernel: usb 8-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
mars 08 17:57:34 gwaihir kernel: usb 8-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
mars 08 17:57:34 gwaihir kernel: usb 4-2: New USB device found, idVendor=046d, idProduct=c328, bcdDevice=86.00
mars 08 17:57:34 gwaihir kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 08 17:57:34 gwaihir kernel: usb 4-2: Product: USB Keyboard
mars 08 17:57:34 gwaihir kernel: usb 4-2: Manufacturer: Logitech
mars 08 17:57:34 gwaihir kernel: input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/0003:046D:C328.0003/input/input5
mars 08 17:57:34 gwaihir kernel: scsi 8:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
mars 08 17:57:34 gwaihir kernel: sd 8:0:0:0: [sdc] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
mars 08 17:57:34 gwaihir kernel: sd 8:0:0:0: [sdc] Write Protect is off
mars 08 17:57:34 gwaihir kernel: sd 8:0:0:0: [sdc] Mode Sense: 43 00 00 00
mars 08 17:57:34 gwaihir kernel: sd 8:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
mars 08 17:57:34 gwaihir kernel: [drm] amdgpu kernel modesetting enabled.
mars 08 17:57:34 gwaihir kernel: amdgpu: Virtual CRAT table created for CPU
mars 08 17:57:34 gwaihir kernel: amdgpu: Topology: Add CPU node
mars 08 17:57:34 gwaihir kernel: sdc: sdc1
mars 08 17:57:34 gwaihir kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
mars 08 17:57:34 gwaihir kernel: hid-generic 0003:046D:C328.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:12.0-2/input0
mars 08 17:57:34 gwaihir kernel: input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:046D:C328.0004/input/input6
mars 08 17:57:34 gwaihir kernel: input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:046D:C328.0004/input/input7
mars 08 17:57:34 gwaihir kernel: hid-generic 0003:046D:C328.0004: input,hiddev1,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:12.0-2/input1
mars 08 17:57:34 gwaihir kernel: EXT4-fs (sdc1): mounted filesystem 09da5eff-1c28-4347-8069-2b4ced47d9ca ro with ordered data mode. Quota mode: none.
mars 08 17:57:34 gwaihir kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
mars 08 17:57:34 gwaihir kernel: random: crng init done
mars 08 17:57:34 gwaihir systemd[1]: Inserted module 'autofs4'
mars 08 17:57:34 gwaihir systemd[1]: systemd 257.3-1 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)
mars 08 17:57:34 gwaihir systemd[1]: Detected architecture x86-64.
mars 08 17:57:34 gwaihir systemd[1]: Hostname set to <gwaihir>.
mars 08 17:57:34 gwaihir systemd[1]: bpf-restrict-fs: LSM BPF program attached
mars 08 17:57:34 gwaihir systemd[1]: Queued start job for default target graphical.target.
mars 08 17:57:34 gwaihir systemd[1]: Created slice system-getty.slice - Slice /system/getty.
mars 08 17:57:34 gwaihir systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
mars 08 17:57:34 gwaihir systemd[1]: Created slice user.slice - User and Session Slice.
mars 08 17:57:34 gwaihir systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
mars 08 17:57:34 gwaihir systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
mars 08 17:57:34 gwaihir systemd[1]: Reached target remote-fs.target - Remote File Systems.
mars 08 17:57:34 gwaihir systemd[1]: Reached target slices.target - Slice Units.
mars 08 17:57:34 gwaihir systemd[1]: Reached target swap.target - Swaps.
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
mars 08 17:57:34 gwaihir systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:34 gwaihir systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
mars 08 17:57:34 gwaihir systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
mars 08 17:57:34 gwaihir systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
mars 08 17:57:34 gwaihir systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
mars 08 17:57:34 gwaihir systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
mars 08 17:57:34 gwaihir systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
mars 08 17:57:34 gwaihir systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
mars 08 17:57:34 gwaihir systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
mars 08 17:57:34 gwaihir systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
mars 08 17:57:34 gwaihir systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
mars 08 17:57:34 gwaihir systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
mars 08 17:57:34 gwaihir systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
mars 08 17:57:34 gwaihir systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
mars 08 17:57:34 gwaihir systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
mars 08 17:57:34 gwaihir 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).
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-journald.service - Journal Service...
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
mars 08 17:57:34 gwaihir systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
mars 08 17:57:34 gwaihir systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
mars 08 17:57:34 gwaihir systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
mars 08 17:57:34 gwaihir systemd[1]: modprobe@drm.service: Deactivated successfully.
mars 08 17:57:34 gwaihir systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
mars 08 17:57:34 gwaihir systemd[1]: modprobe@fuse.service: Deactivated successfully.
mars 08 17:57:34 gwaihir systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
mars 08 17:57:34 gwaihir systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
mars 08 17:57:34 gwaihir systemd[1]: modprobe@configfs.service: Deactivated successfully.
mars 08 17:57:34 gwaihir systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
mars 08 17:57:34 gwaihir systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
mars 08 17:57:34 gwaihir systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
mars 08 17:57:34 gwaihir systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
mars 08 17:57:34 gwaihir systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
mars 08 17:57:34 gwaihir systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
mars 08 17:57:34 gwaihir systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
mars 08 17:57:34 gwaihir systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
mars 08 17:57:34 gwaihir systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
mars 08 17:57:34 gwaihir systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
mars 08 17:57:34 gwaihir systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
mars 08 17:57:34 gwaihir systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
mars 08 17:57:34 gwaihir systemd-journald[364]: Collecting audit messages is disabled.
mars 08 17:57:34 gwaihir kernel: lp: driver loaded but no devices found
mars 08 17:57:34 gwaihir kernel: EXT4-fs (sdc1): re-mounted 09da5eff-1c28-4347-8069-2b4ced47d9ca r/w. Quota mode: none.
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
mars 08 17:57:34 gwaihir kernel: ppdev: user-space parallel port driver
mars 08 17:57:34 gwaihir systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
mars 08 17:57:34 gwaihir systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
mars 08 17:57:34 gwaihir systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
mars 08 17:57:34 gwaihir systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
mars 08 17:57:34 gwaihir systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
mars 08 17:57:34 gwaihir systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
mars 08 17:57:34 gwaihir systemd[1]: Reached target local-fs.target - Local File Systems.
mars 08 17:57:34 gwaihir systemd-journald[364]: Journal started
mars 08 17:57:34 gwaihir systemd-journald[364]: Runtime Journal (/run/log/journal/4bb132417544489598abc4ca5ac56e13) is 8M, max 158.9M, 150.9M free.
mars 08 17:57:34 gwaihir systemd-modules-load[365]: Inserted module 'lp'
mars 08 17:57:34 gwaihir systemd-modules-load[365]: Inserted module 'ppdev'
mars 08 17:57:34 gwaihir systemd-modules-load[365]: Inserted module 'parport_pc'
mars 08 17:57:34 gwaihir systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management.
mars 08 17:57:34 gwaihir systemd[1]: Starting apparmor.service - Load AppArmor profiles...
mars 08 17:57:34 gwaihir systemd[1]: Starting console-setup.service - Set console font and keymap...
mars 08 17:57:34 gwaihir systemd[1]: Starting plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data...
mars 08 17:57:34 gwaihir systemd-sysctl[391]: Couldn't write '1' to 'kernel/unprivileged_userns_clone', ignoring: No such file or directory
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
mars 08 17:57:34 gwaihir systemd[1]: Started systemd-journald.service - Journal Service.
mars 08 17:57:34 gwaihir systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...
mars 08 17:57:34 gwaihir systemd[1]: Finished console-setup.service - Set console font and keymap.
mars 08 17:57:34 gwaihir systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 400 (systemd-binfmt)
mars 08 17:57:34 gwaihir systemd-udevd[395]: Using default interface naming scheme 'v257'.
mars 08 17:57:34 gwaihir systemd[1]: Received SIGRTMIN+20 from PID 301 (plymouthd).
mars 08 17:57:34 gwaihir systemd-journald[364]: Time spent on flushing to /var/log/journal/4bb132417544489598abc4ca5ac56e13 is 379.899ms for 1078 entries.
mars 08 17:57:34 gwaihir systemd-journald[364]: System Journal (/var/log/journal/4bb132417544489598abc4ca5ac56e13) is 56M, max 2.8G, 2.7G free.
mars 08 17:57:36 gwaihir systemd-journald[364]: Received client request to flush runtime journal.
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.774:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=441 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.778:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=436 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.778:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=436 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.778:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=439 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.782:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=435 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.790:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=437 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.790:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=437 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.790:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=437 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.802:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=438 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: audit: type=1400 audit(1741453054.814:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=442 comm="apparmor_parser"
mars 08 17:57:36 gwaihir kernel: acpi_cpufreq: overriding BIOS provided _PSD data
mars 08 17:57:36 gwaihir kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
mars 08 17:57:36 gwaihir kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
mars 08 17:57:36 gwaihir kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
mars 08 17:57:36 gwaihir kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
mars 08 17:57:36 gwaihir kernel: cryptd: max_cpu_qlen set to 1000
mars 08 17:57:36 gwaihir kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
mars 08 17:57:36 gwaihir kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
mars 08 17:57:36 gwaihir kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
mars 08 17:57:36 gwaihir kernel: sd 8:0:0:0: Attached scsi generic sg3 type 0
mars 08 17:57:36 gwaihir kernel: Error: Driver 'pcspkr' is already registered, aborting...
mars 08 17:57:36 gwaihir kernel: at24 0-0050: supply vcc not found, using dummy regulator
mars 08 17:57:36 gwaihir kernel: at24 0-0050: 256 byte spd EEPROM, read-only
mars 08 17:57:36 gwaihir kernel: at24 0-0051: supply vcc not found, using dummy regulator
mars 08 17:57:36 gwaihir kernel: at24 0-0051: 256 byte spd EEPROM, read-only
mars 08 17:57:36 gwaihir kernel: at24 0-0052: supply vcc not found, using dummy regulator
mars 08 17:57:36 gwaihir kernel: at24 0-0052: 256 byte spd EEPROM, read-only
mars 08 17:57:36 gwaihir kernel: at24 0-0053: supply vcc not found, using dummy regulator
mars 08 17:57:36 gwaihir kernel: at24 0-0053: 256 byte spd EEPROM, read-only
mars 08 17:57:36 gwaihir kernel: asus_wmi: ASUS WMI generic driver loaded
mars 08 17:57:36 gwaihir kernel: asus_wmi: Initialization: 0x0
mars 08 17:57:36 gwaihir kernel: asus_wmi: BIOS WMI version: 0.9
mars 08 17:57:36 gwaihir kernel: asus_wmi: SFUN value: 0x0
mars 08 17:57:36 gwaihir kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
mars 08 17:57:36 gwaihir kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
mars 08 17:57:36 gwaihir kernel: AES CTR mode by8 optimization enabled
mars 08 17:57:36 gwaihir kernel: mc: Linux media interface: v0.10
mars 08 17:57:36 gwaihir kernel: Bluetooth: Core ver 2.22
mars 08 17:57:36 gwaihir kernel: NET: Registered PF_BLUETOOTH protocol family
mars 08 17:57:36 gwaihir kernel: Bluetooth: HCI device and connection manager initialized
mars 08 17:57:36 gwaihir kernel: Bluetooth: HCI socket layer initialized
mars 08 17:57:36 gwaihir kernel: Bluetooth: L2CAP socket layer initialized
mars 08 17:57:36 gwaihir kernel: Bluetooth: SCO socket layer initialized
mars 08 17:57:36 gwaihir kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode
mars 08 17:57:36 gwaihir kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops radeon_audio_component_bind_ops [radeon])
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input10
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input11
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input12
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14
mars 08 17:57:36 gwaihir kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
mars 08 17:57:36 gwaihir kernel: videodev: Linux video capture interface: v2.00
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
mars 08 17:57:36 gwaihir kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input21
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input22
mars 08 17:57:36 gwaihir kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input23
mars 08 17:57:36 gwaihir kernel: kvm_amd: TSC scaling supported
mars 08 17:57:36 gwaihir kernel: kvm_amd: Nested Virtualization enabled
mars 08 17:57:36 gwaihir kernel: kvm_amd: Nested Paging enabled
mars 08 17:57:36 gwaihir kernel: kvm_amd: LBR virtualization supported
mars 08 17:57:36 gwaihir kernel: usbcore: registered new interface driver btusb
mars 08 17:57:36 gwaihir kernel: MCE: In-kernel MCE decoding enabled.
mars 08 17:57:36 gwaihir kernel: usbcore: registered new interface driver snd-usb-audio
mars 08 17:57:36 gwaihir kernel: usb 8-1: Found UVC 1.00 device Microsoft® LifeCam HD-5000 (045e:076d)
mars 08 17:57:36 gwaihir kernel: usbcore: registered new interface driver uvcvideo
mars 08 17:57:36 gwaihir kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
mars 08 17:57:36 gwaihir kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
mars 08 17:57:34 gwaihir systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
mars 08 17:57:36 gwaihir apparmor.systemd[396]: Restarting AppArmor
mars 08 17:57:36 gwaihir apparmor.systemd[396]: Reloading AppArmor profiles
mars 08 17:57:34 gwaihir systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
mars 08 17:57:34 gwaihir systemd[1]: Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data.
mars 08 17:57:34 gwaihir systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
mars 08 17:57:34 gwaihir systemd[1]: Finished apparmor.service - Load AppArmor profiles.
mars 08 17:57:34 gwaihir systemd[1]: Starting networking.service - Raise network interfaces...
mars 08 17:57:35 gwaihir systemd-udevd[395]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 GOTO="alsa_restore_std" has no matching label, ignoring.
mars 08 17:57:35 gwaihir systemd-udevd[395]: /usr/lib/udev/rules.d/90-alsa-restore.rules:16 The line has no effect any more, dropping.
mars 08 17:57:35 gwaihir systemd-udevd[395]: /usr/lib/udev/rules.d/90-alsa-restore.rules:20 GOTO="alsa_restore_std" has no matching label, ignoring.
mars 08 17:57:35 gwaihir systemd-udevd[395]: /usr/lib/udev/rules.d/90-alsa-restore.rules:20 The line has no effect any more, dropping.
mars 08 17:57:35 gwaihir systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
mars 08 17:57:35 gwaihir systemd[1]: Starting plymouth-start.service - Show Plymouth Boot Screen...
mars 08 17:57:35 gwaihir systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
mars 08 17:57:35 gwaihir systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
mars 08 17:57:35 gwaihir systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
mars 08 17:57:35 gwaihir systemd[1]: Finished networking.service - Raise network interfaces.
mars 08 17:57:35 gwaihir systemd[1]: Started plymouth-start.service - Show Plymouth Boot Screen.
mars 08 17:57:35 gwaihir systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
mars 08 17:57:35 gwaihir systemd[1]: Started systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
mars 08 17:57:35 gwaihir systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
mars 08 17:57:36 gwaihir systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
mars 08 17:57:36 gwaihir systemd[1]: Reached target bluetooth.target - Bluetooth Support.
mars 08 17:57:36 gwaihir systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
mars 08 17:57:36 gwaihir systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.
mars 08 17:57:36 gwaihir systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...
mars 08 17:57:36 gwaihir systemd-tmpfiles[693]: /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
mars 08 17:57:36 gwaihir systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.
mars 08 17:57:36 gwaihir systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
mars 08 17:57:36 gwaihir systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:57:36 gwaihir systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mars 08 17:57:36 gwaihir systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
mars 08 17:57:36 gwaihir systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mars 08 17:57:36 gwaihir systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.
mars 08 17:57:36 gwaihir systemd[1]: Reached target sysinit.target - System Initialization.
mars 08 17:57:36 gwaihir systemd[1]: Started cups.path - CUPS Scheduler.
mars 08 17:57:36 gwaihir systemd[1]: Started anacron.timer - Trigger anacron every hour.
mars 08 17:57:36 gwaihir systemd[1]: Started apt-daily.timer - Daily apt download activities.
mars 08 17:57:36 gwaihir systemd[1]: Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities.
mars 08 17:57:36 gwaihir systemd[1]: Started dpkg-db-backup.timer - Daily dpkg database backup timer.
mars 08 17:57:36 gwaihir systemd[1]: Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems.
mars 08 17:57:36 gwaihir systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.
mars 08 17:57:36 gwaihir systemd[1]: Started logrotate.timer - Daily rotation of log files.
mars 08 17:57:36 gwaihir systemd[1]: Started man-db.timer - Daily man-db regeneration.
mars 08 17:57:36 gwaihir systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
mars 08 17:57:36 gwaihir systemd[1]: Reached target paths.target - Path Units.
mars 08 17:57:36 gwaihir systemd[1]: Reached target timers.target - Timer Units.
mars 08 17:57:36 gwaihir systemd[1]: Listening on avahi-daemon.socket - Avahi mDNS/DNS-SD Stack Activation Socket.
mars 08 17:57:36 gwaihir systemd[1]: Listening on cups.socket - CUPS Scheduler.
mars 08 17:57:36 gwaihir systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
mars 08 17:57:36 gwaihir systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.
mars 08 17:57:36 gwaihir systemd[1]: Reached target sockets.target - Socket Units.
mars 08 17:57:36 gwaihir systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:36 gwaihir systemd[1]: Reached target basic.target - Basic System.
mars 08 17:57:36 gwaihir systemd[1]: System is tainted: unmerged-bin
mars 08 17:57:36 gwaihir systemd[1]: Started anacron.service - Run anacron jobs.
mars 08 17:57:36 gwaihir systemd[1]: Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
mars 08 17:57:36 gwaihir systemd[1]: Started cron.service - Regular background program processing daemon.
mars 08 17:57:36 gwaihir systemd[1]: Starting dbus.service - D-Bus System Message Bus...
mars 08 17:57:36 gwaihir anacron[696]: Anacron 2.3 started on 2025-03-08
mars 08 17:57:36 gwaihir cron[698]: (CRON) INFO (pidfile fd = 3)
mars 08 17:57:36 gwaihir systemd[1]: Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots...
mars 08 17:57:36 gwaihir systemd[1]: getty-static.service - getty on tty2-tty6 if dbus and logind are not available was skipped because of an unmet condition check (ConditionPathExists=!/usr/bin/dbus-daemon).
mars 08 17:57:36 gwaihir cron[698]: (CRON) INFO (Running @reboot jobs)
mars 08 17:57:36 gwaihir anacron[696]: Normal exit (0 jobs run)
mars 08 17:57:36 gwaihir systemd[1]: Starting grub-common.service - Record successful boot for GRUB...
mars 08 17:57:36 gwaihir systemd[1]: Starting lm-sensors.service - Initialize hardware monitoring sensors...
mars 08 17:57:36 gwaihir systemd[1]: Starting polkit.service - Authorization Manager...
mars 08 17:57:36 gwaihir systemd[1]: Starting systemd-logind.service - User Login Management...
mars 08 17:57:36 gwaihir systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
mars 08 17:57:36 gwaihir systemd[1]: Starting udisks2.service - Disk Manager...
mars 08 17:57:36 gwaihir systemd[1]: anacron.service: Deactivated successfully.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Found user 'avahi' (UID 102) and group 'avahi' (GID 104).
mars 08 17:57:36 gwaihir avahi-daemon[697]: Successfully dropped root privileges.
mars 08 17:57:36 gwaihir avahi-daemon[697]: avahi-daemon 0.8 starting up.
mars 08 17:57:36 gwaihir systemd[1]: alsa-state.service - Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
mars 08 17:57:36 gwaihir systemd[1]: Starting alsa-restore.service - Save/Restore Sound Card State...
mars 08 17:57:36 gwaihir sensors[719]: k10temp-pci-00c3
mars 08 17:57:36 gwaihir sensors[719]: Adapter: PCI adapter
mars 08 17:57:36 gwaihir sensors[719]: temp1: +45.2°C (high = +70.0°C)
mars 08 17:57:36 gwaihir sensors[719]: (crit = +90.0°C, hyst = +87.0°C)
mars 08 17:57:36 gwaihir sensors[719]: radeon-pci-0100
mars 08 17:57:36 gwaihir sensors[719]: Adapter: PCI adapter
mars 08 17:57:36 gwaihir sensors[719]: temp1: +42.0°C (crit = +120.0°C, hyst = +90.0°C)
mars 08 17:57:36 gwaihir sensors[719]: fam15h_power-pci-00c4
mars 08 17:57:36 gwaihir sensors[719]: Adapter: PCI adapter
mars 08 17:57:36 gwaihir sensors[719]: power1: 119.03 W (crit = 125.19 W)
mars 08 17:57:36 gwaihir systemd[1]: Finished lm-sensors.service - Initialize hardware monitoring sensors.
mars 08 17:57:36 gwaihir systemd[1]: Finished alsa-restore.service - Save/Restore Sound Card State.
mars 08 17:57:36 gwaihir systemd[1]: Reached target sound.target - Sound Card.
mars 08 17:57:36 gwaihir systemd-logind[704]: New seat seat0.
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event1 (Power Button)
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event0 (Power Button)
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event3 (GXT 133 Gaming Mouse Keyboard)
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event4 (Logitech USB Keyboard)
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event5 (Logitech USB Keyboard Consumer Control)
mars 08 17:57:36 gwaihir systemd-logind[704]: Watching system buttons on /dev/input/event6 (Logitech USB Keyboard System Control)
mars 08 17:57:36 gwaihir systemd[1]: Started systemd-logind.service - User Login Management.
mars 08 17:57:36 gwaihir systemd[1]: e2scrub_reap.service: Deactivated successfully.
mars 08 17:57:36 gwaihir systemd[1]: Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots.
mars 08 17:57:36 gwaihir polkitd[703]: Started polkitd version 126
mars 08 17:57:36 gwaihir systemd[1]: grub-common.service: Deactivated successfully.
mars 08 17:57:36 gwaihir systemd[1]: Finished grub-common.service - Record successful boot for GRUB.
mars 08 17:57:36 gwaihir udisksd[705]: udisks daemon version 2.10.1 starting
mars 08 17:57:36 gwaihir avahi-daemon[697]: Successfully called chroot().
mars 08 17:57:36 gwaihir avahi-daemon[697]: Successfully dropped remaining capabilities.
mars 08 17:57:36 gwaihir systemd[1]: Started dbus.service - D-Bus System Message Bus.
mars 08 17:57:36 gwaihir systemd[1]: Starting NetworkManager.service - Network Manager...
mars 08 17:57:36 gwaihir avahi-daemon[697]: No service file found in /etc/avahi/services.
mars 08 17:57:36 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.systemd1'
mars 08 17:57:36 gwaihir systemd[1]: Starting wpa_supplicant.service - WPA supplicant...
mars 08 17:57:36 gwaihir systemd[1]: Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
mars 08 17:57:36 gwaihir avahi-daemon[697]: New relevant interface lo.IPv6 for mDNS.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 08 17:57:36 gwaihir avahi-daemon[697]: New relevant interface lo.IPv4 for mDNS.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Network interface enumeration completed.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Registering new address record for ::1 on lo.*.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Registering new address record for 127.0.0.1 on lo.IPv4.
mars 08 17:57:36 gwaihir avahi-daemon[697]: Failed to parse address '<addr>%enp2s0', ignoring.
mars 08 17:57:36 gwaihir polkitd[703]: Loading rules from directory /etc/polkit-1/rules.d
mars 08 17:57:36 gwaihir polkitd[703]: Loading rules from directory /run/polkit-1/rules.d
mars 08 17:57:36 gwaihir polkitd[703]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
mars 08 17:57:36 gwaihir polkitd[703]: Loading rules from directory /usr/local/share/polkit-1/rules.d
mars 08 17:57:36 gwaihir polkitd[703]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
mars 08 17:57:36 gwaihir polkitd[703]: Loading rules from directory /usr/share/polkit-1/rules.d
mars 08 17:57:36 gwaihir polkitd[703]: Finished loading, compiling and executing 3 rules
mars 08 17:57:36 gwaihir systemd[1]: Started polkit.service - Authorization Manager.
mars 08 17:57:36 gwaihir polkitd[703]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
mars 08 17:57:36 gwaihir systemd[1]: Starting ModemManager.service - Modem Manager...
mars 08 17:57:36 gwaihir systemd[1]: Started wpa_supplicant.service - WPA supplicant.
mars 08 17:57:36 gwaihir wpa_supplicant[768]: Successfully initialized wpa_supplicant
mars 08 17:57:36 gwaihir ModemManager[777]: <msg> ModemManager (version 1.22.0) starting in system bus...
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.0601] NetworkManager (version 1.50.3) is starting... (boot:39abc11a-3404-4314-908a-4162e86fe8f3)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.0602] Read config: /etc/NetworkManager/NetworkManager.conf (lib: no-mac-addr-change.conf)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.0783] manager[0x55e3043f65a0]: monitoring kernel firmware directory '/lib/firmware'.
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.0784] monitoring ifupdown state file '/run/network/ifstate'.
mars 08 17:57:37 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.7' (uid=0 pid=767 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:57:37 gwaihir kernel: NET: Registered PF_QIPCRTR protocol family
mars 08 17:57:37 gwaihir systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
mars 08 17:57:37 gwaihir systemd[1]: Started ModemManager.service - Modem Manager.
mars 08 17:57:37 gwaihir systemd[1]: Started systemd-hostnamed.service - Hostname Service.
mars 08 17:57:37 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.hostname1'
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.1953] hostname: hostname: using hostnamed
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.1953] hostname: static hostname changed from (none) to "gwaihir"
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2060] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2094] manager[0x55e3043f65a0]: rfkill: Wi-Fi hardware radio set enabled
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2095] manager[0x55e3043f65a0]: rfkill: WWAN hardware radio set enabled
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2223] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-wifi.so)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2354] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-bluetooth.so)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2376] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-adsl.so)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2451] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-team.so)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2472] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-device-plugin-wwan.so)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2477] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2479] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2481] manager: Networking is enabled by state file
mars 08 17:57:37 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=767 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2509] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.3/libnm-settings-plugin-ifupdown.so")
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2510] settings: Loaded settings plugin: keyfile (internal)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2510] ifupdown: management mode: unmanaged
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2511] ifupdown: interface-parser: parsing file /etc/network/interfaces
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2511] ifupdown: interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d/*
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2512] ifupdown: interfaces file /etc/network/interfaces.d/* doesn't exist
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2513] ifupdown: interface-parser: finished parsing file /etc/network/interfaces
mars 08 17:57:37 gwaihir systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2578] dhcp: init: Using DHCP client 'internal'
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2584] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2657] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2668] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2682] device (lo): Activation: starting connection 'lo' (94b75660-c1f2-4db4-955f-6c1868d75457)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2702] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2829] settings: (enp2s0): created default wired connection 'Connexion filaire 1'
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.2830] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
mars 08 17:57:37 gwaihir kernel: RTL8211E Gigabit Ethernet r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
mars 08 17:57:37 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 08 17:57:37 gwaihir systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
mars 08 17:57:37 gwaihir avahi-daemon[697]: Server startup complete. Host name is gwaihir.local. Local service cookie is 3191037238.
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5114] manager: (enp6s5): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5137] settings: (enp6s5): created default wired connection 'Connexion filaire 2'
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5138] device (enp6s5): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
mars 08 17:57:37 gwaihir kernel: r8169 0000:02:00.0 enp2s0: Link is Down
mars 08 17:57:37 gwaihir systemd[1]: Started NetworkManager.service - Network Manager.
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5465] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
mars 08 17:57:37 gwaihir systemd[1]: Reached target network.target - Network.
mars 08 17:57:37 gwaihir systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5517] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5523] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5528] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir systemd[1]: Starting cups.service - CUPS Scheduler...
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5539] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5565] modem-manager: ModemManager available
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5690] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5694] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
mars 08 17:57:37 gwaihir NetworkManager[767]: <info> [1741453057.5704] device (lo): Activation: successful, device activated.
mars 08 17:57:37 gwaihir systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.
mars 08 17:57:37 gwaihir systemd[1]: Starting lightdm.service - Light Display Manager...
mars 08 17:57:37 gwaihir systemd[1]: Starting plymouth-quit-wait.service - Hold until boot process finishes up...
mars 08 17:57:37 gwaihir systemd[1]: Started cups.service - CUPS Scheduler.
mars 08 17:57:37 gwaihir systemd[1]: Received SIGRTMIN+21 from PID 301 (plymouthd).
mars 08 17:57:37 gwaihir systemd[1]: Finished plymouth-quit-wait.service - Hold until boot process finishes up.
mars 08 17:57:37 gwaihir systemd[1]: Started lightdm.service - Light Display Manager.
mars 08 17:57:37 gwaihir systemd[1]: Started getty@tty1.service - Getty on tty1.
mars 08 17:57:37 gwaihir systemd[1]: Reached target getty.target - Login Prompts.
mars 08 17:57:37 gwaihir lightdm[798]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:57:37 gwaihir systemd[1]: Started udisks2.service - Disk Manager.
mars 08 17:57:37 gwaihir udisksd[705]: Acquired the name org.freedesktop.UDisks2 on the system message bus
mars 08 17:57:41 gwaihir lightdm[835]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:57:41 gwaihir lightdm[835]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=107) by (uid=0)
mars 08 17:57:41 gwaihir ModemManager[777]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0': not supported by any plugin
mars 08 17:57:41 gwaihir ModemManager[777]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.4/0000:06:05.0': not supported by any plugin
mars 08 17:57:41 gwaihir systemd[1]: systemd-rfkill.service: Deactivated successfully.
mars 08 17:57:41 gwaihir systemd-logind[704]: New session c1 of user lightdm.
mars 08 17:57:41 gwaihir systemd[1]: Created slice user-107.slice - User Slice of UID 107.
mars 08 17:57:41 gwaihir systemd[1]: Starting user-runtime-dir@107.service - User Runtime Directory /run/user/107...
mars 08 17:57:41 gwaihir systemd[1]: Finished user-runtime-dir@107.service - User Runtime Directory /run/user/107.
mars 08 17:57:41 gwaihir systemd[1]: Starting user@107.service - User Manager for UID 107...
mars 08 17:57:41 gwaihir (systemd)[843]: pam_unix(systemd-user:session): session opened for user lightdm(uid=107) by lightdm(uid=0)
mars 08 17:57:41 gwaihir systemd-logind[704]: New session 1 of user lightdm.
mars 08 17:57:41 gwaihir systemd[843]: Queued start job for default target default.target.
mars 08 17:57:41 gwaihir systemd[843]: Created slice app.slice - User Application Slice.
mars 08 17:57:41 gwaihir systemd[843]: Created slice session.slice - User Core Session Slice.
mars 08 17:57:41 gwaihir systemd[843]: Reached target paths.target - Paths.
mars 08 17:57:41 gwaihir systemd[843]: Reached target timers.target - Timers.
mars 08 17:57:41 gwaihir systemd[843]: Starting dbus.socket - D-Bus User Message Bus Socket...
mars 08 17:57:41 gwaihir systemd[843]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:57:41 gwaihir systemd[843]: Starting gcr-ssh-agent.socket - GCR ssh-agent wrapper...
mars 08 17:57:41 gwaihir systemd[843]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:57:41 gwaihir systemd[843]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:57:41 gwaihir systemd[843]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:57:41 gwaihir systemd[843]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:57:41 gwaihir systemd[843]: Starting gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:57:41 gwaihir systemd[843]: Listening on pulseaudio.socket - Sound System.
mars 08 17:57:41 gwaihir systemd[843]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:57:41 gwaihir systemd[843]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:57:41 gwaihir systemd[843]: Listening on dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:57:41 gwaihir systemd[843]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:57:41 gwaihir systemd[843]: Reached target sockets.target - Sockets.
mars 08 17:57:41 gwaihir systemd[843]: Reached target basic.target - Basic System.
mars 08 17:57:41 gwaihir systemd[1]: Started user@107.service - User Manager for UID 107.
mars 08 17:57:41 gwaihir systemd[843]: Starting pulseaudio.service - Sound Service...
mars 08 17:57:41 gwaihir systemd[1]: Started session-c1.scope - Session c1 of User lightdm.
mars 08 17:57:41 gwaihir lightdm[835]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=107) by (uid=0)
mars 08 17:57:41 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.20' (uid=107 pid=866 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
mars 08 17:57:41 gwaihir systemd[1]: Starting rtkit-daemon.service - RealtimeKit Scheduling Policy Service...
mars 08 17:57:42 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
mars 08 17:57:42 gwaihir systemd[1]: Started rtkit-daemon.service - RealtimeKit Scheduling Policy Service.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Successfully called chroot.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Successfully dropped privileges.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Successfully limited resources.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Canary thread running.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Running.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Watchdog thread running.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Successfully made thread 866 of process 866 owned by '107' high priority at nice level -11.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Supervising 1 threads of 1 processes of 1 users.
mars 08 17:57:42 gwaihir systemd[843]: Starting dbus.service - D-Bus User Message Bus...
mars 08 17:57:42 gwaihir systemd[843]: Started dbus.service - D-Bus User Message Bus.
mars 08 17:57:42 gwaihir dbus-daemon[873]: [session uid=107 pid=873 pidfd=5] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=107 pid=867 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:57:42 gwaihir systemd[843]: Starting at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:57:42 gwaihir dbus-daemon[873]: [session uid=107 pid=873 pidfd=5] Successfully activated service 'org.a11y.Bus'
mars 08 17:57:42 gwaihir systemd[843]: Started at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:57:42 gwaihir dbus-daemon[873]: [session uid=107 pid=873 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=107 pid=867 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:57:42 gwaihir systemd[843]: Starting gvfs-daemon.service - Virtual filesystem service...
mars 08 17:57:42 gwaihir dbus-daemon[873]: [session uid=107 pid=873 pidfd=5] Successfully activated service 'org.gtk.vfs.Daemon'
mars 08 17:57:42 gwaihir systemd[843]: Started gvfs-daemon.service - Virtual filesystem service.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Supervising 1 threads of 1 processes of 1 users.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Successfully made thread 899 of process 866 owned by '107' RT at priority 5.
mars 08 17:57:42 gwaihir rtkit-daemon[868]: Supervising 2 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 2 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Successfully made thread 912 of process 866 owned by '107' RT at priority 5.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 3 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir NetworkManager[767]: <info> [1741453063.5331] manager: startup complete
mars 08 17:57:43 gwaihir systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.
mars 08 17:57:43 gwaihir systemd[1]: Reached target network-online.target - Network is Online.
mars 08 17:57:43 gwaihir systemd[1]: Started cups-browsed.service - Make remote CUPS printers available locally.
mars 08 17:57:43 gwaihir systemd[1]: Reached target multi-user.target - Multi-User System.
mars 08 17:57:43 gwaihir systemd[1]: Reached target graphical.target - Graphical Interface.
mars 08 17:57:43 gwaihir systemd[1]: Startup finished in 7.344s (kernel) + 10.087s (userspace) = 17.432s.
mars 08 17:57:43 gwaihir at-spi-bus-launcher[888]: dbus-daemon[888]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=107 pid=867 comm="/usr/sbin/lightdm-gtk-greeter")
mars 08 17:57:43 gwaihir at-spi-bus-launcher[888]: dbus-daemon[888]: Successfully activated service 'org.a11y.atspi.Registry'
mars 08 17:57:43 gwaihir at-spi-bus-launcher[921]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 3 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Successfully made thread 928 of process 866 owned by '107' RT at priority 5.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 4 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 4 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Successfully made thread 930 of process 866 owned by '107' RT at priority 5.
mars 08 17:57:43 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 17:57:43 gwaihir systemd[843]: Started pulseaudio.service - Sound Service.
mars 08 17:57:43 gwaihir systemd[843]: Reached target default.target - Main User Target.
mars 08 17:57:43 gwaihir systemd[843]: Startup finished in 2.709s.
mars 08 17:57:47 gwaihir systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4423] device (enp2s0): carrier: link connected
mars 08 17:57:50 gwaihir kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4429] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4440] policy: auto-activating connection 'Connexion filaire 1' (4974e9a8-6bd1-3875-8bbe-4b2d9abed67b)
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4448] device (enp2s0): Activation: starting connection 'Connexion filaire 1' (4974e9a8-6bd1-3875-8bbe-4b2d9abed67b)
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4449] device (enp2s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4455] manager: NetworkManager state is now CONNECTING
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4458] device (enp2s0): state change: prepare -> config (reason 'none', managed-type: 'full')
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4469] device (enp2s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
mars 08 17:57:50 gwaihir NetworkManager[767]: <info> [1741453070.4478] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:57:50 gwaihir avahi-daemon[697]: Joining mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:57:50 gwaihir avahi-daemon[697]: New relevant interface enp2s0.IPv6 for mDNS.
mars 08 17:57:50 gwaihir avahi-daemon[697]: Registering new address record for <addr> on enp2s0.*.
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.4763] dhcp4 (enp2s0): state changed new lease, address=192.168.1.27, acd pending
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.6587] dhcp4 (enp2s0): state changed new lease, address=192.168.1.27
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.6594] policy: set 'Connexion filaire 1' (enp2s0) as default for IPv4 routing and DNS
mars 08 17:57:52 gwaihir avahi-daemon[697]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.1.27.
mars 08 17:57:52 gwaihir avahi-daemon[697]: New relevant interface enp2s0.IPv4 for mDNS.
mars 08 17:57:52 gwaihir avahi-daemon[697]: Registering new address record for 192.168.1.27 on enp2s0.IPv4.
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.6898] device (enp2s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
mars 08 17:57:52 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=767 comm="/usr/sbin/NetworkManager --no-daemon")
mars 08 17:57:52 gwaihir systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
mars 08 17:57:52 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 08 17:57:52 gwaihir systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.7717] device (enp2s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.7721] device (enp2s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.7728] manager: NetworkManager state is now CONNECTED_SITE
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.7735] device (enp2s0): Activation: successful, device activated.
mars 08 17:57:52 gwaihir NetworkManager[767]: <info> [1741453072.7744] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 08 17:57:53 gwaihir NetworkManager[767]: <info> [1741453073.3662] dhcp6 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
mars 08 17:57:53 gwaihir NetworkManager[767]: <info> [1741453073.3728] policy: set 'Connexion filaire 1' (enp2s0) as default for IPv6 routing and DNS
mars 08 17:57:53 gwaihir avahi-daemon[697]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:57:53 gwaihir avahi-daemon[697]: Joining mDNS multicast group on interface enp2s0.IPv6 with address <addr>.
mars 08 17:57:53 gwaihir avahi-daemon[697]: Registering new address record for <addr> on enp2s0.*.
mars 08 17:57:53 gwaihir avahi-daemon[697]: Withdrawing address record for <addr> on enp2s0.
mars 08 17:57:53 gwaihir NetworkManager[767]: <info> [1741453073.3827] dhcp6 (enp2s0): state changed new lease
mars 08 17:58:01 gwaihir lightdm[943]: gkr-pam: unable to locate daemon control file
mars 08 17:58:01 gwaihir lightdm[943]: gkr-pam: stashed password to try later in open session
mars 08 17:58:01 gwaihir lightdm[943]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
mars 08 17:58:01 gwaihir systemd[1]: Stopping session-c1.scope - Session c1 of User lightdm...
mars 08 17:58:01 gwaihir lightdm[835]: pam_unix(lightdm-greeter:session): session closed for user lightdm
mars 08 17:58:01 gwaihir lightdm[835]: pam_unix(lightdm-greeter:session): session closed for user lightdm
mars 08 17:58:01 gwaihir lightdm[835]: pam_systemd(lightdm-greeter:session): Failed to release session: Transport endpoint is not connected
mars 08 17:58:01 gwaihir systemd[1]: session-c1.scope: Deactivated successfully.
mars 08 17:58:01 gwaihir systemd[1]: Stopped session-c1.scope - Session c1 of User lightdm.
mars 08 17:58:01 gwaihir systemd[1]: session-c1.scope: Consumed 2.478s CPU time, 78.8M memory peak.
mars 08 17:58:01 gwaihir lightdm[943]: pam_unix(lightdm:session): session opened for user eric(uid=1000) by eric(uid=0)
mars 08 17:58:01 gwaihir systemd-logind[704]: Removed session c1.
mars 08 17:58:01 gwaihir systemd[1]: Created slice user-1000.slice - User Slice of UID 1000.
mars 08 17:58:01 gwaihir systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
mars 08 17:58:01 gwaihir systemd-logind[704]: New session 2 of user eric.
mars 08 17:58:01 gwaihir systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
mars 08 17:58:01 gwaihir systemd[1]: Starting user@1000.service - User Manager for UID 1000...
mars 08 17:58:01 gwaihir (systemd)[955]: pam_unix(systemd-user:session): session opened for user eric(uid=1000) by eric(uid=0)
mars 08 17:58:01 gwaihir systemd-logind[704]: New session 3 of user eric.
mars 08 17:58:01 gwaihir systemd[955]: Queued start job for default target default.target.
mars 08 17:58:01 gwaihir systemd[955]: Created slice app.slice - User Application Slice.
mars 08 17:58:01 gwaihir rtkit-daemon[868]: Successfully made thread 972 of process 972 owned by '1000' high priority at nice level -11.
mars 08 17:58:01 gwaihir systemd[955]: Created slice session.slice - User Core Session Slice.
mars 08 17:58:01 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 2 users.
mars 08 17:58:01 gwaihir systemd[955]: Reached target paths.target - Paths.
mars 08 17:58:01 gwaihir systemd[955]: Reached target timers.target - Timers.
mars 08 17:58:01 gwaihir systemd[955]: Starting dbus.socket - D-Bus User Message Bus Socket...
mars 08 17:58:01 gwaihir systemd[955]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:58:01 gwaihir systemd[955]: Starting gcr-ssh-agent.socket - GCR ssh-agent wrapper...
mars 08 17:58:01 gwaihir systemd[955]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:58:01 gwaihir systemd[955]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:58:01 gwaihir systemd[955]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:58:01 gwaihir systemd[955]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:58:01 gwaihir systemd[955]: Starting gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:58:01 gwaihir systemd[955]: Listening on pulseaudio.socket - Sound System.
mars 08 17:58:01 gwaihir systemd[955]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:58:01 gwaihir systemd[955]: Listening on dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:58:01 gwaihir systemd[955]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:58:01 gwaihir systemd[955]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:58:01 gwaihir systemd[955]: Reached target sockets.target - Sockets.
mars 08 17:58:01 gwaihir systemd[955]: Reached target basic.target - Basic System.
mars 08 17:58:01 gwaihir systemd[1]: Started user@1000.service - User Manager for UID 1000.
mars 08 17:58:01 gwaihir systemd[955]: Starting pulseaudio.service - Sound Service...
mars 08 17:58:01 gwaihir systemd[1]: Started session-2.scope - Session 2 of User eric.
mars 08 17:58:01 gwaihir systemd[955]: Started gnome-keyring-daemon.service - GNOME Keyring daemon.
mars 08 17:58:01 gwaihir systemd[955]: Starting dbus.service - D-Bus User Message Bus...
mars 08 17:58:01 gwaihir gnome-keyring-daemon[974]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mars 08 17:58:01 gwaihir systemd[955]: Started dbus.service - D-Bus User Message Bus.
mars 08 17:58:01 gwaihir lightdm[943]: gkr-pam: unlocked login keyring
mars 08 17:58:01 gwaihir lightdm[943]: Failed to write utmpx: No such file or directory
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 2 users.
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Successfully made thread 1014 of process 972 owned by '1000' RT at priority 5.
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Supervising 7 threads of 2 processes of 2 users.
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=986 comm="xfce4-session")
mars 08 17:58:02 gwaihir systemd[955]: Starting at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.a11y.Bus'
mars 08 17:58:02 gwaihir systemd[955]: Started at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.xfce.Xfconf' unit='xfconfd.service' requested by ':1.9' (uid=1000 pid=986 comm="xfce4-session")
mars 08 17:58:02 gwaihir systemd[955]: Starting xfconfd.service - Xfce configuration service...
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.xfce.Xfconf'
mars 08 17:58:02 gwaihir systemd[955]: Started xfconfd.service - Xfce configuration service.
mars 08 17:58:02 gwaihir at-spi-bus-launcher[1048]: dbus-daemon[1048]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=986 comm="xfce4-session")
mars 08 17:58:02 gwaihir at-spi-bus-launcher[1048]: dbus-daemon[1048]: Successfully activated service 'org.a11y.atspi.Registry'
mars 08 17:58:02 gwaihir at-spi-bus-launcher[1059]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mars 08 17:58:02 gwaihir systemd[955]: Started gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
mars 08 17:58:02 gwaihir gpg-agent[1067]: gpg-agent (GnuPG) 2.2.46 starting in supervised mode.
mars 08 17:58:02 gwaihir gpg-agent[1067]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
mars 08 17:58:02 gwaihir gpg-agent[1067]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
mars 08 17:58:02 gwaihir gpg-agent[1067]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
mars 08 17:58:02 gwaihir gpg-agent[1067]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
mars 08 17:58:02 gwaihir gpg-agent[1067]: listening on: std=3 extra=4 browser=5 ssh=6
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Supervising 7 threads of 2 processes of 2 users.
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Successfully made thread 1069 of process 972 owned by '1000' RT at priority 5.
mars 08 17:58:02 gwaihir rtkit-daemon[868]: Supervising 8 threads of 2 processes of 2 users.
mars 08 17:58:02 gwaihir systemd[955]: Started gpg-agent.service - GnuPG cryptographic agent and passphrase cache.
mars 08 17:58:02 gwaihir gpg-agent[1073]: gpg-agent (GnuPG) 2.2.46 starting in supervised mode.
mars 08 17:58:02 gwaihir gpg-agent[1073]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
mars 08 17:58:02 gwaihir gpg-agent[1073]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
mars 08 17:58:02 gwaihir gpg-agent[1073]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
mars 08 17:58:02 gwaihir gpg-agent[1073]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
mars 08 17:58:02 gwaihir gpg-agent[1073]: listening on: std=3 extra=4 browser=5 ssh=6
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.12' (uid=1000 pid=1075 comm="xfwm4")
mars 08 17:58:02 gwaihir systemd[955]: Starting gvfs-daemon.service - Virtual filesystem service...
mars 08 17:58:02 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.gtk.vfs.Daemon'
mars 08 17:58:02 gwaihir systemd[955]: Started gvfs-daemon.service - Virtual filesystem service.
mars 08 17:58:02 gwaihir systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Supervising 8 threads of 2 processes of 2 users.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Successfully made thread 1095 of process 972 owned by '1000' RT at priority 5.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Supervising 9 threads of 2 processes of 2 users.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Supervising 9 threads of 2 processes of 2 users.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Successfully made thread 1099 of process 972 owned by '1000' RT at priority 5.
mars 08 17:58:03 gwaihir rtkit-daemon[868]: Supervising 10 threads of 2 processes of 2 users.
mars 08 17:58:03 gwaihir systemd[955]: Started pulseaudio.service - Sound Service.
mars 08 17:58:03 gwaihir systemd[955]: Reached target default.target - Main User Target.
mars 08 17:58:03 gwaihir systemd[955]: Startup finished in 1.758s.
mars 08 17:58:03 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.14' (uid=1000 pid=1102 comm="xfsettingsd")
mars 08 17:58:03 gwaihir systemd[955]: Starting dconf.service - User preferences database...
mars 08 17:58:03 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'ca.desrt.dconf'
mars 08 17:58:03 gwaihir systemd[955]: Started dconf.service - User preferences database.
mars 08 17:58:04 gwaihir systemd[955]: Starting xfce4-notifyd.service - XFCE notifications service...
mars 08 17:58:04 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.20' (uid=1000 pid=1130 comm="xfce4-power-manager")
mars 08 17:58:04 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.45' (uid=1000 pid=1138 comm="xiccd")
mars 08 17:58:04 gwaihir systemd[1]: Starting colord.service - Manage, Install and Generate Color Profiles...
mars 08 17:58:04 gwaihir NetworkManager[767]: <info> [1741453084.3224] agent-manager: agent[df0586b3863a4337,:1.46/org.freedesktop.nm-applet/1000]: agent registered
mars 08 17:58:04 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.Notifications'
mars 08 17:58:04 gwaihir systemd[955]: Started xfce4-notifyd.service - XFCE notifications service.
mars 08 17:58:04 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.43' (uid=1000 pid=1130 comm="xfce4-power-manager")
mars 08 17:58:04 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.ColorManager'
mars 08 17:58:04 gwaihir systemd[1]: Started colord.service - Manage, Install and Generate Color Profiles.
mars 08 17:58:04 gwaihir systemd[1]: Starting upower.service - Daemon for power management...
mars 08 17:58:04 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.18' (uid=1000 pid=1123 comm="xfdesktop")
mars 08 17:58:04 gwaihir systemd[955]: Starting tumblerd.service - Thumbnailing service...
mars 08 17:58:04 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.UPower'
mars 08 17:58:04 gwaihir systemd[1]: Started upower.service - Daemon for power management.
mars 08 17:58:05 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.27' (uid=1000 pid=1212 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd")
mars 08 17:58:05 gwaihir systemd[955]: Starting gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor...
mars 08 17:58:05 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
mars 08 17:58:05 gwaihir systemd[955]: Started gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor.
mars 08 17:58:05 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
mars 08 17:58:05 gwaihir systemd[955]: Started tumblerd.service - Thumbnailing service.
mars 08 17:58:05 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.18' (uid=1000 pid=1123 comm="xfdesktop")
mars 08 17:58:05 gwaihir systemd[955]: Starting gvfs-metadata.service - Virtual filesystem metadata service...
mars 08 17:58:06 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.gtk.vfs.Metadata'
mars 08 17:58:06 gwaihir systemd[955]: Started gvfs-metadata.service - Virtual filesystem metadata service.
mars 08 17:58:07 gwaihir systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mars 08 17:58:11 gwaihir systemd[1]: Stopping user@107.service - User Manager for UID 107...
mars 08 17:58:11 gwaihir systemd[843]: Activating special unit exit.target...
mars 08 17:58:11 gwaihir systemd[843]: Stopped target default.target - Main User Target.
mars 08 17:58:11 gwaihir systemd[843]: Stopping at-spi-dbus-bus.service - Accessibility services bus...
mars 08 17:58:11 gwaihir gvfsd[891]: A connection to the bus can't be made
mars 08 17:58:11 gwaihir systemd[843]: Stopping dbus.service - D-Bus User Message Bus...
mars 08 17:58:11 gwaihir systemd[843]: Stopping gvfs-daemon.service - Virtual filesystem service...
mars 08 17:58:11 gwaihir systemd[843]: Stopping pulseaudio.service - Sound Service...
mars 08 17:58:11 gwaihir systemd[843]: Stopped at-spi-dbus-bus.service - Accessibility services bus.
mars 08 17:58:11 gwaihir systemd[843]: Stopped dbus.service - D-Bus User Message Bus.
mars 08 17:58:11 gwaihir systemd[843]: Stopped gvfs-daemon.service - Virtual filesystem service.
mars 08 17:58:11 gwaihir systemd[843]: Stopped pulseaudio.service - Sound Service.
mars 08 17:58:11 gwaihir systemd[843]: Removed slice session.slice - User Core Session Slice.
mars 08 17:58:11 gwaihir systemd[843]: Stopped target basic.target - Basic System.
mars 08 17:58:11 gwaihir systemd[843]: Stopped target paths.target - Paths.
mars 08 17:58:11 gwaihir systemd[843]: Stopped target sockets.target - Sockets.
mars 08 17:58:11 gwaihir systemd[843]: Stopped target timers.target - Timers.
mars 08 17:58:11 gwaihir systemd[843]: Closed dbus.socket - D-Bus User Message Bus Socket.
mars 08 17:58:11 gwaihir systemd[843]: Closed dirmngr.socket - GnuPG network certificate management daemon.
mars 08 17:58:11 gwaihir systemd[843]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
mars 08 17:58:11 gwaihir systemd[843]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
mars 08 17:58:11 gwaihir systemd[843]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
mars 08 17:58:11 gwaihir systemd[843]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
mars 08 17:58:11 gwaihir systemd[843]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
mars 08 17:58:11 gwaihir systemd[843]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
mars 08 17:58:11 gwaihir systemd[843]: Closed pulseaudio.socket - Sound System.
mars 08 17:58:11 gwaihir systemd[843]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
mars 08 17:58:11 gwaihir systemd[843]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
mars 08 17:58:11 gwaihir systemd[843]: Removed slice app.slice - User Application Slice.
mars 08 17:58:11 gwaihir systemd[843]: Reached target shutdown.target - Shutdown.
mars 08 17:58:11 gwaihir systemd[843]: Finished systemd-exit.service - Exit the Session.
mars 08 17:58:11 gwaihir systemd[843]: Reached target exit.target - Exit the Session.
mars 08 17:58:11 gwaihir systemd-logind[704]: Removed session 1.
mars 08 17:58:11 gwaihir (sd-pam)[845]: pam_unix(systemd-user:session): session closed for user lightdm
mars 08 17:58:11 gwaihir systemd[1]: user@107.service: Deactivated successfully.
mars 08 17:58:11 gwaihir systemd[1]: Stopped user@107.service - User Manager for UID 107.
mars 08 17:58:11 gwaihir systemd[1]: user@107.service: Consumed 1.070s CPU time, 46.1M memory peak.
mars 08 17:58:11 gwaihir systemd[1]: Stopping user-runtime-dir@107.service - User Runtime Directory /run/user/107...
mars 08 17:58:11 gwaihir systemd[1]: run-user-107.mount: Deactivated successfully.
mars 08 17:58:11 gwaihir systemd[1]: user-runtime-dir@107.service: Deactivated successfully.
mars 08 17:58:11 gwaihir systemd[1]: Stopped user-runtime-dir@107.service - User Runtime Directory /run/user/107.
mars 08 17:58:11 gwaihir systemd[1]: Removed slice user-107.slice - User Slice of UID 107.
mars 08 17:58:11 gwaihir systemd[1]: user-107.slice: Consumed 3.595s CPU time, 123M memory peak.
mars 08 17:58:34 gwaihir sudo[1354]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/dmesg
mars 08 17:58:34 gwaihir sudo[1354]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 17:58:34 gwaihir sudo[1354]: pam_unix(sudo:session): session closed for user root
mars 08 17:59:04 gwaihir sudo[1360]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl
mars 08 17:59:04 gwaihir sudo[1360]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 17:59:11 gwaihir sudo[1360]: pam_unix(sudo:session): session closed for user root
mars 08 17:59:16 gwaihir sudo[1365]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
mars 08 17:59:16 gwaihir sudo[1365]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 17:59:20 gwaihir sudo[1365]: pam_unix(sudo:session): session closed for user root
mars 08 17:59:21 gwaihir sudo[1370]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl -b -2
mars 08 17:59:21 gwaihir sudo[1370]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 17:59:23 gwaihir sudo[1370]: pam_unix(sudo:session): session closed for user root
mars 08 17:59:25 gwaihir sudo[1375]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
mars 08 17:59:25 gwaihir sudo[1375]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 18:01:17 gwaihir systemd[1]: Started anacron.service - Run anacron jobs.
mars 08 18:01:17 gwaihir anacron[1380]: Anacron 2.3 started on 2025-03-08
mars 08 18:01:17 gwaihir anacron[1380]: Normal exit (0 jobs run)
mars 08 18:01:17 gwaihir systemd[1]: anacron.service: Deactivated successfully.
mars 08 18:07:41 gwaihir dbus-daemon[699]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.56' (uid=1000 pid=1399 comm="/usr/lib/firefox-esr/firefox-esr")
mars 08 18:07:41 gwaihir systemd[1]: Starting systemd-timedated.service - Time & Date Service...
mars 08 18:07:41 gwaihir systemd[1]: Started systemd-timedated.service - Time & Date Service.
mars 08 18:07:41 gwaihir dbus-daemon[699]: [system] Successfully activated service 'org.freedesktop.timedate1'
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.38' (uid=1000 pid=1399 comm="/usr/lib/firefox-esr/firefox-esr")
mars 08 18:07:43 gwaihir systemd[955]: Starting xdg-desktop-portal.service - Portal service...
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.40' (uid=1000 pid=1515 comm="/usr/libexec/xdg-desktop-portal")
mars 08 18:07:43 gwaihir systemd[955]: Starting xdg-permission-store.service - sandboxed app permission store...
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
mars 08 18:07:43 gwaihir systemd[955]: Started xdg-permission-store.service - sandboxed app permission store.
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.40' (uid=1000 pid=1515 comm="/usr/libexec/xdg-desktop-portal")
mars 08 18:07:43 gwaihir systemd[955]: Starting xdg-document-portal.service - flatpak document portal service...
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents'
mars 08 18:07:43 gwaihir systemd[955]: Started xdg-document-portal.service - flatpak document portal service.
mars 08 18:07:43 gwaihir xdg-document-portal[1538]: Ignoring invalid max threads value 4294967295 > max (100000).
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.40' (uid=1000 pid=1515 comm="/usr/libexec/xdg-desktop-portal")
mars 08 18:07:43 gwaihir systemd[955]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
mars 08 18:07:43 gwaihir systemd[955]: Started xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
mars 08 18:07:43 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:43 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:43 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:43 gwaihir xdg-desktop-portal[1515]: pw.conf: can't load config client.conf: Aucun fichier ou dossier de ce nom
mars 08 18:07:43 gwaihir xdg-desktop-portal[1515]: pw.conf: can't load config client.conf: Aucun fichier ou dossier de ce nom
mars 08 18:07:43 gwaihir xdg-desktop-por[1515]: Failed connect to PipeWire: Couldn't create PipeWire context
mars 08 18:07:43 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.freedesktop.portal.Desktop'
mars 08 18:07:43 gwaihir systemd[955]: Started xdg-desktop-portal.service - Portal service.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 5 threads of 1 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Successfully made thread 1587 of process 1399 owned by '1000' RT at priority 10.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:44 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:45 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:45 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:07:48 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:11 gwaihir systemd[1]: systemd-timedated.service: Deactivated successfully.
mars 08 18:08:22 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:22 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:23 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:23 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:27 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:27 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:30 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:30 gwaihir rtkit-daemon[868]: Supervising 6 threads of 2 processes of 1 users.
mars 08 18:08:30 gwaihir rtkit-daemon[868]: Successfully made thread 1993 of process 1734 owned by '1000' RT at priority 10.
mars 08 18:08:30 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:08:31 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:08:31 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:08:31 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:08:31 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:09:54 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:09:54 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:10:17 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:10:17 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:10:17 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:10:17 gwaihir rtkit-daemon[868]: Supervising 7 threads of 3 processes of 1 users.
mars 08 18:12:41 gwaihir systemd[1]: Starting systemd-tmpfiles-clean.service - Cleanup of Temporary Directories...
mars 08 18:12:41 gwaihir systemd-tmpfiles[2261]: /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
mars 08 18:12:41 gwaihir systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
mars 08 18:12:41 gwaihir systemd[1]: Finished systemd-tmpfiles-clean.service - Cleanup of Temporary Directories.
mars 08 18:13:43 gwaihir systemd[1]: Starting apt-daily-upgrade.service - Daily apt upgrade and clean activities...
mars 08 18:13:44 gwaihir systemd[1]: apt-daily-upgrade.service: Deactivated successfully.
mars 08 18:13:44 gwaihir systemd[1]: Finished apt-daily-upgrade.service - Daily apt upgrade and clean activities.
mars 08 18:17:01 gwaihir CRON[2402]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mars 08 18:17:01 gwaihir CRON[2404]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
mars 08 18:17:01 gwaihir CRON[2402]: pam_unix(cron:session): session closed for user root
mars 08 18:21:47 gwaihir sudo[1375]: pam_unix(sudo:session): session closed for user root
mars 08 18:27:09 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Activating via systemd: service name='org.xfce.Xfconf' unit='xfconfd.service' requested by ':1.36' (uid=1000 pid=1347 comm="xfce4-terminal")
mars 08 18:27:09 gwaihir systemd[955]: Starting xfconfd.service - Xfce configuration service...
mars 08 18:27:09 gwaihir dbus-daemon[981]: [session uid=1000 pid=981 pidfd=5] Successfully activated service 'org.xfce.Xfconf'
mars 08 18:27:09 gwaihir systemd[955]: Started xfconfd.service - Xfce configuration service.
mars 08 18:28:01 gwaihir sudo[2573]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
mars 08 18:28:01 gwaihir sudo[2573]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)
mars 08 18:28:02 gwaihir sudo[2573]: pam_unix(sudo:session): session closed for user root
mars 08 18:28:11 gwaihir sudo[2580]: eric : TTY=pts/0 ; PWD=/home/eric ; USER=root ; COMMAND=/usr/bin/journalctl -b
mars 08 18:28:11 gwaihir sudo[2580]: pam_unix(sudo:session): session opened for user root(uid=0) by eric(uid=1000)