You are not logged in.

#1 2023-09-01 16:56:59

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Boot takes long time - Rebuild Dynamic Linker Cache

I'm using a VM in VMware with an Arch Linux with Linux Zen kernel. When I boot to the system, during the module loading, while the most of modules take 1 second or less to be loaded, the boot stucks for almost 1 minute at:

(1 of 2) A start job is running for Rebuild Dynamic Linker Cache

Is there a way to solve this long stuck, or at least, reduce the amount of time to wait for it?

Offline

#2 2023-09-03 15:44:01

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

This likely comes from 'ldconfig' which creates/updates the file /etc/ld.so.cache.
It should be quick to run.
If were me I'd try running it manually after machine is booted and see if it complaining about something.

Offline

#3 2023-09-03 16:26:47

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

GeneArch wrote:

This likely comes from 'ldconfig' which creates/updates the file /etc/ld.so.cache.
It should be quick to run.
If were me I'd try running it manually after machine is booted and see if it complaining about something.

In your opinion, if I'm using Archiso to create this system, if I add in the Archiso airootfs the /etc/ld.so.cache, it could help? I can create it in a running machine by ld.so.cache and put it in airootfs/etc/ of Archiso src files.

Btw I note that if I run "sudo ldconfig" in the running system, it takes 1 second... I don't understand why it takes 1 minute at the first boot.

Last edited by D3vil0p3r (2023-09-03 16:28:48)

Offline

#4 2023-09-03 16:39:12

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

That may help for the first boot - but that cache file needs to be updated when there are changes to shared libraries anyway.
Are there any directories listed in /etc/ld.conf.d/*conf that for some reason might not available during boot phase?

Did you check the boot log (journalct -b) and see if there are any ldconfig related errors / warnings / timeouts etc?

Also you say first boot - does it work fine on subsequent boots?

You can see what it takes to generate the first time by removing the cache file and running ldconfig.

Last edited by GeneArch (2023-09-03 16:40:53)

Offline

#5 2023-09-03 17:13:24

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

I answer you step by step. On Archiso src files, in airootfs/etc/ there are not files or directories related to ld.conf or ld.conf.d.

It occurs only on the first boot. The subsequent ones are fine. After this first long boot, I see it generates:

/etc/ld.so.cache: a binary file

/etc/ld.so.conf:

# Dynamic linker/loader configuration.
# See ld.so(8) and ldconfig(8) for details.

include /etc/ld.so.conf.d/*.conf

and inside /etc/ld.so.conf.d/ directory I have:

fakeroot.conf

/usr/lib/libfakeroot

lib32-glibc.conf

/usr/lib32

fakeroot and lib32-glibc packages are installed probably because dependencies of another package.

However, if I remove these ld config files and I run "sudo ldconfig", it takes one second to generate "ld.so.cache" again. Even if I remove "ld.so.cache" and I reboot the system, it boots quickly.

After this long boot, the output of "journalctl -b" is the following:

Sep 03 18:54:45 Athena kernel: Linux version 6.4.12-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 ZEN SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:37:46 +0000
Sep 03 18:54:45 Athena kernel: Command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-zen archisobasedir=arch cow_spacesize=4G copytoram=n archisolabel=ATHENA-OS driver=free nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes initrd=/arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux-zen.img
Sep 03 18:54:45 Athena kernel: Disabled fast string operations
Sep 03 18:54:45 Athena kernel: BIOS-provided physical RAM map:
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfecffff] usable
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000bfed0000-0x00000000bfefefff] ACPI data
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
Sep 03 18:54:45 Athena kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Sep 03 18:54:45 Athena kernel: NX (Execute Disable) protection: active
Sep 03 18:54:45 Athena kernel: SMBIOS 2.7 present.
Sep 03 18:54:45 Athena kernel: DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020
Sep 03 18:54:45 Athena kernel: vmware: hypercall mode: 0x02
Sep 03 18:54:45 Athena kernel: Hypervisor detected: VMware
Sep 03 18:54:45 Athena kernel: vmware: TSC freq read from hypervisor : 2208.007 MHz
Sep 03 18:54:45 Athena kernel: vmware: Host bus clock speed read from hypervisor : 66000000 Hz
Sep 03 18:54:45 Athena kernel: vmware: using clock offset of 18741918081 ns
Sep 03 18:54:45 Athena kernel: tsc: Detected 2208.007 MHz processor
Sep 03 18:54:45 Athena kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 03 18:54:45 Athena kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 03 18:54:45 Athena kernel: last_pfn = 0x140000 max_arch_pfn = 0x400000000
Sep 03 18:54:45 Athena kernel: total RAM covered: 130048M
Sep 03 18:54:45 Athena kernel: Found optimal setting for mtrr clean up
Sep 03 18:54:45 Athena kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 7          lose cover RAM: 0G
Sep 03 18:54:45 Athena kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 03 18:54:45 Athena kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Sep 03 18:54:45 Athena kernel: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
Sep 03 18:54:45 Athena kernel: found SMP MP-table at [mem 0x000f6a70-0x000f6a7f]
Sep 03 18:54:45 Athena kernel: Using GB pages for direct mapping
Sep 03 18:54:45 Athena kernel: RAMDISK: [mem 0x76920000-0x7fffffff]
Sep 03 18:54:45 Athena kernel: ACPI: Early table checksum verification disabled
Sep 03 18:54:45 Athena kernel: ACPI: RSDP 0x00000000000F6A00 000024 (v02 PTLTD )
Sep 03 18:54:45 Athena kernel: ACPI: XSDT 0x00000000BFEDC633 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
Sep 03 18:54:45 Athena kernel: ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
Sep 03 18:54:45 Athena kernel: ACPI: DSDT 0x00000000BFEDD9E8 02148B (v01 PTLTD  Custom   06040000 MSFT 03000001)
Sep 03 18:54:45 Athena kernel: ACPI: FACS 0x00000000BFEFFFC0 000040
Sep 03 18:54:45 Athena kernel: ACPI: FACS 0x00000000BFEFFFC0 000040
Sep 03 18:54:45 Athena kernel: ACPI: BOOT 0x00000000BFEDD9C0 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Sep 03 18:54:45 Athena kernel: ACPI: APIC 0x00000000BFEDD27E 000742 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Sep 03 18:54:45 Athena kernel: ACPI: MCFG 0x00000000BFEDD242 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
Sep 03 18:54:45 Athena kernel: ACPI: SRAT 0x00000000BFEDC72F 0008D0 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
Sep 03 18:54:45 Athena kernel: ACPI: HPET 0x00000000BFEDC6F7 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
Sep 03 18:54:45 Athena kernel: ACPI: WAET 0x00000000BFEDC6CF 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
Sep 03 18:54:45 Athena kernel: ACPI: Reserving FACP table memory at [mem 0xbfefee73-0xbfefef66]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving DSDT table memory at [mem 0xbfedd9e8-0xbfefee72]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving BOOT table memory at [mem 0xbfedd9c0-0xbfedd9e7]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving APIC table memory at [mem 0xbfedd27e-0xbfedd9bf]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving MCFG table memory at [mem 0xbfedd242-0xbfedd27d]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving SRAT table memory at [mem 0xbfedc72f-0xbfedcffe]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving HPET table memory at [mem 0xbfedc6f7-0xbfedc72e]
Sep 03 18:54:45 Athena kernel: ACPI: Reserving WAET table memory at [mem 0xbfedc6cf-0xbfedc6f6]
Sep 03 18:54:45 Athena kernel: system APIC only can use physical flat
Sep 03 18:54:45 Athena kernel: Setting APIC routing to physical flat.
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x01 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x03 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x05 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x07 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x08 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x09 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x0f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x10 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x11 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x12 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x13 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x14 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x15 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x16 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x17 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x18 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x19 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x1f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x20 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x21 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x22 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x23 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x24 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x25 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x26 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x27 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x28 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x29 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x2f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x30 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x31 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x32 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x33 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x34 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x35 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x36 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x37 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x38 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x39 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x3f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x40 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x41 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x42 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x43 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x44 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x45 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x46 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x47 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x48 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x49 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x4f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x50 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x51 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x52 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x53 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x54 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x55 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x56 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x57 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x58 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x59 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x5f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x60 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x61 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x62 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x63 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x64 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x65 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x66 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x67 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x68 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x69 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x6f -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x70 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x71 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x72 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x73 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x74 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x75 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x76 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x77 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x78 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x79 -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7a -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7b -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7c -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7d -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7e -> Node 0
Sep 03 18:54:45 Athena kernel: SRAT: PXM 0 -> APIC 0x7f -> Node 0
Sep 03 18:54:45 Athena kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
Sep 03 18:54:45 Athena kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
Sep 03 18:54:45 Athena kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff]
Sep 03 18:54:45 Athena kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x140000000-0x103fffffff] hotplug
Sep 03 18:54:45 Athena kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
Sep 03 18:54:45 Athena kernel: NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] -> [mem 0x00000000-0x13fffffff]
Sep 03 18:54:45 Athena kernel: NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffdfff]
Sep 03 18:54:45 Athena kernel: Zone ranges:
Sep 03 18:54:45 Athena kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 03 18:54:45 Athena kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 03 18:54:45 Athena kernel:   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Sep 03 18:54:45 Athena kernel:   Device   empty
Sep 03 18:54:45 Athena kernel: Movable zone start for each node
Sep 03 18:54:45 Athena kernel: Early memory node ranges
Sep 03 18:54:45 Athena kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Sep 03 18:54:45 Athena kernel:   node   0: [mem 0x0000000000100000-0x00000000bfecffff]
Sep 03 18:54:45 Athena kernel:   node   0: [mem 0x00000000bff00000-0x00000000bfffffff]
Sep 03 18:54:45 Athena kernel:   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Sep 03 18:54:45 Athena kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Sep 03 18:54:45 Athena kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 03 18:54:45 Athena kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Sep 03 18:54:45 Athena kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Sep 03 18:54:45 Athena kernel: ACPI: PM-Timer IO Port: 0x1008
Sep 03 18:54:45 Athena kernel: system APIC only can use physical flat
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
Sep 03 18:54:45 Athena kernel: IOAPIC[0]: apic_id 128, version 32, address 0xfec00000, GSI 0-23
Sep 03 18:54:45 Athena kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Sep 03 18:54:45 Athena kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 03 18:54:45 Athena kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
Sep 03 18:54:45 Athena kernel: smpboot: Allowing 128 CPUs, 124 hotplug CPUs
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xbfed0000-0xbfefefff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
Sep 03 18:54:45 Athena kernel: PM: hibernation: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
Sep 03 18:54:45 Athena kernel: [mem 0xc0000000-0xefffffff] available for PCI devices
Sep 03 18:54:45 Athena kernel: Booting paravirtualized kernel on VMware hypervisor
Sep 03 18:54:45 Athena kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 03 18:54:45 Athena kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
Sep 03 18:54:45 Athena kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 03 18:54:45 Athena kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
Sep 03 18:54:45 Athena kernel: pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
Sep 03 18:54:45 Athena kernel: Kernel command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-zen archisobasedir=arch cow_spacesize=4G copytoram=n archisolabel=ATHENA-OS driver=free nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes initrd=/arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux-zen.img
Sep 03 18:54:45 Athena kernel: Unknown kernel command line parameters "BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-zen archisobasedir=arch cow_spacesize=4G copytoram=n archisolabel=ATHENA-OS driver=free nvme_load=yes", will be passed to user space.
Sep 03 18:54:45 Athena kernel: random: crng init done
Sep 03 18:54:45 Athena kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 03 18:54:45 Athena kernel: printk: log_buf_len total cpu_extra contributions: 520192 bytes
Sep 03 18:54:45 Athena kernel: printk: log_buf_len min size: 131072 bytes
Sep 03 18:54:45 Athena kernel: printk: log_buf_len: 1048576 bytes
Sep 03 18:54:45 Athena kernel: printk: early log buf free: 107032(81%)
Sep 03 18:54:45 Athena kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 03 18:54:45 Athena kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 03 18:54:45 Athena kernel: Fallback order for Node 0: 0 
Sep 03 18:54:45 Athena kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1031888
Sep 03 18:54:45 Athena kernel: Policy zone: Normal
Sep 03 18:54:45 Athena kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 03 18:54:45 Athena kernel: software IO TLB: area num 128.
Sep 03 18:54:45 Athena kernel: Memory: 3812648K/4193716K available (18432K kernel code, 2140K rwdata, 12632K rodata, 3536K init, 3644K bss, 380808K reserved, 0K cma-reserved)
Sep 03 18:54:45 Athena kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
Sep 03 18:54:45 Athena kernel: Kernel/User page tables isolation: enabled
Sep 03 18:54:45 Athena kernel: ftrace: allocating 45279 entries in 177 pages
Sep 03 18:54:45 Athena kernel: ftrace: allocated 177 pages with 4 groups
Sep 03 18:54:45 Athena kernel: Dynamic Preempt: full
Sep 03 18:54:45 Athena kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 03 18:54:45 Athena kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=128.
Sep 03 18:54:45 Athena kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 03 18:54:45 Athena kernel:         Trampoline variant of Tasks RCU enabled.
Sep 03 18:54:45 Athena kernel:         Rude variant of Tasks RCU enabled.
Sep 03 18:54:45 Athena kernel:         Tracing variant of Tasks RCU enabled.
Sep 03 18:54:45 Athena kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 03 18:54:45 Athena kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
Sep 03 18:54:45 Athena kernel: NR_IRQS: 20736, nr_irqs: 1448, preallocated irqs: 16
Sep 03 18:54:45 Athena kernel: rcu: srcu_init: Setting srcu_struct sizes to big.
Sep 03 18:54:45 Athena kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 03 18:54:45 Athena kernel: Console: colour VGA+ 80x25
Sep 03 18:54:45 Athena kernel: printk: console [tty0] enabled
Sep 03 18:54:45 Athena kernel: ACPI: Core revision 20230331
Sep 03 18:54:45 Athena kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Sep 03 18:54:45 Athena kernel: APIC: Switch to symmetric I/O mode setup
Sep 03 18:54:45 Athena kernel: x2apic enabled
Sep 03 18:54:45 Athena kernel: Switched APIC routing to physical x2apic.
Sep 03 18:54:45 Athena kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 03 18:54:45 Athena kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fd3bec8f5f, max_idle_ns: 440795299605 ns
Sep 03 18:54:45 Athena kernel: Calibrating delay loop (skipped) preset value.. 4416.01 BogoMIPS (lpj=2208007)
Sep 03 18:54:45 Athena kernel: Disabled fast string operations
Sep 03 18:54:45 Athena kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 03 18:54:45 Athena kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 03 18:54:45 Athena kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 03 18:54:45 Athena kernel: Spectre V2 : Mitigation: IBRS
Sep 03 18:54:45 Athena kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 03 18:54:45 Athena kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 03 18:54:45 Athena kernel: RETBleed: Mitigation: IBRS
Sep 03 18:54:45 Athena kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 03 18:54:45 Athena kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 03 18:54:45 Athena kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Sep 03 18:54:45 Athena kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
Sep 03 18:54:45 Athena kernel: SRBDS: Unknown: Dependent on hypervisor status
Sep 03 18:54:45 Athena kernel: GDS: Unknown: Dependent on hypervisor status
Sep 03 18:54:45 Athena kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 03 18:54:45 Athena kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 03 18:54:45 Athena kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 03 18:54:45 Athena kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 03 18:54:45 Athena kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Sep 03 18:54:45 Athena kernel: Freeing SMP alternatives memory: 48K
Sep 03 18:54:45 Athena kernel: pid_max: default: 131072 minimum: 1024
Sep 03 18:54:45 Athena kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 03 18:54:45 Athena kernel: landlock: Up and running.
Sep 03 18:54:45 Athena kernel: Yama: becoming mindful.
Sep 03 18:54:45 Athena kernel: LSM support for eBPF active
Sep 03 18:54:45 Athena kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Sep 03 18:54:45 Athena kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Sep 03 18:54:45 Athena kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting shift to 7 and lim to 1.
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting shift to 7 and lim to 1.
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 03 18:54:45 Athena kernel: cblist_init_generic: Setting shift to 7 and lim to 1.
Sep 03 18:54:45 Athena kernel: Performance Events: Skylake events, core PMU driver.
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'cpu cycles' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'instructions' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'bus cycles' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'cache references' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'cache misses' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'branch instructions' unavailable
Sep 03 18:54:45 Athena kernel: core: CPUID marked event: 'branch misses' unavailable
Sep 03 18:54:45 Athena kernel: ... version:                1
Sep 03 18:54:45 Athena kernel: ... bit width:              48
Sep 03 18:54:45 Athena kernel: ... generic registers:      4
Sep 03 18:54:45 Athena kernel: ... value mask:             0000ffffffffffff
Sep 03 18:54:45 Athena kernel: ... max period:             000000007fffffff
Sep 03 18:54:45 Athena kernel: ... fixed-purpose events:   0
Sep 03 18:54:45 Athena kernel: ... event mask:             000000000000000f
Sep 03 18:54:45 Athena kernel: signal: max sigframe size: 1776
Sep 03 18:54:45 Athena kernel: rcu: Hierarchical SRCU implementation.
Sep 03 18:54:45 Athena kernel: rcu:         Max phase no-delay instances is 400.
Sep 03 18:54:45 Athena kernel: NMI watchdog: Perf NMI watchdog permanently disabled
Sep 03 18:54:45 Athena kernel: smp: Bringing up secondary CPUs ...
Sep 03 18:54:45 Athena kernel: x86: Booting SMP configuration:
Sep 03 18:54:45 Athena kernel: .... node  #0, CPUs:          #1
Sep 03 18:54:45 Athena kernel: Disabled fast string operations
Sep 03 18:54:45 Athena kernel:    #2
Sep 03 18:54:45 Athena kernel: Disabled fast string operations
Sep 03 18:54:45 Athena kernel: smpboot: CPU 2 Converting physical 0 to logical die 1
Sep 03 18:54:45 Athena kernel:    #3
Sep 03 18:54:45 Athena kernel: Disabled fast string operations
Sep 03 18:54:45 Athena kernel: smp: Brought up 1 node, 4 CPUs
Sep 03 18:54:45 Athena kernel: smpboot: Max logical packages: 64
Sep 03 18:54:45 Athena kernel: smpboot: Total of 4 processors activated (17664.05 BogoMIPS)
Sep 03 18:54:45 Athena kernel: devtmpfs: initialized
Sep 03 18:54:45 Athena kernel: x86/mm: Memory block size: 128MB
Sep 03 18:54:45 Athena kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
Sep 03 18:54:45 Athena kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 03 18:54:45 Athena kernel: futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Sep 03 18:54:45 Athena kernel: pinctrl core: initialized pinctrl subsystem
Sep 03 18:54:45 Athena kernel: PM: RTC time: 18:53:36, date: 2023-09-03
Sep 03 18:54:45 Athena kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 03 18:54:45 Athena kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Sep 03 18:54:45 Athena kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 03 18:54:45 Athena kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 03 18:54:45 Athena kernel: audit: initializing netlink subsys (disabled)
Sep 03 18:54:45 Athena kernel: audit: type=2000 audit(1693767216.094:1): state=initialized audit_enabled=0 res=1
Sep 03 18:54:45 Athena kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 03 18:54:45 Athena kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 03 18:54:45 Athena kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 03 18:54:45 Athena kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 03 18:54:45 Athena kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 03 18:54:45 Athena kernel: cpuidle: using governor ladder
Sep 03 18:54:45 Athena kernel: cpuidle: using governor menu
Sep 03 18:54:45 Athena kernel: Simple Boot Flag at 0x36 set to 0x80
Sep 03 18:54:45 Athena kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 03 18:54:45 Athena kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 03 18:54:45 Athena kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as E820 entry
Sep 03 18:54:45 Athena kernel: PCI: Using configuration type 1 for base access
Sep 03 18:54:45 Athena kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 03 18:54:45 Athena kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 03 18:54:45 Athena kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 03 18:54:45 Athena kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 03 18:54:45 Athena kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 03 18:54:45 Athena kernel: ACPI: Added _OSI(Module Device)
Sep 03 18:54:45 Athena kernel: ACPI: Added _OSI(Processor Device)
Sep 03 18:54:45 Athena kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 03 18:54:45 Athena kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 03 18:54:45 Athena kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
Sep 03 18:54:45 Athena kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 03 18:54:45 Athena kernel: ACPI: Interpreter enabled
Sep 03 18:54:45 Athena kernel: ACPI: PM: (supports S0 S1 S4 S5)
Sep 03 18:54:45 Athena kernel: ACPI: Using IOAPIC for interrupt routing
Sep 03 18:54:45 Athena kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 03 18:54:45 Athena kernel: PCI: Using E820 reservations for host bridge windows
Sep 03 18:54:45 Athena kernel: ACPI: Enabled 4 GPEs in block 00 to 0F
Sep 03 18:54:45 Athena kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
Sep 03 18:54:45 Athena kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 03 18:54:45 Athena kernel: acpi PNP0A03:00: _OSC: platform does not support [AER LTR DPC]
Sep 03 18:54:45 Athena kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
Sep 03 18:54:45 Athena kernel: PCI host bridge to bus 0000:00
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000dbfff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
Sep 03 18:54:45 Athena kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
Sep 03 18:54:45 Athena kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebc0000-0xfebfffff 64bit]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: reg 0x10: [io  0x1400-0x14ff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: reg 0x14: [mem 0xfeb80000-0xfeb9ffff 64bit]
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: reg 0x1c: [mem 0xfeba0000-0xfebbffff 64bit]
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci_bus 0000:01: extended config space not accessible
Sep 03 18:54:45 Athena kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: extended config space not accessible
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [32] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [33] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [34] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [35] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [36] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [37] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [38] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [39] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [40] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [41] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [42] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [43] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [44] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [45] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [46] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [47] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [48] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [49] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [50] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [51] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [52] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [53] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [54] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [55] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [56] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [57] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [58] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [59] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [60] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [61] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [62] registered
Sep 03 18:54:45 Athena kernel: acpiphp: Slot [63] registered
Sep 03 18:54:45 Athena kernel: pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
Sep 03 18:54:45 Athena kernel: pci 0000:02:00.0: reg 0x20: [io  0x2080-0x209f]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: reg 0x20: [io  0x2000-0x203f]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
Sep 03 18:54:45 Athena kernel: pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
Sep 03 18:54:45 Athena kernel: pci 0000:02:02.0: reg 0x10: [io  0x2040-0x207f]
Sep 03 18:54:45 Athena kernel: pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
Sep 03 18:54:45 Athena kernel: pci 0000:02:03.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000dbfff window] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 9
Sep 03 18:54:45 Athena kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 11
Sep 03 18:54:45 Athena kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 10
Sep 03 18:54:45 Athena kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 7
Sep 03 18:54:45 Athena kernel: iommu: Default domain type: Translated 
Sep 03 18:54:45 Athena kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Sep 03 18:54:45 Athena kernel: SCSI subsystem initialized
Sep 03 18:54:45 Athena kernel: libata version 3.00 loaded.
Sep 03 18:54:45 Athena kernel: ACPI: bus type USB registered
Sep 03 18:54:45 Athena kernel: usbcore: registered new interface driver usbfs
Sep 03 18:54:45 Athena kernel: usbcore: registered new interface driver hub
Sep 03 18:54:45 Athena kernel: usbcore: registered new device driver usb
Sep 03 18:54:45 Athena kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 03 18:54:45 Athena kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 03 18:54:45 Athena kernel: PTP clock support registered
Sep 03 18:54:45 Athena kernel: EDAC MC: Ver: 3.0.0
Sep 03 18:54:45 Athena kernel: NetLabel: Initializing
Sep 03 18:54:45 Athena kernel: NetLabel:  domain hash size = 128
Sep 03 18:54:45 Athena kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 03 18:54:45 Athena kernel: NetLabel:  unlabeled traffic allowed by default
Sep 03 18:54:45 Athena kernel: mctp: management component transport protocol core
Sep 03 18:54:45 Athena kernel: NET: Registered PF_MCTP protocol family
Sep 03 18:54:45 Athena kernel: PCI: Using ACPI for IRQ routing
Sep 03 18:54:45 Athena kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 03 18:54:45 Athena kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
Sep 03 18:54:45 Athena kernel: e820: reserve RAM buffer [mem 0xbfed0000-0xbfffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: vgaarb: setting as boot VGA device
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: vgaarb: bridge control possible
Sep 03 18:54:45 Athena kernel: pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 03 18:54:45 Athena kernel: vgaarb: loaded
Sep 03 18:54:45 Athena kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Sep 03 18:54:45 Athena kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
Sep 03 18:54:45 Athena kernel: clocksource: Switched to clocksource tsc-early
Sep 03 18:54:45 Athena kernel: VFS: Disk quotas dquot_6.6.0
Sep 03 18:54:45 Athena kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 03 18:54:45 Athena kernel: pnp: PnP ACPI init
Sep 03 18:54:45 Athena kernel: system 00:00: [io  0x1000-0x103f] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:00: [io  0x1040-0x104f] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:00: [io  0x0cf0-0x0cf1] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:06: [io  0xfce0-0xfcff] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 03 18:54:45 Athena kernel: system 00:06: [mem 0xfe800000-0xfe9fffff] has been reserved
Sep 03 18:54:45 Athena kernel: pnp: PnP ACPI: found 7 devices
Sep 03 18:54:45 Athena kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 03 18:54:45 Athena kernel: NET: Registered PF_INET protocol family
Sep 03 18:54:45 Athena kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 03 18:54:45 Athena kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Sep 03 18:54:45 Athena kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 03 18:54:45 Athena kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 03 18:54:45 Athena kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 03 18:54:45 Athena kernel: TCP: Hash tables configured (established 32768 bind 32768)
Sep 03 18:54:45 Athena kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Sep 03 18:54:45 Athena kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Sep 03 18:54:45 Athena kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Sep 03 18:54:45 Athena kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 03 18:54:45 Athena kernel: NET: Registered PF_XDP protocol family
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
Sep 03 18:54:45 Athena kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0000000-0xc0003fff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Sep 03 18:54:45 Athena kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Sep 03 18:54:45 Athena kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000dbfff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: resource 6 [mem 0xc0000000-0xfebfffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: resource 7 [io  0x0000-0x0cf7 window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:00: resource 8 [io  0x0d00-0xfeff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000dbfff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 6 [mem 0xc0000000-0xfebfffff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 7 [io  0x0000-0x0cf7 window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:02: resource 8 [io  0x0d00-0xfeff window]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
Sep 03 18:54:45 Athena kernel: pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
Sep 03 18:54:45 Athena kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Sep 03 18:54:45 Athena kernel: pci 0000:02:01.0: CLS mismatch (32 != 64), using 64 bytes
Sep 03 18:54:45 Athena kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 03 18:54:45 Athena kernel: software IO TLB: mapped [mem 0x00000000bbed0000-0x00000000bfed0000] (64MB)
Sep 03 18:54:45 Athena kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3bec8f5f, max_idle_ns: 440795299605 ns
Sep 03 18:54:45 Athena kernel: clocksource: Switched to clocksource tsc
Sep 03 18:54:45 Athena kernel: Trying to unpack rootfs image as initramfs...
Sep 03 18:54:45 Athena kernel: Initialise system trusted keyrings
Sep 03 18:54:45 Athena kernel: Key type blacklist registered
Sep 03 18:54:45 Athena kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Sep 03 18:54:45 Athena kernel: zbud: loaded
Sep 03 18:54:45 Athena kernel: integrity: Platform Keyring initialized
Sep 03 18:54:45 Athena kernel: integrity: Machine keyring initialized
Sep 03 18:54:45 Athena kernel: Key type asymmetric registered
Sep 03 18:54:45 Athena kernel: Asymmetric key parser 'x509' registered
Sep 03 18:54:45 Athena kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 03 18:54:45 Athena kernel: io scheduler mq-deadline registered
Sep 03 18:54:45 Athena kernel: io scheduler kyber registered
Sep 03 18:54:45 Athena kernel: io scheduler bfq registered
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.0: PME: Signaling with IRQ 24
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.1: PME: Signaling with IRQ 25
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.2: PME: Signaling with IRQ 26
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.3: PME: Signaling with IRQ 27
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.4: PME: Signaling with IRQ 28
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.5: PME: Signaling with IRQ 29
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.6: PME: Signaling with IRQ 30
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.7: PME: Signaling with IRQ 31
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.0: PME: Signaling with IRQ 32
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.1: PME: Signaling with IRQ 33
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.2: PME: Signaling with IRQ 34
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.3: PME: Signaling with IRQ 35
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.4: PME: Signaling with IRQ 36
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.5: PME: Signaling with IRQ 37
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.6: PME: Signaling with IRQ 38
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.7: PME: Signaling with IRQ 39
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.0: PME: Signaling with IRQ 40
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.1: PME: Signaling with IRQ 41
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.2: PME: Signaling with IRQ 42
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.3: PME: Signaling with IRQ 43
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.4: PME: Signaling with IRQ 44
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.5: PME: Signaling with IRQ 45
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.6: PME: Signaling with IRQ 46
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.7: PME: Signaling with IRQ 47
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.0: PME: Signaling with IRQ 48
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.1: PME: Signaling with IRQ 49
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.2: PME: Signaling with IRQ 50
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.3: PME: Signaling with IRQ 51
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.4: PME: Signaling with IRQ 52
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.5: PME: Signaling with IRQ 53
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.6: PME: Signaling with IRQ 54
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.7: PME: Signaling with IRQ 55
Sep 03 18:54:45 Athena kernel: pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 03 18:54:45 Athena kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 03 18:54:45 Athena kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Sep 03 18:54:45 Athena kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Sep 03 18:54:45 Athena kernel: ACPI: button: Power Button [PWRF]
Sep 03 18:54:45 Athena kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 03 18:54:45 Athena kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 03 18:54:45 Athena kernel: Non-volatile memory driver v1.3
Sep 03 18:54:45 Athena kernel: Linux agpgart interface v0.103
Sep 03 18:54:45 Athena kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Sep 03 18:54:45 Athena kernel: ACPI: bus type drm_connector registered
Sep 03 18:54:45 Athena kernel: ehci-pci 0000:02:03.0: EHCI Host Controller
Sep 03 18:54:45 Athena kernel: ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 1
Sep 03 18:54:45 Athena kernel: ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ef000
Sep 03 18:54:45 Athena kernel: ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
Sep 03 18:54:45 Athena kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 03 18:54:45 Athena kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 03 18:54:45 Athena kernel: usb usb1: Product: EHCI Host Controller
Sep 03 18:54:45 Athena kernel: usb usb1: Manufacturer: Linux 6.4.12-zen1-1-zen ehci_hcd
Sep 03 18:54:45 Athena kernel: usb usb1: SerialNumber: 0000:02:03.0
Sep 03 18:54:45 Athena kernel: hub 1-0:1.0: USB hub found
Sep 03 18:54:45 Athena kernel: hub 1-0:1.0: 6 ports detected
Sep 03 18:54:45 Athena kernel: uhci_hcd 0000:02:00.0: UHCI Host Controller
Sep 03 18:54:45 Athena kernel: uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 03 18:54:45 Athena kernel: uhci_hcd 0000:02:00.0: detected 2 ports
Sep 03 18:54:45 Athena kernel: uhci_hcd 0000:02:00.0: irq 18, io port 0x00002080
Sep 03 18:54:45 Athena kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
Sep 03 18:54:45 Athena kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 03 18:54:45 Athena kernel: usb usb2: Product: UHCI Host Controller
Sep 03 18:54:45 Athena kernel: usb usb2: Manufacturer: Linux 6.4.12-zen1-1-zen uhci_hcd
Sep 03 18:54:45 Athena kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 03 18:54:45 Athena kernel: hub 2-0:1.0: USB hub found
Sep 03 18:54:45 Athena kernel: hub 2-0:1.0: 2 ports detected
Sep 03 18:54:45 Athena kernel: usbcore: registered new interface driver usbserial_generic
Sep 03 18:54:45 Athena kernel: usbserial: USB Serial support registered for generic
Sep 03 18:54:45 Athena kernel: rtc_cmos 00:01: registered as rtc0
Sep 03 18:54:45 Athena kernel: rtc_cmos 00:01: setting system clock to 2023-09-03T18:53:37 UTC (1693767217)
Sep 03 18:54:45 Athena kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Sep 03 18:54:45 Athena kernel: intel_pstate: CPU model not supported
Sep 03 18:54:45 Athena kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 03 18:54:45 Athena kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 03 18:54:45 Athena kernel: drop_monitor: Initializing network drop monitor service
Sep 03 18:54:45 Athena kernel: Initializing XFRM netlink socket
Sep 03 18:54:45 Athena kernel: NET: Registered PF_INET6 protocol family
Sep 03 18:54:45 Athena kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
Sep 03 18:54:45 Athena kernel: usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03
Sep 03 18:54:45 Athena kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 03 18:54:45 Athena kernel: usb 2-1: Product: VMware Virtual USB Mouse
Sep 03 18:54:45 Athena kernel: usb 2-1: Manufacturer: VMware
Sep 03 18:54:45 Athena kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
Sep 03 18:54:45 Athena kernel: usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00
Sep 03 18:54:45 Athena kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 03 18:54:45 Athena kernel: usb 2-2: Product: VMware Virtual USB Hub
Sep 03 18:54:45 Athena kernel: usb 2-2: Manufacturer: VMware, Inc.
Sep 03 18:54:45 Athena kernel: hub 2-2:1.0: USB hub found
Sep 03 18:54:45 Athena kernel: hub 2-2:1.0: 7 ports detected
Sep 03 18:54:45 Athena kernel: usb 2-2.1: new full-speed USB device number 4 using uhci_hcd
Sep 03 18:54:45 Athena kernel: usb 2-2.1: New USB device found, idVendor=0e0f, idProduct=0008, bcdDevice= 1.00
Sep 03 18:54:45 Athena kernel: usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 03 18:54:45 Athena kernel: usb 2-2.1: Product: Virtual Bluetooth Adapter
Sep 03 18:54:45 Athena kernel: usb 2-2.1: Manufacturer: VMware
Sep 03 18:54:45 Athena kernel: usb 2-2.1: SerialNumber: 000650268328
Sep 03 18:54:45 Athena kernel: Freeing initrd memory: 154496K
Sep 03 18:54:45 Athena kernel: Segment Routing with IPv6
Sep 03 18:54:45 Athena kernel: RPL Segment Routing with IPv6
Sep 03 18:54:45 Athena kernel: In-situ OAM (IOAM) with IPv6
Sep 03 18:54:45 Athena kernel: NET: Registered PF_PACKET protocol family
Sep 03 18:54:45 Athena kernel: IPI shorthand broadcast: enabled
Sep 03 18:54:45 Athena kernel: sched_clock: Marking stable (4555015172, 35041776)->(4621009837, -30952889)
Sep 03 18:54:45 Athena kernel: registered taskstats version 1
Sep 03 18:54:45 Athena kernel: Loading compiled-in X.509 certificates
Sep 03 18:54:45 Athena kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b29512dd25e7d98695a2e1c2ff4979e36f14e8c2'
Sep 03 18:54:45 Athena kernel: zswap: loaded using pool zstd/zsmalloc
Sep 03 18:54:45 Athena kernel: Key type .fscrypt registered
Sep 03 18:54:45 Athena kernel: Key type fscrypt-provisioning registered
Sep 03 18:54:45 Athena kernel: PM:   Magic number: 7:492:897
Sep 03 18:54:45 Athena kernel: RAS: Correctable Errors collector initialized.
Sep 03 18:54:45 Athena kernel: clk: Disabling unused clocks
Sep 03 18:54:45 Athena kernel: Freeing unused decrypted memory: 2036K
Sep 03 18:54:45 Athena kernel: Freeing unused kernel image (initmem) memory: 3536K
Sep 03 18:54:45 Athena kernel: Write protecting the kernel read-only data: 32768k
Sep 03 18:54:45 Athena kernel: Freeing unused kernel image (rodata/data gap) memory: 1704K
Sep 03 18:54:45 Athena kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 03 18:54:45 Athena kernel: rodata_test: all tests were successful
Sep 03 18:54:45 Athena kernel: x86/mm: Checking user space page tables
Sep 03 18:54:45 Athena kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 03 18:54:45 Athena kernel: Run /init as init process
Sep 03 18:54:45 Athena kernel:   with arguments:
Sep 03 18:54:45 Athena kernel:     /init
Sep 03 18:54:45 Athena kernel:   with environment:
Sep 03 18:54:45 Athena kernel:     HOME=/
Sep 03 18:54:45 Athena kernel:     TERM=linux
Sep 03 18:54:45 Athena kernel:     BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux-zen
Sep 03 18:54:45 Athena kernel:     archisobasedir=arch
Sep 03 18:54:45 Athena kernel:     cow_spacesize=4G
Sep 03 18:54:45 Athena kernel:     copytoram=n
Sep 03 18:54:45 Athena kernel:     archisolabel=ATHENA-OS
Sep 03 18:54:45 Athena kernel:     driver=free
Sep 03 18:54:45 Athena kernel:     nvme_load=yes
Sep 03 18:54:45 Athena kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
Sep 03 18:54:45 Athena kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 03 18:54:45 Athena kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 03 18:54:45 Athena kernel: ata_piix 0000:00:07.1: version 2.13
Sep 03 18:54:45 Athena kernel: Fusion MPT base driver 3.04.20
Sep 03 18:54:45 Athena kernel: Copyright (c) 1999-2008 LSI Corporation
Sep 03 18:54:45 Athena kernel: Fusion MPT SPI Host driver 3.04.20
Sep 03 18:54:45 Athena kernel: mptbase: ioc0: Initiating bringup
Sep 03 18:54:45 Athena kernel: scsi host0: ata_piix
Sep 03 18:54:45 Athena kernel: scsi host1: ata_piix
Sep 03 18:54:45 Athena kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
Sep 03 18:54:45 Athena kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
Sep 03 18:54:45 Athena kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
Sep 03 18:54:45 Athena kernel: e1000: Intel(R) PRO/1000 Network Driver
Sep 03 18:54:45 Athena kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
Sep 03 18:54:45 Athena kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input2
Sep 03 18:54:45 Athena kernel: hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
Sep 03 18:54:45 Athena kernel: usbcore: registered new interface driver usbhid
Sep 03 18:54:45 Athena kernel: usbhid: USB HID core driver
Sep 03 18:54:45 Athena kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Sep 03 18:54:45 Athena kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: vgaarb: deactivate vga console
Sep 03 18:54:45 Athena kernel: Console: switching to colour dummy device 80x25
Sep 03 18:54:45 Athena kernel: ioc0: LSI53C1030 B0: Capabilities={Initiator}
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] FIFO at 0x00000000fe000000 size is 8192 kiB
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] VRAM at 0x00000000e8000000 size is 131072 kiB
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Running on SVGA version 2.
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Capabilities: rect copy, cursor, cursor bypass, cursor bypass 2, 8bit emulation, alpha cursor, 3D, extended fifo, multimon, pitchlock, irq mask, display topology, gmr, traces, gmr2, screen object 2, command buffers, command buffers 2, gbobject, dx, hp cmd queue, no bb restriction, cap2 register, 
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Capabilities2: grow otable, intra surface copy, dx2, gb memsize 2, screendma reg, otable ptdepth2, non ms to ms stretchblt, cursor mob, mshint, cb max size 4mb, dx3, frame type, trace full fb, extra regs, lo staging, 
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] DMA map mode: Caching DMA mappings.
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Legacy memory limits: VRAM = 131072 kB, FIFO = 256 kB, surface = 0 kB
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] MOB limits: max mob size = 1048576 kB, max mob pages = 524288
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Max GMR ids is 64
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Max number of GMR pages is 65536
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Maximum display memory size is 262144 kiB
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Screen Target display unit initialized
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
Sep 03 18:54:45 Athena kernel: cryptd: max_cpu_qlen set to 1000
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Using command buffers with DMA pool.
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] Available shader model: SM_5_1X.
Sep 03 18:54:45 Athena kernel: [drm] Initialized vmwgfx 2.20.0 20211206 for 0000:00:0f.0 on minor 0
Sep 03 18:54:45 Athena kernel: scsi host2: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
Sep 03 18:54:45 Athena kernel: fbcon: vmwgfxdrmfb (fb0) is primary device
Sep 03 18:54:45 Athena kernel: scsi 2:0:0:0: Direct-Access     VMware,  VMware Virtual S 1.0  PQ: 0 ANSI: 2
Sep 03 18:54:45 Athena kernel: ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
Sep 03 18:54:45 Athena kernel: scsi target2:0:0: Beginning Domain Validation
Sep 03 18:54:45 Athena kernel: scsi target2:0:0: Domain Validation skipping write tests
Sep 03 18:54:45 Athena kernel: scsi target2:0:0: Ending Domain Validation
Sep 03 18:54:45 Athena kernel: scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB)
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] Write Protect is off
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] Mode Sense: 61 00 00 00
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] Cache data unavailable
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] Assuming drive cache: write through
Sep 03 18:54:45 Athena kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Sep 03 18:54:45 Athena kernel: Console: switching to colour frame buffer device 160x50
Sep 03 18:54:45 Athena kernel: scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
Sep 03 18:54:45 Athena kernel: vmwgfx 0000:00:0f.0: [drm] fb0: vmwgfxdrmfb frame buffer device
Sep 03 18:54:45 Athena kernel: e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:5f:1d:f5
Sep 03 18:54:45 Athena kernel: e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
Sep 03 18:54:45 Athena kernel: AVX2 version of gcm_enc/dec engaged.
Sep 03 18:54:45 Athena kernel: AES CTR mode by8 optimization enabled
Sep 03 18:54:45 Athena kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Sep 03 18:54:45 Athena kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 03 18:54:45 Athena kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Sep 03 18:54:45 Athena kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Sep 03 18:54:45 Athena kernel: ISO 9660 Extensions: RRIP_1991A
Sep 03 18:54:45 Athena kernel: loop: module loaded
Sep 03 18:54:45 Athena kernel: loop0: detected capacity change from 0 to 5526688
Sep 03 18:54:45 Athena kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sep 03 18:54:45 Athena kernel: overlayfs: "xino" feature enabled using 2 upper inode bits.
Sep 03 18:54:45 Athena systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 03 18:54:45 Athena systemd[1]: Detected virtualization vmware.
Sep 03 18:54:45 Athena systemd[1]: Detected architecture x86-64.
Sep 03 18:54:45 Athena systemd[1]: Detected first boot.
Sep 03 18:54:45 Athena systemd[1]: Hostname set to <Athena>.
Sep 03 18:54:45 Athena systemd[1]: Initializing machine ID from random generator.
Sep 03 18:54:45 Athena systemd[1]: bpf-lsm: LSM BPF program attached
Sep 03 18:54:45 Athena kernel: zram: Added device: zram0
Sep 03 18:54:45 Athena systemd[1]: Populated /etc with preset unit settings.
Sep 03 18:54:45 Athena systemd[1]: Queued start job for default target Graphical Interface.
Sep 03 18:54:45 Athena systemd[1]: Created slice Slice /system/getty.
Sep 03 18:54:45 Athena systemd[1]: Created slice Slice /system/modprobe.
Sep 03 18:54:45 Athena systemd[1]: Created slice Slice /system/systemd-zram-setup.
Sep 03 18:54:45 Athena systemd[1]: Created slice User and Session Slice.
Sep 03 18:54:45 Athena systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 03 18:54:45 Athena systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 03 18:54:45 Athena systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 03 18:54:45 Athena systemd[1]: Reached target Local Encrypted Volumes.
Sep 03 18:54:45 Athena systemd[1]: Reached target Login Prompts.
Sep 03 18:54:45 Athena systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 03 18:54:45 Athena systemd[1]: Reached target Remote Encrypted Volumes.
Sep 03 18:54:45 Athena systemd[1]: Reached target Remote File Systems.
Sep 03 18:54:45 Athena systemd[1]: Reached target Slice Units.
Sep 03 18:54:45 Athena systemd[1]: Reached target Local Verity Protected Volumes.
Sep 03 18:54:45 Athena systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 03 18:54:45 Athena systemd[1]: Listening on LVM2 poll daemon socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on Process Core Dump Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on Journal Audit Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on Journal Socket (/dev/log).
Sep 03 18:54:45 Athena systemd[1]: Listening on Journal Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on Network Service Netlink Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on udev Control Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on udev Kernel Socket.
Sep 03 18:54:45 Athena systemd[1]: Listening on User Database Manager Socket.
Sep 03 18:54:45 Athena systemd[1]: Mounting Huge Pages File System...
Sep 03 18:54:45 Athena systemd[1]: Mounting POSIX Message Queue File System...
Sep 03 18:54:45 Athena systemd[1]: Mounting Kernel Debug File System...
Sep 03 18:54:45 Athena systemd[1]: Mounting Kernel Trace File System...
Sep 03 18:54:45 Athena systemd[1]: Starting Create List of Static Device Nodes...
Sep 03 18:54:45 Athena systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module configfs...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module dm_mod...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module drm...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module efi_pstore...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module fuse...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Module loop...
Sep 03 18:54:45 Athena systemd[1]: Starting Journal Service...
Sep 03 18:54:45 Athena systemd[1]: Starting Load Kernel Modules...
Sep 03 18:54:45 Athena systemd[1]: Starting Generate network units from Kernel command line...
Sep 03 18:54:45 Athena systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 18:54:45 Athena systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 03 18:54:45 Athena systemd[1]: Starting Coldplug All udev Devices...
Sep 03 18:54:45 Athena systemd[1]: Mounted Huge Pages File System.
Sep 03 18:54:45 Athena systemd[1]: Mounted POSIX Message Queue File System.
Sep 03 18:54:45 Athena systemd[1]: Mounted Kernel Debug File System.
Sep 03 18:54:45 Athena systemd[1]: Mounted Kernel Trace File System.
Sep 03 18:54:45 Athena systemd[1]: Finished Create List of Static Device Nodes.
Sep 03 18:54:45 Athena systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 03 18:54:45 Athena systemd[1]: Finished Load Kernel Module configfs.
Sep 03 18:54:45 Athena systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 03 18:54:45 Athena systemd[1]: Finished Load Kernel Module drm.
Sep 03 18:54:45 Athena systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 03 18:54:45 Athena systemd[1]: Finished Load Kernel Module efi_pstore.
Sep 03 18:54:45 Athena systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 03 18:54:45 Athena systemd[1]: Finished Load Kernel Module loop.
Sep 03 18:54:45 Athena systemd[1]: Mounting Kernel Configuration File System...
Sep 03 18:54:45 Athena systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 03 18:54:45 Athena kernel: fuse: init (API version 7.38)
Sep 03 18:54:45 Athena systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 03 18:54:45 Athena systemd[1]: Finished Load Kernel Module fuse.
Sep 03 18:54:45 Athena systemd[1]: Mounting FUSE Control File System...
Sep 03 18:54:45 Athena systemd[1]: Mounted Kernel Configuration File System.
Sep 03 18:54:45 Athena systemd[1]: Mounted FUSE Control File System.
Sep 03 18:54:45 Athena systemd[1]: Finished Generate network units from Kernel command line.
Sep 03 18:54:45 Athena systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 03 18:54:45 Athena systemd[1]: Reached target Preparation for Network.
Sep 03 18:54:45 Athena systemd-journald[236]: Collecting audit messages is enabled.
Sep 03 18:54:45 Athena kernel: device-mapper: uevent: version 1.0.3
Sep 03 18:54:45 Athena kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 03 18:54:45 Athena systemd-journald[236]: Journal started
Sep 03 18:54:45 Athena systemd-journald[236]: Runtime Journal (/run/log/journal/7c139136d48a480395a3a414e110dc94) is 8.0M, max 194.0M, 186.0M free.
Sep 03 18:54:46 Athena systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 03 18:54:46 Athena systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 03 18:54:46 Athena systemd-modules-load[237]: Inserted module 'crypto_user'
Sep 03 18:54:46 Athena systemd[1]: Starting Load/Save OS Random Seed...
Sep 03 18:54:46 Athena systemd[1]: Starting Create System Users...
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: Started Journal Service.
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.319:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 03 18:54:46 Athena systemd[1]: Finished Load Kernel Module dm_mod.
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.336:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1131 audit(1693767286.336:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: Finished Load Kernel Modules.
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.345:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: Finished Coldplug All udev Devices.
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.356:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 03 18:54:46 Athena systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 03 18:54:46 Athena systemd[1]: Starting Apply Kernel Variables...
Sep 03 18:54:46 Athena systemd-journald[236]: Runtime Journal (/run/log/journal/7c139136d48a480395a3a414e110dc94) is 8.0M, max 194.0M, 186.0M free.
Sep 03 18:54:46 Athena systemd-journald[236]: Received client request to flush runtime journal.
Sep 03 18:54:46 Athena systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.817:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena systemd[1]: Finished Load/Save OS Random Seed.
Sep 03 18:54:46 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:46 Athena kernel: audit: type=1130 audit(1693767286.935:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:47 Athena systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 03 18:54:47 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:47 Athena kernel: audit: type=1130 audit(1693767287.536:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:47 Athena systemd[1]: Finished Apply Kernel Variables.
Sep 03 18:54:47 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:47 Athena kernel: audit: type=1130 audit(1693767287.766:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:48 Athena audit: BPF prog-id=29 op=LOAD
Sep 03 18:54:48 Athena audit: BPF prog-id=30 op=LOAD
Sep 03 18:54:48 Athena audit: BPF prog-id=31 op=LOAD
Sep 03 18:54:48 Athena kernel: audit: type=1334 audit(1693767288.031:11): prog-id=29 op=LOAD
Sep 03 18:54:48 Athena systemd[1]: Starting User Database Manager...
Sep 03 18:54:48 Athena systemd[1]: Finished Create System Users.
Sep 03 18:54:48 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:48 Athena systemd[1]: Started User Database Manager.
Sep 03 18:54:48 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-userdbd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:48 Athena systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 03 18:54:48 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:48 Athena systemd[1]: Reached target Preparation for Local File Systems.
Sep 03 18:54:48 Athena systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 03 18:54:48 Athena systemd[1]: Reached target Containers.
Sep 03 18:54:48 Athena audit: BPF prog-id=32 op=LOAD
Sep 03 18:54:48 Athena audit: BPF prog-id=33 op=LOAD
Sep 03 18:54:48 Athena systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 03 18:54:48 Athena systemd-udevd[280]: Using default interface naming scheme 'v253'.
Sep 03 18:54:48 Athena systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 03 18:54:48 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:48 Athena audit: BPF prog-id=34 op=LOAD
Sep 03 18:54:48 Athena systemd[1]: Starting Network Configuration...
Sep 03 18:54:48 Athena systemd[1]: Found device /dev/zram0.
Sep 03 18:54:48 Athena systemd[1]: Starting Create swap on /dev/zram0...
Sep 03 18:54:48 Athena kernel: zram0: detected capacity change from 0 to 3974144
Sep 03 18:54:53 Athena systemd[1]: Starting Virtual Console Setup...
Sep 03 18:54:53 Athena kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 03 18:54:53 Athena kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 03 18:54:54 Athena systemd-makefs[298]: /dev/zram0 successfully formatted as swap (label "zram0", uuid c70f2bc2-75f4-44f3-81a3-658527c9f276)
Sep 03 18:54:54 Athena systemd[1]: proc-316-mounts.mount: Deactivated successfully.
Sep 03 18:54:54 Athena systemd[1]: Finished Create swap on /dev/zram0.
Sep 03 18:54:54 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:54 Athena kernel: kauditd_printk_skb: 9 callbacks suppressed
Sep 03 18:54:54 Athena kernel: audit: type=1130 audit(1693767294.432:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:54 Athena systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 03 18:54:54 Athena systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Sep 03 18:54:54 Athena kernel: e1000 0000:02:01.0 ens33: renamed from eth0
Sep 03 18:54:55 Athena kernel: piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Sep 03 18:54:55 Athena (udev-worker)[302]: id: Truncating stdout of 'dmi_memory_id' up to 16384 byte.
Sep 03 18:54:56 Athena systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 03 18:54:56 Athena kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 03 18:54:56 Athena kernel: cfg80211: failed to load regulatory.db
Sep 03 18:54:56 Athena systemd[1]: Stopped Virtual Console Setup.
Sep 03 18:54:56 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:56 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:56 Athena kernel: audit: type=1130 audit(1693767296.220:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:56 Athena kernel: audit: type=1131 audit(1693767296.220:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:54:56 Athena systemd[1]: Starting Virtual Console Setup...
Sep 03 18:54:56 Athena kernel: vmw_vmci 0000:00:07.7: MMIO register access is available
Sep 03 18:54:56 Athena kernel: vmw_vmci 0000:00:07.7: Using capabilities 0x3c
Sep 03 18:54:56 Athena kernel: Guest personality initialized and is active
Sep 03 18:54:56 Athena kernel: VMCI host device registered (name=vmci, major=10, minor=123)
Sep 03 18:54:56 Athena kernel: Initialized host personality
Sep 03 18:54:57 Athena systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Sep 03 18:54:57 Athena systemd[1]: Reached target Swaps.
Sep 03 18:54:57 Athena kernel: Adding 1987068k swap on /dev/zram0.  Priority:100 extents:1 across:1987068k SSDscFS
Sep 03 18:54:58 Athena systemd[1]: Mounting Temporary Directory /tmp...
Sep 03 18:54:58 Athena systemd[1]: Mounted Temporary Directory /tmp.
Sep 03 18:54:58 Athena systemd[1]: Reached target Local File Systems.
Sep 03 18:54:58 Athena systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 03 18:55:01 Athena kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
Sep 03 18:55:01 Athena kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
Sep 03 18:55:01 Athena kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
Sep 03 18:55:01 Athena systemd[1]: Starting Set Up Additional Binary Formats...
Sep 03 18:55:01 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:01 Athena systemd[1]: Starting Automatic Boot Loader Update...
Sep 03 18:55:01 Athena systemd[1]: Starting Create Volatile Files and Directories...
Sep 03 18:55:01 Athena mtp-probe[326]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1"
Sep 03 18:55:01 Athena mtp-probe[326]: bus: 2, device: 2 was not an MTP device
Sep 03 18:55:01 Athena kernel: mousedev: PS/2 mouse device common for all mice
Sep 03 18:55:01 Athena systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 349 (systemd-binfmt)
Sep 03 18:55:01 Athena bootctl[350]: Couldn't find EFI system partition, skipping.
Sep 03 18:55:01 Athena systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 03 18:55:02 Athena systemd[1]: Finished Automatic Boot Loader Update.
Sep 03 18:55:02 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena kernel: audit: type=1130 audit(1693767302.007:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 03 18:55:02 Athena systemd[1]: Finished Set Up Additional Binary Formats.
Sep 03 18:55:02 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena kernel: audit: type=1130 audit(1693767302.920:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:03 Athena kernel: Bluetooth: Core ver 2.22
Sep 03 18:55:03 Athena kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 03 18:55:03 Athena kernel: Bluetooth: HCI device and connection manager initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: HCI socket layer initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: L2CAP socket layer initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: SCO socket layer initialized
Sep 03 18:55:05 Athena kernel: usbcore: registered new interface driver btusb
Sep 03 18:55:05 Athena systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 03 18:55:05 Athena kernel: Bluetooth: hci0: unexpected cc 0x0c12 length: 2 < 3
Sep 03 18:55:05 Athena kernel: Bluetooth: hci0: Opcode 0x c12 failed: -38
Sep 03 18:55:05 Athena systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.612:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module dm_mod...
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module efi_pstore...
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module loop...
Sep 03 18:55:05 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:05 Athena systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 03 18:55:05 Athena systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 18:55:05 Athena systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 03 18:55:05 Athena systemd-networkd[287]: lo: Link UP
Sep 03 18:55:05 Athena systemd-networkd[287]: lo: Gained carrier
Sep 03 18:55:05 Athena systemd-networkd[287]: Enumeration completed
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module dm_mod.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Started Network Configuration.
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Configuring with /etc/systemd/network/20-ethernet.network.
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.797:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.797:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.798:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module efi_pstore.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: e1000: ens33 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.807:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.807:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Link UP
Sep 03 18:55:05 Athena kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ens33: link becomes ready
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Gained carrier
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module loop.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.817:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.817:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 03 18:55:05 Athena systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 03 18:55:06 Athena systemd-networkd[287]: ens33: DHCPv4 address 192.168.126.205/24, gateway 192.168.126.2 acquired from 192.168.126.254
Sep 03 18:55:07 Athena systemd-networkd[287]: ens33: Gained IPv6LL
Sep 03 18:55:07 Athena (udev-worker)[291]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module dm_mod...
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module efi_pstore...
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module loop...
Sep 03 18:55:07 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 18:55:07 Athena systemd[1]: Finished Create Volatile Files and Directories.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.811:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Starting Rebuild Journal Catalog...
Sep 03 18:55:07 Athena audit: BPF prog-id=35 op=LOAD
Sep 03 18:55:07 Athena kernel: audit: type=1334 audit(1693767307.826:35): prog-id=35 op=LOAD
Sep 03 18:55:07 Athena systemd[1]: Starting Network Name Resolution...
Sep 03 18:55:07 Athena audit: BPF prog-id=36 op=LOAD
Sep 03 18:55:07 Athena kernel: audit: type=1334 audit(1693767307.828:36): prog-id=36 op=LOAD
Sep 03 18:55:07 Athena systemd[1]: Starting Network Time Synchronization...
Sep 03 18:55:07 Athena systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 03 18:55:07 Athena systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module dm_mod.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.843:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.843:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module efi_pstore.
Sep 03 18:55:07 Athena systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.853:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.853:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module loop.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.859:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.859:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 03 18:55:07 Athena systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena audit[384]: SYSTEM_BOOT pid=384 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1127 audit(1693767307.882:43): pid=384 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd-resolved[382]: Positive Trust Anchors:
Sep 03 18:55:07 Athena systemd-resolved[382]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 03 18:55:07 Athena systemd-resolved[382]: 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 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Sep 03 18:55:07 Athena systemd[1]: Started Network Time Synchronization.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Reached target System Time Set.
Sep 03 18:55:08 Athena systemd-resolved[382]: Using system hostname 'Athena'.
Sep 03 18:55:08 Athena systemd[1]: Started Network Name Resolution.
Sep 03 18:55:08 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:08 Athena systemd[1]: Reached target Host and Network Name Lookups.
Sep 03 18:55:08 Athena systemd[1]: Finished Rebuild Journal Catalog.
Sep 03 18:55:08 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:15 Athena systemd-resolved[382]: Clock change detected. Flushing caches.
Sep 03 16:55:15 Athena systemd-journald[236]: Time jumped backwards, rotating.
Sep 03 16:55:15 Athena systemd-timesyncd[383]: Contacted time server 109.233.182.115:123 (1.arch.pool.ntp.org).
Sep 03 16:55:15 Athena systemd-timesyncd[383]: Initial clock synchronization to Sun 2023-09-03 16:55:15.767634 UTC.
Sep 03 16:55:17 Athena systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 03 16:55:17 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Finished Virtual Console Setup.
Sep 03 16:55:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Starting First Boot Wizard...
Sep 03 16:55:18 Athena systemd[1]: Finished First Boot Wizard.
Sep 03 16:55:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-firstboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Reached target First Boot Complete.
Sep 03 16:55:18 Athena systemd[1]: Starting Commit a transient machine-id on disk...
Sep 03 16:55:19 Athena systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
Sep 03 16:55:19 Athena systemd[1]: Finished Commit a transient machine-id on disk.
Sep 03 16:55:19 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 03 16:56:16 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena kernel: kauditd_printk_skb: 8 callbacks suppressed
Sep 03 16:56:16 Athena kernel: audit: type=1130 audit(1693760176.655:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Starting Update is Completed...
Sep 03 16:56:16 Athena systemd[1]: Finished Update is Completed.
Sep 03 16:56:16 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena kernel: audit: type=1130 audit(1693760176.704:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Reached target System Initialization.
Sep 03 16:56:16 Athena systemd[1]: VirtualBox Guest VMSVGA resize client was skipped because of an unmet condition check (ConditionVirtualization=oracle).
Sep 03 16:56:16 Athena systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 03 16:56:16 Athena systemd[1]: Started Daily man-db regeneration.
Sep 03 16:56:16 Athena systemd[1]: Started Daily verification of password and group files.
Sep 03 16:56:16 Athena systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 03 16:56:16 Athena systemd[1]: Reached target Path Units.
Sep 03 16:56:16 Athena systemd[1]: Reached target Timer Units.
Sep 03 16:56:16 Athena systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 03 16:56:16 Athena systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 03 16:56:16 Athena systemd[1]: Reached target Socket Units.
Sep 03 16:56:16 Athena systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 16:56:16 Athena systemd[1]: Reached target Basic System.
Sep 03 16:56:16 Athena systemd[1]: Starting Save/Restore Sound Card State...
Sep 03 16:56:16 Athena alsactl[412]: /usr/bin/alsactl: load_state:1689: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Sep 03 16:56:16 Athena systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 03 16:56:16 Athena alsactl[412]: alsa-lib main.c:1560:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Sep 03 16:56:16 Athena systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 03 16:56:16 Athena alsactl[412]: Found hardware: "ENS1371" "Cirrus Logic CS4297A rev 3" "AC97a:43525913" "0x1274" "0x1371"
Sep 03 16:56:16 Athena alsactl[412]: Hardware is initialized using a generic method
Sep 03 16:56:16 Athena systemd[1]: Starting Bluetooth service...
Sep 03 16:56:16 Athena systemd[1]: Starting D-Bus System Message Bus...
Sep 03 16:56:16 Athena systemd[1]: Hyper-V file copy service (FCOPY) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_fcopy).
Sep 03 16:56:16 Athena systemd[1]: Hyper-V key-value pair (KVP) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_kvp).
Sep 03 16:56:16 Athena systemd[1]: Hyper-V volume shadow copy service (VSS) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_vss).
Sep 03 16:56:16 Athena audit: BPF prog-id=37 op=LOAD
Sep 03 16:56:16 Athena audit: BPF prog-id=38 op=LOAD
Sep 03 16:56:16 Athena audit: BPF prog-id=39 op=LOAD
Sep 03 16:56:16 Athena kernel: audit: type=1334 audit(1693760176.738:54): prog-id=37 op=LOAD
Sep 03 16:56:16 Athena kernel: audit: type=1334 audit(1693760176.738:55): prog-id=38 op=LOAD
Sep 03 16:56:16 Athena kernel: audit: type=1334 audit(1693760176.738:56): prog-id=39 op=LOAD
Sep 03 16:56:16 Athena systemd[1]: Starting User Login Management...
Sep 03 16:56:16 Athena systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 16:56:16 Athena systemd[1]: VirtualBox Guest Service was skipped because of an unmet condition check (ConditionVirtualization=oracle).
Sep 03 16:56:16 Athena systemd[1]: Started Open Virtual Machine Tools (vmware-vmblock-fuse).
Sep 03 16:56:16 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vmware-vmblock-fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena kernel: audit: type=1130 audit(1693760176.745:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vmware-vmblock-fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Finished Save/Restore Sound Card State.
Sep 03 16:56:16 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena kernel: audit: type=1130 audit(1693760176.762:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Reached target Sound Card.
Sep 03 16:56:17 Athena avahi-daemon[413]: Found user 'avahi' (UID 972) and group 'avahi' (GID 972).
Sep 03 16:56:17 Athena avahi-daemon[413]: Successfully dropped root privileges.
Sep 03 16:56:17 Athena avahi-daemon[413]: avahi-daemon 0.8 starting up.
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: FUSE library version: 3.16.1
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: nullpath_ok: 0
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: unique: 2, opcode: INIT (26), nodeid: 0, insize: 104, pid: 0
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: INIT: 7.38
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: flags=0x73fffffb
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]: max_readahead=0x00020000
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    INIT: 7.38
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    flags=0x4040f039
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    max_readahead=0x00020000
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    max_write=0x00100000
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    max_background=0
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    congestion_threshold=0
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    time_gran=1
Sep 03 16:56:17 Athena vmware-vmblock-fuse[417]:    unique: 2, success, outsize: 80
Sep 03 16:56:17 Athena bluetoothd[414]: Bluetooth daemon 5.69
Sep 03 16:56:17 Athena systemd-logind[416]: New seat seat0.
Sep 03 16:56:17 Athena systemd-logind[416]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 03 16:56:17 Athena systemd-logind[416]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Sep 03 16:56:17 Athena systemd[1]: Started User Login Management.
Sep 03 16:56:17 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:17 Athena kernel: audit: type=1130 audit(1693760177.681:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:17 Athena systemd[1]: Started D-Bus System Message Bus.
Sep 03 16:56:17 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:17 Athena kernel: audit: type=1130 audit(1693760177.702:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:17 Athena avahi-daemon[413]: Successfully called chroot().
Sep 03 16:56:17 Athena avahi-daemon[413]: Successfully dropped remaining capabilities.
Sep 03 16:56:17 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 03 16:56:17 Athena bluetoothd[414]: Starting SDP server
Sep 03 16:56:17 Athena avahi-daemon[413]: No service file found in /etc/avahi/services.
Sep 03 16:56:17 Athena systemd[1]: Starting Network Manager...
Sep 03 16:56:17 Athena avahi-daemon[413]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Sep 03 16:56:17 Athena avahi-daemon[413]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Sep 03 16:56:17 Athena bluetoothd[414]: src/plugin.c:plugin_init() System does not support csip plugin
Sep 03 16:56:17 Athena bluetoothd[414]: src/plugin.c:plugin_init() System does not support vcp plugin
Sep 03 16:56:17 Athena bluetoothd[414]: src/plugin.c:plugin_init() System does not support mcp plugin
Sep 03 16:56:17 Athena bluetoothd[414]: src/plugin.c:plugin_init() System does not support bass plugin
Sep 03 16:56:17 Athena bluetoothd[414]: src/plugin.c:plugin_init() System does not support bap plugin
Sep 03 16:56:17 Athena avahi-daemon[413]: Joining mDNS multicast group on interface ens33.IPv6 with address fe80::20c:29ff:fe5f:1df5.
Sep 03 16:56:17 Athena avahi-daemon[413]: New relevant interface ens33.IPv6 for mDNS.
Sep 03 16:56:17 Athena avahi-daemon[413]: Joining mDNS multicast group on interface ens33.IPv4 with address 192.168.126.205.
Sep 03 16:56:17 Athena avahi-daemon[413]: New relevant interface ens33.IPv4 for mDNS.
Sep 03 16:56:17 Athena avahi-daemon[413]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 03 16:56:17 Athena avahi-daemon[413]: New relevant interface lo.IPv6 for mDNS.
Sep 03 16:56:17 Athena avahi-daemon[413]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 03 16:56:17 Athena avahi-daemon[413]: New relevant interface lo.IPv4 for mDNS.
Sep 03 16:56:17 Athena avahi-daemon[413]: Network interface enumeration completed.
Sep 03 16:56:17 Athena avahi-daemon[413]: Registering new address record for fe80::20c:29ff:fe5f:1df5 on ens33.*.
Sep 03 16:56:17 Athena avahi-daemon[413]: Registering new address record for 192.168.126.205 on ens33.IPv4.
Sep 03 16:56:17 Athena avahi-daemon[413]: Registering new address record for ::1 on lo.*.
Sep 03 16:56:17 Athena avahi-daemon[413]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 03 16:56:17 Athena audit: BPF prog-id=40 op=LOAD
Sep 03 16:56:17 Athena kernel: audit: type=1334 audit(1693760177.714:61): prog-id=40 op=LOAD
Sep 03 16:56:17 Athena systemd[1]: Starting Home Area Manager...
Sep 03 16:56:17 Athena systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 03 16:56:17 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:17 Athena kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 03 16:56:17 Athena kernel: Bluetooth: BNEP filters: protocol multicast
Sep 03 16:56:17 Athena kernel: Bluetooth: BNEP socket layer initialized
Sep 03 16:56:17 Athena systemd[1]: Started Bluetooth service.
Sep 03 16:56:17 Athena bluetoothd[414]: Bluetooth management interface 1.22 initialized
Sep 03 16:56:17 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=414 comm="/usr/lib/bluetooth/bluetoothd")
Sep 03 16:56:17 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: Reached target Bluetooth Support.
Sep 03 16:56:18 Athena audit: BPF prog-id=41 op=LOAD
Sep 03 16:56:18 Athena audit: BPF prog-id=42 op=LOAD
Sep 03 16:56:18 Athena audit: BPF prog-id=43 op=LOAD
Sep 03 16:56:18 Athena systemd[1]: Starting Hostname Service...
Sep 03 16:56:18 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 03 16:56:18 Athena systemd[1]: Started Hostname Service.
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd-homed[432]: Watching /home.
Sep 03 16:56:18 Athena avahi-daemon[413]: Server startup complete. Host name is Athena.local. Local service cookie is 599830488.
Sep 03 16:56:18 Athena systemd[1]: Started Home Area Manager.
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: Finished Home Area Activation.
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed-activate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start timed out.
Sep 03 16:56:18 Athena systemd[1]: Timed out waiting for device /dev/virtio-ports/org.qemu.guest_agent.0.
Sep 03 16:56:18 Athena systemd[1]: Dependency failed for QEMU Guest Agent.
Sep 03 16:56:18 Athena systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'.
Sep 03 16:56:18 Athena systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start failed with result 'timeout'.
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.8942] NetworkManager (version 1.42.6-1) is starting... (boot:20fc32c2-976d-4e57-9f0b-af046a344798)
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.8942] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 03 16:56:18 Athena systemd[1]: Started Network Manager.
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.8965] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: Reached target Network.
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9012] manager[0x55c945ff9490]: monitoring kernel firmware directory '/lib/firmware'.
Sep 03 16:56:18 Athena audit: BPF prog-id=44 op=LOAD
Sep 03 16:56:18 Athena systemd[1]: Starting Permit User Sessions...
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9064] hostname: hostname: using hostnamed
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9064] hostname: static hostname changed from (none) to "Athena"
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9067] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 03 16:56:18 Athena systemd[1]: Started vnStat network traffic monitor.
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9077] manager[0x55c945ff9490]: rfkill: Wi-Fi hardware radio set enabled
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9077] manager[0x55c945ff9490]: rfkill: WWAN hardware radio set enabled
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vnstat comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: Finished Permit User Sessions.
Sep 03 16:56:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:18 Athena systemd[1]: Starting GNOME Display Manager...
Sep 03 16:56:18 Athena NetworkManager[430]: <info>  [1693760178.9659] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.1761] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.1910] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.1985] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Sep 03 16:56:19 Athena vnstatd[440]: No interfaces found in database, adding available interfaces...
Sep 03 16:56:19 Athena vnstatd[440]: Interface "ens33" added with 1000 Mbit bandwidth limit.
Sep 03 16:56:19 Athena vnstatd[440]: -> 1 new interface found.
Sep 03 16:56:19 Athena vnstatd[440]: Limits can be modified using the configuration file. See "man vnstat.conf".
Sep 03 16:56:19 Athena vnstatd[440]: Unwanted interfaces can be removed from monitoring with "vnstat --remove".
Sep 03 16:56:19 Athena vnstatd[440]: Info: vnStat daemon 2.11 (pid:440 uid:0 gid:0 64-bit, SQLite 3.43.0)
Sep 03 16:56:19 Athena vnstatd[440]: Info: Data retention: 48 5MinuteHours, 4 HourlyDays, 62 DailyDays, 25 MonthlyMonths, -1 YearlyYears, 20 TopDayEntries
Sep 03 16:56:19 Athena vnstatd[440]: Info: Monitoring (1): ens33 (1000 Mbit)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2719] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2724] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2727] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2728] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2728] manager: Networking is enabled by state file
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.2729] settings: Loaded settings plugin: keyfile (internal)
Sep 03 16:56:19 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=430 comm="/usr/bin/NetworkManager --no-daemon")
Sep 03 16:56:19 Athena systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6191] dhcp: init: Using DHCP client 'internal'
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6193] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6203] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6207] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6212] device (lo): Activation: starting connection 'lo' (d5c45fcb-8b67-4914-8e9f-523a28273302)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6216] device (ens33): carrier: link connected
Sep 03 16:56:19 Athena systemd[1]: Started GNOME Display Manager.
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6220] manager: (ens33): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6228] settings: (ens33): created default wired connection 'Wired connection 1'
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6230] manager: (ens33): assume: will attempt to assume matching connection 'Wired connection 1' (982e020e-537f-30d9-8891-849a2d038d6b) (guessed)
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6230] device (ens33): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'assume')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6243] device (ens33): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'assume')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6259] device (ens33): Activation: starting connection 'Wired connection 1' (982e020e-537f-30d9-8891-849a2d038d6b)
Sep 03 16:56:19 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:19 Athena systemd[1]: Started Open Virtual Machine Tools (VMware Tools).
Sep 03 16:56:19 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vmtoolsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:19 Athena systemd[1]: Reached target Multi-User System.
Sep 03 16:56:19 Athena systemd[1]: Reached target Graphical Interface.
Sep 03 16:56:19 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 03 16:56:19 Athena systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 03 16:56:19 Athena systemd[1]: Startup finished in 35.773s (kernel) + 2min 2.174s (userspace) = 2min 37.947s.
Sep 03 16:56:19 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6761] ovsdb: disconnected from ovsdb
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6762] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6763] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6764] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6766] device (ens33): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6768] device (ens33): state change: prepare -> config (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6772] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6775] device (ens33): state change: config -> ip-config (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6777] dhcp4 (ens33): activation: beginning transaction (timeout in 45 seconds)
Sep 03 16:56:19 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.10' (uid=0 pid=442 comm="/usr/bin/gdm")
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6965] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6967] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 03 16:56:19 Athena NetworkManager[430]: <info>  [1693760179.6969] device (lo): Activation: successful, device activated.
Sep 03 16:56:19 Athena systemd[1]: Reached target User and Group Name Lookups.
Sep 03 16:56:19 Athena audit: BPF prog-id=45 op=LOAD
Sep 03 16:56:19 Athena systemd[1]: Starting Accounts Service...
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.6811] dhcp4 (ens33): state changed new lease, address=192.168.126.207
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.6814] policy: set 'Wired connection 1' (ens33) as default for IPv4 routing and DNS
Sep 03 16:56:20 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=0 pid=456 comm="/usr/lib/accounts-daemon")
Sep 03 16:56:20 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.
Sep 03 16:56:20 Athena NetworkManager[430]: <warn>  [1693760180.7899] dns-sd-resolved[3566d30e618e9251]: send-updates SetLinkDomains@2 failed: GDBus.Error:org.freedesktop.resolve1.LinkBusy: Link ens33 is managed.
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7901] device (ens33): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:20 Athena audit: BPF prog-id=46 op=LOAD
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7919] device (ens33): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:20 Athena audit: BPF prog-id=47 op=LOAD
Sep 03 16:56:20 Athena audit: BPF prog-id=48 op=LOAD
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7920] device (ens33): state change: secondaries -> activated (reason 'none', sys-iface-state: 'assume')
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7924] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7926] device (ens33): Activation: successful, device activated.
Sep 03 16:56:20 Athena NetworkManager[430]: <info>  [1693760180.7928] manager: startup complete
Sep 03 16:56:20 Athena systemd[1]: Starting Authorization Manager...
Sep 03 16:56:20 Athena polkitd[472]: Started polkitd version 123
Sep 03 16:56:21 Athena polkitd[472]: Loading rules from directory /etc/polkit-1/rules.d
Sep 03 16:56:21 Athena polkitd[472]: Error opening rules directory: Error opening directory “/etc/polkit-1/rules.d”: Permission denied (g-file-error-quark, 2)
Sep 03 16:56:21 Athena polkitd[472]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 03 16:56:21 Athena kernel: NET: Registered PF_VSOCK protocol family
Sep 03 16:56:21 Athena polkitd[472]: Finished loading, compiling and executing 9 rules
Sep 03 16:56:21 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 03 16:56:21 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:21 Athena systemd[1]: Started Authorization Manager.
Sep 03 16:56:21 Athena polkitd[472]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 03 16:56:21 Athena accounts-daemon[456]: started daemon version 23.13.0
Sep 03 16:56:21 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 03 16:56:21 Athena systemd[1]: Started Accounts Service.
Sep 03 16:56:21 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:22 Athena audit[507]: USER_AUTH pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_permit acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:22 Athena kernel: kauditd_printk_skb: 21 callbacks suppressed
Sep 03 16:56:22 Athena kernel: audit: type=1100 audit(1693760182.957:83): pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_permit acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:22 Athena audit[507]: USER_ACCT pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:22 Athena kernel: audit: type=1101 audit(1693760182.971:84): pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:23 Athena audit[507]: CRED_ACQ pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_permit acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:23 Athena kernel: audit: type=1103 audit(1693760183.049:85): pid=507 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_permit acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty1 res=success'
Sep 03 16:56:23 Athena audit[507]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffeda2f4ea0 a2=4 a3=0 items=0 ppid=442 pid=507 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 03 16:56:23 Athena audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6175746F6C6F67696E5D
Sep 03 16:56:23 Athena kernel: audit: type=1006 audit(1693760183.050:86): pid=507 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
Sep 03 16:56:23 Athena kernel: audit: type=1300 audit(1693760183.050:86): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffeda2f4ea0 a2=4 a3=0 items=0 ppid=442 pid=507 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 03 16:56:23 Athena kernel: audit: type=1327 audit(1693760183.050:86): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6175746F6C6F67696E5D
Sep 03 16:56:23 Athena gdm-autologin][507]: pam_unix(gdm-autologin:session): session opened for user liveuser(uid=1000) by liveuser(uid=0)
Sep 03 16:56:23 Athena systemd-logind[416]: New session 1 of user liveuser.
Sep 03 16:56:23 Athena systemd[1]: Created slice User Slice of UID 1000.
Sep 03 16:56:23 Athena systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 03 16:56:23 Athena systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 03 16:56:23 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:23 Athena kernel: audit: type=1130 audit(1693760183.736:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:23 Athena systemd[1]: Starting User Manager for UID 1000...
Sep 03 16:56:23 Athena audit[528]: USER_ACCT pid=528 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:23 Athena audit[528]: CRED_ACQ pid=528 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 03 16:56:23 Athena kernel: audit: type=1101 audit(1693760183.762:88): pid=528 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:23 Athena kernel: audit: type=1103 audit(1693760183.762:89): pid=528 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 03 16:56:23 Athena kernel: audit: type=1006 audit(1693760183.762:90): pid=528 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Sep 03 16:56:23 Athena audit[528]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe10a02ef0 a2=4 a3=0 items=0 ppid=1 pid=528 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 03 16:56:23 Athena audit: PROCTITLE proctitle="(systemd)"
Sep 03 16:56:23 Athena (systemd)[528]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[liveuser] ruser=[<unknown>] rhost=[<unknown>]
Sep 03 16:56:23 Athena (systemd)[528]: pam_unix(systemd-user:session): session opened for user liveuser(uid=1000) by liveuser(uid=0)
Sep 03 16:56:23 Athena audit[528]: USER_START pid=528 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:24 Athena systemd[528]: Queued start job for default target Main User Target.
Sep 03 16:56:24 Athena systemd[528]: Created slice User Application Slice.
Sep 03 16:56:24 Athena systemd[528]: Reached target Paths.
Sep 03 16:56:24 Athena systemd[528]: Reached target Timers.
Sep 03 16:56:24 Athena systemd[528]: Starting D-Bus User Message Bus Socket...
Sep 03 16:56:24 Athena systemd[528]: Listening on GnuPG network certificate management daemon.
Sep 03 16:56:24 Athena systemd[528]: Listening on GCR ssh-agent wrapper.
Sep 03 16:56:24 Athena systemd[528]: Listening on GNOME Keyring daemon.
Sep 03 16:56:24 Athena systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 03 16:56:24 Athena systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 03 16:56:24 Athena systemd[528]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 03 16:56:24 Athena systemd[528]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 03 16:56:24 Athena systemd[528]: Listening on p11-kit server.
Sep 03 16:56:24 Athena systemd[528]: Listening on PipeWire PulseAudio.
Sep 03 16:56:24 Athena systemd[528]: Listening on PipeWire Multimedia System Socket.
Sep 03 16:56:24 Athena systemd[528]: Listening on D-Bus User Message Bus Socket.
Sep 03 16:56:24 Athena systemd[528]: Reached target Sockets.
Sep 03 16:56:24 Athena systemd[528]: Reached target Basic System.
Sep 03 16:56:24 Athena systemd[1]: Started User Manager for UID 1000.
Sep 03 16:56:24 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:24 Athena systemd[528]: Starting Update XDG user dir configuration...
Sep 03 16:56:24 Athena systemd[1]: Started Session 1 of User liveuser.
Sep 03 16:56:24 Athena systemd[528]: Started GNOME Keyring daemon.
Sep 03 16:56:25 Athena systemd[528]: Finished Update XDG user dir configuration.
Sep 03 16:56:25 Athena systemd[528]: Reached target Main User Target.
Sep 03 16:56:25 Athena systemd[528]: Startup finished in 1.639s.
Sep 03 16:56:25 Athena gnome-keyring-daemon[627]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 03 16:56:25 Athena systemd[528]: Created slice User Core Session Slice.
Sep 03 16:56:25 Athena systemd[528]: Starting D-Bus User Message Bus...
Sep 03 16:56:25 Athena systemd[528]: Started D-Bus User Message Bus.
Sep 03 16:56:25 Athena gdm-autologin][507]: gkr-pam: couldn't unlock the login keyring.
Sep 03 16:56:25 Athena audit[507]: USER_START pid=507 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="liveuser" exe="/usr/lib/gdm-session-worker" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:26 Athena audit[647]: USER_ACCT pid=647 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:26 Athena sudo[647]: liveuser : TTY=tty2 ; PWD=/home/liveuser ; USER=root ; COMMAND=/usr/bin/mount -o remount,size=2G /run/archiso/cowspace
Sep 03 16:56:26 Athena audit[647]: CRED_REFR pid=647 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:26 Athena sudo[647]: pam_unix(sudo:session): session opened for user root(uid=0) by liveuser(uid=1000)
Sep 03 16:56:26 Athena audit[647]: USER_START pid=647 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:26 Athena sudo[647]: pam_unix(sudo:session): session closed for user root
Sep 03 16:56:26 Athena audit[647]: USER_END pid=647 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:26 Athena audit[647]: CRED_DISP pid=647 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Athena addr=? terminal=/dev/tty2 res=success'
Sep 03 16:56:27 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.3' (uid=1000 pid=668 comm="dconf load /org/gnome/settings-daemon/plugins/medi")
Sep 03 16:56:27 Athena systemd[528]: Starting User preferences database...
Sep 03 16:56:27 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'ca.desrt.dconf'
Sep 03 16:56:27 Athena systemd[528]: Started User preferences database.
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[695]: Installing Awesome Vim from /home/liveuser/.vim_runtime
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[695]: Selected users: liveuser
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[695]: Installed the Ultimate Vim configuration for user liveuser successfully! Enjoy :-)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:27 Athena /usr/lib/gdm-wayland-session[699]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:29 Athena systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 03 16:56:29 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:29 Athena kernel: kauditd_printk_skb: 10 callbacks suppressed
Sep 03 16:56:29 Athena kernel: audit: type=1131 audit(1693760189.684:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[699]: error: package 'athena-akame-theme' was not found
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:32 Athena /usr/lib/gdm-wayland-session[701]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[784]: error: package 'athena-graphite-theme' was not found
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[785]: error: package 'athena-gruvbox-theme' was not found
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[786]: error: package 'athena-htb-theme' was not found
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[787]: error: package 'athena-sweet-dark-theme' was not found
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'athena-repository-dev' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'core' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'extra' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'community' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'multilib' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'chaotic-aur' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: warning: database file for 'blackarch' does not exist (use '-Sy' to download)
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[788]: error: package 'athena-xxe-theme' was not found
Sep 03 16:56:34 Athena /usr/lib/gdm-wayland-session[790]: Created symlink /home/liveuser/.config/systemd/user/default.target.wants/psd.service → /usr/lib/systemd/user/psd.service.
Sep 03 16:56:34 Athena systemd[528]: Reloading requested from client PID 790 ('systemctl')...
Sep 03 16:56:34 Athena systemd[528]: Reloading...
Sep 03 16:56:35 Athena systemd[528]: Reloading finished in 131 ms.
Sep 03 16:56:35 Athena systemd[528]: Started Timer for profile-sync-daemon - 1Hour.
Sep 03 16:56:35 Athena systemd[528]: Starting Profile-sync-daemon...
Sep 03 16:56:35 Athena audit[810]: USER_ACCT pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena kernel: audit: type=1101 audit(1693760195.707:100): pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena sudo[810]: liveuser : PWD=/home/liveuser ; USER=root ; COMMAND=/usr/bin/psd-overlay-helper
Sep 03 16:56:35 Athena audit[810]: CRED_REFR pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena sudo[810]: pam_unix(sudo:session): session opened for user root(uid=0) by liveuser(uid=1000)
Sep 03 16:56:35 Athena audit[810]: USER_START pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena kernel: audit: type=1110 audit(1693760195.709:101): pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena kernel: audit: type=1105 audit(1693760195.709:102): pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena sudo[810]: pam_unix(sudo:session): session closed for user root
Sep 03 16:56:35 Athena audit[810]: USER_END pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena kernel: audit: type=1106 audit(1693760195.730:103): pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena kernel: audit: type=1104 audit(1693760195.730:104): pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena audit[810]: CRED_DISP pid=810 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:35 Athena profile-sync-daemon[796]: psd startup check successful
Sep 03 16:56:35 Athena systemd[528]: Finished Profile-sync-daemon.
Sep 03 16:56:35 Athena systemd[528]: Starting Timed resync...
Sep 03 16:56:36 Athena audit[833]: USER_ACCT pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena kernel: audit: type=1101 audit(1693760196.012:105): pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena sudo[833]: liveuser : PWD=/home/liveuser ; USER=root ; COMMAND=/usr/bin/psd-overlay-helper
Sep 03 16:56:36 Athena audit[833]: CRED_REFR pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena audit[833]: USER_START pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena sudo[833]: pam_unix(sudo:session): session opened for user root(uid=0) by liveuser(uid=1000)
Sep 03 16:56:36 Athena kernel: audit: type=1110 audit(1693760196.014:106): pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena kernel: audit: type=1105 audit(1693760196.014:107): pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena sudo[833]: pam_unix(sudo:session): session closed for user root
Sep 03 16:56:36 Athena audit[833]: USER_END pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena audit[833]: CRED_DISP pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena kernel: audit: type=1106 audit(1693760196.018:108): pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:36 Athena kernel: audit: type=1104 audit(1693760196.018:109): pid=833 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena systemd[528]: Created slice Slice /app/gnome-session-manager.
Sep 03 16:56:38 Athena systemd[528]: Reached target GNOME Wayland Session.
Sep 03 16:56:38 Athena systemd[528]: Reached target Session services which should run early before the graphical session is brought up.
Sep 03 16:56:38 Athena systemd[528]: Reached target GNOME Shell.
Sep 03 16:56:38 Athena systemd[528]: Starting Monitor Session leader for GNOME Session...
Sep 03 16:56:38 Athena systemd[528]: Started Monitor Session leader for GNOME Session.
Sep 03 16:56:38 Athena systemd[528]: Reached target Tasks to be run before GNOME Session starts.
Sep 03 16:56:38 Athena systemd[528]: Starting GNOME Session Manager (session: gnome)...
Sep 03 16:56:38 Athena audit[921]: USER_ACCT pid=921 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[921]: liveuser : PWD=/home/liveuser ; USER=root ; COMMAND=/usr/bin/psd-overlay-helper -v 23 -l /home/liveuser/.mozilla/firefox/iso1fa16.default-release-backup -u /run/user/1000/psd/liveuser-firefox-iso1fa16.default-release-rw -w /run/user/1000/psd/.liveuser-firefox-iso1fa16.default-release -d /run/user/1000/psd/liveuser-firefox-iso1fa16.default-release mountup
Sep 03 16:56:38 Athena audit[921]: CRED_REFR pid=921 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena audit[921]: USER_START pid=921 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[921]: pam_unix(sudo:session): session opened for user root(uid=0) by liveuser(uid=1000)
Sep 03 16:56:38 Athena audit[926]: USER_ACCT pid=926 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[926]:     root : PWD=/home/liveuser ; USER=liveuser ; COMMAND=/usr/bin/test -w /home/liveuser/.mozilla/firefox/iso1fa16.default-release-backup
Sep 03 16:56:38 Athena audit[926]: CRED_REFR pid=926 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[926]: pam_unix(sudo:session): session opened for user liveuser(uid=1000) by liveuser(uid=0)
Sep 03 16:56:38 Athena audit[926]: USER_START pid=926 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[926]: pam_unix(sudo:session): session closed for user liveuser
Sep 03 16:56:38 Athena audit[926]: USER_END pid=926 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena audit[926]: CRED_DISP pid=926 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena audit[936]: USER_ACCT pid=936 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[936]:     root : PWD=/home/liveuser ; USER=liveuser ; COMMAND=/usr/bin/test -w /home/liveuser/.mozilla/firefox/iso1fa16.default-release-backup
Sep 03 16:56:38 Athena audit[936]: CRED_REFR pid=936 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[936]: pam_unix(sudo:session): session opened for user liveuser(uid=1000) by liveuser(uid=0)
Sep 03 16:56:38 Athena audit[936]: USER_START pid=936 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena sudo[936]: pam_unix(sudo:session): session closed for user liveuser
Sep 03 16:56:38 Athena audit[936]: USER_END pid=936 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena audit[936]: CRED_DISP pid=936 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena kernel: overlayfs: fs on '/home/liveuser/.mozilla/firefox/iso1fa16.default-release-backup' does not support file handles, falling back to index=off,nfs_export=off.
Sep 03 16:56:38 Athena kernel: overlayfs: fs on '/home/liveuser/.mozilla/firefox/iso1fa16.default-release-backup' does not support file handles, falling back to xino=off.
Sep 03 16:56:38 Athena sudo[921]: pam_unix(sudo:session): session closed for user root
Sep 03 16:56:38 Athena audit[921]: USER_END pid=921 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:38 Athena audit[921]: CRED_DISP pid=921 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:39 Athena profile-sync-daemon[817]: firefox sync successful
Sep 03 16:56:39 Athena systemd[528]: Finished Timed resync.
Sep 03 16:56:39 Athena gnome-keyring-daemon[627]: The Secret Service was already initialized
Sep 03 16:56:39 Athena gnome-keyring-d[627]: The Secret Service was already initialized
Sep 03 16:56:39 Athena gnome-keyring-daemon[956]: discover_other_daemon: 1
Sep 03 16:56:39 Athena gnome-keyring-secrets.desktop[956]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 03 16:56:39 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:56:39 Athena systemd[528]: app-gnome-gnome\x2dkeyring\x2dsecrets-948.scope: Couldn't move process 948 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-948.scope': No such process
Sep 03 16:56:39 Athena systemd[528]: app-gnome-gnome\x2dkeyring\x2dsecrets-948.scope: Failed to add PIDs to scope's control group: No such process
Sep 03 16:56:39 Athena systemd[528]: app-gnome-gnome\x2dkeyring\x2dsecrets-948.scope: Failed with result 'resources'.
Sep 03 16:56:39 Athena systemd[528]: Failed to start Application launched by gnome-session-binary.
Sep 03 16:56:39 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:56:39 Athena gnome-keyring-daemon[627]: The PKCS#11 component was already initialized
Sep 03 16:56:39 Athena gnome-keyring-d[627]: The PKCS#11 component was already initialized
Sep 03 16:56:39 Athena gnome-keyring-daemon[961]: discover_other_daemon: 1
Sep 03 16:56:39 Athena gnome-keyring-ssh.desktop[960]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 03 16:56:39 Athena gnome-keyring-ssh.desktop[960]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Sep 03 16:56:39 Athena gnome-keyring-pkcs11.desktop[961]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 03 16:56:39 Athena gnome-keyring-pkcs11.desktop[961]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Sep 03 16:56:39 Athena gnome-keyring-daemon[960]: discover_other_daemon: 1
Sep 03 16:56:39 Athena systemd[528]: Started GNOME Session Manager (session: gnome).
Sep 03 16:56:39 Athena systemd[528]: Reached target GNOME Session Manager is ready.
Sep 03 16:56:39 Athena systemd[528]: Starting GNOME Shell on Wayland...
Sep 03 16:56:39 Athena systemd[528]: Starting GNOME Shell on X11...
Sep 03 16:56:39 Athena systemd[528]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Sep 03 16:56:39 Athena systemd[528]: Condition check resulted in GNOME Shell on X11 being skipped.
Sep 03 16:56:42 Athena gnome-shell[967]: Running GNOME Shell (using mutter 44.4) as a Wayland display server
Sep 03 16:56:48 Athena systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 03 16:56:48 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:48 Athena kernel: kauditd_printk_skb: 15 callbacks suppressed
Sep 03 16:56:48 Athena kernel: audit: type=1131 audit(1693760208.951:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:48 Athena audit: BPF prog-id=43 op=UNLOAD
Sep 03 16:56:48 Athena audit: BPF prog-id=42 op=UNLOAD
Sep 03 16:56:48 Athena audit: BPF prog-id=41 op=UNLOAD
Sep 03 16:56:48 Athena kernel: audit: type=1334 audit(1693760208.988:126): prog-id=43 op=UNLOAD
Sep 03 16:56:48 Athena kernel: audit: type=1334 audit(1693760208.988:127): prog-id=42 op=UNLOAD
Sep 03 16:56:48 Athena kernel: audit: type=1334 audit(1693760208.988:128): prog-id=41 op=UNLOAD
Sep 03 16:56:54 Athena avahi-daemon[413]: Withdrawing address record for 192.168.126.207 on ens33.
Sep 03 16:56:54 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.
Sep 03 16:56:58 Athena gnome-shell[967]: (../mutter/src/backends/native/meta-kms-impl-device-simple.c:1711):meta_kms_impl_device_simple_open_device_file: runtime check failed: (!meta_device_file_has_tag (device_file, META_DEVICE_FILE_TAG_KMS, META_KMS_DEVICE_FILE_TAG_ATOMIC))
Sep 03 16:56:58 Athena gnome-shell[967]: Added device '/dev/dri/card0' (vmwgfx) using non-atomic mode setting.
Sep 03 16:56:58 Athena gnome-shell[967]: Created gbm renderer for '/dev/dri/card0'
Sep 03 16:56:58 Athena gnome-shell[967]: Boot VGA GPU /dev/dri/card0 selected as primary
Sep 03 16:56:59 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:56:59 Athena systemd[528]: Starting Virtual filesystem service...
Sep 03 16:57:00 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gtk.vfs.Daemon'
Sep 03 16:57:00 Athena systemd[528]: Started Virtual filesystem service.
Sep 03 16:57:01 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.33' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:01 Athena systemd[528]: Starting Accessibility services bus...
Sep 03 16:57:01 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.a11y.Bus'
Sep 03 16:57:01 Athena systemd[528]: Started Accessibility services bus.
Sep 03 16:57:01 Athena kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=967 'gnome-shell'
Sep 03 16:57:01 Athena gnome-shell[967]: Using public X11 display :0, (using :1 for managed services)
Sep 03 16:57:01 Athena gnome-shell[967]: Using Wayland display name 'wayland-0'
Sep 03 16:57:20 Athena gnome-shell[967]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Sep 03 16:57:20 Athena gnome-shell[967]: Will monitor session 1
Sep 03 16:57:21 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Shell.Screencast' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:23 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:23 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:23 Athena systemd[528]: Starting sandboxed app permission store...
Sep 03 16:57:23 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Sep 03 16:57:23 Athena systemd[528]: Started sandboxed app permission store.
Sep 03 16:57:24 Athena org.gnome.Shell.CalendarServer[1032]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.2: cannot open shared object file: No such file or directory
Sep 03 16:57:24 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activated service 'org.gnome.Shell.CalendarServer' failed: Process org.gnome.Shell.CalendarServer exited with status 127
Sep 03 16:57:24 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.30' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:24 Athena audit: BPF prog-id=49 op=LOAD
Sep 03 16:57:24 Athena audit: BPF prog-id=50 op=LOAD
Sep 03 16:57:24 Athena kernel: audit: type=1334 audit(1693760244.271:129): prog-id=49 op=LOAD
Sep 03 16:57:24 Athena kernel: audit: type=1334 audit(1693760244.271:130): prog-id=50 op=LOAD
Sep 03 16:57:24 Athena systemd[1]: Starting Daemon for power management...
Sep 03 16:57:24 Athena avahi-daemon[413]: Withdrawing address record for 192.168.126.207 on ens33.
Sep 03 16:57:24 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.
Sep 03 16:57:27 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 03 16:57:27 Athena systemd[1]: Started Daemon for power management.
Sep 03 16:57:27 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:27 Athena kernel: audit: type=1130 audit(1693760247.230:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:28 Athena systemd[528]: Started PipeWire Multimedia Service.
Sep 03 16:57:28 Athena systemd[528]: Started Multimedia Service Session Manager.
Sep 03 16:57:28 Athena systemd[528]: Started PipeWire PulseAudio.
Sep 03 16:57:28 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.30' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:29 Athena systemd[1]: Starting Location Lookup Service...
Sep 03 16:57:29 Athena polkitd[472]: Registered Authentication Agent for unix-session:1 (system bus name :1.30 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 03 16:57:30 Athena gnome-shell[967]: Telepathy is not available, chat integration will be disabled.
Sep 03 16:57:30 Athena dbus-daemon[415]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.32' (uid=965 pid=1056 comm="/usr/lib/geoclue")
Sep 03 16:57:30 Athena systemd[1]: Starting WPA supplicant...
Sep 03 16:57:30 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.33' (uid=1000 pid=1053 comm="/usr/bin/pipewire")
Sep 03 16:57:30 Athena systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 03 16:57:31 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 03 16:57:31 Athena systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully called chroot.
Sep 03 16:57:31 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully dropped privileges.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully limited resources.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Running.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Watchdog thread running.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Canary thread running.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena kernel: audit: type=1130 audit(1693760251.141:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 0 threads of 0 processes of 0 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully made thread 1053 of process 1053 owned by '1000' high priority at nice level -11.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 1 threads of 1 processes of 1 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully made thread 1054 of process 1054 owned by '1000' high priority at nice level -11.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 2 threads of 2 processes of 1 users.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Successfully made thread 1055 of process 1055 owned by '1000' high priority at nice level -11.
Sep 03 16:57:31 Athena rtkit-daemon[1070]: Supervising 3 threads of 3 processes of 1 users.
Sep 03 16:57:31 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:31 Athena systemd[528]: Starting Virtual filesystem service - disk device monitor...
Sep 03 16:57:32 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.37' (uid=1000 pid=1079 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Sep 03 16:57:32 Athena dbus-daemon[415]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 03 16:57:32 Athena wpa_supplicant[1066]: Successfully initialized wpa_supplicant
Sep 03 16:57:32 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Sep 03 16:57:32 Athena systemd[1]: Started WPA supplicant.
Sep 03 16:57:32 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:32 Athena systemd[1]: Started Location Lookup Service.
Sep 03 16:57:32 Athena kernel: audit: type=1130 audit(1693760252.463:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:32 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:32 Athena kernel: audit: type=1130 audit(1693760252.464:134): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:32 Athena systemd[1]: Starting Disk Manager...
Sep 03 16:57:32 Athena rtkit-daemon[1070]: Successfully made thread 1080 of process 1054 owned by '1000' RT at priority 20.
Sep 03 16:57:32 Athena rtkit-daemon[1070]: Supervising 4 threads of 3 processes of 1 users.
Sep 03 16:57:32 Athena udisksd[1090]: udisks daemon version 2.9.4 starting
Sep 03 16:57:32 Athena rtkit-daemon[1070]: Successfully made thread 1096 of process 1055 owned by '1000' RT at priority 20.
Sep 03 16:57:32 Athena rtkit-daemon[1070]: Supervising 5 threads of 3 processes of 1 users.
Sep 03 16:57:33 Athena rtkit-daemon[1070]: Successfully made thread 1098 of process 1053 owned by '1000' RT at priority 20.
Sep 03 16:57:33 Athena rtkit-daemon[1070]: Supervising 6 threads of 3 processes of 1 users.
Sep 03 16:57:33 Athena udisksd[1090]: Error probing device: Error sending ATA command IDENTIFY PACKET DEVICE to '/dev/sr0': ATA command failed: error=0x01 count=0x02 status=0x50 (g-io-error-quark, 0)
Sep 03 16:57:33 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 03 16:57:33 Athena systemd[1]: Started Disk Manager.
Sep 03 16:57:33 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:33 Athena kernel: audit: type=1130 audit(1693760253.640:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:57:33 Athena udisksd[1090]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 03 16:57:33 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Sep 03 16:57:33 Athena systemd[528]: Started Virtual filesystem service - disk device monitor.
Sep 03 16:57:33 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:34 Athena systemd[528]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Sep 03 16:57:34 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Sep 03 16:57:34 Athena systemd[528]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Sep 03 16:57:34 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:34 Athena systemd[528]: Starting Virtual filesystem service - digital camera monitor...
Sep 03 16:57:34 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Sep 03 16:57:34 Athena systemd[528]: Started Virtual filesystem service - digital camera monitor.
Sep 03 16:57:35 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Shell.Notifications' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:57:35 Athena wireplumber[1054]: [0:03:54.247272822] [1054] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Sep 03 16:57:35 Athena wireplumber[1054]: [0:03:54.247300307] [1054] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Sep 03 16:57:35 Athena wireplumber[1054]: [0:03:54.247345070] [1054]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Sep 03 16:57:36 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.Shell.Notifications'
Sep 03 16:57:40 Athena wireplumber[1054]: <WpSiAudioAdapter:0x55a7f50166f0> Object activation aborted: proxy destroyed
Sep 03 16:57:40 Athena wireplumber[1054]: <WpSiAudioAdapter:0x55a7f50166f0> failed to activate item: Object activation aborted: proxy destroyed
Sep 03 16:57:40 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b83be60 StBoxLayout ("…")] which is not in the stage.
Sep 03 16:57:40 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b83e8b0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Sep 03 16:57:54 Athena avahi-daemon[413]: Withdrawing address record for 192.168.126.207 on ens33.
Sep 03 16:57:54 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.
Sep 03 16:58:02 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b83be60 StBoxLayout ("…")] which is not in the stage.
Sep 03 16:58:02 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b909d00 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Sep 03 16:58:02 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b83be60 StBoxLayout ("…")] which is not in the stage.
Sep 03 16:58:02 Athena gnome-shell[967]: st_widget_get_theme_node called on the widget [0x558a6b90adf0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Sep 03 16:58:03 Athena gnome-shell[967]: failed to get settings for org.gnome.shell.extensions.pop-cosmic: Error: GSettings schema org.gnome.shell.extensions.pop-cosmic not found
Sep 03 16:58:03 Athena gnome-shell[967]: loading user theme: /usr/share/themes/Tokyonight-Dark-B/gnome-shell/gnome-shell.css
Sep 03 16:58:03 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.31' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:58:03 Athena org.gnome.Shell.CalendarServer[1160]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.2: cannot open shared object file: No such file or directory
Sep 03 16:58:03 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activated service 'org.gnome.Shell.CalendarServer' failed: Process org.gnome.Shell.CalendarServer exited with status 127
Sep 03 16:58:04 Athena at-spi-bus-launcher[1006]: dbus-daemon[1006]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:58:04 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.30' (uid=1000 pid=967 comm="/usr/bin/gnome-shell")
Sep 03 16:58:04 Athena gnome-shell[967]: Could not issue 'GetUnit' systemd call
Sep 03 16:58:04 Athena at-spi-bus-launcher[1006]: dbus-daemon[1006]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 03 16:58:04 Athena at-spi-bus-launcher[1168]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 03 16:58:04 Athena systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 03 16:58:04 Athena systemd[528]: Started GNOME Shell on Wayland.
Sep 03 16:58:04 Athena systemd[528]: Reached target GNOME Session is initialized.
Sep 03 16:58:04 Athena systemd[528]: GNOME session X11 services is inactive.
Sep 03 16:58:04 Athena systemd[528]: Dependency failed for GNOME XSettings service.
Sep 03 16:58:04 Athena systemd[528]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Sep 03 16:58:04 Athena systemd[528]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Sep 03 16:58:04 Athena systemd[528]: Reached target GNOME Session (session: gnome).
Sep 03 16:58:04 Athena systemd[528]: Reached target GNOME XSettings target.
Sep 03 16:58:04 Athena systemd[528]: Starting Signal initialization done to GNOME Session Manager...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME accessibility service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME color management service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME date & time service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME maintenance of expirable data service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME keyboard configuration service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME keyboard shortcuts service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME power management service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME printer notifications service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME RFKill support service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME FreeDesktop screensaver service...
Sep 03 16:58:04 Athena gnome-session-binary[923]: Entering running state
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME file sharing service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME smartcard service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME sound sample caching service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME USB protection service...
Sep 03 16:58:04 Athena systemd[528]: Starting GNOME Wacom tablet support service...
Sep 03 16:58:04 Athena systemd[528]: Finished Signal initialization done to GNOME Session Manager.
Sep 03 16:58:04 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:58:04 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:58:04 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:58:04 Athena systemd[528]: Started Application launched by gnome-session-binary.
Sep 03 16:58:04 Athena colord[1173]: failed to get edid data: EDID length is too small
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: unique: 4, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1220
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: getattr[NULL] /
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    unique: 4, success, outsize: 120
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: unique: 6, opcode: LOOKUP (1), nodeid: 1, insize: 44, pid: 1220
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: LOOKUP /dev
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: getattr[NULL] /dev
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    NODEID: 2
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    unique: 6, success, outsize: 144
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: unique: 8, opcode: OPEN (14), nodeid: 2, insize: 48, pid: 1220
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: open flags: 0x8002 /dev
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    open[140064520671216] flags: 0x8002 /dev
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    unique: 8, success, outsize: 32
Sep 03 16:58:04 Athena gnome-shell[967]: Error loading calendars: Error calling StartServiceByName for org.gnome.Shell.CalendarServer: Process org.gnome.Shell.CalendarServer exited with status 127
Sep 03 16:58:04 Athena gnome-shell[967]: Error loading calendars: Error calling StartServiceByName for org.gnome.Shell.CalendarServer: Process org.gnome.Shell.CalendarServer exited with status 127
Sep 03 16:58:04 Athena gnome-shell[967]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 03 16:58:04 Athena gnome-shell[967]: Error connecting to the screencast service
Sep 03 16:58:04 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 03 16:58:04 Athena systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 03 16:58:04 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:04 Athena kernel: audit: type=1130 audit(1693760284.653:136): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]: unique: 10, opcode: FLUSH (25), nodeid: 2, insize: 64, pid: 58
Sep 03 16:58:04 Athena vmware-vmblock-fuse[417]:    unique: 10, error: -38 (Function not implemented), outsize: 16
Sep 03 16:58:04 Athena systemd[528]: Started GNOME FreeDesktop screensaver service.
Sep 03 16:58:04 Athena systemd[528]: Reached target GNOME FreeDesktop screensaver target.
Sep 03 16:58:05 Athena systemd[528]: Started GNOME accessibility service.
Sep 03 16:58:05 Athena systemd[528]: Reached target GNOME accessibility target.
Sep 03 16:58:05 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.43' (uid=1000 pid=1199 comm="/usr/lib/gsd-rfkill")
Sep 03 16:58:05 Athena audit: BPF prog-id=51 op=LOAD
Sep 03 16:58:05 Athena audit: BPF prog-id=52 op=LOAD
Sep 03 16:58:05 Athena audit: BPF prog-id=53 op=LOAD
Sep 03 16:58:05 Athena kernel: audit: type=1334 audit(1693760285.141:137): prog-id=51 op=LOAD
Sep 03 16:58:05 Athena kernel: audit: type=1334 audit(1693760285.141:138): prog-id=52 op=LOAD
Sep 03 16:58:05 Athena kernel: audit: type=1334 audit(1693760285.141:139): prog-id=53 op=LOAD
Sep 03 16:58:05 Athena systemd[1]: Starting Hostname Service...
Sep 03 16:58:05 Athena systemd[528]: Started GNOME maintenance of expirable data service.
Sep 03 16:58:05 Athena systemd[528]: Reached target GNOME maintenance of expirable data target.
Sep 03 16:58:05 Athena systemd[528]: Started GNOME USB protection service.
Sep 03 16:58:05 Athena systemd[528]: Reached target GNOME USB protection target.
Sep 03 16:58:05 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 03 16:58:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:05 Athena systemd[1]: Started Hostname Service.
Sep 03 16:58:05 Athena kernel: audit: type=1130 audit(1693760285.687:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:05 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:06 Athena systemd[528]: Started GNOME date & time service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME date & time target.
Sep 03 16:58:06 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.ScreenSaver' requested by ':1.56' (uid=1000 pid=1214 comm="/usr/lib/gsd-usb-protection")
Sep 03 16:58:06 Athena systemd[528]: Started GNOME file sharing service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME file sharing target.
Sep 03 16:58:06 Athena kernel: rfkill: input handler disabled
Sep 03 16:58:06 Athena systemd[528]: Started GNOME RFKill support service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME RFKill support target.
Sep 03 16:58:06 Athena systemd[528]: Started GNOME smartcard service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME smartcard target.
Sep 03 16:58:06 Athena systemd[528]: Started GNOME printer notifications service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME printer notifications target.
Sep 03 16:58:06 Athena systemd[528]: Started GNOME sound sample caching service.
Sep 03 16:58:06 Athena systemd[528]: Reached target GNOME sound sample caching target.
Sep 03 16:58:06 Athena NetworkManager[430]: <info>  [1693760286.4261] agent-manager: agent[e51142aeaa6cf1ea,:1.30/org.gnome.Shell.NetworkAgent/1000]: agent registered
Sep 03 16:58:06 Athena gnome-shell[967]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Sep 03 16:58:06 Athena gnome-shell[967]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym 73 with keysym 73 (keycode 27).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
Sep 03 16:58:06 Athena gnome-shell[967]: Window manager warning: Overwriting existing binding of keysym 68 with keysym 68 (keycode 2b).
Sep 03 16:58:07 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.ScreenSaver'
Sep 03 16:58:08 Athena gnome-session[923]: gnome-session-binary[923]: WARNING: Could not retrieve current screensaver active state: Timeout was reached
Sep 03 16:58:08 Athena gnome-session-binary[923]: WARNING: Could not retrieve current screensaver active state: Timeout was reached
Sep 03 16:58:11 Athena gsd-usb-protect[1214]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:15 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.62' (uid=1000 pid=1205 comm="/usr/bin/gnome-software --gapplication-service")
Sep 03 16:58:15 Athena systemd[528]: Starting Portal service...
Sep 03 16:58:15 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.72' (uid=1000 pid=1505 comm="/usr/lib/xdg-desktop-portal")
Sep 03 16:58:15 Athena systemd[528]: Starting flatpak document portal service...
Sep 03 16:58:16 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.freedesktop.portal.Documents'
Sep 03 16:58:16 Athena systemd[528]: Started flatpak document portal service.
Sep 03 16:58:16 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.72' (uid=1000 pid=1505 comm="/usr/lib/xdg-desktop-portal")
Sep 03 16:58:16 Athena gnome-shell[967]: GNOME Shell started at Sun Sep 03 2023 16:57:35 GMT+0000 (Coordinated Universal Time)
Sep 03 16:58:16 Athena gnome-shell[967]: Registering session with GDM
Sep 03 16:58:16 Athena gnome-shell[967]: Launching DING process
Sep 03 16:58:16 Athena gnome-shell[967]: Could not issue 'GetUnit' systemd call
Sep 03 16:58:16 Athena systemd[528]: Reached target GNOME session X11 services.
Sep 03 16:58:16 Athena systemd[528]: Starting GNOME XSettings service...
Sep 03 16:58:16 Athena gnome-shell[967]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 03 16:58:16 Athena gnome-shell[1531]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 03 16:58:16 Athena gnome-shell[1531]: > Warning:          Unsupported maximum keycode 708, clipping.
Sep 03 16:58:16 Athena gnome-shell[1531]: >                   X11 cannot support keycodes above 255.
Sep 03 16:58:16 Athena gnome-shell[1531]: Errors from xkbcomp are not fatal to the X server
Sep 03 16:58:17 Athena systemd[528]: Started GNOME color management service.
Sep 03 16:58:17 Athena systemd[528]: Started GNOME keyboard configuration service.
Sep 03 16:58:17 Athena systemd[528]: Reached target GNOME color management target.
Sep 03 16:58:17 Athena systemd[528]: Reached target GNOME keyboard configuration target.
Sep 03 16:58:17 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.52' (uid=1000 pid=1193 comm="/usr/lib/gsd-keyboard")
Sep 03 16:58:17 Athena audit: BPF prog-id=54 op=LOAD
Sep 03 16:58:17 Athena kernel: audit: type=1334 audit(1693760297.626:141): prog-id=54 op=LOAD
Sep 03 16:58:17 Athena audit: BPF prog-id=55 op=LOAD
Sep 03 16:58:17 Athena audit: BPF prog-id=56 op=LOAD
Sep 03 16:58:17 Athena kernel: audit: type=1334 audit(1693760297.627:142): prog-id=55 op=LOAD
Sep 03 16:58:17 Athena kernel: audit: type=1334 audit(1693760297.627:143): prog-id=56 op=LOAD
Sep 03 16:58:17 Athena systemd[1]: Starting Locale Service...
Sep 03 16:58:17 Athena systemd[528]: Started GNOME power management service.
Sep 03 16:58:17 Athena systemd[528]: Started GNOME keyboard shortcuts service.
Sep 03 16:58:17 Athena systemd[528]: Reached target GNOME keyboard shortcuts target.
Sep 03 16:58:17 Athena systemd[528]: Reached target GNOME power management target.
Sep 03 16:58:17 Athena systemd[528]: Started GNOME Wacom tablet support service.
Sep 03 16:58:17 Athena systemd[528]: Reached target GNOME Wacom tablet support target.
Sep 03 16:58:17 Athena gsd-media-keys[1194]: Failed to grab accelerator for keybinding settings:playback-repeat
Sep 03 16:58:17 Athena gsd-media-keys[1194]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Sep 03 16:58:17 Athena gsd-media-keys[1194]: Failed to grab accelerator for keybinding custom:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/
Sep 03 16:58:17 Athena gsd-media-keys[1194]: Failed to grab accelerator for keybinding settings:screensaver
Sep 03 16:58:17 Athena gsd-media-keys[1194]: Failed to grab accelerator for keybinding settings:hibernate
Sep 03 16:58:17 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 03 16:58:17 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:17 Athena systemd[1]: Started Locale Service.
Sep 03 16:58:17 Athena kernel: audit: type=1130 audit(1693760297.944:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:18 Athena systemd[528]: Started GNOME XSettings service.
Sep 03 16:58:18 Athena systemd[528]: Reached target GNOME session X11 services.
Sep 03 16:58:18 Athena systemd[528]: Reached target GNOME Session.
Sep 03 16:58:18 Athena systemd[528]: Reached target GNOME Wayland Session (session: gnome).
Sep 03 16:58:18 Athena systemd[528]: Reached target Current graphical user session.
Sep 03 16:58:18 Athena systemd[528]: Starting Portal service (GNOME implementation)...
Sep 03 16:58:18 Athena gsd-xsettings[1530]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:18 Athena gsd-xsettings[1530]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:18 Athena vmtoolsd[1220]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:18 Athena vmtoolsd[1220]: gtk_disable_setlocale() must be called before gtk_init()
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: unique: 12, opcode: READ (15), nodeid: 2, insize: 80, pid: 1220
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: read[140064520671216] 18 bytes from 0 flags: 0x8002
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]:    read[140064520671216] 18 bytes from 0
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]:    unique: 12, success, outsize: 34
Sep 03 16:58:18 Athena kernel: input: VMware DnD UInput pointer as /devices/virtual/input/input6
Sep 03 16:58:18 Athena gnome-shell[967]: DING: (gjs:1527): Gtk-WARNING **: 16:58:18.476: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:18 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Nautilus' requested by ':1.74' (uid=1000 pid=1527 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters")
Sep 03 16:58:18 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Sep 03 16:58:18 Athena systemd[528]: Started Portal service (GNOME implementation).
Sep 03 16:58:18 Athena rtkit-daemon[1070]: Supervising 6 threads of 3 processes of 1 users.
Sep 03 16:58:18 Athena rtkit-daemon[1070]: Supervising 6 threads of 3 processes of 1 users.
Sep 03 16:58:18 Athena rtkit-daemon[1070]: Supervising 6 threads of 3 processes of 1 users.
Sep 03 16:58:18 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.72' (uid=1000 pid=1505 comm="/usr/lib/xdg-desktop-portal")
Sep 03 16:58:18 Athena systemd[528]: Starting Portal service (GTK/GNOME implementation)...
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: unique: 14, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1600
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: getattr[NULL] /
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]:    unique: 14, success, outsize: 120
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: unique: 16, opcode: LOOKUP (1), nodeid: 1, insize: 47, pid: 1600
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: LOOKUP /.Trash
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: getattr[NULL] /.Trash
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]:    unique: 16, error: -2 (No such file or directory), outsize: 16
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: unique: 18, opcode: LOOKUP (1), nodeid: 1, insize: 52, pid: 1600
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: LOOKUP /.Trash-1000
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]: getattr[NULL] /.Trash-1000
Sep 03 16:58:18 Athena vmware-vmblock-fuse[417]:    unique: 18, error: -2 (No such file or directory), outsize: 16
Sep 03 16:58:18 Athena xdg-desktop-por[1593]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:19 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Sep 03 16:58:19 Athena systemd[528]: Started Portal service (GTK/GNOME implementation).
Sep 03 16:58:19 Athena gnome-shell[967]: Launching DING process
Sep 03 16:58:19 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.freedesktop.portal.Desktop'
Sep 03 16:58:19 Athena systemd[528]: Started Portal service.
Sep 03 16:58:19 Athena nautilus[1584]: Connecting to org.freedesktop.Tracker3.Miner.Files
Sep 03 16:58:19 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.Nautilus'
Sep 03 16:58:19 Athena gnome-shell[967]: DING: (gjs:1612): Gtk-WARNING **: 16:58:19.616: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:19 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.ArchiveManager1' requested by ':1.92' (uid=1000 pid=1612 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters")
Sep 03 16:58:19 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.92' (uid=1000 pid=1612 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters")
Sep 03 16:58:19 Athena systemd[528]: Starting Virtual filesystem metadata service...
Sep 03 16:58:19 Athena gnome-software[1205]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Sep 03 16:58:20 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gtk.vfs.Metadata'
Sep 03 16:58:20 Athena systemd[528]: Started Virtual filesystem metadata service.
Sep 03 16:58:20 Athena gnome-shell[967]: DING: Detected async api for thumbnails
Sep 03 16:58:20 Athena gnome-shell[967]: DING: (gjs:1612): Gtk-WARNING **: 16:58:20.124: Theme parsing error: gtk-dark.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:20 Athena file-roller[1640]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:20 Athena dbus-daemon[415]: [system] Activating via systemd: service name='org.freedesktop.Flatpak.SystemHelper' unit='flatpak-system-helper.service' requested by ':1.59' (uid=1000 pid=1205 comm="/usr/bin/gnome-software --gapplication-service")
Sep 03 16:58:20 Athena gnome-shell[967]: DING: ** Message: 16:58:20.327: Connecting to org.freedesktop.Tracker3.Miner.Files
Sep 03 16:58:20 Athena systemd[1]: Starting flatpak system helper...
Sep 03 16:58:20 Athena dbus-daemon[415]: [system] Successfully activated service 'org.freedesktop.Flatpak.SystemHelper'
Sep 03 16:58:20 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:20 Athena systemd[1]: Started flatpak system helper.
Sep 03 16:58:20 Athena kernel: audit: type=1130 audit(1693760300.581:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:20 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating service name='org.gnome.Console' requested by ':1.88' (uid=1000 pid=1584 comm="/usr/bin/nautilus --gapplication-service")
Sep 03 16:58:20 Athena nautilus[1584]: Unable to create connection for session-wide Tracker indexer: The name org.freedesktop.Tracker3.Miner.Files was not provided by any .service files
Sep 03 16:58:20 Athena gnome-shell[967]: DING: GNOME nautilus 44.2.1
Sep 03 16:58:20 Athena gnome-shell[967]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available.
Sep 03 16:58:20 Athena gnome-shell[967]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available.
Sep 03 16:58:20 Athena gnome-shell[967]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available.
Sep 03 16:58:20 Athena gnome-shell[967]: Ignoring length property that isn't a number at line 4, col 20
Sep 03 16:58:20 Athena gnome-shell[967]: Ignoring length property that isn't a number at line 4, col 20
Sep 03 16:58:20 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.Console'
Sep 03 16:58:20 Athena gnome-shell[967]: Received notification for window. 0 notifications remaining.
Sep 03 16:58:21 Athena python[1197]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:21 Athena file-roller[1640]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:21 Athena file-roller[1640]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:21 Athena file-roller[1640]: Theme parsing error: gtk-dark.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:21 Athena file-roller[1640]: Theme parsing error: gtk-dark.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:21 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.ArchiveManager1'
Sep 03 16:58:21 Athena gnome-shell[967]: DING: DBus interface for File-roller (org.gnome.ArchiveManager1) is now available.
Sep 03 16:58:24 Athena systemd[528]: Started Application launched by gnome-shell.
Sep 03 16:58:24 Athena avahi-daemon[413]: Withdrawing address record for 192.168.126.207 on ens33.
Sep 03 16:58:24 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.
Sep 03 16:58:24 Athena gnome-terminal[1783]: # Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:24 Athena dbus-daemon[633]: [session uid=1000 pid=633] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.103' (uid=1000 pid=1783 comm="/usr/bin/gnome-terminal")
Sep 03 16:58:24 Athena systemd[528]: Created slice Slice /app/org.gnome.Terminal.
Sep 03 16:58:24 Athena systemd[528]: Starting GNOME Terminal Server...
Sep 03 16:58:24 Athena gnome-terminal-[1803]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:25 Athena gnome-terminal-[1803]: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class
Sep 03 16:58:25 Athena dbus-daemon[633]: [session uid=1000 pid=633] Successfully activated service 'org.gnome.Terminal'
Sep 03 16:58:25 Athena systemd[528]: Started GNOME Terminal Server.
Sep 03 16:58:25 Athena gnome-shell[967]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Sep 03 16:58:25 Athena gnome-shell[967]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Sep 03 16:58:25 Athena gnome-shell[967]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Sep 03 16:58:25 Athena systemd[528]: Started VTE child process 1820 launched by gnome-terminal-server process 1803.
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:25 Athena gnome-shell[967]: g_find_program_for_path: assertion 'program != NULL' failed
Sep 03 16:58:30 Athena nautilus[1584]: Could not delete '.meta.isrunning': No such file or directory
Sep 03 16:58:32 Athena geoclue[1056]: Service not used for 60 seconds. Shutting down..
Sep 03 16:58:32 Athena systemd[1]: geoclue.service: Deactivated successfully.
Sep 03 16:58:32 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:32 Athena kernel: audit: type=1131 audit(1693760312.730:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:35 Athena gnome-software[1205]: libostree pull from 'flathub' for appstream2/x86_64 complete
                                             security: GPG: summary+commit 
                                             security: SIGN: disabled http: TLS
                                             non-delta: meta: 9 content: 4480
                                             transfer: secs: 13 size: 36.8 MB
Sep 03 16:58:35 Athena gnome-software[1205]: /var/tmp/flatpak-cache-89PXA2/repo-chyyYI: Pulled appstream2/x86_64 from flathub
Sep 03 16:58:36 Athena flatpak-system-helper[1668]: system: Pulled appstream2/x86_64 from /var/tmp/flatpak-cache-89PXA2/repo-chyyYI
Sep 03 16:58:40 Athena gnome-software[1205]: Only 5 apps for curated list, hiding
Sep 03 16:58:47 Athena systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 03 16:58:47 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:47 Athena kernel: audit: type=1131 audit(1693760327.676:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:47 Athena audit: BPF prog-id=53 op=UNLOAD
Sep 03 16:58:47 Athena audit: BPF prog-id=52 op=UNLOAD
Sep 03 16:58:47 Athena audit: BPF prog-id=51 op=UNLOAD
Sep 03 16:58:47 Athena kernel: audit: type=1334 audit(1693760327.711:148): prog-id=53 op=UNLOAD
Sep 03 16:58:47 Athena kernel: audit: type=1334 audit(1693760327.711:149): prog-id=52 op=UNLOAD
Sep 03 16:58:47 Athena kernel: audit: type=1334 audit(1693760327.711:150): prog-id=51 op=UNLOAD
Sep 03 16:58:48 Athena systemd[1]: systemd-localed.service: Deactivated successfully.
Sep 03 16:58:48 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:48 Athena kernel: audit: type=1131 audit(1693760328.083:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:58:48 Athena audit: BPF prog-id=56 op=UNLOAD
Sep 03 16:58:48 Athena audit: BPF prog-id=55 op=UNLOAD
Sep 03 16:58:48 Athena audit: BPF prog-id=54 op=UNLOAD
Sep 03 16:58:48 Athena kernel: audit: type=1334 audit(1693760328.118:152): prog-id=56 op=UNLOAD
Sep 03 16:58:48 Athena kernel: audit: type=1334 audit(1693760328.118:153): prog-id=55 op=UNLOAD
Sep 03 16:58:48 Athena kernel: audit: type=1334 audit(1693760328.118:154): prog-id=54 op=UNLOAD
Sep 03 16:58:54 Athena avahi-daemon[413]: Withdrawing address record for 192.168.126.207 on ens33.
Sep 03 16:58:54 Athena avahi-daemon[413]: Registering new address record for 192.168.126.207 on ens33.IPv4.

Offline

#6 2023-09-03 17:21:33

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

What if you leave the conf files and only "rm ls.so.cache" and then run ldconfig?
If that takes a minute then that would suggest its one of the conf files that is making it take a while perhaps.

Offline

#7 2023-09-03 17:24:37

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

It still takes one second if I just remove the cache file and run ldconfig command. So, looking to the journalctl boot logs above, I guess that the logs of interests should be this extract:

Sep 03 18:54:58 Athena systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 03 18:55:01 Athena kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
Sep 03 18:55:01 Athena kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
Sep 03 18:55:01 Athena kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
Sep 03 18:55:01 Athena systemd[1]: Starting Set Up Additional Binary Formats...
Sep 03 18:55:01 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:01 Athena systemd[1]: Starting Automatic Boot Loader Update...
Sep 03 18:55:01 Athena systemd[1]: Starting Create Volatile Files and Directories...
Sep 03 18:55:01 Athena mtp-probe[326]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1"
Sep 03 18:55:01 Athena mtp-probe[326]: bus: 2, device: 2 was not an MTP device
Sep 03 18:55:01 Athena kernel: mousedev: PS/2 mouse device common for all mice
Sep 03 18:55:01 Athena systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 349 (systemd-binfmt)
Sep 03 18:55:01 Athena bootctl[350]: Couldn't find EFI system partition, skipping.
Sep 03 18:55:01 Athena systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 03 18:55:02 Athena systemd[1]: Finished Automatic Boot Loader Update.
Sep 03 18:55:02 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena kernel: audit: type=1130 audit(1693767302.007:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 03 18:55:02 Athena systemd[1]: Finished Set Up Additional Binary Formats.
Sep 03 18:55:02 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:02 Athena kernel: audit: type=1130 audit(1693767302.920:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:03 Athena kernel: Bluetooth: Core ver 2.22
Sep 03 18:55:03 Athena kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 03 18:55:03 Athena kernel: Bluetooth: HCI device and connection manager initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: HCI socket layer initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: L2CAP socket layer initialized
Sep 03 18:55:03 Athena kernel: Bluetooth: SCO socket layer initialized
Sep 03 18:55:05 Athena kernel: usbcore: registered new interface driver btusb
Sep 03 18:55:05 Athena systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 03 18:55:05 Athena kernel: Bluetooth: hci0: unexpected cc 0x0c12 length: 2 < 3
Sep 03 18:55:05 Athena kernel: Bluetooth: hci0: Opcode 0x c12 failed: -38
Sep 03 18:55:05 Athena systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.612:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module dm_mod...
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module efi_pstore...
Sep 03 18:55:05 Athena systemd[1]: Starting Load Kernel Module loop...
Sep 03 18:55:05 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:05 Athena systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 03 18:55:05 Athena systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 18:55:05 Athena systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 03 18:55:05 Athena systemd-networkd[287]: lo: Link UP
Sep 03 18:55:05 Athena systemd-networkd[287]: lo: Gained carrier
Sep 03 18:55:05 Athena systemd-networkd[287]: Enumeration completed
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module dm_mod.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Started Network Configuration.
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Configuring with /etc/systemd/network/20-ethernet.network.
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.797:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.797:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.798:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module efi_pstore.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: e1000: ens33 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.807:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.807:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Link UP
Sep 03 18:55:05 Athena kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ens33: link becomes ready
Sep 03 18:55:05 Athena systemd-networkd[287]: ens33: Gained carrier
Sep 03 18:55:05 Athena systemd[1]: Finished Load Kernel Module loop.
Sep 03 18:55:05 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1130 audit(1693767305.817:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena kernel: audit: type=1131 audit(1693767305.817:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:05 Athena systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 03 18:55:05 Athena systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 03 18:55:06 Athena systemd-networkd[287]: ens33: DHCPv4 address 192.168.126.205/24, gateway 192.168.126.2 acquired from 192.168.126.254
Sep 03 18:55:07 Athena systemd-networkd[287]: ens33: Gained IPv6LL
Sep 03 18:55:07 Athena (udev-worker)[291]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module dm_mod...
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module efi_pstore...
Sep 03 18:55:07 Athena systemd[1]: Starting Load Kernel Module loop...
Sep 03 18:55:07 Athena systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 03 18:55:07 Athena systemd[1]: Finished Create Volatile Files and Directories.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.811:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Starting Rebuild Journal Catalog...
Sep 03 18:55:07 Athena audit: BPF prog-id=35 op=LOAD
Sep 03 18:55:07 Athena kernel: audit: type=1334 audit(1693767307.826:35): prog-id=35 op=LOAD
Sep 03 18:55:07 Athena systemd[1]: Starting Network Name Resolution...
Sep 03 18:55:07 Athena audit: BPF prog-id=36 op=LOAD
Sep 03 18:55:07 Athena kernel: audit: type=1334 audit(1693767307.828:36): prog-id=36 op=LOAD
Sep 03 18:55:07 Athena systemd[1]: Starting Network Time Synchronization...
Sep 03 18:55:07 Athena systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 03 18:55:07 Athena systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module dm_mod.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.843:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.843:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module efi_pstore.
Sep 03 18:55:07 Athena systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.853:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.853:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Load Kernel Module loop.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1130 audit(1693767307.859:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1131 audit(1693767307.859:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Sep 03 18:55:07 Athena systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 03 18:55:07 Athena audit[384]: SYSTEM_BOOT pid=384 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena kernel: audit: type=1127 audit(1693767307.882:43): pid=384 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd-resolved[382]: Positive Trust Anchors:
Sep 03 18:55:07 Athena systemd-resolved[382]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 03 18:55:07 Athena systemd-resolved[382]: 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 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Sep 03 18:55:07 Athena systemd[1]: Started Network Time Synchronization.
Sep 03 18:55:07 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:07 Athena systemd[1]: Reached target System Time Set.
Sep 03 18:55:08 Athena systemd-resolved[382]: Using system hostname 'Athena'.
Sep 03 18:55:08 Athena systemd[1]: Started Network Name Resolution.
Sep 03 18:55:08 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 18:55:08 Athena systemd[1]: Reached target Host and Network Name Lookups.
Sep 03 18:55:08 Athena systemd[1]: Finished Rebuild Journal Catalog.
Sep 03 18:55:08 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:15 Athena systemd-resolved[382]: Clock change detected. Flushing caches.
Sep 03 16:55:15 Athena systemd-journald[236]: Time jumped backwards, rotating.
Sep 03 16:55:15 Athena systemd-timesyncd[383]: Contacted time server 109.233.182.115:123 (1.arch.pool.ntp.org).
Sep 03 16:55:15 Athena systemd-timesyncd[383]: Initial clock synchronization to Sun 2023-09-03 16:55:15.767634 UTC.
Sep 03 16:55:17 Athena systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 03 16:55:17 Athena audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Finished Virtual Console Setup.
Sep 03 16:55:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Starting First Boot Wizard...
Sep 03 16:55:18 Athena systemd[1]: Finished First Boot Wizard.
Sep 03 16:55:18 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-firstboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:55:18 Athena systemd[1]: Reached target First Boot Complete.
Sep 03 16:55:18 Athena systemd[1]: Starting Commit a transient machine-id on disk...
Sep 03 16:55:19 Athena systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
Sep 03 16:55:19 Athena systemd[1]: Finished Commit a transient machine-id on disk.
Sep 03 16:55:19 Athena audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 03 16:56:16 Athena systemd[1]: Finished Rebuild Dynamic Linker Cache.

Offline

#8 2023-09-03 17:30:32

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

To confirm - when you ran the last manual ldconfig that was quick - all the files in /etc/ld.so.conf.d/ were still present right and you are running in the same VM correct that is slow on boot?

I saw no errors in log other than ldconfig started and ended. Seems unlikely the VM IO would be that much slower - but I've not used vmware.
Let us know if you figure this out more - I am out of ideas at this juncture.

Offline

#9 2023-09-03 19:04:02

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

Yes, when I run the last manual ldconfig, all the files in /etc/ld.so.conf.d/ were still present right and I run in the same VM correct that is slow on boot.

I also tested now in baremetal (no more VM) and that process takes 8 seconds... Why on VM it takes so long?

Offline

#10 2023-09-03 19:07:02

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

Could just be systemd is running everything in parallel as usual and IO is getting hit hard - is the VM root drive provided by  nvme? If not that could help.

Offline

#11 2023-09-03 19:36:28

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

fdisk output on VM is:

sudo fdisk -l

Disk /dev/sda: 100 GiB, 107374182400 bytes, 209715200 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2a3e2471

Device     Boot Start       End   Sectors  Size Id Type
/dev/sda1  *     2048 209712509 209710462  100G 83 Linux


Disk /dev/zram0: 1.9 GiB, 2034761728 bytes, 496768 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Is there a way to use nvme instead of sdaX on VM?

Note that on my baremetal, I have two disks, so the Linux root fs is in /dev/sda3 while EFI is in nvme.

Last edited by D3vil0p3r (2023-09-03 19:40:44)

Offline

#12 2023-09-03 19:38:39

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

Sorry - I meant the host device providing VM storage.

Offline

#13 2023-09-03 19:47:50

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

Just note that I have this long boot on the mounted ISO when it boots. On the installed system I dont have this issue. However, I found the way to set in VM a nvme disk. I set it on VM and when I run the system (mounted as ISO on VM), I still get the same long boot.

Offline

#14 2023-09-03 19:53:04

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

What kind of phsysical disk underlies the VM itself on the host machine. If there's IO bottleneck its more likely there than in the VM

Another thought would be physical memory -  you want to be sure the VM is not paging or causing host to page for that matter.

Offline

#15 2023-09-03 20:12:24

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

GeneArch wrote:

What kind of phsysical disk underlies the VM itself on the host machine. If there's IO bottleneck its more likely there than in the VM

On the host I have two disks:

C: that is a SSD (nvme) where VMware software is installed
D: that is an HD where I store .vmdk VM files

GeneArch wrote:

Another thought would be physical memory -  you want to be sure the VM is not paging or causing host to page for that matter.

How can I prevent that the VM is not paging?

Offline

#16 2023-09-03 20:24:57

GeneArch
Member
Registered: 2013-07-28
Posts: 74

Re: Boot takes long time - Rebuild Dynamic Linker Cache

So the VM root disk is on the HD which of course is massively slower than SSD, So if you have space on nvme SSD disk for the VM itself you could try moving it to that faster disk instead of running it from the HD.

For memory, not saying anything more than the obvious - just

  1) Ensure the VM has enough memory to do its job - during boot the VM wont need a whole lot of mem (say 4 - 6 GB maybe)  so I wouldn't think this is a source of your slowdown
  2) Ensure that the host has enough to do it's job (which includes hosting the VM).

Last edited by GeneArch (2023-09-03 20:25:12)

Offline

#17 2023-09-04 14:21:18

D3vil0p3r
Member
Registered: 2022-11-05
Posts: 186

Re: Boot takes long time - Rebuild Dynamic Linker Cache

I tested it by setting a nvme disk for the .vmdk file that now I stored in the SSD. On the VM I assigned 2 physical cores and 2 virtual ones and 4 GB of RAM. Tested on both BIOS and UEFI mode. As application running on the host I had only the browser (Edge) with two tabs opened and Discord.

Still getting the Rebuild Dynamic Linker Cache process at 1 min around.

Offline

Board footer

Powered by FluxBB