You are not logged in.

#1 2025-10-11 18:57:46

drfire
Member
Registered: 2025-03-02
Posts: 2

podman warnings using native overlayfs falling back to xino+index=off

Warning Snippet
% journalctl --no-hostname -b | head -n1
Oct 11 09:23:34 kernel: Linux version 6.17.1-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Mon, 06 Oct 2025 18:48:29 +0000
% journalctl --no-hostname -b -pwarning --grep 'overlayfs'  
Oct 11 09:49:04 kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
Oct 11 09:49:04 kernel: overlayfs: fs on '/home/cipher/.local/share/containers/overlay/compat2284087196/lower1' does not support file handles, falling back to xino=off.
Description

Hello! I'm trying to identify the root cause for the above warning messages on Arch Linux.

Apologies if this isn't the proper forum. This is technically a rootless podman issue, as the errors don't appear as the root user.

I have a fairly vanilla system that's been installed following the installation instructions on the Arch Wiki. I'm trying to minimize noise in my journal log files (and also understand what's even going on).

Whenever I run rootless podman commands that touch the container storage, those warnings about overlayfs pop up. I can't seem to find much information about how to actually resolve this, or whether or not the xfs filesystem just doesn't support it.
I do want to note that this disk is using a 4096 sector size, which may be related?

I'm wondering if anyone more knowledgeable on this subject could help me understand what's going on here, or if this is reproducible on other machines.

Even if the warnings are "harmless", they're still annoying.

Some things I've tried:

  • podman system reset

  • specifying options inside of the rootless containers-storage.conf (5) file (see below)

  • podman system reset, followed by `rm -rf ~/.local/share/containers`

% cat ~/.config/containers/storage.conf 
[storage]
driver = "overlay"
graphroot = "$HOME/.local/share/containers"
rootless_storage_path = "$HOME/.local/share/containers/storage"

[storage.options.pull_options]
enable_partial_images = "true"
use_hard_links = "true"
convert_images = "true"

[storage.options.overlay]
mountopt = "nodev,xino=off,index=off"

Here's the podman system info output (rootless user):

% podman system info
host:
  arch: amd64
  buildahVersion: 1.41.5
  cgroupControllers:
  - cpu
  - memory
  - pids
  cgroupManager: systemd
  cgroupVersion: v2
  conmon:
    package: conmon-1:2.1.13-1
    path: /usr/bin/conmon
    version: 'conmon version 2.1.13, commit: 82de887596ed8ee6d9b2ee85e4f167f307bb569b'
  cpuUtilization:
    idlePercent: 99.99
    systemPercent: 0.01
    userPercent: 0.01
  cpus: 32
  databaseBackend: sqlite
  distribution:
    distribution: arch
    version: unknown
  eventLogger: journald
  freeLocks: 2047
  hostname: MASKED
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 6.17.1-arch1-1
  linkmode: dynamic
  logDriver: journald
  memFree: 125330481152
  memTotal: 134307262464
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: aardvark-dns-1.16.0-1
      path: /usr/lib/podman/aardvark-dns
      version: aardvark-dns 1.16.0
    package: netavark-1.16.1-1
    path: /usr/lib/podman/netavark
    version: netavark 1.16.1
  ociRuntime:
    name: crun
    package: crun-1.24-1
    path: /usr/bin/crun
    version: |-
      crun version 1.24
      commit: 54693209039e5e04cbe3c8b1cd5fe2301219f0a1
      rundir: /run/user/1000/crun
      spec: 1.0.0
      +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL
  os: linux
  pasta:
    executable: /usr/bin/pasta
    package: passt-2025_09_19.623dbf6-1
    version: |
      pasta 2025_09_19.623dbf6
      Copyright Red Hat
      GNU General Public License, version 2 or later
        <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
      This is free software: you are free to change and redistribute it.
      There is NO WARRANTY, to the extent permitted by law.
  remoteSocket:
    exists: true
    path: /run/user/1000/podman/podman.sock
  rootlessNetworkCmd: pasta
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: /etc/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: ""
    package: ""
    version: ""
  swapFree: 0
  swapTotal: 0
  uptime: 1h 24m 0.00s (Approximately 0.04 days)
  variant: ""
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  - journald
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries: {}
store:
  configFile: /home/cipher/.config/containers/storage.conf
  containerStore:
    number: 1
    paused: 0
    running: 0
    stopped: 1
  graphDriverName: overlay
  graphOptions:
    overlay.mountopt: nodev,xino=off,index=off
  graphRoot: /home/cipher/.local/share/containers
  graphRootAllocated: 3996669444096
  graphRootUsed: 180658282496
  graphStatus:
    Backing Filesystem: xfs
    Native Overlay Diff: "true"
    Supports d_type: "true"
    Supports shifting: "false"
    Supports volatile: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 2
  runRoot: /run/user/1000/containers
  transientStore: false
  volumePath: /home/cipher/.local/share/containers/volumes
version:
  APIVersion: 5.6.2
  Built: 1759398423
  BuiltTime: Thu Oct  2 02:47:03 2025
  GitCommit: 9dd5e1ed33830612bc200d7a13db00af6ab865a4
  GoVersion: go1.25.1 X:nodwarf5
  Os: linux
  OsArch: linux/amd64
  Version: 5.6.2

And for the root user:

% sudo -- podman info
host:
  arch: amd64
  buildahVersion: 1.41.5
  cgroupControllers:
  - cpuset
  - cpu
  - io
  - memory
  - hugetlb
  - pids
  - rdma
  - misc
  - dmem
  cgroupManager: systemd
  cgroupVersion: v2
  conmon:
    package: conmon-1:2.1.13-1
    path: /usr/bin/conmon
    version: 'conmon version 2.1.13, commit: 82de887596ed8ee6d9b2ee85e4f167f307bb569b'
  cpuUtilization:
    idlePercent: 99.99
    systemPercent: 0.01
    userPercent: 0.01
  cpus: 32
  databaseBackend: sqlite
  distribution:
    distribution: arch
    version: unknown
  eventLogger: journald
  freeLocks: 2048
  hostname: MASKED
  idMappings:
    gidmap: null
    uidmap: null
  kernel: 6.17.1-arch1-1
  linkmode: dynamic
  logDriver: journald
  memFree: 133404667904
  memTotal: 134307262464
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: aardvark-dns-1.16.0-1
      path: /usr/lib/podman/aardvark-dns
      version: aardvark-dns 1.16.0
    package: netavark-1.16.1-1
    path: /usr/lib/podman/netavark
    version: netavark 1.16.1
  ociRuntime:
    name: crun
    package: crun-1.24-1
    path: /usr/bin/crun
    version: |-
      crun version 1.24
      commit: 54693209039e5e04cbe3c8b1cd5fe2301219f0a1
      rundir: /run/crun
      spec: 1.0.0
      +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL
  os: linux
  pasta:
    executable: /usr/bin/pasta
    package: passt-2025_09_19.623dbf6-1
    version: |
      pasta 2025_09_19.623dbf6
      Copyright Red Hat
      GNU General Public License, version 2 or later
        <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
      This is free software: you are free to change and redistribute it.
      There is NO WARRANTY, to the extent permitted by law.
  remoteSocket:
    exists: true
    path: /run/podman/podman.sock
  rootlessNetworkCmd: pasta
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: false
    seccompEnabled: true
    seccompProfilePath: /etc/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: ""
    package: ""
    version: ""
  swapFree: 0
  swapTotal: 0
  uptime: 1h 56m 28.00s (Approximately 0.04 days)
  variant: ""
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  - journald
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries: {}
store:
  configFile: /etc/containers/storage.conf
  containerStore:
    number: 0
    paused: 0
    running: 0
    stopped: 0
  graphDriverName: overlay
  graphOptions:
    overlay.mountopt: nodev
  graphRoot: /var/lib/containers/storage
  graphRootAllocated: 3996669444096
  graphRootUsed: 172592939008
  graphStatus:
    Backing Filesystem: xfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Supports shifting: "true"
    Supports volatile: "true"
    Using metacopy: "true"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 0
  runRoot: /run/containers/storage
  transientStore: false
  volumePath: /var/lib/containers/storage/volumes
version:
  APIVersion: 5.6.2
  Built: 1759398423
  BuiltTime: Thu Oct  2 02:47:03 2025
  GitCommit: 9dd5e1ed33830612bc200d7a13db00af6ab865a4
  GoVersion: go1.25.1 X:nodwarf5
  Os: linux
  OsArch: linux/amd64
  Version: 5.6.2

I'd consider any of the following acceptable solutions:

  • Silence the warnings in the system journal by specifying appropriate mount options, etc.

  • Understanding why these features are not supported and (if possible) rectifying the underlying cause, so that the native overlayfs driver properly works.

Packages

For containerization, I'm using podman + crun. I also have toolbox installed.

% pacman -Qe 
abduco 0.6-7
amd-ucode 20250917-1
arch-audit 0.2.0-3
base 3-2
base-devel 1-2
bash-completion 2.16.0-1
bat 0.25.0-4
bolt 0.9.10-1
btop 1.4.5-1
cpupower 6.16-1
expac 10-11
firewalld 2.3.1-1
fwupd 2.0.16-1
git 2.51.0-1
grml-zsh-config 0.19.24-1
less 1:679-1
linux 6.17.1.arch1-1
linux-firmware 20250917-1
linux-lts 6.12.51-1
nano 8.6-1
nvme-cli 2.15-1
openssh 10.0p1-6
pacman-contrib 1.13.0-1
paru 2.1.0-1
paru-debug 2.1.0-1
plocate 1.1.23-1
podman 5.6.2-1
podman-docker 5.6.2-1
pwgen 2.08-3
ripgrep 14.1.1-1
rust 1:1.90.0-3
sbctl 0.18-1
shellcheck 0.11.0-68
sudo 1.9.17.p1-1
terminus-font 4.49.1-8
tmux 3.5_a-1
toolbox 0.3-1
udisks2 2.10.2-1
vim 9.1.1841-1
xfsprogs 6.16.0-3
zsh 5.9-5
zsh-completions 0.35.0-3
Other System Information

I'm using the Framework Desktop. It's a headless installation of Arch.

  • Disk: 4TB WD_BLACK SN850X (x2, but only one is in use; other is not formatted)

  • NVMe formatted for sector size=4096, according to the Advanced format Arch wiki article.

  • GPT disk with three partitions (ESP, XBOOTLDR, and Linux Root x86_64)

  • ESP at /efi is 512 MiB, XBOOTLDR at /boot is 512 MiB, and Linux Root at / is the remainder of the drive -1 GiB

  • ESP is fat32, XBOOTLDR is ext4, and Linux Root is a LUKS2 encrypted block device on top of xfs

More information about the running mount arguments:

% findmnt | grep -e 'nvme' -e 'root'
/                                             /dev/mapper/root       xfs        rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota
├─/var                                        /dev/mapper/root[/var] xfs        rw,nosuid,nodev,noexec,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota
├─/efi                                        /dev/nvme0n1p1         vfat       rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
└─/boot                                       /dev/nvme0n1p2         ext4       rw,relatime
% cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>

/dev/disk/by-designator/root      /      xfs   defaults,rw,noatime,attr2,inode64,logbufs=8,logbsize=32k                                                        0   1
/dev/disk/by-designator/esp       /efi   vfat  defaults,rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro  0   2
/dev/disk/by-designator/xbootldr  /boot  ext4  defaults,rw,relatime                                                                                            0   2

# bind mounts
# security flags: nodev,nosuid,noexec

/var  /var  none  defaults,bind,nodev,nosuid,noexec  0   0
Miscellaneous System Configs
% cat /proc/cmdline 
amd_iommu=off
% ls /etc/sysctl.d/
51-bpf-restrict.conf  51-kexec-restrict.conf  51-kptr-restrict.conf  51-ptrace-restrict.conf
% cat /etc/sysctl.d/*.conf
kernel.unprivileged_bpf_disabled=1
net.core.bpf_jit_harden=1
kernel.kexec_load_disabled = 1
kernel.kptr_restrict=1
kernel.yama.ptrace_scope = 2
# cat /etc/crypttab.initramfs 
root  /dev/disk/by-designator/root-luks  none  tpm2-device=auto,tpm2-measure-pcr=yes,discard,no-read-workqueue,no-write-workqueue,password-echo=masked,x-initrd.attach
% ls /etc/modprobe.d/
firewalld-sysctls.conf  gpumem.conf
% cat /etc/modprobe.d/*.conf
install nf_conntrack /usr/bin/modprobe --ignore-install nf_conntrack $CMDLINE_OPTS && /sbin/sysctl --quiet --pattern 'net[.]netfilter[.]nf_conntrack.*' --system
# /etc/modprobe.d/gpumem.conf
# change maximum limit for gpu memory
options ttm pages_limit=29360128 page_pool_size=29360128
Other Resources

Some related links I've consulted so far (I didn't find a solution in them):

More Logs

Full journalctl for the current boot, lightly masked:

% ssh [host] journalctl -b --no-hostname | tee journalctl-framework.$(date -Idate).log
Oct 11 09:23:34 kernel: Linux version 6.17.1-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Mon, 06 Oct 2025 18:48:29 +0000
Oct 11 09:23:34 kernel: Command line: amd_iommu=off
Oct 11 09:23:34 kernel: x86/split lock detection: #DB: warning on user-space bus_locks
Oct 11 09:23:34 kernel: BIOS-provided physical RAM map:
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f87fff] ACPI NVS
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000009f88000-0x0000000070b53fff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000070b54000-0x0000000072d53fff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000072d54000-0x0000000072d66fff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000072d67000-0x0000000072d6bfff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000072d6c000-0x0000000076f7efff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000076f7f000-0x000000007977efff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x000000007977f000-0x0000000079f7efff] ACPI NVS
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000079f7f000-0x0000000079ffefff] ACPI data
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007bffffff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x000000007d675000-0x00000000ffffffff] reserved
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000205e0bffff] usable
Oct 11 09:23:34 kernel: BIOS-e820: [mem 0x000000205e0c0000-0x00000020b01fffff] reserved
Oct 11 09:23:34 kernel: NX (Execute Disable) protection: active
Oct 11 09:23:34 kernel: APIC: Static calls initialized
Oct 11 09:23:34 kernel: efi: EFI v2.9 by INSYDE Corp.
Oct 11 09:23:34 kernel: efi: ACPI=0x79ffe000 ACPI 2.0=0x79ffe014 TPMFinalLog=0x79f3e000 SMBIOS=0x77e74000 SMBIOS 3.0=0x77e71000 MEMATTR=0x6c306018 ESRT=0x73468e18 RNG=0x79f93f18 INITRD=0x68093a18 TPMEventLog=0x79f8c018
Oct 11 09:23:34 kernel: random: crng init done
Oct 11 09:23:34 kernel: efi: Remove mem67: MMIO range=[0x80000000-0xffffffff] (2048MB) from e820 map
Oct 11 09:23:34 kernel: e820: remove [mem 0x80000000-0xffffffff] reserved
Oct 11 09:23:34 kernel: efi: Remove mem69: MMIO range=[0x2090000000-0x20b01fffff] (514MB) from e820 map
Oct 11 09:23:34 kernel: e820: remove [mem 0x2090000000-0x20b01fffff] reserved
Oct 11 09:23:34 kernel: SMBIOS 3.3.0 present.
Oct 11 09:23:34 kernel: DMI: Framework Desktop (AMD Ryzen AI Max 300 Series)/FRANMFCP06, BIOS 03.02 07/22/2025
Oct 11 09:23:34 kernel: DMI: Memory slots populated: 8/8
Oct 11 09:23:34 kernel: tsc: Fast TSC calibration using PIT
Oct 11 09:23:34 kernel: tsc: Detected 2994.357 MHz processor
Oct 11 09:23:34 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 11 09:23:34 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 11 09:23:34 kernel: last_pfn = 0x205e0c0 max_arch_pfn = 0x400000000
Oct 11 09:23:34 kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
Oct 11 09:23:34 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Oct 11 09:23:34 kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Oct 11 09:23:34 kernel: esrt: Reserving ESRT space from 0x0000000073468e18 to 0x0000000073468e50.
Oct 11 09:23:34 kernel: e820: update [mem 0x73468000-0x73468fff] usable ==> reserved
Oct 11 09:23:34 kernel: Using GB pages for direct mapping
Oct 11 09:23:34 kernel: Secure boot enabled
Oct 11 09:23:34 kernel: RAMDISK: [mem 0x5fc19000-0x62b7efff]
Oct 11 09:23:34 kernel: ACPI: Early table checksum verification disabled
Oct 11 09:23:34 kernel: ACPI: RSDP 0x0000000079FFE014 000024 (v02 INSYDE)
Oct 11 09:23:34 kernel: ACPI: XSDT 0x0000000079FA8228 00019C (v01 INSYDE EDK2     00000001      01000013)
Oct 11 09:23:34 kernel: ACPI: FACP 0x0000000079FEE000 000114 (v06 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: DSDT 0x0000000079FC6000 0073D8 (v02 INSYDE EDK2     00040000 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: FACS 0x0000000079E32000 000040
Oct 11 09:23:34 kernel: ACPI: UEFI 0x0000000079F66000 0001CF (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: ASF! 0x0000000079FFC000 000085 (v32 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FF3000 00848D (v02 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FF2000 00033E (v02 INSYDE EDK2     00001000 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: ASF! 0x0000000079FF0000 0000A5 (v32 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: BOOT 0x0000000079FEF000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: HPET 0x0000000079FED000 000038 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: MCFG 0x0000000079FEC000 00003C (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SLIC 0x0000000079FEB000 000176 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: APIC 0x0000000079FE1000 00016A (v06 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE0000 000A6A (v02 INSYDE EDK2     00001000 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FD5000 00A8CE (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: VFCT 0x0000000079FD0000 004484 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: FPDT 0x0000000079FCF000 000044 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FCE000 0000FA (v02 INSYDE EDK2     00001000 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE8000 0006A2 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE7000 0008F9 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE4000 001DB7 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FFD000 000782 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE3000 00073F (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE2000 000CA9 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FC3000 002AA6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB9000 009A9F (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: WSMT 0x0000000079FB7000 000028 (v01 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: TPM2 0x0000000079FEA000 000050 (v05 INSYDE EDK2     20505348 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB5000 001EE8 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE9000 00010D (v02 INSYDE EDK2     00000004 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB4000 000051 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: IVRS 0x0000000079FB3000 0001F6 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB2000 000B07 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB1000 00085D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FB0000 000AF4 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FAF000 000CEE (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FAE000 000CEE (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FAD000 0004FC (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FAC000 00005E (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FAA000 001880 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FA9000 000500 (v02 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FA6000 0010BB (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079F9C000 0097A5 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079F97000 0046FB (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079FE6000 000A40 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079F96000 0009D0 (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079F95000 00008D (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: SSDT 0x0000000079F94000 000F5C (v02 INSYDE EDK2     00000001 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: BGRT 0x0000000079FB8000 000038 (v01 INSYDE EDK2     00000002 ACPI 00040000)
Oct 11 09:23:34 kernel: ACPI: Reserving FACP table memory at [mem 0x79fee000-0x79fee113]
Oct 11 09:23:34 kernel: ACPI: Reserving DSDT table memory at [mem 0x79fc6000-0x79fcd3d7]
Oct 11 09:23:34 kernel: ACPI: Reserving FACS table memory at [mem 0x79e32000-0x79e3203f]
Oct 11 09:23:34 kernel: ACPI: Reserving UEFI table memory at [mem 0x79f66000-0x79f661ce]
Oct 11 09:23:34 kernel: ACPI: Reserving ASF! table memory at [mem 0x79ffc000-0x79ffc084]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff3000-0x79ffb48c]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79ff2000-0x79ff233d]
Oct 11 09:23:34 kernel: ACPI: Reserving ASF! table memory at [mem 0x79ff0000-0x79ff00a4]
Oct 11 09:23:34 kernel: ACPI: Reserving BOOT table memory at [mem 0x79fef000-0x79fef027]
Oct 11 09:23:34 kernel: ACPI: Reserving HPET table memory at [mem 0x79fed000-0x79fed037]
Oct 11 09:23:34 kernel: ACPI: Reserving MCFG table memory at [mem 0x79fec000-0x79fec03b]
Oct 11 09:23:34 kernel: ACPI: Reserving SLIC table memory at [mem 0x79feb000-0x79feb175]
Oct 11 09:23:34 kernel: ACPI: Reserving APIC table memory at [mem 0x79fe1000-0x79fe1169]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe0000-0x79fe0a69]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fd5000-0x79fdf8cd]
Oct 11 09:23:34 kernel: ACPI: Reserving VFCT table memory at [mem 0x79fd0000-0x79fd4483]
Oct 11 09:23:34 kernel: ACPI: Reserving FPDT table memory at [mem 0x79fcf000-0x79fcf043]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fce000-0x79fce0f9]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe8000-0x79fe86a1]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe7000-0x79fe78f8]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe4000-0x79fe5db6]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79ffd000-0x79ffd781]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe3000-0x79fe373e]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe2000-0x79fe2ca8]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fc3000-0x79fc5aa5]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb9000-0x79fc2a9e]
Oct 11 09:23:34 kernel: ACPI: Reserving WSMT table memory at [mem 0x79fb7000-0x79fb7027]
Oct 11 09:23:34 kernel: ACPI: Reserving TPM2 table memory at [mem 0x79fea000-0x79fea04f]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb5000-0x79fb6ee7]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe9000-0x79fe910c]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb4000-0x79fb4050]
Oct 11 09:23:34 kernel: ACPI: Reserving IVRS table memory at [mem 0x79fb3000-0x79fb31f5]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb2000-0x79fb2b06]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb1000-0x79fb185c]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fb0000-0x79fb0af3]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79faf000-0x79fafced]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fae000-0x79faeced]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fad000-0x79fad4fb]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fac000-0x79fac05d]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79faa000-0x79fab87f]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa9000-0x79fa94ff]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fa6000-0x79fa70ba]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79f9c000-0x79fa57a4]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79f97000-0x79f9b6fa]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79fe6000-0x79fe6a3f]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79f96000-0x79f969cf]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79f95000-0x79f9508c]
Oct 11 09:23:34 kernel: ACPI: Reserving SSDT table memory at [mem 0x79f94000-0x79f94f5b]
Oct 11 09:23:34 kernel: ACPI: Reserving BGRT table memory at [mem 0x79fb8000-0x79fb8037]
Oct 11 09:23:34 kernel: No NUMA configuration found
Oct 11 09:23:34 kernel: Faking a node at [mem 0x0000000000000000-0x000000205e0bffff]
Oct 11 09:23:34 kernel: NODE_DATA(0) allocated [mem 0x205e0952c0-0x205e0bffff]
Oct 11 09:23:34 kernel: Zone ranges:
Oct 11 09:23:34 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 11 09:23:34 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 11 09:23:34 kernel:   Normal   [mem 0x0000000100000000-0x000000205e0bffff]
Oct 11 09:23:34 kernel:   Device   empty
Oct 11 09:23:34 kernel: Movable zone start for each node
Oct 11 09:23:34 kernel: Early memory node ranges
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000009f88000-0x0000000070b53fff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000072d54000-0x0000000072d66fff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000072d6c000-0x0000000076f7efff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Oct 11 09:23:34 kernel:   node   0: [mem 0x0000000100000000-0x000000205e0bffff]
Oct 11 09:23:34 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000205e0bffff]
Oct 11 09:23:34 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA32: 136 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA32: 8704 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone DMA32: 12416 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Oct 11 09:23:34 kernel: On node 0, zone Normal: 8000 pages in unavailable ranges
Oct 11 09:23:34 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 11 09:23:34 kernel: ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
Oct 11 09:23:34 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
Oct 11 09:23:34 kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Oct 11 09:23:34 kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfd280000, GSI 24-55
Oct 11 09:23:34 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 11 09:23:34 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 11 09:23:34 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 11 09:23:34 kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Oct 11 09:23:34 kernel: e820: update [mem 0x680bb000-0x68109fff] usable ==> reserved
Oct 11 09:23:34 kernel: CPU topo: Max. logical packages:   1
Oct 11 09:23:34 kernel: CPU topo: Max. logical dies:       2
Oct 11 09:23:34 kernel: CPU topo: Max. dies per package:   2
Oct 11 09:23:34 kernel: CPU topo: Max. threads per core:   2
Oct 11 09:23:34 kernel: CPU topo: Num. cores per package:    16
Oct 11 09:23:34 kernel: CPU topo: Num. threads per package:  32
Oct 11 09:23:34 kernel: CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f87fff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x680bb000-0x68109fff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x70b54000-0x72d53fff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x72d67000-0x72d6bfff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x73468000-0x73468fff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x76f7f000-0x79ffefff]
Oct 11 09:23:34 kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0xffffffff]
Oct 11 09:23:34 kernel: [mem 0x80000000-0xffffffff] available for PCI devices
Oct 11 09:23:34 kernel: Booting paravirtualized kernel on bare hardware
Oct 11 09:23:34 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Oct 11 09:23:34 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Oct 11 09:23:34 kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Oct 11 09:23:34 kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Oct 11 09:23:34 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Oct 11 09:23:34 kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Oct 11 09:23:34 kernel: Kernel command line: amd_iommu=off
Oct 11 09:23:34 kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Oct 11 09:23:34 kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Oct 11 09:23:34 kernel: printk: log_buf_len min size: 131072 bytes
Oct 11 09:23:34 kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Oct 11 09:23:34 kernel: printk: early log buf free: 115040(87%)
Oct 11 09:23:34 kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Oct 11 09:23:34 kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Oct 11 09:23:34 kernel: software IO TLB: area num 32.
Oct 11 09:23:34 kernel: Fallback order for Node 0: 0
Oct 11 09:23:34 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 33368657
Oct 11 09:23:34 kernel: Policy zone: Normal
Oct 11 09:23:34 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Oct 11 09:23:34 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Oct 11 09:23:34 kernel: ftrace: allocating 56511 entries in 224 pages
Oct 11 09:23:34 kernel: ftrace: allocated 224 pages with 3 groups
Oct 11 09:23:34 kernel: Dynamic Preempt: full
Oct 11 09:23:34 kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 11 09:23:34 kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
Oct 11 09:23:34 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 11 09:23:34 kernel:         Trampoline variant of Tasks RCU enabled.
Oct 11 09:23:34 kernel:         Rude variant of Tasks RCU enabled.
Oct 11 09:23:34 kernel:         Tracing variant of Tasks RCU enabled.
Oct 11 09:23:34 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Oct 11 09:23:34 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Oct 11 09:23:34 kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Oct 11 09:23:34 kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Oct 11 09:23:34 kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
Oct 11 09:23:34 kernel: NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
Oct 11 09:23:34 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 11 09:23:34 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 11 09:23:34 kernel: Console: colour dummy device 80x25
Oct 11 09:23:34 kernel: printk: legacy console [tty0] enabled
Oct 11 09:23:34 kernel: ACPI: Core revision 20250404
Oct 11 09:23:34 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 11 09:23:34 kernel: APIC: Switch to symmetric I/O mode setup
Oct 11 09:23:34 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 11 09:23:34 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b297313681, max_idle_ns: 440795335914 ns
Oct 11 09:23:34 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.71 BogoMIPS (lpj=2994357)
Oct 11 09:23:34 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 11 09:23:34 kernel: LVT offset 1 assigned for vector 0xf9
Oct 11 09:23:34 kernel: LVT offset 2 assigned for vector 0xf4
Oct 11 09:23:34 kernel: Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Oct 11 09:23:34 kernel: Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
Oct 11 09:23:34 kernel: process: using mwait in idle threads
Oct 11 09:23:34 kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Oct 11 09:23:34 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 11 09:23:34 kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Oct 11 09:23:34 kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Oct 11 09:23:34 kernel: Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
Oct 11 09:23:34 kernel: VMSCAPE: Mitigation: IBPB on VMEXIT
Oct 11 09:23:34 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 11 09:23:34 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Oct 11 09:23:34 kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
Oct 11 09:23:34 kernel: x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]:   24
Oct 11 09:23:34 kernel: x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
Oct 11 09:23:34 kernel: Freeing SMP alternatives memory: 56K
Oct 11 09:23:34 kernel: pid_max: default: 32768 minimum: 301
Oct 11 09:23:34 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Oct 11 09:23:34 kernel: landlock: Up and running.
Oct 11 09:23:34 kernel: Yama: becoming mindful.
Oct 11 09:23:34 kernel: LSM support for eBPF active
Oct 11 09:23:34 kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 11 09:23:34 kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 11 09:23:34 kernel: smpboot: CPU0: AMD RYZEN AI MAX+ 395 w/ Radeon 8060S (family: 0x1a, model: 0x70, stepping: 0x0)
Oct 11 09:23:34 kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
Oct 11 09:23:34 kernel: ... version:                2
Oct 11 09:23:34 kernel: ... bit width:              48
Oct 11 09:23:34 kernel: ... generic registers:      6
Oct 11 09:23:34 kernel: ... value mask:             0000ffffffffffff
Oct 11 09:23:34 kernel: ... max period:             00007fffffffffff
Oct 11 09:23:34 kernel: ... fixed-purpose events:   0
Oct 11 09:23:34 kernel: ... event mask:             000000000000003f
Oct 11 09:23:34 kernel: signal: max sigframe size: 3376
Oct 11 09:23:34 kernel: rcu: Hierarchical SRCU implementation.
Oct 11 09:23:34 kernel: rcu:         Max phase no-delay instances is 400.
Oct 11 09:23:34 kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Oct 11 09:23:34 kernel: MCE: In-kernel MCE decoding enabled.
Oct 11 09:23:34 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 11 09:23:34 kernel: smp: Bringing up secondary CPUs ...
Oct 11 09:23:34 kernel: smpboot: x86: Booting SMP configuration:
Oct 11 09:23:34 kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
Oct 11 09:23:34 kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Oct 11 09:23:34 kernel: smp: Brought up 1 node, 32 CPUs
Oct 11 09:23:34 kernel: smpboot: Total of 32 processors activated (191638.84 BogoMIPS)
Oct 11 09:23:34 kernel: Memory: 131068636K/133474628K available (20069K kernel code, 2945K rwdata, 16836K rodata, 4692K init, 4872K bss, 2372460K reserved, 0K cma-reserved)
Oct 11 09:23:34 kernel: devtmpfs: initialized
Oct 11 09:23:34 kernel: x86/mm: Memory block size: 2048MB
Oct 11 09:23:34 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f87fff] (557056 bytes)
Oct 11 09:23:34 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7977f000-0x79f7efff] (8388608 bytes)
Oct 11 09:23:34 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Oct 11 09:23:34 kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Oct 11 09:23:34 kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Oct 11 09:23:34 kernel: pinctrl core: initialized pinctrl subsystem
Oct 11 09:23:34 kernel: PM: RTC time: 16:23:32, date: 2025-10-11
Oct 11 09:23:34 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 11 09:23:34 kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Oct 11 09:23:34 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 11 09:23:34 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 11 09:23:34 kernel: audit: initializing netlink subsys (disabled)
Oct 11 09:23:34 kernel: audit: type=2000 audit(1760199812.146:1): state=initialized audit_enabled=0 res=1
Oct 11 09:23:34 kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 11 09:23:34 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 11 09:23:34 kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 11 09:23:34 kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 11 09:23:34 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 11 09:23:34 kernel: cpuidle: using governor ladder
Oct 11 09:23:34 kernel: cpuidle: using governor menu
Oct 11 09:23:34 kernel: Simple Boot Flag at 0x44 set to 0x1
Oct 11 09:23:34 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 11 09:23:34 kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Oct 11 09:23:34 kernel: PCI: Using configuration type 1 for base access
Oct 11 09:23:34 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 11 09:23:34 kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=8
Oct 11 09:23:34 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Oct 11 09:23:34 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Oct 11 09:23:34 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Oct 11 09:23:34 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Oct 11 09:23:34 kernel: raid6: skipped pq benchmark and selected avx512x4
Oct 11 09:23:34 kernel: raid6: using avx512x2 recovery algorithm
Oct 11 09:23:34 kernel: ACPI: Added _OSI(Module Device)
Oct 11 09:23:34 kernel: ACPI: Added _OSI(Processor Device)
Oct 11 09:23:34 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 11 09:23:34 kernel: ACPI: 33 ACPI AML tables successfully acquired and loaded
Oct 11 09:23:34 kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Oct 11 09:23:34 kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Oct 11 09:23:34 kernel: ACPI: EC: EC started
Oct 11 09:23:34 kernel: ACPI: EC: interrupt blocked
Oct 11 09:23:34 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 11 09:23:34 kernel: ACPI: Interpreter enabled
Oct 11 09:23:34 kernel: ACPI: PM: (supports S0 S4 S5)
Oct 11 09:23:34 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 11 09:23:34 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 11 09:23:34 kernel: PCI: Ignoring E820 reservations for host bridge windows
Oct 11 09:23:34 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP3.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP4.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP5.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP7.P0NV: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPP9.P0NV: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PRWL: New power resource
Oct 11 09:23:34 kernel: ACPI: \_SB_.PRWB: New power resource
Oct 11 09:23:34 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 11 09:23:34 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 11 09:23:34 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Oct 11 09:23:34 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Oct 11 09:23:34 kernel: PCI host bridge to bus 0000:00
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [mem 0x20b0200000-0x9b4fffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 11 09:23:34 kernel: pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [io  0x7000-0xafff]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [mem 0x98000000-0xafffffff]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [mem 0x4800000000-0x67ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x6fff]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [mem 0x80000000-0x97ffffff]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [mem 0x2800000000-0x47ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:02.1: PCI bridge to [bus bf]
Oct 11 09:23:34 kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
Oct 11 09:23:34 kernel: pci 0000:00:02.1:   bridge window [mem 0xb1100000-0xb11fffff]
Oct 11 09:23:34 kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Oct 11 09:23:34 kernel: pci 0000:00:02.3:   bridge window [mem 0xb0600000-0xb08fffff]
Oct 11 09:23:34 kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:02.5: [1022:150b] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Oct 11 09:23:34 kernel: pci 0000:00:02.5:   bridge window [mem 0xb1000000-0xb10fffff]
Oct 11 09:23:34 kernel: pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Oct 11 09:23:34 kernel: pci 0000:00:03.1:   bridge window [mem 0xb0f00000-0xb0ffffff]
Oct 11 09:23:34 kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xb05fffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [mem 0x6800000000-0x681fffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Oct 11 09:23:34 kernel: pci 0000:00:08.2:   bridge window [mem 0xb0d00000-0xb0efffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.2:   bridge window [mem 0x6820000000-0x68200fffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:08.2: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
Oct 11 09:23:34 kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Oct 11 09:23:34 kernel: pci 0000:00:08.3:   bridge window [mem 0xb0900000-0xb0cfffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.3: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.0: [1022:12b8] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.1: [1022:12b9] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.2: [1022:12ba] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.3: [1022:12bb] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.4: [1022:12bc] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.5: [1022:12bd] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.6: [1022:12be] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:18.7: [1022:12bf] type 00 class 0x060000 conventional PCI endpoint
Oct 11 09:23:34 kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Oct 11 09:23:34 kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: [10ec:8126] type 00 class 0x020000 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: BAR 0 [io  0x2000-0x20ff]
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: BAR 2 [mem 0xb1100000-0xb110ffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: BAR 4 [mem 0xb1110000-0xb1113fff 64bit]
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: supports D1 D2
Oct 11 09:23:34 kernel: pci 0000:bf:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:02.1: PCI bridge to [bus bf]
Oct 11 09:23:34 kernel: pci 0000:c0:00.0: [14c3:0717] type 00 class 0x028000 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c0:00.0: BAR 0 [mem 0xb0600000-0xb07fffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c0:00.0: BAR 2 [mem 0xb0800000-0xb0807fff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c0:00.0: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Oct 11 09:23:34 kernel: pci 0000:c1:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c1:00.0: BAR 0 [mem 0xb1000000-0xb1003fff 64bit]
Oct 11 09:23:34 kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Oct 11 09:23:34 kernel: pci 0000:c2:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c2:00.0: BAR 0 [mem 0xb0f00000-0xb0f03fff 64bit]
Oct 11 09:23:34 kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: [1002:1586] type 00 class 0x038000 PCIe Legacy Endpoint
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: BAR 0 [mem 0x6800000000-0x681fffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: BAR 2 [mem 0xb0000000-0xb01fffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: BAR 4 [io  0x1000-0x10ff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: BAR 5 [mem 0xb0400000-0xb04fffff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c3:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c3:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
Oct 11 09:23:34 kernel: pci 0000:c3:00.1: BAR 0 [mem 0xb0508000-0xb050bfff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.1: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c3:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c3:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c3:00.2: BAR 2 [mem 0xb0300000-0xb03fffff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.2: BAR 5 [mem 0xb050c000-0xb050dfff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.2: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c3:00.4: [1022:1587] type 00 class 0x0c0330 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c3:00.4: BAR 0 [mem 0xb0200000-0xb02fffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c3:00.4: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c3:00.4: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c3:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c3:00.6: BAR 0 [mem 0xb0500000-0xb0507fff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.6: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c3:00.6: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Oct 11 09:23:34 kernel: pci 0000:c4:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c4:00.0: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: BAR 0 [mem 0xb0d00000-0xb0dfffff]
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: BAR 1 [mem 0xb0e00000-0xb0e01fff]
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: BAR 2 [mem 0x6820000000-0x682007ffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: BAR 4 [mem 0xb0e03000-0xb0e03fff]
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: BAR 5 [mem 0xb0e02000-0xb0e02fff]
Oct 11 09:23:34 kernel: pci 0000:c4:00.1: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Oct 11 09:23:34 kernel: pci 0000:c5:00.0: [1022:1588] type 00 class 0x0c0330 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c5:00.0: BAR 0 [mem 0xb0900000-0xb09fffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c5:00.0: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c5:00.0: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c5:00.3: [1022:1589] type 00 class 0x0c0330 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c5:00.3: BAR 0 [mem 0xb0a00000-0xb0afffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c5:00.3: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c5:00.3: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c5:00.4: [1022:158b] type 00 class 0x0c0330 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c5:00.4: BAR 0 [mem 0xb0b00000-0xb0bfffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c5:00.4: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c5:00.5: [1022:158d] type 00 class 0x0c0340 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c5:00.5: BAR 0 [mem 0xb0c00000-0xb0c7ffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c5:00.5: Max Payload Size set to 128 (was 256, max 256)
Oct 11 09:23:34 kernel: pci 0000:c5:00.5: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:c5:00.6: [1022:158e] type 00 class 0x0c0340 PCIe Endpoint
Oct 11 09:23:34 kernel: pci 0000:c5:00.6: BAR 0 [mem 0xb0c80000-0xb0cfffff 64bit]
Oct 11 09:23:34 kernel: pci 0000:c5:00.6: Max Payload Size set to 128 (was 256, max 256)
Oct 11 09:23:34 kernel: pci 0000:c5:00.6: enabling Extended Tags
Oct 11 09:23:34 kernel: pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
Oct 11 09:23:34 kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Oct 11 09:23:34 kernel: Low-power S0 idle used by default for system suspend
Oct 11 09:23:34 kernel: ACPI: EC: interrupt unblocked
Oct 11 09:23:34 kernel: ACPI: EC: event unblocked
Oct 11 09:23:34 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 11 09:23:34 kernel: ACPI: EC: GPE=0xa
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 11 09:23:34 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 11 09:23:34 kernel: iommu: Default domain type: Translated
Oct 11 09:23:34 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Oct 11 09:23:34 kernel: SCSI subsystem initialized
Oct 11 09:23:34 kernel: libata version 3.00 loaded.
Oct 11 09:23:34 kernel: ACPI: bus type USB registered
Oct 11 09:23:34 kernel: usbcore: registered new interface driver usbfs
Oct 11 09:23:34 kernel: usbcore: registered new interface driver hub
Oct 11 09:23:34 kernel: usbcore: registered new device driver usb
Oct 11 09:23:34 kernel: EDAC MC: Ver: 3.0.0
Oct 11 09:23:34 kernel: efivars: Registered efivars operations
Oct 11 09:23:34 kernel: NetLabel: Initializing
Oct 11 09:23:34 kernel: NetLabel:  domain hash size = 128
Oct 11 09:23:34 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 11 09:23:34 kernel: NetLabel:  unlabeled traffic allowed by default
Oct 11 09:23:34 kernel: mctp: management component transport protocol core
Oct 11 09:23:34 kernel: NET: Registered PF_MCTP protocol family
Oct 11 09:23:34 kernel: PCI: Using ACPI for IRQ routing
Oct 11 09:23:34 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x680bb000-0x6bffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x70b54000-0x73ffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x72d67000-0x73ffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x73468000-0x73ffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x76f7f000-0x77ffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Oct 11 09:23:34 kernel: e820: reserve RAM buffer [mem 0x205e0c0000-0x205fffffff]
Oct 11 09:23:34 kernel: vgaarb: loaded
Oct 11 09:23:34 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 11 09:23:34 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 11 09:23:34 kernel: clocksource: Switched to clocksource tsc-early
Oct 11 09:23:34 kernel: VFS: Disk quotas dquot_6.6.0
Oct 11 09:23:34 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 11 09:23:34 kernel: pnp: PnP ACPI init
Oct 11 09:23:34 kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0400-0x04cf] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x04d6] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0c14] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0c50-0x0c52] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0c6c] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0c6f] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [io  0x0cd0-0x0cdb] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfec00000-0xfec0ffff] could not be reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfed45000-0xfed811ff] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfed81900-0xfed81fff] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfedc6000-0xfedc6fff] has been reserved
Oct 11 09:23:34 kernel: system 00:02: [mem 0xfee01000-0xffffffff] has been reserved
Oct 11 09:23:34 kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Oct 11 09:23:34 kernel: pnp: PnP ACPI: found 4 devices
Oct 11 09:23:34 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 11 09:23:34 kernel: NET: Registered PF_INET protocol family
Oct 11 09:23:34 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 11 09:23:34 kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 11 09:23:34 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 11 09:23:34 kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 11 09:23:34 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Oct 11 09:23:34 kernel: TCP: Hash tables configured (established 524288 bind 65536)
Oct 11 09:23:34 kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Oct 11 09:23:34 kernel: UDP hash table entries: 65536 (order: 10, 4194304 bytes, linear)
Oct 11 09:23:34 kernel: UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, linear)
Oct 11 09:23:34 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 11 09:23:34 kernel: NET: Registered PF_XDP protocol family
Oct 11 09:23:34 kernel: pci 0000:00:01.1: PCI bridge to [bus 01-5f]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [io  0x7000-0xafff]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [mem 0x98000000-0xafffffff]
Oct 11 09:23:34 kernel: pci 0000:00:01.1:   bridge window [mem 0x4800000000-0x67ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:01.2: PCI bridge to [bus 60-be]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x6fff]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [mem 0x80000000-0x97ffffff]
Oct 11 09:23:34 kernel: pci 0000:00:01.2:   bridge window [mem 0x2800000000-0x47ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:02.1: PCI bridge to [bus bf]
Oct 11 09:23:34 kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
Oct 11 09:23:34 kernel: pci 0000:00:02.1:   bridge window [mem 0xb1100000-0xb11fffff]
Oct 11 09:23:34 kernel: pci 0000:00:02.3: PCI bridge to [bus c0]
Oct 11 09:23:34 kernel: pci 0000:00:02.3:   bridge window [mem 0xb0600000-0xb08fffff]
Oct 11 09:23:34 kernel: pci 0000:00:02.5: PCI bridge to [bus c1]
Oct 11 09:23:34 kernel: pci 0000:00:02.5:   bridge window [mem 0xb1000000-0xb10fffff]
Oct 11 09:23:34 kernel: pci 0000:00:03.1: PCI bridge to [bus c2]
Oct 11 09:23:34 kernel: pci 0000:00:03.1:   bridge window [mem 0xb0f00000-0xb0ffffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.1: PCI bridge to [bus c3]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xb05fffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.1:   bridge window [mem 0x6800000000-0x681fffffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:08.2: PCI bridge to [bus c4]
Oct 11 09:23:34 kernel: pci 0000:00:08.2:   bridge window [mem 0xb0d00000-0xb0efffff]
Oct 11 09:23:34 kernel: pci 0000:00:08.2:   bridge window [mem 0x6820000000-0x68200fffff 64bit pref]
Oct 11 09:23:34 kernel: pci 0000:00:08.3: PCI bridge to [bus c5]
Oct 11 09:23:34 kernel: pci 0000:00:08.3:   bridge window [mem 0xb0900000-0xb0cfffff]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xfeff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:00: resource 11 [mem 0x20b0200000-0x9b4fffffff window]
Oct 11 09:23:34 kernel: pci_bus 0000:01: resource 0 [io  0x7000-0xafff]
Oct 11 09:23:34 kernel: pci_bus 0000:01: resource 1 [mem 0x98000000-0xafffffff]
Oct 11 09:23:34 kernel: pci_bus 0000:01: resource 2 [mem 0x4800000000-0x67ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci_bus 0000:60: resource 0 [io  0x3000-0x6fff]
Oct 11 09:23:34 kernel: pci_bus 0000:60: resource 1 [mem 0x80000000-0x97ffffff]
Oct 11 09:23:34 kernel: pci_bus 0000:60: resource 2 [mem 0x2800000000-0x47ffffffff 64bit pref]
Oct 11 09:23:34 kernel: pci_bus 0000:bf: resource 0 [io  0x2000-0x2fff]
Oct 11 09:23:34 kernel: pci_bus 0000:bf: resource 1 [mem 0xb1100000-0xb11fffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c0: resource 1 [mem 0xb0600000-0xb08fffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c1: resource 1 [mem 0xb1000000-0xb10fffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c2: resource 1 [mem 0xb0f00000-0xb0ffffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c3: resource 0 [io  0x1000-0x1fff]
Oct 11 09:23:34 kernel: pci_bus 0000:c3: resource 1 [mem 0xb0000000-0xb05fffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c3: resource 2 [mem 0x6800000000-0x681fffffff 64bit pref]
Oct 11 09:23:34 kernel: pci_bus 0000:c4: resource 1 [mem 0xb0d00000-0xb0efffff]
Oct 11 09:23:34 kernel: pci_bus 0000:c4: resource 2 [mem 0x6820000000-0x68200fffff 64bit pref]
Oct 11 09:23:34 kernel: pci_bus 0000:c5: resource 1 [mem 0xb0900000-0xb0cfffff]
Oct 11 09:23:34 kernel: pci 0000:c3:00.1: D0 power state depends on 0000:c3:00.0
Oct 11 09:23:34 kernel: PCI: CLS 64 bytes, default 64
Oct 11 09:23:34 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 11 09:23:34 kernel: software IO TLB: mapped [mem 0x000000006406d000-0x000000006806d000] (64MB)
Oct 11 09:23:34 kernel: LVT offset 0 assigned for vector 0x400
Oct 11 09:23:34 kernel: Trying to unpack rootfs image as initramfs...
Oct 11 09:23:34 kernel: perf: AMD IBS detected (0x00081bff)
Oct 11 09:23:34 kernel: Initialise system trusted keyrings
Oct 11 09:23:34 kernel: Key type blacklist registered
Oct 11 09:23:34 kernel: workingset: timestamp_bits=36 max_order=25 bucket_order=0
Oct 11 09:23:34 kernel: fuse: init (API version 7.44)
Oct 11 09:23:34 kernel: integrity: Platform Keyring initialized
Oct 11 09:23:34 kernel: integrity: Machine keyring initialized
Oct 11 09:23:34 kernel: xor: automatically using best checksumming function   avx
Oct 11 09:23:34 kernel: Key type asymmetric registered
Oct 11 09:23:34 kernel: Asymmetric key parser 'x509' registered
Oct 11 09:23:34 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 11 09:23:34 kernel: io scheduler mq-deadline registered
Oct 11 09:23:34 kernel: io scheduler kyber registered
Oct 11 09:23:34 kernel: io scheduler bfq registered
Oct 11 09:23:34 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 11 09:23:34 kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 32
Oct 11 09:23:34 kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Oct 11 09:23:34 kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 33
Oct 11 09:23:34 kernel: pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Oct 11 09:23:34 kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 34
Oct 11 09:23:34 kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 35
Oct 11 09:23:34 kernel: pcieport 0000:00:02.5: PME: Signaling with IRQ 36
Oct 11 09:23:34 kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 37
Oct 11 09:23:34 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 38
Oct 11 09:23:34 kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 39
Oct 11 09:23:34 kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 40
Oct 11 09:23:34 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Oct 11 09:23:34 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 11 09:23:34 kernel: ACPI: button: Power Button [PWRB]
Oct 11 09:23:34 kernel: Monitor-Mwait will be used to enter C-1 state
Oct 11 09:23:34 kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1397
Oct 11 09:23:34 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 11 09:23:34 kernel: ACPI: thermal: Thermal Zone [TZ00] (25 C)
Oct 11 09:23:34 kernel: thermal LNXTHERM:01: registered as thermal_zone1
Oct 11 09:23:34 kernel: ACPI: thermal: Thermal Zone [TZ01] (25 C)
Oct 11 09:23:34 kernel: thermal LNXTHERM:02: registered as thermal_zone2
Oct 11 09:23:34 kernel: ACPI: thermal: Thermal Zone [TZ02] (25 C)
Oct 11 09:23:34 kernel: thermal LNXTHERM:03: registered as thermal_zone3
Oct 11 09:23:34 kernel: ACPI: thermal: Thermal Zone [TZ03] (37 C)
Oct 11 09:23:34 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 11 09:23:34 kernel: Non-volatile memory driver v1.3
Oct 11 09:23:34 kernel: Linux agpgart interface v0.103
Oct 11 09:23:34 kernel: Freeing initrd memory: 48536K
Oct 11 09:23:34 kernel: tsc: Refined TSC clocksource calibration: 2994.373 MHz
Oct 11 09:23:34 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2981a153b, max_idle_ns: 440795305653 ns
Oct 11 09:23:34 kernel: clocksource: Switched to clocksource tsc
Oct 11 09:23:34 kernel: tpm_crb MSFT0101:00: Disabling hwrng
Oct 11 09:23:34 kernel: ACPI: bus type drm_connector registered
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 1
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: new USB bus registered, assigned bus number 2
Oct 11 09:23:34 kernel: xhci_hcd 0000:c3:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 11 09:23:34 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb1: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb1: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb1: SerialNumber: 0000:c3:00.4
Oct 11 09:23:34 kernel: hub 1-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 1-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 11 09:23:34 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb2: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb2: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb2: SerialNumber: 0000:c3:00.4
Oct 11 09:23:34 kernel: hub 2-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 2-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 3
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: new USB bus registered, assigned bus number 4
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Oct 11 09:23:34 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb3: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb3: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb3: SerialNumber: 0000:c5:00.0
Oct 11 09:23:34 kernel: hub 3-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 3-0:1.0: 5 ports detected
Oct 11 09:23:34 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 11 09:23:34 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb4: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb4: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb4: SerialNumber: 0000:c5:00.0
Oct 11 09:23:34 kernel: hub 4-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 4-0:1.0: 2 ports detected
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 5
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: new USB bus registered, assigned bus number 6
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 11 09:23:34 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb5: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb5: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb5: SerialNumber: 0000:c5:00.3
Oct 11 09:23:34 kernel: hub 5-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 5-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 11 09:23:34 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb6: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb6: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb6: SerialNumber: 0000:c5:00.3
Oct 11 09:23:34 kernel: hub 6-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 6-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 7
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 8
Oct 11 09:23:34 kernel: xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 11 09:23:34 kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb7: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb7: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb7: SerialNumber: 0000:c5:00.4
Oct 11 09:23:34 kernel: hub 7-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 7-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 11 09:23:34 kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Oct 11 09:23:34 kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 09:23:34 kernel: usb usb8: Product: xHCI Host Controller
Oct 11 09:23:34 kernel: usb usb8: Manufacturer: Linux 6.17.1-arch1-1 xhci-hcd
Oct 11 09:23:34 kernel: usb usb8: SerialNumber: 0000:c5:00.4
Oct 11 09:23:34 kernel: hub 8-0:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 8-0:1.0: 1 port detected
Oct 11 09:23:34 kernel: usbcore: registered new interface driver usbserial_generic
Oct 11 09:23:34 kernel: usbserial: USB Serial support registered for generic
Oct 11 09:23:34 kernel: i8042: PNP: No PS/2 controller found.
Oct 11 09:23:34 kernel: i8042: Probing ports directly.
Oct 11 09:23:34 kernel: i8042: Can't read CTR while initializing i8042
Oct 11 09:23:34 kernel: fbcon: Taking over console
Oct 11 09:23:34 kernel: i8042 i8042: probe with driver i8042 failed with error -5
Oct 11 09:23:34 kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 11 09:23:34 kernel: rtc_cmos 00:01: registered as rtc0
Oct 11 09:23:34 kernel: rtc_cmos 00:01: setting system clock to 2025-10-11T16:23:34 UTC (1760199814)
Oct 11 09:23:34 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Oct 11 09:23:34 kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Oct 11 09:23:34 kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Oct 11 09:23:34 kernel: Console: switching to colour frame buffer device 160x50
Oct 11 09:23:34 kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Oct 11 09:23:34 kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 11 09:23:34 kernel: usbcore: registered new interface driver usbhid
Oct 11 09:23:34 kernel: usbhid: USB HID core driver
Oct 11 09:23:34 kernel: drop_monitor: Initializing network drop monitor service
Oct 11 09:23:34 kernel: NET: Registered PF_INET6 protocol family
Oct 11 09:23:34 kernel: Segment Routing with IPv6
Oct 11 09:23:34 kernel: RPL Segment Routing with IPv6
Oct 11 09:23:34 kernel: In-situ OAM (IOAM) with IPv6
Oct 11 09:23:34 kernel: NET: Registered PF_PACKET protocol family
Oct 11 09:23:34 kernel: microcode: Current revision: 0x0b700032
Oct 11 09:23:34 kernel: resctrl: L3 allocation detected
Oct 11 09:23:34 kernel: resctrl: MB allocation detected
Oct 11 09:23:34 kernel: resctrl: SMBA allocation detected
Oct 11 09:23:34 kernel: resctrl: L3 monitoring detected
Oct 11 09:23:34 kernel: IPI shorthand broadcast: enabled
Oct 11 09:23:34 kernel: sched_clock: Marking stable (2336010715, 381233)->(2342948184, -6556236)
Oct 11 09:23:34 kernel: registered taskstats version 1
Oct 11 09:23:34 kernel: Loading compiled-in X.509 certificates
Oct 11 09:23:34 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b33ef8593969bf291187b2ac8b9422695ac997ad'
Oct 11 09:23:34 kernel: zswap: loaded using pool zstd/zsmalloc
Oct 11 09:23:34 kernel: Demotion targets for Node 0: null
Oct 11 09:23:34 kernel: Key type .fscrypt registered
Oct 11 09:23:34 kernel: Key type fscrypt-provisioning registered
Oct 11 09:23:34 kernel: Btrfs loaded, zoned=yes, fsverity=yes
Oct 11 09:23:34 kernel: Key type big_key registered
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Database Key: 0094f7a2230e32201c62c0dbecf3314faf'
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
Oct 11 09:23:34 kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 11 09:23:34 kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
Oct 11 09:23:34 kernel: PM:   Magic number: 13:371:388
Oct 11 09:23:34 kernel: usb usb6: hash matches
Oct 11 09:23:34 kernel: thermal cooling_device3: hash matches
Oct 11 09:23:34 kernel: acpi ACPI0007:0b: hash matches
Oct 11 09:23:34 kernel: RAS: Correctable Errors collector initialized.
Oct 11 09:23:34 kernel: clk: Disabling unused clocks
Oct 11 09:23:34 kernel: PM: genpd: Disabling unused power domains
Oct 11 09:23:34 kernel: Freeing unused decrypted memory: 2028K
Oct 11 09:23:34 kernel: Freeing unused kernel image (initmem) memory: 4692K
Oct 11 09:23:34 kernel: Write protecting the kernel read-only data: 38912k
Oct 11 09:23:34 kernel: Freeing unused kernel image (text/rodata gap) memory: 408K
Oct 11 09:23:34 kernel: Freeing unused kernel image (rodata/data gap) memory: 1596K
Oct 11 09:23:34 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 11 09:23:34 kernel: rodata_test: all tests were successful
Oct 11 09:23:34 kernel: Run /init as init process
Oct 11 09:23:34 kernel:   with arguments:
Oct 11 09:23:34 kernel:     /init
Oct 11 09:23:34 kernel:   with environment:
Oct 11 09:23:34 kernel:     HOME=/
Oct 11 09:23:34 kernel:     TERM=linux
Oct 11 09:23:34 systemd[1]: Successfully made /usr/ read-only.
Oct 11 09:23:34 systemd[1]: systemd 258-4-arch 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)
Oct 11 09:23:34 systemd[1]: Detected architecture x86-64.
Oct 11 09:23:34 systemd[1]: Running in initrd.
Oct 11 09:23:34 systemd[1]: Initializing machine ID from random generator.
Oct 11 09:23:34 systemd[1]: Queued start job for default target Initrd Default Target.
Oct 11 09:23:34 systemd[1]: Created slice Slice /system/systemd-cryptsetup.
Oct 11 09:23:34 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 11 09:23:34 systemd[1]: Expecting device /dev/disk/by-designator/root-luks...
Oct 11 09:23:34 systemd[1]: Expecting device /dev/gpt-auto-root...
Oct 11 09:23:34 systemd[1]: Reached target Path Units.
Oct 11 09:23:34 systemd[1]: Reached target Slice Units.
Oct 11 09:23:34 systemd[1]: Reached target Swaps.
Oct 11 09:23:34 systemd[1]: Reached target Timer Units.
Oct 11 09:23:34 systemd[1]: Listening on Journal Socket (/dev/log).
Oct 11 09:23:34 systemd[1]: Listening on Journal Sockets.
Oct 11 09:23:34 systemd[1]: Listening on udev Control Socket.
Oct 11 09:23:34 systemd[1]: Listening on udev Kernel Socket.
Oct 11 09:23:34 systemd[1]: Reached target Socket Units.
Oct 11 09:23:34 systemd[1]: Starting Create List of Static Device Nodes...
Oct 11 09:23:34 systemd[1]: Starting Check battery level during early boot...
Oct 11 09:23:34 systemd[1]: Starting Journal Service...
Oct 11 09:23:34 systemd[1]: Starting Load Kernel Modules...
Oct 11 09:23:34 systemd[1]: Starting TPM PCR Barrier (initrd)...
Oct 11 09:23:34 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 11 09:23:34 systemd[1]: Starting Coldplug All udev Devices...
Oct 11 09:23:34 systemd[1]: Finished Create List of Static Device Nodes.
Oct 11 09:23:34 systemd[1]: Finished Check battery level during early boot.
Oct 11 09:23:34 systemd[1]: Finished Load Kernel Modules.
Oct 11 09:23:34 systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
Oct 11 09:23:34 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 11 09:23:34 systemd[1]: Reached target Preparation for Local File Systems.
Oct 11 09:23:34 systemd[1]: Reached target Local File Systems.
Oct 11 09:23:34 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 11 09:23:34 systemd-journald[318]: Collecting audit messages is disabled.
Oct 11 09:23:34 systemd[1]: Finished TPM PCR Barrier (initrd).
Oct 11 09:23:34 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 11 09:23:34 systemd-journald[318]: Journal started
Oct 11 09:23:34 systemd-journald[318]: Runtime Journal (/run/log/journal/8b895d794f0f407f8ad71b6f5714515c) is 8M, max 2.5G, 2.4G free.
Oct 11 09:23:34 systemd-udevd[335]: Using default interface naming scheme 'v258'.
Oct 11 09:23:34 systemd-pcrextend[323]: Extended PCR index 11 with 'enter-initrd' (banks sha256, sha384).
Oct 11 09:23:34 systemd[1]: Starting Create System Files and Directories...
Oct 11 09:23:34 systemd[1]: Started Journal Service.
Oct 11 09:23:34 systemd[1]: Finished Create System Files and Directories.
Oct 11 09:23:34 kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 11 09:23:34 kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Oct 11 09:23:34 systemd[1]: Finished Coldplug All udev Devices.
Oct 11 09:23:34 kernel: usb 4-2: New USB device found, idVendor=05e3, idProduct=0625, bcdDevice=10.01
Oct 11 09:23:34 kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 11 09:23:34 kernel: usb 4-2: Product: USB3.2 Hub
Oct 11 09:23:34 kernel: usb 4-2: Manufacturer: GenesysLogic
Oct 11 09:23:34 kernel: Key type psk registered
Oct 11 09:23:34 kernel: ccp 0000:c3:00.2: enabling device (0000 -> 0002)
Oct 11 09:23:34 kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Oct 11 09:23:34 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input1
Oct 11 09:23:34 kernel: ccp 0000:c3:00.2: tee enabled
Oct 11 09:23:34 kernel: ccp 0000:c3:00.2: psp enabled
Oct 11 09:23:34 systemd[1]: Starting Virtual Console Setup...
Oct 11 09:23:34 kernel: nvme 0000:c1:00.0: platform quirk: setting simple suspend
Oct 11 09:23:34 kernel: nvme 0000:c2:00.0: platform quirk: setting simple suspend
Oct 11 09:23:34 kernel: nvme nvme1: pci function 0000:c1:00.0
Oct 11 09:23:34 kernel: nvme nvme0: pci function 0000:c2:00.0
Oct 11 09:23:34 kernel: hub 4-2:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 4-2:1.0: 2 ports detected
Oct 11 09:23:34 systemd[1]: Finished Virtual Console Setup.
Oct 11 09:23:34 kernel: nvme nvme0: 32/0/0 default/read/poll queues
Oct 11 09:23:34 kernel: nvme nvme1: 32/0/0 default/read/poll queues
Oct 11 09:23:34 kernel:  nvme0n1: p1 p2 p3
Oct 11 09:23:34 systemd[1]: Found device WD_BLACK SN850X 4000GB archcryptroot.
Oct 11 09:23:34 systemd[1]: Condition check resulted in WD_BLACK SN850X 4000GB archcryptroot being skipped.
Oct 11 09:23:34 systemd[1]: Condition check resulted in WD_BLACK SN850X 4000GB archcryptroot being skipped.
Oct 11 09:23:34 systemd[1]: Condition check resulted in WD_BLACK SN850X 4000GB archcryptroot being skipped.
Oct 11 09:23:34 systemd[1]: Starting Cryptography Setup for root...
Oct 11 09:23:34 kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Oct 11 09:23:34 kernel: usb 1-1: New USB device found, idVendor=0bda, idProduct=5424, bcdDevice= 1.88
Oct 11 09:23:34 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 11 09:23:34 kernel: usb 1-1: Product: 2-Port USB 2.0 Hub
Oct 11 09:23:34 kernel: usb 1-1: Manufacturer: Generic
Oct 11 09:23:34 kernel: device-mapper: uevent: version 1.0.3
Oct 11 09:23:34 kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Oct 11 09:23:34 systemd-cryptsetup[464]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-designator/root-luks.
Oct 11 09:23:34 systemd-cryptsetup[464]: Automatically discovered security TPM2 token unlocks volume.
Oct 11 09:23:34 kernel: hub 1-1:1.0: USB hub found
Oct 11 09:23:34 kernel: hub 1-1:1.0: 2 ports detected
Oct 11 09:23:34 kernel: usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
Oct 11 09:23:34 kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=10.01
Oct 11 09:23:34 kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 11 09:23:34 kernel: usb 3-2: Product: USB2.1 Hub
Oct 11 09:23:34 kernel: usb 3-2: Manufacturer: GenesysLogic
Oct 11 09:23:34 kernel: usb 2-1: New USB device found, idVendor=0bda, idProduct=0424, bcdDevice= 1.88
Oct 11 09:23:34 kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 11 09:23:34 kernel: usb 2-1: Product: 2-Port USB 3.0 Hub
Oct 11 09:23:34 kernel: usb 2-1: Manufacturer: Generic
Oct 11 09:23:35 kernel: hub 2-1:1.0: USB hub found
Oct 11 09:23:35 kernel: hub 2-1:1.0: 2 ports detected
Oct 11 09:23:35 kernel: hub 3-2:1.0: USB hub found
Oct 11 09:23:35 kernel: hub 3-2:1.0: 2 ports detected
Oct 11 09:23:35 kernel: usb 3-3: new high-speed USB device number 3 using xhci_hcd
Oct 11 09:23:35 kernel: usb 3-3: New USB device found, idVendor=0e8d, idProduct=0717, bcdDevice= 1.00
Oct 11 09:23:35 kernel: usb 3-3: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Oct 11 09:23:35 kernel: usb 3-3: Product: Wireless_Device
Oct 11 09:23:35 kernel: usb 3-3: Manufacturer: MediaTek Inc.
Oct 11 09:23:35 kernel: usb 3-3: SerialNumber: 000000000
Oct 11 09:23:35 kernel: [drm] amdgpu kernel modesetting enabled.
Oct 11 09:23:35 kernel: Key type trusted registered
Oct 11 09:23:35 kernel: amdgpu: Virtual CRAT table created for CPU
Oct 11 09:23:35 kernel: amdgpu: Topology: Add CPU node
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: enabling device (0006 -> 0007)
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x1586 0xF111:0x000A 0xC1).
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: register mmio base: 0xB0400000
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: register mmio size: 1048576
Oct 11 09:23:35 kernel: Key type encrypted registered
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 0 <soc21_common>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 2 <ih_v6_1>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 3 <psp>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 4 <smu>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 5 <dm>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 11 <vpe_v6_1>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: detected ip block number 12 <isp_ip>
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: Fetched VBIOS from VFCT
Oct 11 09:23:35 kernel: amdgpu: ATOM BIOS: 113-STRXLGEN-001
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: VPE: collaborate mode true
Oct 11 09:23:35 systemd[1]: Found device /dev/gpt-auto-root.
Oct 11 09:23:35 systemd[1]: Reached target Initrd Root Device.
Oct 11 09:23:35 systemd[1]: Starting File System Check on /dev/gpt-auto-root...
Oct 11 09:23:35 kernel: Console: switching to colour dummy device 80x25
Oct 11 09:23:35 systemd-cryptsetup[464]: Successfully extended PCR index 15 with 'cryptsetup:root:11502d3b-acd2-4b45-89e7-625a550dd538' and volume key (banks sha256, sha384).
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 11 09:23:35 systemd[1]: Finished Cryptography Setup for root.
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
Oct 11 09:23:35 systemd[1]: Reached target Local Encrypted Volumes.
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Oct 11 09:23:35 systemd[1]: Reached target System Initialization.
Oct 11 09:23:35 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Oct 11 09:23:35 systemd[1]: Reached target Basic System.
Oct 11 09:23:35 kernel: [drm] RAM width 256bits LPDDR5
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: amdgpu: 114688M of GTT memory ready.
Oct 11 09:23:35 kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Oct 11 09:23:35 kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09002C01
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 22
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 22
Oct 11 09:23:35 systemd-fsck[482]: /usr/bin/fsck.xfs: XFS file system.
Oct 11 09:23:35 systemd[1]: Finished File System Check on /dev/gpt-auto-root.
Oct 11 09:23:35 systemd[1]: Mounting Root Partition...
Oct 11 09:23:35 kernel: amdgpu 0000:c3:00.0: amdgpu: reserve 0x8c00000 from 0x8010000000 for PSP TMR
Oct 11 09:23:36 kernel: SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
Oct 11 09:23:36 kernel: XFS (dm-0): Mounting V5 Filesystem 4f7ff359-dc64-4d12-8713-2b3d2e74bef4
Oct 11 09:23:36 kernel: XFS (dm-0): Ending clean mount
Oct 11 09:23:36 systemd[1]: Mounted Root Partition.
Oct 11 09:23:36 systemd[1]: Reached target Initrd Root File System.
Oct 11 09:23:36 systemd[1]: Starting Mountpoints Configured in the Real Root...
Oct 11 09:23:36 systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Finished Mountpoints Configured in the Real Root.
Oct 11 09:23:36 systemd[1]: initrd-parse-etc.service: Triggering OnSuccess= dependencies.
Oct 11 09:23:36 systemd[1]: Reached target Initrd File Systems.
Oct 11 09:23:36 systemd[1]: Reached target Initrd Default Target.
Oct 11 09:23:36 systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Oct 11 09:23:36 systemd[1]: Stopped target Initrd Default Target.
Oct 11 09:23:36 systemd[1]: Stopped target Basic System.
Oct 11 09:23:36 systemd[1]: Stopped target Initrd Root Device.
Oct 11 09:23:36 systemd[1]: Stopped target Path Units.
Oct 11 09:23:36 systemd[1]: Stopped target Slice Units.
Oct 11 09:23:36 systemd[1]: Stopped target Socket Units.
Oct 11 09:23:36 systemd[1]: Stopped target System Initialization.
Oct 11 09:23:36 systemd[1]: Stopped target Local Encrypted Volumes.
Oct 11 09:23:36 systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 11 09:23:36 systemd[1]: Stopped target Swaps.
Oct 11 09:23:36 systemd[1]: Stopped target Timer Units.
Oct 11 09:23:36 systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Create List of Static Device Nodes.
Oct 11 09:23:36 systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
Oct 11 09:23:36 systemd[1]: systemd-modules-load.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Load Kernel Modules.
Oct 11 09:23:36 systemd[1]: Stopping TPM PCR Barrier (initrd)...
Oct 11 09:23:36 systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Create System Files and Directories.
Oct 11 09:23:36 systemd[1]: Stopped target Local File Systems.
Oct 11 09:23:36 systemd[1]: Stopped target Preparation for Local File Systems.
Oct 11 09:23:36 systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Coldplug All udev Devices.
Oct 11 09:23:36 systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Oct 11 09:23:36 systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Virtual Console Setup.
Oct 11 09:23:36 systemd[1]: initrd-cleanup.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Oct 11 09:23:36 systemd[1]: systemd-bsod.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
Oct 11 09:23:36 systemd[1]: systemd-battery-check.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Check battery level during early boot.
Oct 11 09:23:36 systemd-pcrextend[501]: Extended PCR index 11 with 'leave-initrd' (banks sha256, sha384).
Oct 11 09:23:36 systemd[1]: systemd-pcrphase-initrd.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped TPM PCR Barrier (initrd).
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: RAP: optional rap ta ucode is not available
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: SMU is initialized successfully!
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 3.5.1
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09002C01
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Oct 11 09:23:36 kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Oct 11 09:23:36 kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Oct 11 09:23:36 kernel: amdgpu: Virtual CRAT table created for GPU
Oct 11 09:23:36 kernel: amdgpu: Topology: Add dGPU node [0x1586:0x1002]
Oct 11 09:23:36 kernel: kfd kfd: amdgpu: added device 1002:1586
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 4 on hub 8
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring jpeg_dec_1 uses VM inv eng 6 on hub 8
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: ring vpe uses VM inv eng 7 on hub 8
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: amdgpu: Runtime PM not available
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: [drm] Registered 4 planes with drm panic
Oct 11 09:23:36 kernel: [drm] Initialized amdgpu 3.64.0 for 0000:c3:00.0 on minor 1
Oct 11 09:23:36 kernel: [drm] pre_validate_dsc:1628 MST_DSC dsc precompute is not needed
Oct 11 09:23:36 kernel: Console: switching to colour frame buffer device 240x67
Oct 11 09:23:36 kernel: amdgpu 0000:c3:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Oct 11 09:23:36 systemd[1]: systemd-udevd.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Oct 11 09:23:36 systemd[1]: systemd-udevd.service: Consumed 1.561s CPU time, 46.6M memory peak.
Oct 11 09:23:36 systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Closed udev Control Socket.
Oct 11 09:23:36 systemd[1]: Starting Cleanup udev Database...
Oct 11 09:23:36 systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 11 09:23:36 systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Oct 11 09:23:36 systemd[1]: Finished Cleanup udev Database.
Oct 11 09:23:36 systemd[1]: Reached target Switch Root.
Oct 11 09:23:36 systemd[1]: Starting Switch Root...
Oct 11 09:23:36 systemd[1]: Switching root.
Oct 11 09:23:36 systemd-journald[318]: Journal stopped
Oct 11 09:23:37 systemd-journald[318]: Received SIGTERM from PID 1 (systemd).
Oct 11 09:23:37 systemd[1]: systemd 258-4-arch 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)
Oct 11 09:23:37 systemd[1]: Detected architecture x86-64.
Oct 11 09:23:37 systemd[1]: Hostname set to <MASKED>.
Oct 11 09:23:37 systemd[1]: bpf-restrict-fs: LSM BPF program attached
Oct 11 09:23:37 systemd[1]: /usr/lib/systemd/system/xfs_scrub_all.service:26: Support for option CPUAccounting= has been removed and it is ignored
Oct 11 09:23:37 systemd[1]: /usr/lib/systemd/system/system-xfs_scrub.slice:15: Support for option CPUAccounting= has been removed and it is ignored
Oct 11 09:23:37 systemd[1]: initrd-switch-root.service: Deactivated successfully.
Oct 11 09:23:37 systemd[1]: Stopped Switch Root.
Oct 11 09:23:37 systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/dirmngr.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/getty.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/gpg-agent.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/gpg-agent-browser.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/gpg-agent-extra.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/keyboxd.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/modprobe.
Oct 11 09:23:37 systemd[1]: Created slice Slice /system/systemd-fsck.
Oct 11 09:23:37 systemd[1]: Created slice User and Session Slice.
Oct 11 09:23:37 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 11 09:23:37 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 11 09:23:37 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 11 09:23:37 systemd[1]: Expecting device /dev/disk/by-designator/esp...
Oct 11 09:23:37 systemd[1]: Expecting device /dev/disk/by-designator/xbootldr...
Oct 11 09:23:37 systemd[1]: Reached target Local Encrypted Volumes.
Oct 11 09:23:37 systemd[1]: Reached target Image Downloads.
Oct 11 09:23:37 systemd[1]: Stopped target Switch Root.
Oct 11 09:23:37 systemd[1]: Stopped target Initrd File Systems.
Oct 11 09:23:37 systemd[1]: Stopped target Initrd Root File System.
Oct 11 09:23:37 systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 11 09:23:37 systemd[1]: Reached target Path Units.
Oct 11 09:23:37 systemd[1]: Reached target Remote File Systems.
Oct 11 09:23:37 systemd[1]: Reached target Slice Units.
Oct 11 09:23:37 systemd[1]: Reached target Swaps.
Oct 11 09:23:37 systemd[1]: Reached target Local Verity Protected Volumes.
Oct 11 09:23:37 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 11 09:23:37 systemd[1]: Listening on Query the User Interactively for a Password.
Oct 11 09:23:37 systemd[1]: Listening on Process Core Dump Socket.
Oct 11 09:23:37 systemd[1]: Listening on Credential Encryption/Decryption.
Oct 11 09:23:37 systemd[1]: Listening on Factory Reset Management.
Oct 11 09:23:37 systemd[1]: Listening on Network Service Varlink Socket.
Oct 11 09:23:37 systemd[1]: Listening on Network Service Netlink Socket.
Oct 11 09:23:37 systemd[1]: Listening on TPM PCR Measurements.
Oct 11 09:23:37 systemd[1]: Listening on Make TPM PCR Policy.
Oct 11 09:23:37 systemd[1]: Listening on Resolve Monitor Varlink Socket.
Oct 11 09:23:37 systemd[1]: Listening on Resolve Service Varlink Socket.
Oct 11 09:23:37 systemd[1]: Listening on udev Control Socket.
Oct 11 09:23:37 systemd[1]: Listening on udev Varlink Socket.
Oct 11 09:23:37 systemd[1]: Listening on User Database Manager Socket.
Oct 11 09:23:37 systemd[1]: Mounting Huge Pages File System...
Oct 11 09:23:37 systemd[1]: Mounting POSIX Message Queue File System...
Oct 11 09:23:37 systemd[1]: Mounting Kernel Debug File System...
Oct 11 09:23:37 systemd[1]: Mounting Kernel Trace File System...
Oct 11 09:23:37 systemd[1]: Mounting Temporary Directory /tmp...
Oct 11 09:23:37 systemd[1]: Starting Create List of Static Device Nodes...
Oct 11 09:23:37 systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Oct 11 09:23:37 systemd[1]: Mounting Kernel Configuration File System...
Oct 11 09:23:37 systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 11 09:23:37 systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Oct 11 09:23:37 systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Oct 11 09:23:37 systemd[1]: Mounting FUSE Control File System...
Oct 11 09:23:37 systemd[1]: Starting Load Kernel Module loop...
Oct 11 09:23:37 systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
Oct 11 09:23:37 systemd[1]: Stopped systemd-cryptsetup@root.service.
Oct 11 09:23:37 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 11 09:23:37 systemd[1]: Starting Journal Service...
Oct 11 09:23:37 systemd[1]: Starting Load Kernel Modules...
Oct 11 09:23:37 systemd[1]: Starting Generate network units from Kernel command line...
Oct 11 09:23:37 systemd[1]: Starting TPM PCR Machine ID Measurement...
Oct 11 09:23:37 systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 11 09:23:37 systemd[1]: Starting Early TPM SRK Setup...
Oct 11 09:23:37 systemd[1]: Starting Load udev Rules from Credentials...
Oct 11 09:23:37 systemd[1]: Starting Coldplug All udev Devices...
Oct 11 09:23:37 kernel: loop: module loaded
Oct 11 09:23:37 systemd[1]: Mounted Huge Pages File System.
Oct 11 09:23:37 systemd[1]: Mounted POSIX Message Queue File System.
Oct 11 09:23:37 systemd[1]: Mounted Kernel Debug File System.
Oct 11 09:23:37 systemd[1]: Mounted Kernel Trace File System.
Oct 11 09:23:37 systemd[1]: Mounted Temporary Directory /tmp.
Oct 11 09:23:37 systemd[1]: Finished Create List of Static Device Nodes.
Oct 11 09:23:37 systemd[1]: Mounted Kernel Configuration File System.
Oct 11 09:23:37 systemd[1]: Mounted FUSE Control File System.
Oct 11 09:23:37 systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 11 09:23:37 systemd[1]: Finished Load Kernel Module loop.
Oct 11 09:23:37 systemd-journald[590]: Collecting audit messages is disabled.
Oct 11 09:23:37 kernel: i2c_dev: i2c /dev entries driver
Oct 11 09:23:37 systemd[1]: Finished Generate network units from Kernel command line.
Oct 11 09:23:37 systemd[1]: Finished Load Kernel Modules.
Oct 11 09:23:37 systemd[1]: Finished Load udev Rules from Credentials.
Oct 11 09:23:37 systemd-journald[590]: Journal started
Oct 11 09:23:37 systemd-journald[590]: Runtime Journal (/run/log/journal/c1ea8825456f46b29dee3bb707615b32) is 8M, max 2.5G, 2.4G free.
Oct 11 09:23:37 systemd[1]: Queued start job for default target Graphical Interface.
Oct 11 09:23:37 systemd[1]: systemd-journald.service: Deactivated successfully.
Oct 11 09:23:37 systemd-modules-load[591]: Inserted module 'crypto_user'
Oct 11 09:23:37 systemd-modules-load[591]: Inserted module 'i2c_dev'
Oct 11 09:23:37 systemd[1]: Starting Apply Kernel Variables...
Oct 11 09:23:37 systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Oct 11 09:23:37 systemd[1]: Started Journal Service.
Oct 11 09:23:37 systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 11 09:23:37 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Oct 11 09:23:37 systemd[1]: Finished Apply Kernel Variables.
Oct 11 09:23:37 systemd[1]: Starting User Database Manager...
Oct 11 09:23:37 systemd[1]: Started User Database Manager.
Oct 11 09:23:37 systemd-tpm2-setup[595]: SRK already stored in the TPM.
Oct 11 09:23:37 systemd-tpm2-setup[595]: SRK fingerprint is 00b8ab1f2a29d19ed864bd8687b60effee5daf170d29673f265293e631681214.
Oct 11 09:23:37 systemd-tpm2-setup[595]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
Oct 11 09:23:37 systemd-tpm2-setup[595]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
Oct 11 09:23:37 systemd-pcrextend[593]: Extended PCR index 15 with 'machine-id:c1ea8825456f46b29dee3bb707615b32' (banks sha256, sha384).
Oct 11 09:23:37 systemd[1]: Finished Early TPM SRK Setup.
Oct 11 09:23:37 systemd[1]: Finished TPM PCR Machine ID Measurement.
Oct 11 09:23:37 systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Oct 11 09:23:37 systemd[1]: Starting TPM PCR Root File System Measurement...
Oct 11 09:23:37 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 11 09:23:37 systemd[1]: Starting Create System Users...
Oct 11 09:23:37 systemd[1]: Finished Create System Users.
Oct 11 09:23:37 systemd[1]: Starting Network Name Resolution...
Oct 11 09:23:37 systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 11 09:23:37 systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 11 09:23:37 systemd[1]: Reached target Preparation for Local File Systems.
Oct 11 09:23:37 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 11 09:23:37 systemd-pcrextend[632]: Extended PCR index 15 with 'file-system:/:xfs:4f7ff359-dc64-4d12-8713-2b3d2e74bef4::::' (banks sha256, sha384).
Oct 11 09:23:37 systemd[1]: Finished TPM PCR Root File System Measurement.
Oct 11 09:23:37 systemd-resolved[636]: Positive Trust Anchors:
Oct 11 09:23:37 systemd-resolved[636]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 11 09:23:37 systemd-resolved[636]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Oct 11 09:23:37 systemd-resolved[636]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Oct 11 09:23:37 systemd-udevd[643]: Using default interface naming scheme 'v258'.
Oct 11 09:23:37 systemd-resolved[636]: Using system hostname 'MASKED'.
Oct 11 09:23:37 systemd[1]: Started Network Name Resolution.
Oct 11 09:23:37 systemd[1]: Reached target Host and Network Name Lookups.
Oct 11 09:23:37 systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 11 09:23:37 systemd[1]: Finished Coldplug All udev Devices.
Oct 11 09:23:37 systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Oct 11 09:23:37 systemd[1]: Starting Virtual Console Setup...
Oct 11 09:23:37 systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Oct 11 09:23:37 systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Oct 11 09:23:37 systemd[1]: Expecting device /dev/tpm0...
Oct 11 09:23:37 systemd[1]: Condition check resulted in /dev/tpm0 being skipped.
Oct 11 09:23:37 systemd[1]: Reached target Trusted Platform Module.
Oct 11 09:23:37 kernel: AMDI0020:00: ttyS4 at MMIO 0xfedc9000 (irq = 11, base_baud = 3000000) is a 16550A
Oct 11 09:23:37 kernel: ACPI: bus type thunderbolt registered
Oct 11 09:23:37 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Oct 11 09:23:37 kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Oct 11 09:23:37 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 11 09:23:37 kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Oct 11 09:23:37 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 11 09:23:37 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 11 09:23:37 kernel: cros_ec_lpcs FRMWC004:00: loaded with quirks 00000001
Oct 11 09:23:37 kernel: amdxdna 0000:c4:00.1: enabling device (0000 -> 0002)
Oct 11 09:23:37 systemd[1]: Condition check resulted in WD_BLACK SN850X 4000GB 2 being skipped.
Oct 11 09:23:37 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x50
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x51
Oct 11 09:23:37 systemd[1]: Condition check resulted in WD_BLACK SN850X 4000GB 1 being skipped.
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x52
Oct 11 09:23:37 systemd[1]: Starting File System Check on /dev/disk/by-designator/xbootldr...
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x53
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x54
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x55
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x56
Oct 11 09:23:37 kernel: i2c i2c-19: Successfully instantiated SPD at 0x57
Oct 11 09:23:37 kernel: cros_ec_lpcs FRMWC004:00: Chrome EC device registered
Oct 11 09:23:37 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 11 09:23:37 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 11 09:23:37 kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Oct 11 09:23:37 kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
Oct 11 09:23:37 kernel: cfg80211: failed to load regulatory.db
Oct 11 09:23:37 systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 11 09:23:37 systemd[1]: Stopped Virtual Console Setup.
Oct 11 09:23:37 systemd[1]: Starting Virtual Console Setup...
Oct 11 09:23:37 systemd-fsck[746]: /dev/nvme0n1p2: clean, 19/32768 files, 13753/131072 blocks
Oct 11 09:23:37 systemd[1]: Finished File System Check on /dev/disk/by-designator/xbootldr.
Oct 11 09:23:37 kernel: Bluetooth: Core ver 2.22
Oct 11 09:23:37 kernel: NET: Registered PF_BLUETOOTH protocol family
Oct 11 09:23:37 kernel: Bluetooth: HCI device and connection manager initialized
Oct 11 09:23:37 kernel: Bluetooth: HCI socket layer initialized
Oct 11 09:23:37 kernel: Bluetooth: L2CAP socket layer initialized
Oct 11 09:23:37 kernel: Bluetooth: SCO socket layer initialized
Oct 11 09:23:37 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 11 09:23:37 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 11 09:23:37 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 11 09:23:37 kernel: r8169 0000:bf:00.0: enabling device (0000 -> 0003)
Oct 11 09:23:37 kernel: kvm_amd: TSC scaling supported
Oct 11 09:23:37 kernel: kvm_amd: Nested Virtualization enabled
Oct 11 09:23:37 kernel: kvm_amd: Nested Paging enabled
Oct 11 09:23:37 kernel: kvm_amd: LBR virtualization supported
Oct 11 09:23:37 kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Oct 11 09:23:37 kernel: kvm_amd: Virtual GIF supported
Oct 11 09:23:37 kernel: kvm_amd: Virtual NMI enabled
Oct 11 09:23:37 kernel: r8169 0000:bf:00.0 eth0: RTL8126A, 9c:bf:0d:00:f2:f3, XID 64a, IRQ 187
Oct 11 09:23:37 kernel: r8169 0000:bf:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko]
Oct 11 09:23:37 kernel: r8169 0000:bf:00.0 enp191s0: renamed from eth0
Oct 11 09:23:37 kernel: amd-pmf AMDI0105:00: No Smart PC policy present
Oct 11 09:23:37 kernel: amd-pmf AMDI0105:00: registered PMF device successfully
Oct 11 09:23:37 systemd[1]: Finished Virtual Console Setup.
Oct 11 09:23:37 kernel: [drm] Initialized amdxdna_accel_driver 0.0.0 for 0000:c4:00.1 on minor 0
Oct 11 09:23:37 kernel: usbcore: registered new interface driver btusb
Oct 11 09:23:37 kernel: Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20250825220109
Oct 11 09:23:37 systemd[1]: Reached target Bluetooth Support.
Oct 11 09:23:37 systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 11 09:23:37 systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Oct 11 09:23:37 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 11 09:23:37 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Oct 11 09:23:37 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 11 09:23:37 kernel: intel_rapl_common: Found RAPL domain package
Oct 11 09:23:37 kernel: intel_rapl_common: Found RAPL domain core
Oct 11 09:23:37 kernel: amd_atl: AMD Address Translation Library initialized
Oct 11 09:23:37 kernel: snd_hda_intel 0000:c3:00.1: enabling device (0000 -> 0002)
Oct 11 09:23:37 kernel: snd_hda_intel 0000:c3:00.1: Handle vga_switcheroo audio client
Oct 11 09:23:37 kernel: snd_hda_intel 0000:c3:00.6: enabling device (0000 -> 0002)
Oct 11 09:23:37 kernel: mt7925e 0000:c0:00.0: ASIC revision: 79250000
Oct 11 09:23:37 kernel: snd_hda_intel 0000:c3:00.1: bound 0000:c3:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Oct 11 09:23:37 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card0/input3
Oct 11 09:23:37 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card0/input4
Oct 11 09:23:37 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card0/input5
Oct 11 09:23:37 kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c3:00.1/sound/card0/input6
Oct 11 09:23:37 systemd[1]: Reached target Sound Card.
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0: autoconfig for ALC623: line_outs=2 (0x21/0x14/0x0/0x0/0x0) type:hp
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0:    mono: mono_out=0x0
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0:    inputs:
Oct 11 09:23:37 kernel: snd_hda_codec_alc269 hdaudioC1D0:      Mic=0x19
Oct 11 09:23:37 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:c3:00.6/sound/card1/input7
Oct 11 09:23:37 kernel: input: HD-Audio Generic Headphone Front as /devices/pci0000:00/0000:00:08.1/0000:c3:00.6/sound/card1/input8
Oct 11 09:23:37 kernel: input: HD-Audio Generic Front Headphone Surround as /devices/pci0000:00/0000:00:08.1/0000:c3:00.6/sound/card1/input9
Oct 11 09:23:37 kernel: mt7925e 0000:c0:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250825215832a
Oct 11 09:23:37 kernel: mt7925e 0000:c0:00.0: WM Firmware Version: ____000000, Build Time: 20250825215925
Oct 11 09:23:38 systemd[1]: Mounting /boot...
Oct 11 09:23:38 systemd[1]: Mounting /efi...
Oct 11 09:23:38 systemd[1]: var.mount: Directory /var to mount over is not empty, mounting anyway.
Oct 11 09:23:38 systemd[1]: Mounting /var...
Oct 11 09:23:38 systemd[1]: Mounted /var.
Oct 11 09:23:38 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 11 09:23:38 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 11 09:23:38 systemd[1]: Listening on Disk Image Download Service Socket.
Oct 11 09:23:38 systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 11 09:23:38 systemd[1]: Starting Load/Save OS Random Seed...
Oct 11 09:23:38 systemd[1]: Starting Network Time Synchronization...
Oct 11 09:23:38 systemd[1]: Starting TPM SRK Setup...
Oct 11 09:23:38 systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 11 09:23:38 kernel: EXT4-fs (nvme0n1p2): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
Oct 11 09:23:38 systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 11 09:23:38 systemd-journald[590]: Time spent on flushing to /var/log/journal/c1ea8825456f46b29dee3bb707615b32 is 9.422ms for 1376 entries.
Oct 11 09:23:38 systemd-journald[590]: System Journal (/var/log/journal/c1ea8825456f46b29dee3bb707615b32) is 75M, max 4G, 3.9G free.
Oct 11 09:23:38 systemd[1]: Mounted /boot.
Oct 11 09:23:38 kernel: EXT4-fs (nvme0n1p2): mounted filesystem b5ea00c1-8f5e-46f4-96f4-964d4014dfde r/w with ordered data mode. Quota mode: none.
Oct 11 09:23:38 systemd[1]: Finished Load/Save OS Random Seed.
Oct 11 09:23:38 systemd-journald[590]: Received client request to flush runtime journal.
Oct 11 09:23:38 systemd[1]: Mounted /efi.
Oct 11 09:23:38 systemd[1]: Reached target Local File Systems.
Oct 11 09:23:38 systemd[1]: Listening on Boot Entries Service Socket.
Oct 11 09:23:38 systemd[1]: Listening on System Extension Image Management.
Oct 11 09:23:38 systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Oct 11 09:23:38 systemd[1]: Starting Update Boot Loader Random Seed...
Oct 11 09:23:38 systemd[1]: Starting Load JSON user/group Records from Credentials...
Oct 11 09:23:38 systemd[1]: Started Network Time Synchronization.
Oct 11 09:23:38 systemd-resolved[636]: Switching to fallback DNS server 9.9.9.9#dns.quad9.net.
Oct 11 09:23:38 systemd[1]: Reached target System Time Set.
Oct 11 09:23:38 systemd[1]: Finished Load JSON user/group Records from Credentials.
Oct 11 09:23:38 systemd-tpm2-setup[773]: SRK already stored in the TPM.
Oct 11 09:23:38 systemd-tpm2-setup[773]: SRK fingerprint is 00b8ab1f2a29d19ed864bd8687b60effee5daf170d29673f265293e631681214.
Oct 11 09:23:38 systemd-tpm2-setup[773]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
Oct 11 09:23:38 systemd[1]: Finished TPM SRK Setup.
Oct 11 09:23:38 bootctl[785]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Oct 11 09:23:38 systemd[1]: Finished Update Boot Loader Random Seed.
Oct 11 09:23:38 systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 11 09:23:38 systemd[1]: Starting Create System Files and Directories...
Oct 11 09:23:38 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:38 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:38 systemd[1]: Finished Create System Files and Directories.
Oct 11 09:23:38 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 11 09:23:38 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 11 09:23:38 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 11 09:23:38 systemd[1]: Starting Rebuild Journal Catalog...
Oct 11 09:23:38 systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 11 09:23:38 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 11 09:23:38 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 11 09:23:38 systemd[1]: Finished Rebuild Journal Catalog.
Oct 11 09:23:38 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Oct 11 09:23:38 systemd[1]: Starting Update is Completed...
Oct 11 09:23:38 systemd[1]: Finished Update is Completed.
Oct 11 09:23:38 systemd[1]: Reached target System Initialization.
Oct 11 09:23:38 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 11 09:23:38 systemd[1]: Started Discard unused filesystem blocks once a week.
Oct 11 09:23:38 systemd[1]: Started Discard unused packages weekly.
Oct 11 09:23:38 systemd[1]: Started Refresh pacman files databases weekly.
Oct 11 09:23:38 systemd[1]: Started Update the plocate database daily.
Oct 11 09:23:38 systemd[1]: Started Daily verification of password and group files.
Oct 11 09:23:38 systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 11 09:23:38 systemd[1]: Started Periodic XFS Online Metadata Check for All Filesystems.
Oct 11 09:23:38 systemd[1]: Reached target Timer Units.
Oct 11 09:23:38 systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Oct 11 09:23:38 systemd[1]: Listening on Podman API Socket.
Oct 11 09:23:38 systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Oct 11 09:23:38 systemd[1]: Listening on Hostname Service Socket.
Oct 11 09:23:38 systemd[1]: Listening on User Login Management Varlink Socket.
Oct 11 09:23:38 systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Oct 11 09:23:38 systemd[1]: Reached target Socket Units.
Oct 11 09:23:38 systemd[1]: Starting D-Bus System Message Bus...
Oct 11 09:23:38 systemd[1]: Starting TPM PCR Barrier (Initialization)...
Oct 11 09:23:38 systemd[1]: Started D-Bus System Message Bus.
Oct 11 09:23:38 dbus-broker-launch[810]: Ready
Oct 11 09:23:38 systemd-pcrextend[811]: Extended PCR index 11 with 'sysinit' (banks sha256, sha384).
Oct 11 09:23:38 systemd[1]: Finished TPM PCR Barrier (Initialization).
Oct 11 09:23:38 systemd[1]: Reached target Basic System.
Oct 11 09:23:38 systemd[1]: Starting Thunderbolt system service...
Oct 11 09:23:38 systemd[1]: Starting Apply cpupower configuration...
Oct 11 09:23:38 systemd[1]: Starting firewalld - dynamic firewall daemon...
Oct 11 09:23:38 systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Oct 11 09:23:38 systemd[1]: Starting User Login Management...
Oct 11 09:23:38 systemd[1]: Starting TPM PCR Barrier (User)...
Oct 11 09:23:38 boltd[814]: bolt 0.9.10 starting up.
Oct 11 09:23:38 systemd[1]: Finished Apply cpupower configuration.
Oct 11 09:23:38 boltd[814]: manager: initializing store
Oct 11 09:23:38 boltd[814]: store: located at: /var/lib/boltd
Oct 11 09:23:38 boltd[814]: config: loading user config
Oct 11 09:23:38 boltd[814]: bouncer: initializing polkit
Oct 11 09:23:38 systemd[1]: Starting Authorization Manager...
Oct 11 09:23:38 systemd-logind[819]: New seat seat0.
Oct 11 09:23:38 systemd-logind[819]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 11 09:23:38 systemd-pcrextend[821]: Extended PCR index 11 with 'ready' (banks sha256, sha384).
Oct 11 09:23:38 systemd[1]: Started User Login Management.
Oct 11 09:23:38 systemd[1]: Finished TPM PCR Barrier (User).
Oct 11 09:23:38 polkitd[833]: Started polkitd version 126
Oct 11 09:23:38 polkitd[833]: Loading rules from directory /etc/polkit-1/rules.d
Oct 11 09:23:38 polkitd[833]: Loading rules from directory /run/polkit-1/rules.d
Oct 11 09:23:38 polkitd[833]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Oct 11 09:23:38 polkitd[833]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Oct 11 09:23:38 polkitd[833]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Oct 11 09:23:38 polkitd[833]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 11 09:23:38 polkitd[833]: Finished loading, compiling and executing 5 rules
Oct 11 09:23:38 systemd[1]: Started Authorization Manager.
Oct 11 09:23:38 polkitd[833]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 11 09:23:38 boltd[814]: watchdog: enabled [pulse: 90s]
Oct 11 09:23:38 boltd[814]: udev: initializing udev
Oct 11 09:23:38 boltd[814]: store: loading domains
Oct 11 09:23:38 boltd[814]: store: loading devices
Oct 11 09:23:38 boltd[814]: power: state located at: /run/boltd/power
Oct 11 09:23:38 boltd[814]: power: force power support: no
Oct 11 09:23:38 boltd[814]: udev: enumerating devices
Oct 11 09:23:38 boltd[814]: probing: adding /sys/devices/pci0000:00 to roots
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] newly connected [user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0)
Oct 11 09:23:38 boltd[814]: security level set to 'user'
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] domain: registered (bootacl: 0/0)
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] bootacl: bootacl not supported, no sync
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x158d'
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] udev: uuid is stable: no (for NHI: 0x158d)
Oct 11 09:23:38 boltd[814]: global 'generation' set to '4'
Oct 11 09:23:38 boltd[814]: [33c93804-109e-Desktop (AMD Ryzen AI Max 3] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.5/domain0/0-0
Oct 11 09:23:38 boltd[814]: [33c93804-109e-Desktop (AMD Ryzen AI Max 3] labeling device: Framework Desktop (AMD Ryzen AI Max 300 Series)
Oct 11 09:23:38 boltd[814]: probing: adding /sys/devices/pci0000:00 to roots
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] newly connected [user] (/sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0)
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] domain: registered (bootacl: 0/0)
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] bootacl: bootacl not supported, no sync
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x158e'
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] udev: uuid is stable: no (for NHI: 0x158e)
Oct 11 09:23:38 boltd[814]: [33c93804-119e-Desktop (AMD Ryzen AI Max 3] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:c5:00.6/domain1/1-0
Oct 11 09:23:38 boltd[814]: [33c93804-119e-Desktop (AMD Ryzen AI Max 3] labeling device: Framework Desktop (AMD Ryzen AI Max 300 Series)
Oct 11 09:23:38 boltd[814]: [33c93804-109e-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/33c93804_109e_5a2b_ffff_ffffffffffff
Oct 11 09:23:38 boltd[814]: [33c93804-119e-domain1                    ] dbus: exported domain at /org/freedesktop/bolt/domains/33c93804_119e_5a2b_ffff_ffffffffffff
Oct 11 09:23:38 boltd[814]: [33c93804-109e-Desktop (AMD Ryzen AI Max 3] dbus: exported device at /org/freedesktop/bolt/devices/33c93804_109e...
Oct 11 09:23:38 boltd[814]: [33c93804-119e-Desktop (AMD Ryzen AI Max 3] dbus: exported device at /org/freedesktop/bolt/devices/33c93804_119e...
Oct 11 09:23:38 systemd[1]: Started Thunderbolt system service.
Oct 11 09:23:38 boltd[814]: probing: started [1000]
Oct 11 09:23:38 kernel: mt7925e 0000:c0:00.0 wlp192s0: renamed from wlan0
Oct 11 09:23:38 systemd[1]: Started firewalld - dynamic firewall daemon.
Oct 11 09:23:38 systemd[1]: Reached target Preparation for Network.
Oct 11 09:23:38 systemd[1]: Starting Network Configuration...
Oct 11 09:23:38 systemd-networkd[918]: lo: Link UP
Oct 11 09:23:38 systemd-networkd[918]: lo: Gained carrier
Oct 11 09:23:38 systemd[1]: Started Network Configuration.
Oct 11 09:23:38 systemd-networkd[918]: enp191s0: Configuring with /etc/systemd/network/89-ethernet.network.
Oct 11 09:23:38 systemd[1]: Reached target Network.
Oct 11 09:23:38 systemd[1]: Starting OpenSSH Daemon...
Oct 11 09:23:38 systemd[1]: Starting Enable Persistent Storage in systemd-networkd...
Oct 11 09:23:38 systemd[1]: Starting Permit User Sessions...
Oct 11 09:23:38 kernel: Realtek Internal NBASE-T PHY r8169-0-bf00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-bf00:00, irq=MAC)
Oct 11 09:23:38 systemd[1]: Finished Permit User Sessions.
Oct 11 09:23:38 systemd[1]: Started Getty on tty1.
Oct 11 09:23:38 systemd[1]: Reached target Login Prompts.
Oct 11 09:23:39 kernel: Bluetooth: hci0: Device setup in 1805087 usecs
Oct 11 09:23:39 kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Oct 11 09:23:39 kernel: r8169 0000:bf:00.0 enp191s0: Link is Down
Oct 11 09:23:39 systemd-networkd[918]: enp191s0: Link UP
Oct 11 09:23:39 systemd[1]: Finished Enable Persistent Storage in systemd-networkd.
Oct 11 09:23:39 sshd[921]: Server listening on 0.0.0.0 port 22.
Oct 11 09:23:39 sshd[921]: Server listening on :: port 22.
Oct 11 09:23:39 systemd[1]: Started OpenSSH Daemon.
Oct 11 09:23:39 systemd[1]: Reached target Multi-User System.
Oct 11 09:23:39 systemd[1]: Reached target Graphical Interface.
Oct 11 09:23:39 systemd[1]: Reached target SSH Access Available.
Oct 11 09:23:39 systemd[1]: Startup finished in 10.795s (firmware) + 6.278s (loader) + 2.382s (kernel) + 2.236s (initrd) + 2.433s (userspace) = 24.126s.
Oct 11 09:23:39 kernel: Bluetooth: hci0: AOSP extensions version v1.00
Oct 11 09:23:39 kernel: Bluetooth: hci0: AOSP quality report is supported
Oct 11 09:23:41 boltd[814]: probing: timeout, done: [2760205] (2000000)
Oct 11 09:23:42 systemd-networkd[918]: enp191s0: Gained carrier
Oct 11 09:23:42 kernel: r8169 0000:bf:00.0 enp191s0: Link is Up - 1Gbps/Full - flow control off
Oct 11 09:23:43 systemd-networkd[918]: enp191s0: Gained IPv6LL
Oct 11 09:23:43 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:43 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 11 09:23:44 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:45 systemd-networkd[918]: enp191s0: DHCPv6 address 2001:0DB8::/128 (valid for 23h 59min 59s, preferred for 23h 59min 59s)
Oct 11 09:23:45 systemd[1]: Starting Hostname Service...
Oct 11 09:23:45 systemd[1]: Started Hostname Service.
Oct 11 09:23:45 systemd-hostnamed[933]: Hostname set to <MASKED> (static)
Oct 11 09:23:46 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:47 systemd-networkd[918]: enp191s0: DHCPv4 address 192.0.2.5/24, gateway 192.0.2.1 acquired from 192.0.2.1
Oct 11 09:23:47 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:23:47 systemd-timesyncd[772]: Network configuration changed, trying to establish connection.
Oct 11 09:24:17 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Oct 11 09:24:16 systemd-resolved[636]: Clock change detected. Flushing caches.
Oct 11 09:24:16 systemd-timesyncd[772]: Contacted time server [2602:2b7:d11:f4::122]:123 (2.arch.pool.ntp.org).
Oct 11 09:24:16 systemd-journald[590]: Time jumped backwards, rotating.
Oct 11 09:24:16 systemd-timesyncd[772]: Initial clock synchronization to Sat 2025-10-11 09:24:16.868282 MST.
Oct 11 09:26:20 kernel: cros-ec-dev cros-ec-dev.1.auto: Some logs may have been dropped...
Oct 11 09:38:37 systemd[1]: Starting Cleanup of Temporary Directories...
Oct 11 09:38:37 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Oct 11 09:38:37 systemd[1]: Finished Cleanup of Temporary Directories.
Oct 11 09:46:40 dbus-broker-launch[810]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Oct 11 09:46:40 sshd-session[988]: Accepted publickey for cipher from 192.0.2.10 port 43014 ssh2: ED25519 SHA256:000000000000000000000000000000000000000000
Oct 11 09:46:40 sshd-session[988]: pam_unix(sshd:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 09:46:40 systemd-logind[819]: New session '1' of user 'cipher' with class 'user' and type 'tty'.
Oct 11 09:46:40 systemd[1]: Created slice User Slice of UID 1000.
Oct 11 09:46:40 systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 11 09:46:40 systemd-user-runtime-dir[991]: Successfully configured disk quota for UID 1000 on /tmp to 50G
Oct 11 09:46:40 systemd-user-runtime-dir[991]: Successfully configured disk quota for UID 1000 on /dev/shm to 50G
Oct 11 09:46:40 systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 11 09:46:40 systemd[1]: Starting User Manager for UID 1000...
Oct 11 09:46:40 (systemd)[993]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[cipher] ruser=[<unknown>] rhost=[<unknown>]
Oct 11 09:46:40 (systemd)[993]: pam_unix(systemd-user:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 09:46:40 systemd-logind[819]: New session '2' of user 'cipher' with class 'manager' and type 'unspecified'.
Oct 11 09:46:40 systemd[993]: Queued start job for default target Main User Target.
Oct 11 09:46:40 systemd[993]: Created slice User Application Slice.
Oct 11 09:46:40 systemd[993]: Reached target Paths.
Oct 11 09:46:40 systemd[993]: Reached target Timers.
Oct 11 09:46:40 systemd[993]: Starting D-Bus User Message Bus Socket...
Oct 11 09:46:40 systemd[993]: Listening on GnuPG network certificate management daemon.
Oct 11 09:46:40 systemd[993]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 11 09:46:40 systemd[993]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 11 09:46:40 systemd[993]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 11 09:46:40 systemd[993]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 11 09:46:40 systemd[993]: Listening on GnuPG public key management service.
Oct 11 09:46:40 systemd[993]: Listening on p11-kit server.
Oct 11 09:46:40 systemd[993]: Listening on PipeWire Multimedia System Sockets.
Oct 11 09:46:40 systemd[993]: Listening on Query the User Interactively for a Password.
Oct 11 09:46:40 systemd[993]: Listening on D-Bus User Message Bus Socket.
Oct 11 09:46:40 systemd[993]: Reached target Sockets.
Oct 11 09:46:40 systemd[993]: Reached target Basic System.
Oct 11 09:46:40 systemd[993]: Reached target Main User Target.
Oct 11 09:46:40 systemd[993]: Startup finished in 83ms.
Oct 11 09:46:40 systemd[1]: Started User Manager for UID 1000.
Oct 11 09:46:40 systemd[1]: Started Session 1 of User cipher.
Oct 11 09:47:08 sudo[1088]:   cipher : TTY=pts/0 ; PWD=/home/cipher ; USER=root ; COMMAND=/usr/bin/ls -la /run/podman
Oct 11 09:47:08 sudo[1088]: pam_unix(sudo:session): session opened for user root(uid=0) by cipher(uid=1000)
Oct 11 09:47:08 sudo[1088]: pam_unix(sudo:session): session closed for user root
Oct 11 09:49:04 kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
Oct 11 09:49:04 kernel: overlayfs: fs on '/home/cipher/.local/share/containers/overlay/compat2284087196/lower1' does not support file handles, falling back to xino=off.
Oct 11 09:49:04 podman[1174]: 2025-10-11 09:49:04.162636706 -0700 MST m=+0.033117088 system refresh
Oct 11 09:49:04 systemd[993]: Created slice User Core Session Slice.
Oct 11 09:49:04 systemd[993]: Starting D-Bus User Message Bus...
Oct 11 09:49:04 dbus-broker-launch[1198]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 11 09:49:04 dbus-broker-launch[1198]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 11 09:49:04 systemd[993]: Started D-Bus User Message Bus.
Oct 11 09:49:04 dbus-broker-launch[1198]: Ready
Oct 11 09:49:04 systemd[993]: Created slice Slice /user.
Oct 11 09:49:04 systemd[993]: Started podman-1174.scope.
Oct 11 09:49:04 systemd[993]: Started podman-pause-52bb90b2.scope.
Oct 11 09:49:25 sudo[1243]:   cipher : TTY=pts/0 ; PWD=/home/cipher ; USER=root ; COMMAND=/usr/bin/pacman --sync -y -u --
Oct 11 09:49:25 sudo[1243]: pam_unix(sudo:session): session opened for user root(uid=0) by cipher(uid=1000)
Oct 11 09:49:25 sudo[1243]: pam_unix(sudo:session): session closed for user root
Oct 11 09:53:52 systemd[993]: Started podman-1294.scope.
Oct 11 09:54:01 systemd[993]: podman-1294.scope: Consumed 9.222s CPU time, 7.5G memory peak.
Oct 11 10:34:25 sudo[1521]:   cipher : TTY=pts/0 ; PWD=/home/cipher ; USER=root ; COMMAND=/usr/bin/cat /etc/crypttab.initramfs
Oct 11 10:34:25 sudo[1521]: pam_unix(sudo:session): session opened for user root(uid=0) by cipher(uid=1000)
Oct 11 10:34:25 sudo[1521]: pam_unix(sudo:session): session closed for user root
Oct 11 10:34:35 sudo[1529]:   cipher : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/bash
Oct 11 10:34:35 sudo[1529]: pam_unix(sudo:session): session opened for user root(uid=0) by cipher(uid=1000)
Oct 11 10:35:12 sudo[1529]: pam_unix(sudo:session): session closed for user root
Oct 11 10:47:32 systemd[993]: Started podman-1658.scope.
Oct 11 10:47:32 kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
Oct 11 10:47:32 kernel: overlayfs: fs on '/home/cipher/.local/share/containers/overlay/volatile-check1695368193/lower' does not support file handles, falling back to xino=off.
Oct 11 10:47:32 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1692 (exe)
Oct 11 10:47:32 systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 11 10:47:32 systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 11 10:48:51 sshd-session[1698]: Accepted publickey for cipher from 192.0.2.10 port 53148 ssh2: ED25519 SHA256:000000000000000000000000000000000000000000
Oct 11 10:48:51 sshd-session[1698]: pam_unix(sshd:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 10:48:51 systemd-logind[819]: New session '3' of user 'cipher' with class 'user' and type 'tty'.
Oct 11 10:48:51 systemd[1]: Started Session 3 of User cipher.
Oct 11 10:48:51 sshd-session[1701]: Received disconnect from 192.0.2.10 port 53148:11: disconnected by user
Oct 11 10:48:51 sshd-session[1701]: Disconnected from user cipher 192.0.2.10 port 53148
Oct 11 10:48:51 sshd-session[1698]: pam_unix(sshd:session): session closed for user cipher
Oct 11 10:48:51 systemd[1]: session-3.scope: Deactivated successfully.
Oct 11 10:48:51 systemd-logind[819]: Session 3 logged out. Waiting for processes to exit.
Oct 11 10:48:51 systemd-logind[819]: Removed session 3.
Oct 11 10:49:02 sshd-session[1705]: Accepted publickey for cipher from 192.0.2.10 port 48668 ssh2: ED25519 SHA256:000000000000000000000000000000000000000000
Oct 11 10:49:02 sshd-session[1705]: pam_unix(sshd:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 10:49:02 systemd-logind[819]: New session '4' of user 'cipher' with class 'user' and type 'tty'.
Oct 11 10:49:02 systemd[1]: Started Session 4 of User cipher.
Oct 11 10:49:02 sshd-session[1708]: Received disconnect from 192.0.2.10 port 48668:11: disconnected by user
Oct 11 10:49:02 sshd-session[1708]: Disconnected from user cipher 192.0.2.10 port 48668
Oct 11 10:49:02 sshd-session[1705]: pam_unix(sshd:session): session closed for user cipher
Oct 11 10:49:02 systemd[1]: session-4.scope: Deactivated successfully.
Oct 11 10:49:02 systemd-logind[819]: Session 4 logged out. Waiting for processes to exit.
Oct 11 10:49:02 systemd-logind[819]: Removed session 4.
Oct 11 10:52:49 sshd-session[1718]: Accepted publickey for cipher from 192.0.2.10 port 46102 ssh2: ED25519 SHA256:000000000000000000000000000000000000000000
Oct 11 10:52:49 sshd-session[1718]: pam_unix(sshd:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 10:52:49 systemd-logind[819]: New session '5' of user 'cipher' with class 'user' and type 'tty'.
Oct 11 10:52:49 systemd[1]: Started Session 5 of User cipher.

An strace, because of the GitHub issue:

% podman system reset -f
% sudo -u root -i -- strace -f -e mount -s 4096 sudo -i -u cipher -- podman run --rm -it alpine:latest echo 'CONTAINEROUTPUT' 2>&1 | tee strace-run-alpine.log.2 | grep 'mount('
[pid  3932] mount("/home/cipher/.local/share/containers/overlay", "/home/cipher/.local/share/containers/overlay", 0xc00061a740, MS_BIND, NULL) = 0
[pid  3932] mount("", "/home/cipher/.local/share/containers/overlay", 0xc00061a746, MS_PRIVATE, NULL) = 0
[pid  3932] mount("overlay", "/home/cipher/.local/share/containers/overlay/opaque-bug-check817392872/merged", "overlay", MS_NODEV, "lowerdir=/home/cipher/.local/share/containers/overlay/opaque-bug-check817392872/l2:/home/cipher/.local/share/containers/overlay/opaque-bug-check817392872/l1,upperdir=/home/cipher/.local/share/containers/overlay/opaque-bug-check817392872/l3,workdir=/home/cipher/.local/share/containers/overlay/opaque-bug-check817392872/work,userxattr,xino=off,index=off") = 0
[pid  3944] mount("", "/run/user/1000/netns", 0xc0011a61a1, MS_REC|MS_SHARED, NULL) = -1 EINVAL (Invalid argument)
[pid  3941] mount("shm", "/home/cipher/.local/share/containers/overlay-containers/7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998/userdata/shm", "tmpfs", MS_NOSUID|MS_NODEV|MS_NOEXEC, "mode=1777,size=65536000" <unfinished ...>
[pid  3944] mount("/run/user/1000/netns", "/run/user/1000/netns", 0xc0011a61a6, MS_BIND|MS_REC, NULL) = 0
[pid  3944] mount("", "/run/user/1000/netns", 0xc0011a61b0, MS_REC|MS_SHARED, NULL) = 0
[pid  3944] mount("/proc/thread-self/ns/net", "/run/user/1000/netns/netns-d572b452-a121-0922-cd8a-7a6c311734ab", 0xc0011a61b5, MS_BIND|MS_REC|MS_SHARED, NULL <unfinished ...>
[pid  3941] mount("overlay", "/home/cipher/.local/share/containers/overlay/volatile-check4246338934/merged", "overlay", 0, "volatile,lowerdir=/home/cipher/.local/share/containers/overlay/volatile-check4246338934/lower,upperdir=/home/cipher/.local/share/containers/overlay/volatile-check4246338934/upper,workdir=/home/cipher/.local/share/containers/overlay/volatile-check4246338934/work,userxattr" <unfinished ...>
[pid  3941] mount("overlay", "/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/merged", "overlay", MS_NODEV, "lowerdir=/home/cipher/.local/share/containers/overlay/l/U2VAGE4P64ZQ4KQRSEPFUCHX2V,upperdir=/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/diff,workdir=/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/work,xino=off,index=off,userxattr,volatile") = 0
[pid  3949] mount("", "/", 0x55cb89f75b62, MS_REC|MS_UNBINDABLE, NULL) = 0
[pid  3949] mount("", "/tmp", "tmpfs", MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC, "nr_inodes=2,nr_blocks=0") = 0
[pid  3960] mount(NULL, "/", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/14", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount("/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/merged", "/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/merged", NULL, MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/merged", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/home/cipher/.local/share/containers/overlay/6159601593b2ac21fc6ca3af0e808b88614a7a48ee7df65a55943b91b745f388/merged", NULL, MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("proc", "/proc/self/fd/15", "proc", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/16", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("tmpfs", "/proc/self/fd/15", "tmpfs", MS_NOSUID|MS_STRICTATIME, "mode=755,size=65536k") = 0
[pid  3960] mount(NULL, "/proc/self/fd/16", NULL, MS_NOSUID|MS_REMOUNT|MS_BIND|MS_STRICTATIME, NULL) = 0
[pid  3960] mount("sysfs", "/proc/self/fd/15", "sysfs", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = 0
[pid  3960] mount("devpts", "/proc/self/fd/17", "devpts", MS_NOSUID|MS_NOEXEC, "newinstance,ptmxmode=0666,mode=0620,gid=5") = 0
[pid  3960] mount(NULL, "/proc/self/fd/15", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("mqueue", "/proc/self/fd/17", "mqueue", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/15", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/7", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/7", NULL, MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/8", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/8", NULL, MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/8", NULL, MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/11", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/11", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/13", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/13", NULL, MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/13", NULL, MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("cgroup2", "/proc/self/fd/7", "cgroup2", MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REC|MS_RELATIME, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/8", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/dev/null", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/dev/zero", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/dev/full", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/dev/tty", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/dev/random", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/dev/urandom", "/proc/self/fd/11", NULL, MS_NOSUID|MS_NOEXEC|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_NOSUID|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/11", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/dev/null", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/dev/null", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/11", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/dev/null", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/11", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/11", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/dev/null", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/11", "/proc/self/fd/7", NULL, MS_BIND, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/23", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/24", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/25", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/26", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/27", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount("/proc/self/fd/7", "/proc/self/fd/7", NULL, MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_BIND|MS_REC, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/28", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/28", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/27", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/26", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/25", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/24", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/23", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/22", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/22", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/21", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/21", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/20", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/20", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/19", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/19", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/18", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/18", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/17", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/17", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/15", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/15", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/13", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/13", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_RDONLY|MS_REMOUNT|MS_BIND, NULL) = -1 EPERM (Operation not permitted)
[pid  3960] mount(NULL, "/proc/self/fd/12", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/8", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND|MS_RELATIME, NULL) = 0
[pid  3960] mount(NULL, "/proc/self/fd/16", NULL, MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0
[pid  3960] mount(NULL, ".", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3960] mount(NULL, "/", NULL, MS_REC|MS_PRIVATE, NULL) = 0
[pid  3966] mount("/home/cipher/.local/share/containers/overlay", "/home/cipher/.local/share/containers/overlay", 0xc000012f08, MS_BIND, NULL) = 0
[pid  3966] mount("", "/home/cipher/.local/share/containers/overlay", 0xc000012f0e, MS_PRIVATE, NULL) = 0

Commented journalctl logs for the strace:

# podman system reset on rootless user
Oct 11 11:43:41 podman[3857]: 2025-10-11 11:43:41.575487686 -0700 MST m=+0.044329014 image untag 706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 docker.io/library/alpine:latest
Oct 11 11:43:41 podman[3857]: 2025-10-11 11:43:41.538542559 -0700 MST m=+0.007383877 image remove 706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 
Oct 11 11:43:41 kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
Oct 11 11:43:41 kernel: overlayfs: fs on '/home/cipher/.local/share/containers/overlay/compat3923088357/lower1' does not support file handles, falling back to xino=off.
# actually running the sudo command
Oct 11 11:43:53 sudo[3872]:   cipher : TTY=pts/1 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/bash --login -c 'strace -f -e mount -s 4096 sudo -i -u cipher -- podman run --rm -it alpine\\:latest echo CONTAINEROUTPUT'
Oct 11 11:43:53 sudo[3872]: pam_unix(sudo:session): session opened for user root(uid=0) by cipher(uid=1000)
# the second sudo command
Oct 11 11:43:53 sudo[3893]:     root : TTY=pts/3 ; PWD=/home/cipher ; USER=cipher ; COMMAND=/usr/bin/zsh -c 'podman run --rm -it alpine\\:latest echo CONTAINEROUTPUT'
Oct 11 11:43:53 sudo[3893]: pam_unix(sudo:session): session opened for user cipher(uid=1000) by cipher(uid=0)
Oct 11 11:43:53 podman[3924]: 2025-10-11 11:43:53.60584526 -0700 MST m=+0.020899769 system refresh
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.15850913 -0700 MST m=+1.573563629 container create 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
# vvvv - the overlayfs warnings captured by strace
Oct 11 11:43:55 kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
Oct 11 11:43:55 kernel: overlayfs: fs on '/home/cipher/.local/share/containers/overlay/volatile-check4246338934/lower' does not support file handles, falling back to xino=off.
# ^^^^
Oct 11 11:43:55 pasta[3949]: Couldn't get any nameserver address
Oct 11 11:43:55 systemd[993]: Started libpod-conmon-7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998.scope.
Oct 11 11:43:55 systemd[993]: Started libcrun container.
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.147157608 -0700 MST m=+1.562212107 image pull 706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 alpine:latest
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.220363064 -0700 MST m=+1.635417583 container init 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.2251229 -0700 MST m=+1.640177409 container start 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
Oct 11 11:43:55 quirky_jennings[3958]: CONTAINEROUTPUT
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.22629256 -0700 MST m=+1.641347069 container attach 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.226549375 -0700 MST m=+1.641603884 container died 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
Oct 11 11:43:55 podman[3924]: 2025-10-11 11:43:55.248070226 -0700 MST m=+1.663124725 container remove 7ffedd397438e8c2dc87c89da5c6ac1b4a1c01cc6633be1c68b212d8f586f998 (image=docker.io/library/alpine:latest, name=quirky_jennings)
Oct 11 11:43:55 systemd[993]: Started podman-pause-37c268c5.scope.
Oct 11 11:43:55 sudo[3893]: pam_unix(sudo:session): session closed for user cipher
Oct 11 11:44:56 sudo[3872]: pam_unix(sudo:session): session closed for user root

Offline

Board footer

Powered by FluxBB