You are not logged in.

#1 2024-06-16 09:11:50

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

[CLOSED] wake on lan goes into blinking cursor

When I boot my pc normally it goes to grub, when I boot it using wol it goes to blinking cursor.
My motherboard is HP 339A, only one disk is connected to that pc.
I believe that the problem lies in some obscure bios settings that I wasn't able to find. On the bottom of this post are most of my bios settings.

BIOS settings:
  boot order: all disabled, besides grub
   security:
     device security: all visible
     slot security: enabled
     network boot: enabled
     mbr security: disabled
     system security:
       data execution prevention: enabled
       vtx: disabled
       embedded security device: disabled
       os management of embedded security device: enabled
       reset of embedded security device through os: disabled
       driveLock: not configured
  power:
    os power management: disabled (all)
    hardware power management: disabled (all)
  advanced:
    power-on options: 
      post mode: quick boot
      post messages: disabled
      option rom prompt: enabled
      remote wakeup boot source: local hard drive
      factory recovery boot support: disabled
      bypass f1 prompt on configuration changes: disabled
    BIOS power-on: disabled (all)
    bus options:
      pci SERR# generation: enabled
      pci VGA pallette snooping: diabled
    management operations:
      amt: enabled
      unconfigure amt/me: disabled
      hide uncinfigure me confirmation prompt: disabled
      watchdog timer: enabled (5s)

Last edited by Grandkahuna43325 (2024-06-22 18:39:08)

Offline

#2 2024-06-16 13:22:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

Please use [code][/code] tags. Edit your post in this regard.

Is this WOL from a cold system or from an S3/S4 and does the condition make a difference?
https://wiki.archlinux.org/title/Wake-o … e_settings

Offline

#3 2024-06-16 13:35:12

cryptearth
Member
Registered: 2024-02-03
Posts: 2,185

Re: [CLOSED] wake on lan goes into blinking cursor

As I have my systems confugured for WoL:
Do a cold boot direct into Arch and check what ethtool gives about the current WoL setting. If it's anything else than "g" (wol on magic packet) set it to "g" and directly do a reboot and check again.
There's a chance the specific implementation clears the wol-flag on every boot and it has to get re-set on every boot. There should be an example systemd unit file in the wiki how to do this.

If this works fine: How do you shut down the system? Do you do the classic "sudo shutdown now" or anything different? Also: Do you dual-boot with any other OS?

Offline

#4 2024-06-16 16:52:24

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

seth wrote:

Is this WOL from a cold system or from an S3/S4 and does the condition make a difference?

Sorry, I should have looked into arch forum 'markdown', thank's for the feedback

systemctl hibernate goes into blinking cursor,
systemctl hybrid-sleep works fine,
systemctl suspend also works fine,

Offline

#5 2024-06-16 16:54:17

agowa338
Member
Registered: 2024-06-16
Posts: 7

Re: [CLOSED] wake on lan goes into blinking cursor

look into the wiki for "resume". You're probably missing the correct "resume=" kernel cmdline option.

Offline

#6 2024-06-16 16:56:38

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

cryptearth wrote:

As I have my systems confugured for WoL:
Do a cold boot direct into Arch and check what ethtool gives about the current WoL setting. If it's anything else than "g" (wol on magic packet) set it to "g" and directly do a reboot and check again.
There's a chance the specific implementation clears the wol-flag on every boot and it has to get re-set on every boot. There should be an example systemd unit file in the wiki how to do this.

If this works fine: How do you shut down the system? Do you do the classic "sudo shutdown now" or anything different? Also: Do you dual-boot with any other OS?

My WoL settings are always on g, I don't have dual-boot and I use the button or shutdown now(they are the same right?)

Offline

#7 2024-06-16 16:58:10

agowa338
Member
Registered: 2024-06-16
Posts: 7

Re: [CLOSED] wake on lan goes into blinking cursor

what "the button" is depends on what you configured your system to do when it is pressed. It just causes an ACPI event, your system can ignore it, go into standby, shut off the monitor, shut down, send an email, rick roll you, ...

Last edited by agowa338 (2024-06-16 16:58:32)

Offline

#8 2024-06-16 16:58:13

cryptearth
Member
Registered: 2024-02-03
Posts: 2,185

Re: [CLOSED] wake on lan goes into blinking cursor

Grandkahuna43325 wrote:

systemctl hibernate
systemctl hybrid-sleep
systemctl suspend

so we not talk about a system which got shutdown to power off but rather put into a low-power state
it's likely WoL doesn't trigger correctly on such power states

Offline

#9 2024-06-16 17:05:15

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

agowa338 wrote:

look into the wiki for "resume". You're probably missing the correct "resume=" kernel cmdline option.

Are you talking about the grub resume option?
If so the grub sets do_resume to either 1 or 0.
(my os is on partition 3 and my boot partition is 1)

Offline

#10 2024-06-16 17:06:37

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

agowa338 wrote:

what "the button" is depends on what you configured your system to do when it is pressed. It just causes an ACPI event, your system can ignore it, go into standby, shut off the monitor, shut down, send an email, rick roll you, ...

love the last option, it's 'stock' in my case

Offline

#11 2024-06-16 21:55:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

systemctl hibernate goes into blinking cursor,
systemctl hybrid-sleep works fine,
systemctl suspend also works fine

Afaiu you can WOL out of S3 (or s2idle) but not S4 (I guess you didn't wait long enough for the hybrid sleep to move into S4?)

Sanity check: waking out of hibernation by NOT using WOL (but the power button) does work?
Can you WOL out of a complete shutdown?

Offline

#12 2024-06-18 13:17:11

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

seth wrote:

Afaiu you can WOL out of S3 (or s2idle) but not S4 (I guess you didn't wait long enough for the hybrid sleep to move into S4?)

If suspend is S3 then you understand correctly.
I've tried hybrid-sleep again and waited for ~30 minutes and it still worked fine

seth wrote:

Sanity check: waking out of hibernation by NOT using WOL (but the power button) does work?

If waking up from hibernation looks like booting the system up, then yes it works normally(I don't know how it's supposed to look like)

seth wrote:

Can you WOL out of a complete shutdown?

Yes but it goes into blinking cursor(I've turned off my pc with sudo shutdown now and I've unplugged it from power supply)

Offline

#13 2024-06-18 16:07:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

I don't know how it's supposed to look like

The system is supposed to restore to its exact former condition - you initially boot, but then the memory gets restored from disk and you find your desktop with all running applications (and "unsaved" data) exactly as you left it for hibernation.

Yes but it goes into blinking cursor

Ie "no" and that will also impede the booting phase when waking out of hibernation/S4
Try to debug that: only boot the multi-user.target (2nd link below) and generate more boot messages, https://wiki.archlinux.org/title/Genera … l_messages

Offline

#14 2024-06-20 19:31:12

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

seth wrote:

Ie "no" and that will also impede the booting phase when waking out of hibernation/S4
Try to debug that: only boot the multi-user.target (2nd link below) and generate more boot messages,

I'll assume you mean only logs from booting from hibernation using da button and with WOL.
I have encountered a strange kernel error something something image not found(-16), and solved it with this and this. Who would have guessed, you actually have to rtfm.
(damn I'm getting kinda good with the text formatting, great article btw).

I'm digressing, I've booted normally, logged in as root, did systemctl hibernate and pressed 'da button', here is the result from journalctl -b:

Jun 20 19:16:40 ARCHSERVER kernel: Linux version 6.9.5-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Sun, 16 Jun 2024 19:06:37 +0000
Jun 20 19:16:40 ARCHSERVER kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=29440034-b499-47c6-922d-6b1cfc025a33 rw resume=UUID=f52f85c6-d2c6-4f80-97c7-077ffa15a7f1 loglevel=8 quiet
Jun 20 19:16:40 ARCHSERVER kernel: reserving inaccessible SNB gfx pages
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-provided physical RAM map:
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000040200000-0x000000007735dfff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x000000007735e000-0x0000000077940fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077941000-0x0000000077ba6fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077ba7000-0x0000000077bb7fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bb8000-0x0000000077bc0fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bc1000-0x0000000077bc5fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bc6000-0x0000000077c08fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077c09000-0x0000000077ffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000079000000-0x000000007d1fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000100dfffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: NX (Execute Disable) protection: active
Jun 20 19:16:40 ARCHSERVER kernel: APIC: Static calls initialized
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x13644018-0x13654057] usable ==> usable
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x13655018-0x13663e57] usable ==> usable
Jun 20 19:16:40 ARCHSERVER kernel: extended physical RAM map:
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000013644017] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013644018-0x0000000013654057] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013654058-0x0000000013655017] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013655018-0x0000000013663e57] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013663e58-0x000000001fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000040200000-0x000000007735dfff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x000000007735e000-0x0000000077940fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077941000-0x0000000077ba6fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077ba7000-0x0000000077bb7fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bb8000-0x0000000077bc0fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bc1000-0x0000000077bc5fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bc6000-0x0000000077c08fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077c09000-0x0000000077ffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000079000000-0x000000007d1fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000100000000-0x0000000100dfffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: efi: EFI v2.3.1 by American Megatrends
Jun 20 19:16:40 ARCHSERVER kernel: efi: ACPI=0x77ba7000 ACPI 2.0=0x77ba7000 SMBIOS=0x7743f918 INITRD=0x9625d98 
Jun 20 19:16:40 ARCHSERVER kernel: efi: Remove mem318: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem319: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem320: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem321: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem322: MMIO range=[0xfed20000-0xfed44fff] (148KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem323: MMIO range=[0xfed90000-0xfed93fff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem324: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Remove mem325: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: SMBIOS 2.7 present.
Jun 20 19:16:40 ARCHSERVER kernel: DMI: Hewlett-Packard HP Compaq Pro 6300 SFF/339A, BIOS K01 v02.05 05/07/2012
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Fast TSC calibration using PIT
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Detected 2793.725 MHz processor
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: last_pfn = 0x100e00 max_arch_pfn = 0x400000000
Jun 20 19:16:40 ARCHSERVER kernel: total RAM covered: 1950M
Jun 20 19:16:40 ARCHSERVER kernel: Found optimal setting for mtrr clean up
Jun 20 19:16:40 ARCHSERVER kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 7          lose cover RAM: 0G
Jun 20 19:16:40 ARCHSERVER kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 25), built from 10 variable MTRRs
Jun 20 19:16:40 ARCHSERVER kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x79000000-0xffffffff] usable ==> reserved
Jun 20 19:16:40 ARCHSERVER kernel: last_pfn = 0x78000 max_arch_pfn = 0x400000000
Jun 20 19:16:40 ARCHSERVER kernel: found SMP MP-table at [mem 0x000f4db0-0x000f4dbf]
Jun 20 19:16:40 ARCHSERVER kernel: Secure boot disabled
Jun 20 19:16:40 ARCHSERVER kernel: RAMDISK: [mem 0x06a06000-0x07ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Early table checksum verification disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: RSDP 0x0000000077BA7000 000024 (v02 HPQOEM)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: XSDT 0x0000000077BA7080 00007C (v01 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: FACP 0x0000000077BB0FD8 0000F4 (v04 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: DSDT 0x0000000077BA7188 009E4A (v02 HPQOEM SLIC-BPC 00000017 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: FACS 0x0000000077BB8F80 000040
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: APIC 0x0000000077BB10D0 000068 (v03 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: MCFG 0x0000000077BB1138 00003C (v01 HPQOEM SLIC-BPC 01072009 MSFT 00000097)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: HPET 0x0000000077BB1178 000038 (v01 HPQOEM SLIC-BPC 01072009 AMI. 00000005)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB11B0 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB1520 00544C (v01 COMPAQ WMI      00000001 MSFT 03000001)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SLIC 0x0000000077BB6970 000176 (v01 HPQOEM SLIC-BPC 00000001      00000000)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB6AE8 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: TCPA 0x0000000077BB7580 000032 (v02 APTIO4 NAPAASF  00000001 MSFT 01000013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: ASF! 0x0000000077BB75B8 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: BGRT 0x0000000077BB7660 00003C (v00 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving FACP table memory at [mem 0x77bb0fd8-0x77bb10cb]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving DSDT table memory at [mem 0x77ba7188-0x77bb0fd1]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving FACS table memory at [mem 0x77bb8f80-0x77bb8fbf]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving APIC table memory at [mem 0x77bb10d0-0x77bb1137]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving MCFG table memory at [mem 0x77bb1138-0x77bb1173]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving HPET table memory at [mem 0x77bb1178-0x77bb11af]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb11b0-0x77bb151c]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb1520-0x77bb696b]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SLIC table memory at [mem 0x77bb6970-0x77bb6ae5]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb6ae8-0x77bb7579]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving TCPA table memory at [mem 0x77bb7580-0x77bb75b1]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving ASF! table memory at [mem 0x77bb75b8-0x77bb765c]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving BGRT table memory at [mem 0x77bb7660-0x77bb769b]
Jun 20 19:16:40 ARCHSERVER kernel: No NUMA configuration found
Jun 20 19:16:40 ARCHSERVER kernel: Faking a node at [mem 0x0000000000000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: NODE_DATA(0) allocated [mem 0x100dfb000-0x100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: Zone ranges:
Jun 20 19:16:40 ARCHSERVER kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   Normal   [mem 0x0000000100000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel:   Device   empty
Jun 20 19:16:40 ARCHSERVER kernel: Movable zone start for each node
Jun 20 19:16:40 ARCHSERVER kernel: Early memory node ranges
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000020200000-0x000000003fffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000040200000-0x000000007735dfff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000077c09000-0x0000000077ffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000100000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 2219 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone Normal: 29184 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: Reserving Intel graphics memory at [mem 0x79200000-0x7d1fffff]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM-Timer IO Port: 0x408
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 20 19:16:40 ARCHSERVER kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jun 20 19:16:40 ARCHSERVER kernel: efi_bgrt: Ignoring BGRT: invalid image address
Jun 20 19:16:40 ARCHSERVER kernel: TSC deadline timer available
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. logical packages:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. logical dies:       1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. dies per package:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. threads per core:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Num. cores per package:     2
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Num. threads per package:   2
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13644000-0x13644fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13654000-0x13654fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13655000-0x13655fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13663000-0x13663fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x7735e000-0x77940fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77941000-0x77ba6fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77ba7000-0x77bb7fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bb8000-0x77bc0fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bc1000-0x77bc5fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bc6000-0x77c08fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x78000000-0x78ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x79000000-0x7d1fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x7d200000-0xfebfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed8ffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed93fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed94000-0xfedfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jun 20 19:16:40 ARCHSERVER kernel: [mem 0x7d200000-0xfebfffff] available for PCI devices
Jun 20 19:16:40 ARCHSERVER kernel: Booting paravirtualized kernel on bare hardware
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 20 19:16:40 ARCHSERVER kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Jun 20 19:16:40 ARCHSERVER kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u1048576
Jun 20 19:16:40 ARCHSERVER kernel: pcpu-alloc: s233472 r8192 d28672 u1048576 alloc=1*2097152
Jun 20 19:16:40 ARCHSERVER kernel: pcpu-alloc: [0] 0 1 
Jun 20 19:16:40 ARCHSERVER kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=29440034-b499-47c6-922d-6b1cfc025a33 rw resume=UUID=f52f85c6-d2c6-4f80-97c7-077ffa15a7f1 loglevel=8 quiet
Jun 20 19:16:40 ARCHSERVER kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jun 20 19:16:40 ARCHSERVER kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Fallback order for Node 0: 0 
Jun 20 19:16:40 ARCHSERVER kernel: Built 1 zonelists, mobility grouping on.  Total pages: 483903
Jun 20 19:16:40 ARCHSERVER kernel: Policy zone: Normal
Jun 20 19:16:40 ARCHSERVER kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 20 19:16:40 ARCHSERVER kernel: software IO TLB: area num 2.
Jun 20 19:16:40 ARCHSERVER kernel: Memory: 1589636K/1967056K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 377160K reserved, 0K cma-reserved)
Jun 20 19:16:40 ARCHSERVER kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Jun 20 19:16:40 ARCHSERVER kernel: Kernel/User page tables isolation: enabled
Jun 20 19:16:40 ARCHSERVER kernel: ftrace: allocating 49858 entries in 195 pages
Jun 20 19:16:40 ARCHSERVER kernel: ftrace: allocated 195 pages with 4 groups
Jun 20 19:16:40 ARCHSERVER kernel: Dynamic Preempt: full
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 20 19:16:40 ARCHSERVER kernel:         Trampoline variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel:         Rude variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel:         Tracing variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
Jun 20 19:16:40 ARCHSERVER kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 20 19:16:40 ARCHSERVER kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 20 19:16:40 ARCHSERVER kernel: Console: colour dummy device 80x25
Jun 20 19:16:40 ARCHSERVER kernel: printk: legacy console [tty0] enabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Core revision 20230628
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 20 19:16:40 ARCHSERVER kernel: APIC: Switch to symmetric I/O mode setup
Jun 20 19:16:40 ARCHSERVER kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28451908024, max_idle_ns: 440795248192 ns
Jun 20 19:16:40 ARCHSERVER kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5589.26 BogoMIPS (lpj=9312416)
Jun 20 19:16:40 ARCHSERVER kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Jun 20 19:16:40 ARCHSERVER kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 20 19:16:40 ARCHSERVER kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun 20 19:16:40 ARCHSERVER kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 20 19:16:40 ARCHSERVER kernel: process: using mwait in idle threads
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Mitigation: Retpolines
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 20 19:16:40 ARCHSERVER kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 20 19:16:40 ARCHSERVER kernel: MDS: Mitigation: Clear CPU buffers
Jun 20 19:16:40 ARCHSERVER kernel: MMIO Stale Data: Unknown: No mitigations
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Jun 20 19:16:40 ARCHSERVER kernel: Freeing SMP alternatives memory: 40K
Jun 20 19:16:40 ARCHSERVER kernel: pid_max: default: 32768 minimum: 301
Jun 20 19:16:40 ARCHSERVER kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 20 19:16:40 ARCHSERVER kernel: landlock: Up and running.
Jun 20 19:16:40 ARCHSERVER kernel: Yama: becoming mindful.
Jun 20 19:16:40 ARCHSERVER kernel: LSM support for eBPF active
Jun 20 19:16:40 ARCHSERVER kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: CPU0: Intel(R) Pentium(R) CPU G640 @ 2.80GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Jun 20 19:16:40 ARCHSERVER kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun 20 19:16:40 ARCHSERVER kernel: ... version:                3
Jun 20 19:16:40 ARCHSERVER kernel: ... bit width:              48
Jun 20 19:16:40 ARCHSERVER kernel: ... generic registers:      8
Jun 20 19:16:40 ARCHSERVER kernel: ... value mask:             0000ffffffffffff
Jun 20 19:16:40 ARCHSERVER kernel: ... max period:             00007fffffffffff
Jun 20 19:16:40 ARCHSERVER kernel: ... fixed-purpose events:   3
Jun 20 19:16:40 ARCHSERVER kernel: ... event mask:             00000007000000ff
Jun 20 19:16:40 ARCHSERVER kernel: signal: max sigframe size: 1520
Jun 20 19:16:40 ARCHSERVER kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Hierarchical SRCU implementation.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         Max phase no-delay instances is 1000.
Jun 20 19:16:40 ARCHSERVER kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 20 19:16:40 ARCHSERVER kernel: smp: Bringing up secondary CPUs ...
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: x86: Booting SMP configuration:
Jun 20 19:16:40 ARCHSERVER kernel: .... node  #0, CPUs:      #1
Jun 20 19:16:40 ARCHSERVER kernel: smp: Brought up 1 node, 2 CPUs
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: Total of 2 processors activated (11179.52 BogoMIPS)
Jun 20 19:16:40 ARCHSERVER kernel: devtmpfs: initialized
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Memory block size: 128MB
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77941000-0x77ba6fff] (2514944 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77bb8000-0x77bc0fff] (36864 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77bc6000-0x77c08fff] (274432 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 20 19:16:40 ARCHSERVER kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: pinctrl core: initialized pinctrl subsystem
Jun 20 19:16:40 ARCHSERVER kernel: PM: RTC time: 19:16:32, date: 2024-06-20
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: audit: initializing netlink subsys (disabled)
Jun 20 19:16:40 ARCHSERVER kernel: audit: type=2000 audit(1718910992.056:1): state=initialized audit_enabled=0 res=1
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 20 19:16:40 ARCHSERVER kernel: cpuidle: using governor ladder
Jun 20 19:16:40 ARCHSERVER kernel: cpuidle: using governor menu
Jun 20 19:16:40 ARCHSERVER kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 20 19:16:40 ARCHSERVER kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Jun 20 19:16:40 ARCHSERVER kernel: PCI: not using ECAM ([mem 0xf8000000-0xfbffffff] not reserved)
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using configuration type 1 for base access
Jun 20 19:16:40 ARCHSERVER kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Jun 20 19:16:40 ARCHSERVER kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 20 19:16:40 ARCHSERVER kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 20 19:16:40 ARCHSERVER kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 20 19:16:40 ARCHSERVER kernel: Demotion targets for Node 0: null
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Module Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Processor Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Dynamic OEM Table Load:
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0xFFFF968DC05E7000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Dynamic OEM Table Load:
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0xFFFF968D37D7DA00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Interpreter enabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Using IOAPIC for interrupt routing
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using E820 reservations for host bridge windows
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Enabled 14 GPEs in block 00 to 3F
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN00: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN01: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN02: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN03: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN04: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 20 19:16:40 ARCHSERVER kernel: PCI host bridge to bus 0000:00
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:00.0: [8086:0100] type 00 class 0x060000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: [8086:0102] type 00 class 0x030000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: BAR 0 [mem 0xf7c3c000-0xf7c3c00f 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: BAR 0 [io  0xf0e0-0xf0e7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: BAR 1 [mem 0xf7c3a000-0xf7c3afff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 1 [mem 0xf7c39000-0xf7c39fff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 2 [io  0xf080-0xf09f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: BAR 0 [mem 0xf7c38000-0xf7c383ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: BAR 0 [mem 0xf7c37000-0xf7c373ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.0: [8086:1e48] type 00 class 0x060100 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 0 [io  0xf0d0-0xf0d7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 1 [io  0xf0c0-0xf0c3]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 2 [io  0xf0b0-0xf0b7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 3 [io  0xf0a0-0xf0a3]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 4 [io  0xf060-0xf07f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 5 [mem 0xf7c36000-0xf7c367ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: BAR 0 [mem 0xf7c35000-0xf7c350ff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: BAR 4 [io  0xf040-0xf05f]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: extended config space not accessible
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x7d200000-0xfeafffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 10
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 10
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 5
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 3
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jun 20 19:16:40 ARCHSERVER kernel: iommu: Default domain type: Translated
Jun 20 19:16:40 ARCHSERVER kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 20 19:16:40 ARCHSERVER kernel: SCSI subsystem initialized
Jun 20 19:16:40 ARCHSERVER kernel: libata version 3.00 loaded.
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: bus type USB registered
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver usbfs
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver hub
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new device driver usb
Jun 20 19:16:40 ARCHSERVER kernel: EDAC MC: Ver: 3.0.0
Jun 20 19:16:40 ARCHSERVER kernel: efivars: Registered efivars operations
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel: Initializing
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  domain hash size = 128
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  unlabeled traffic allowed by default
Jun 20 19:16:40 ARCHSERVER kernel: mctp: management component transport protocol core
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_MCTP protocol family
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using ACPI for IRQ routing
Jun 20 19:16:40 ARCHSERVER kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x13644018-0x13ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x13655018-0x13ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x7735e000-0x77ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x100e00000-0x103ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 20 19:16:40 ARCHSERVER kernel: vgaarb: loaded
Jun 20 19:16:40 ARCHSERVER kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 20 19:16:40 ARCHSERVER kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: Switched to clocksource tsc-early
Jun 20 19:16:40 ARCHSERVER kernel: VFS: Disk quotas dquot_6.6.0
Jun 20 19:16:40 ARCHSERVER kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: pnp: PnP ACPI init
Jun 20 19:16:40 ARCHSERVER kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0200-0x020f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0xffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0xffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0400-0x0453] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0458-0x047f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:04: [io  0x0a20-0x0a3f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:04: [io  0x0a10-0x0a1f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:07: [io  0x04d0-0x04d1] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: pnp 00:08: [dma 0 disabled]
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0x7d200000-0x7d200fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0b: [mem 0x40000000-0x401fffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: pnp: PnP ACPI: found 12 devices
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_INET protocol family
Jun 20 19:16:40 ARCHSERVER kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jun 20 19:16:40 ARCHSERVER kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_XDP protocol family
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 8 [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 8 [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x730 took 20599 usecs
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x730 took 19528 usecs
Jun 20 19:16:40 ARCHSERVER kernel: PCI: CLS 64 bytes, default 64
Jun 20 19:16:40 ARCHSERVER kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 20 19:16:40 ARCHSERVER kernel: software IO TLB: mapped [mem 0x0000000071200000-0x0000000075200000] (64MB)
Jun 20 19:16:40 ARCHSERVER kernel: Trying to unpack rootfs image as initramfs...
Jun 20 19:16:40 ARCHSERVER kernel: Initialise system trusted keyrings
Jun 20 19:16:40 ARCHSERVER kernel: Key type blacklist registered
Jun 20 19:16:40 ARCHSERVER kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
Jun 20 19:16:40 ARCHSERVER kernel: zbud: loaded
Jun 20 19:16:40 ARCHSERVER kernel: fuse: init (API version 7.40)
Jun 20 19:16:40 ARCHSERVER kernel: integrity: Platform Keyring initialized
Jun 20 19:16:40 ARCHSERVER kernel: integrity: Machine keyring initialized
Jun 20 19:16:40 ARCHSERVER kernel: Key type asymmetric registered
Jun 20 19:16:40 ARCHSERVER kernel: Asymmetric key parser 'x509' registered
Jun 20 19:16:40 ARCHSERVER kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler mq-deadline registered
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler kyber registered
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler bfq registered
Jun 20 19:16:40 ARCHSERVER kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 20 19:16:40 ARCHSERVER kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: button: Power Button [PWRB]
Jun 20 19:16:40 ARCHSERVER kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: button: Power Button [PWRF]
Jun 20 19:16:40 ARCHSERVER kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jun 20 19:16:40 ARCHSERVER kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Jun 20 19:16:40 ARCHSERVER kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 20 19:16:40 ARCHSERVER kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 20 19:16:40 ARCHSERVER kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
Jun 20 19:16:40 ARCHSERVER kernel: 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
Jun 20 19:16:40 ARCHSERVER kernel: Non-volatile memory driver v1.3
Jun 20 19:16:40 ARCHSERVER kernel: Linux agpgart interface v0.103
Jun 20 19:16:40 ARCHSERVER kernel: tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
Jun 20 19:16:40 ARCHSERVER kernel: Freeing initrd memory: 22504K
Jun 20 19:16:40 ARCHSERVER kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: bus type drm_connector registered
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: version 3.0
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x4)
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
Jun 20 19:16:40 ARCHSERVER kernel: scsi host0: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host1: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host2: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host3: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host4: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host5: ahci
Jun 20 19:16:40 ARCHSERVER kernel: ata1: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata2: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata3: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36200 irq 24 lpm-pol 3
Jun 20 19:16:40 ARCHSERVER kernel: ata4: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata5: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata6: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver usbserial_generic
Jun 20 19:16:40 ARCHSERVER kernel: usbserial: USB Serial support registered for generic
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: debug port 2
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: registered as rtc0
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: setting system clock to 2024-06-20T19:16:32 UTC (1718910992)
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 20 19:16:40 ARCHSERVER kernel: intel_pstate: Intel P-state driver initializing
Jun 20 19:16:40 ARCHSERVER kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 20 19:16:40 ARCHSERVER kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Deferring console take-over
Jun 20 19:16:40 ARCHSERVER kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 20 19:16:40 ARCHSERVER kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 20 19:16:40 ARCHSERVER kernel: drop_monitor: Initializing network drop monitor service
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_INET6 protocol family
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c38000
Jun 20 19:16:40 ARCHSERVER kernel: Segment Routing with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: RPL Segment Routing with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: In-situ OAM (IOAM) with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_PACKET protocol family
Jun 20 19:16:40 ARCHSERVER kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 20 19:16:40 ARCHSERVER kernel: microcode: Current revision: 0x0000002f
Jun 20 19:16:40 ARCHSERVER kernel: microcode: Updated early from: 0x00000026
Jun 20 19:16:40 ARCHSERVER kernel: IPI shorthand broadcast: enabled
Jun 20 19:16:40 ARCHSERVER kernel: sched_clock: Marking stable (463352493, 933042)->(468928110, -4642575)
Jun 20 19:16:40 ARCHSERVER kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jun 20 19:16:40 ARCHSERVER kernel: registered taskstats version 1
Jun 20 19:16:40 ARCHSERVER kernel: Loading compiled-in X.509 certificates
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun 20 19:16:40 ARCHSERVER kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3400de6c9516747aaf0a57f8b64cfee5190d9a17'
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: Product: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: Manufacturer: Linux 6.9.5-arch1-1 ehci_hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-0:1.0: 3 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: debug port 2
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c37000
Jun 20 19:16:40 ARCHSERVER kernel: zswap: loaded using pool zstd/zsmalloc
Jun 20 19:16:40 ARCHSERVER kernel: Key type .fscrypt registered
Jun 20 19:16:40 ARCHSERVER kernel: Key type fscrypt-provisioning registered
Jun 20 19:16:40 ARCHSERVER kernel: PM:   Magic number: 12:239:294
Jun 20 19:16:40 ARCHSERVER kernel: ata_device dev2.0: hash matches
Jun 20 19:16:40 ARCHSERVER kernel:  dev2.0: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: misc hpet: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: tty tty27: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: RAS: Correctable Errors collector initialized.
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: Product: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: Manufacturer: Linux 6.9.5-arch1-1 ehci_hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-0:1.0: 3 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jun 20 19:16:40 ARCHSERVER kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ATA-8: TOSHIBA HDWD110, MS2OA8J0, max UDMA/133
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: configured for UDMA/133
Jun 20 19:16:40 ARCHSERVER kernel: scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA HDWD110  A8J0 PQ: 0 ANSI: 5
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Write Protect is off
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jun 20 19:16:40 ARCHSERVER kernel:  sda: sda1 sda2 sda3
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Jun 20 19:16:40 ARCHSERVER kernel: clk: Disabling unused clocks
Jun 20 19:16:40 ARCHSERVER kernel: PM: genpd: Disabling unused power domains
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused decrypted memory: 2028K
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 20 19:16:40 ARCHSERVER kernel: Write protecting the kernel read-only data: 32768k
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 19:16:40 ARCHSERVER kernel: rodata_test: all tests were successful
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checking user space page tables
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-1:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-1:1.0: 6 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-1:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-1:1.0: 8 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 19:16:40 ARCHSERVER kernel: Run /init as init process
Jun 20 19:16:40 ARCHSERVER kernel:   with arguments:
Jun 20 19:16:40 ARCHSERVER kernel:     /init
Jun 20 19:16:40 ARCHSERVER kernel:   with environment:
Jun 20 19:16:40 ARCHSERVER kernel:     HOME=/
Jun 20 19:16:40 ARCHSERVER kernel:     TERM=linux
Jun 20 19:16:40 ARCHSERVER kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: Product: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: Manufacturer: Linux 6.9.5-arch1-1 xhci-hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: SerialNumber: 0000:00:14.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 3-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 3-0:1.0: 4 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: Product: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: Manufacturer: Linux 6.9.5-arch1-1 xhci-hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: SerialNumber: 0000:00:14.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 4-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 4-0:1.0: 4 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jun 20 19:16:40 ARCHSERVER kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 20 19:16:40 ARCHSERVER kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 20 19:16:40 ARCHSERVER kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Refined TSC clocksource calibration: 2793.653 MHz
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844d4ef8cd, max_idle_ns: 440795255620 ns
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: Switched to clocksource tsc
Jun 20 19:16:40 ARCHSERVER kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 20 19:16:40 ARCHSERVER kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: video: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: i915drmfb (fb0) is primary device
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Deferring console take-over
Jun 20 19:16:40 ARCHSERVER kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 20 19:16:40 ARCHSERVER kernel: PM: Image not found (code -22)
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Taking over console
Jun 20 19:16:40 ARCHSERVER kernel: Console: switching to colour frame buffer device 240x67
Jun 20 19:16:40 ARCHSERVER kernel: EXT4-fs (sda3): mounted filesystem 29440034-b499-47c6-922d-6b1cfc025a33 r/w with ordered data mode. Quota mode: none.
Jun 20 19:16:40 ARCHSERVER systemd[1]: systemd 256.1-1-arch-g34ba18b^ running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jun 20 19:16:40 ARCHSERVER systemd[1]: Detected architecture x86-64.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Hostname set to <ARCHSERVER>.
Jun 20 19:16:40 ARCHSERVER systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jun 20 19:16:40 ARCHSERVER kernel: random: crng init done
Jun 20 19:16:40 ARCHSERVER systemd[1]: Queued start job for default target Multi-User System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/dirmngr.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/getty.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/keyboxd.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/modprobe.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice User and Session Slice.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Expecting device /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Encrypted Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Path Units.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Remote File Systems.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Slice Units.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Verity Protected Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Process Core Dump Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Credential Encryption/Decryption.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Journal Socket (/dev/log).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Journal Sockets.
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on udev Control Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on udev Kernel Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on User Database Manager Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Huge Pages File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting POSIX Message Queue File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Kernel Debug File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Kernel Trace File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Create List of Static Device Nodes...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module configfs...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module dm_mod...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module drm...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module fuse...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module loop...
Jun 20 19:16:40 ARCHSERVER systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Journal Service...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Modules...
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load udev Rules from Credentials...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Coldplug All udev Devices...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Create List of Static Device Nodes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 20 19:16:40 ARCHSERVER kernel: loop: module loaded
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module loop.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Huge Pages File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted POSIX Message Queue File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Kernel Debug File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Kernel Trace File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Modules.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Apply Kernel Variables...
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Collecting audit messages is disabled.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Journal started
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Runtime Journal (/run/log/journal/0680255eeef3483c9116b33cd06115fa) is 8M, max 88.8M, 80.8M free.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Journal Service.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Apply Kernel Variables.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module configfs.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module drm.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module fuse.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load udev Rules from Credentials.
Jun 20 19:16:40 ARCHSERVER kernel: EXT4-fs (sda3): re-mounted 29440034-b499-47c6-922d-6b1cfc025a33 r/w. Quota mode: none.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load/Save OS Random Seed...
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER kernel: device-mapper: uevent: version 1.0.3
Jun 20 19:16:40 ARCHSERVER kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module dm_mod.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Time spent on flushing to /var/log/journal/0680255eeef3483c9116b33cd06115fa is 591.066ms for 767 entries.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: System Journal (/var/log/journal/0680255eeef3483c9116b33cd06115fa) is 342.4M, max 4G, 3.6G free.
Jun 20 19:16:44 ARCHSERVER systemd-journald[241]: Received client request to flush runtime journal.
Jun 20 19:16:44 ARCHSERVER kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 20 19:16:44 ARCHSERVER kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 20 19:16:44 ARCHSERVER kernel: PTP clock support registered
Jun 20 19:16:44 ARCHSERVER kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jun 20 19:16:44 ARCHSERVER kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun 20 19:16:44 ARCHSERVER kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 80:c1:6e:fa:ab:10
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
Jun 20 19:16:44 ARCHSERVER kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 20 19:16:44 ARCHSERVER kernel: i2c i2c-7: Successfully instantiated SPD at 0x50
Jun 20 19:16:44 ARCHSERVER kernel: input: HP WMI hotkeys as /devices/virtual/input/input6
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: renamed from eth0
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: at24 7-0050: supply vcc not found, using dummy regulator
Jun 20 19:16:44 ARCHSERVER kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Jun 20 19:16:44 ARCHSERVER kernel: cryptd: max_cpu_qlen set to 1000
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_vendor_support: vendor-support=0
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_wdt iTCO_wdt.1.auto: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_intel 0000:00:1b.0: enabling device (0100 -> 0102)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 20 19:16:44 ARCHSERVER kernel: Adding 16777212k swap on /dev/sda2.  Priority:-2 extents:1 across:16777212k 
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0: ALC221: SKU not ready 0x411111f0
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1b
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain package
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain core
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain uncore
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: package-0:package:long_term locked by BIOS
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: package-0:package:short_term locked by BIOS
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Coldplug All udev Devices.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load/Save OS Random Seed.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting User Database Manager...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Started User Database Manager.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounting FUSE Control File System...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounting Kernel Configuration File System...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounted FUSE Control File System.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounted Kernel Configuration File System.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Reached target Preparation for Local File Systems.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 20 19:16:41 ARCHSERVER systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 20 19:16:41 ARCHSERVER systemd-udevd[282]: Using default interface naming scheme 'v255'.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Starting Virtual Console Setup...
Jun 20 19:16:42 ARCHSERVER systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Stopped Virtual Console Setup.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Starting Virtual Console Setup...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Found device TOSHIBA_HDWD110 2.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Activating swap /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Finished Virtual Console Setup.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Activated swap /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Swaps.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Mounting Temporary Directory /tmp...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Mounted Temporary Directory /tmp.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Local File Systems.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on Boot Entries Service Socket.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on System Extension Image Management.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Sound Card.
Jun 20 19:16:44 ARCHSERVER systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 20 19:16:44 ARCHSERVER systemd[1]: Starting Create System Files and Directories...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Finished Create System Files and Directories.
Jun 20 19:16:46 ARCHSERVER systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 19:16:46 ARCHSERVER systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target System Initialization.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily man-db regeneration.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily verification of password and group files.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Timer Units.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on Hostname Service Socket.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Socket Units.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting D-Bus System Message Bus...
Jun 20 19:16:46 ARCHSERVER systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started D-Bus System Message Bus.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Basic System.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Network Manager...
Jun 20 19:16:46 ARCHSERVER systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting User Login Management...
Jun 20 19:16:46 ARCHSERVER systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:46 ARCHSERVER dbus-broker-launch[343]: Ready
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: New seat seat0.
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started User Login Management.
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7223] NetworkManager (version 1.48.0-1) is starting... (boot:66c8fc76-c73d-49ee-9f9a-20e22e77aa44)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7223] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7750] manager[0x5adafc68e000]: monitoring kernel firmware directory '/lib/firmware'.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Hostname Service...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Hostname Service.
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8757] hostname: hostname: using hostnamed
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8758] hostname: static hostname changed from (none) to "ARCHSERVER"
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8764] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8767] manager[0x5adafc68e000]: rfkill: Wi-Fi hardware radio set enabled
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8767] manager[0x5adafc68e000]: rfkill: WWAN hardware radio set enabled
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9764] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wwan.so)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9885] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wifi.so)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9996] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-ovs.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1974] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-team.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1984] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-adsl.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1991] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-bluetooth.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1994] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1995] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1995] manager: Networking is enabled by state file
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2324] settings: Loaded settings plugin: keyfile (internal)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2844] dhcp: init: Using DHCP client 'internal'
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2847] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2864] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2951] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2957] device (lo): Activation: starting connection 'lo' (4fe1f9ff-5fa2-4852-aa1a-2f82340f278a)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2965] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2976] settings: (eno1): created default wired connection 'Wired connection 1'
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2976] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Network Manager.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Reached target Network.
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5150] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Network Manager Wait Online...
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5172] ovsdb: disconnected from ovsdb
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5173] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5176] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5177] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5182] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started OpenSSH Daemon.
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5249] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5254] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5261] device (lo): Activation: successful, device activated.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Permit User Sessions...
Jun 20 19:16:47 ARCHSERVER systemd[1]: Finished Permit User Sessions.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Getty on tty1.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Reached target Login Prompts.
Jun 20 19:16:47 ARCHSERVER sshd[370]: Server listening on 0.0.0.0 port 22.
Jun 20 19:16:47 ARCHSERVER sshd[370]: Server listening on :: port 22.
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8626] device (eno1): carrier: link connected
Jun 20 19:16:50 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8630] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8635] policy: auto-activating connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8639] device (eno1): Activation: starting connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8640] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8642] manager: NetworkManager state is now CONNECTING
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8643] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8648] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8653] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:16:52 ARCHSERVER dbus-broker-launch[343]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 20 19:16:57 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.5976] dhcp4 (eno1): state changed new lease, address=192.168.88.199, acd pending
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.7596] dhcp4 (eno1): state changed new lease, address=192.168.88.199
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.7600] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9170] device (eno1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:16:59 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9523] device (eno1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9525] device (eno1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9529] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9531] device (eno1): Activation: successful, device activated.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9539] manager: startup complete
Jun 20 19:16:59 ARCHSERVER systemd[1]: Finished Network Manager Wait Online.
Jun 20 19:16:59 ARCHSERVER systemd[1]: Reached target Network is Online.
Jun 20 19:16:59 ARCHSERVER systemd[1]: Starting cloudflared...
Jun 20 19:17:00 ARCHSERVER NetworkManager[345]: <info>  [1718911020.2935] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Starting tunnel tunnelID=f3d67446-e645-4da8-be01-cdd371f134e5
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Version 2024.6.1
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF GOOS: linux, GOVersion: go1.22.2, GoArch: amd64
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Settings: map[cred-file:/root/.cloudflared/0287f9eb-cdcb-4375-817a-e17e9e5a2c3b.json credentials-file:/root/.cloudflared/0287f9eb-cdcb-4375-817a-e17e9e5a2c3b.json no-autoupdate:true token:***** url:http://localhost:8000]
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Generated Connector ID: d7586c5c-4b5a-4f46-badb-06200646c35c
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF cloudflared will not automatically update if installed by a package manager.
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Initial protocol quic
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF ICMP proxy will use 192.168.88.199 as source for IPv4
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF ICMP proxy will use fe80::1048:35fc:4802:684 in zone eno1 as source for IPv6
Jun 20 19:17:01 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:01Z INF Starting metrics server on 127.0.0.1:41695/metrics
Jun 20 19:17:02 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:02Z INF Registered tunnel connection connIndex=0 connection=89a3b992-a1c3-43de-87c7-2a7eee7db661 event=0 ip=198.41.192.227 location=dus01 protocol=quic
Jun 20 19:17:02 ARCHSERVER systemd[1]: Started cloudflared.
Jun 20 19:17:02 ARCHSERVER systemd[1]: Reached target Multi-User System.
Jun 20 19:17:02 ARCHSERVER systemd[1]: Startup finished in 2.753s (kernel) + 28.149s (userspace) = 30.902s.
Jun 20 19:17:03 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:03Z INF Registered tunnel connection connIndex=1 connection=8b48135f-6bb5-4fee-b75e-3c5e5554e802 event=0 ip=198.41.200.53 location=ams01 protocol=quic
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:04Z INF Updated to new configuration config="{\"ingress\":[{\"hostname\":\"ssh.kfkorulczyk.pl\",\"service\":\"ssh://localhost\"},{\"service\":\"http_status:404\"}],\"warp-routing\":{\"enabled\":false}}" version=1
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024/06/20 19:17:04 rpc: abort: rpc: aborted by remote: rpc: shutdown
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:04Z INF Registered tunnel connection connIndex=2 connection=efbe26f7-c875-4b32-a31b-4adef4468b7e event=0 ip=198.41.192.67 location=dus01 protocol=quic
Jun 20 19:17:05 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:05Z INF Registered tunnel connection connIndex=3 connection=5964e63c-c396-415c-81bb-839f46c08fe6 event=0 ip=198.41.200.63 location=ams06 protocol=quic
Jun 20 19:17:09 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:17:16 ARCHSERVER systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_systemd_home(sshd:auth): New sd-bus connection (system-bus-pam-systemd-home-402) opened.
Jun 20 19:19:09 ARCHSERVER dbus-broker-launch[343]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 20 19:19:09 ARCHSERVER sshd[402]: Accepted password for grandkahuna43325 from 192.168.88.69 port 43570 ssh2
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_unix(sshd:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-402) opened.
Jun 20 19:19:09 ARCHSERVER systemd-logind[346]: New session 1 of user grandkahuna43325.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Created slice User Slice of UID 1000.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 20 19:19:09 ARCHSERVER systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Starting User Manager for UID 1000...
Jun 20 19:19:09 ARCHSERVER (systemd)[410]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[grandkahuna43325] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 19:19:09 ARCHSERVER (systemd)[410]: pam_unix(systemd-user:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:19:09 ARCHSERVER systemd-logind[346]: New session 2 of user grandkahuna43325.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Queued start job for default target Main User Target.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Created slice User Application Slice.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Paths.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Timers.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Starting D-Bus User Message Bus Socket...
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG network certificate management daemon.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG public key management service.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on p11-kit server.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on D-Bus User Message Bus Socket.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Sockets.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Basic System.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Main User Target.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Startup finished in 242ms.
Jun 20 19:19:10 ARCHSERVER systemd[1]: Started User Manager for UID 1000.
Jun 20 19:19:10 ARCHSERVER systemd[1]: Started Session 1 of User grandkahuna43325.
Jun 20 19:19:23 ARCHSERVER su[425]: (to root) grandkahuna43325 on pts/0
Jun 20 19:19:23 ARCHSERVER su[425]: pam_unix(su:session): session opened for user root(uid=0) by grandkahuna43325(uid=1000)
Jun 20 19:19:42 ARCHSERVER systemd-logind[346]: The system will hibernate now!
Jun 20 19:19:42 ARCHSERVER NetworkManager[345]: <info>  [1718911182.1443] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jun 20 19:19:42 ARCHSERVER NetworkManager[345]: <info>  [1718911182.1443] manager: NetworkManager state is now ASLEEP
Jun 20 19:19:42 ARCHSERVER systemd[1]: Reached target Sleep.
Jun 20 19:19:42 ARCHSERVER systemd[1]: Starting System Hibernate...
Jun 20 19:19:42 ARCHSERVER systemd-sleep[440]: Successfully froze unit 'user.slice'.
Jun 20 19:19:42 ARCHSERVER systemd-sleep[440]: Performing sleep operation 'hibernate'...
Jun 20 19:19:42 ARCHSERVER kernel: PM: hibernation: hibernation entry
Jun 20 19:20:39 ARCHSERVER kernel: Filesystems sync: 0.169 seconds
Jun 20 19:20:39 ARCHSERVER kernel: Freezing user space processes
Jun 20 19:20:39 ARCHSERVER kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jun 20 19:20:39 ARCHSERVER kernel: OOM killer disabled.
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x000a0000-0x000fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13644000-0x13644fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13654000-0x13655fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13663000-0x13663fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x20000000-0x201fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x40000000-0x401fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x7735e000-0x77c08fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x78000000-0xffffffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Basic memory bitmaps created
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Preallocating image memory
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Allocated 137994 pages for snapshot
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Allocated 551976 kbytes in 0.15 seconds (3679.84 MB/s)
Jun 20 19:20:39 ARCHSERVER kernel: Freezing remaining freezable tasks
Jun 20 19:20:39 ARCHSERVER kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jun 20 19:20:39 ARCHSERVER kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: Entering standby power mode
Jun 20 19:20:39 ARCHSERVER kernel: serial 00:08: disabled
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Preparing to enter system sleep state S4
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Saving platform NVS memory
Jun 20 19:20:39 ARCHSERVER kernel: Disabling non-boot CPUs ...
Jun 20 19:20:39 ARCHSERVER kernel: smpboot: CPU 1 is now offline
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Creating image:
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Need to copy 125257 pages
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Normal pages needed: 125257 + 1024, available pages: 365929
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Restoring platform NVS memory
Jun 20 19:20:39 ARCHSERVER kernel: Enabling non-boot CPUs ...
Jun 20 19:20:39 ARCHSERVER kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Jun 20 19:20:39 ARCHSERVER kernel: CPU1 is up
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Waking up from system sleep state S4
Jun 20 19:20:39 ARCHSERVER kernel: usb usb3: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb4: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb1: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb2: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: serial 00:08: activated
Jun 20 19:20:39 ARCHSERVER kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Jun 20 19:20:39 ARCHSERVER kernel: usb 1-1: reset high-speed USB device number 2 using ehci-pci
Jun 20 19:20:39 ARCHSERVER kernel: usb 2-1: reset high-speed USB device number 2 using ehci-pci
Jun 20 19:20:39 ARCHSERVER kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: sd 2:0:0:0: [sda] Starting disk
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: configured for UDMA/133
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: Entering active power mode
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Basic memory bitmaps freed
Jun 20 19:20:39 ARCHSERVER kernel: OOM killer enabled.
Jun 20 19:20:39 ARCHSERVER kernel: Restarting tasks ... done.
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: hibernation exit
Jun 20 19:20:39 ARCHSERVER systemd-sleep[440]: System returned from sleep operation 'hibernate'.
Jun 20 19:20:39 ARCHSERVER systemd-sleep[440]: Successfully thawed unit 'user.slice'.
Jun 20 19:20:39 ARCHSERVER systemd[1]: systemd-hibernate.service: Deactivated successfully.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Finished System Hibernate.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Reached target System Hibernation.
Jun 20 19:20:39 ARCHSERVER systemd-logind[346]: Operation 'hibernate' finished.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Stopped target Sleep.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Stopped target System Hibernation.
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3928] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3928] device (eno1): state change: activated -> unmanaged (reason 'unmanaged-sleeping', sys-iface-state: 'managed')
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3929] dhcp4 (eno1): canceled DHCP transaction
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3930] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3930] dhcp4 (eno1): state changed no lease
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.4974] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.5951] manager: NetworkManager state is now DISCONNECTED
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.5958] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 20 19:20:39 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Jun 20 19:20:39 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Unregistered tunnel connection connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Connection terminated error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 4s connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 4s connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 4s connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 4s connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.37:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.37
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 8s connIndex=0 event=0 ip=198.41.192.37
Jun 20 19:20:42 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:42Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1
Jun 20 19:20:42 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:42Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.37:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5870] device (eno1): carrier: link connected
Jun 20 19:20:42 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5872] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5878] policy: auto-activating connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5882] device (eno1): Activation: starting connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5883] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5884] manager: NetworkManager state is now CONNECTING
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5885] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5889] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5893] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:20:43 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:43Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3
Jun 20 19:20:45 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:45Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2
Jun 20 19:20:49 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.0069] dhcp4 (eno1): state changed new lease, address=192.168.88.199, acd pending
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.1739] dhcp4 (eno1): state changed new lease, address=192.168.88.199
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.1742] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3025] device (eno1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:20:51 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3433] device (eno1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3435] device (eno1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3438] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3440] device (eno1): Activation: successful, device activated.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.5858] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:20:56 ARCHSERVER sshd[418]: Received disconnect from 192.168.88.69 port 43570:11: disconnected by user
Jun 20 19:20:56 ARCHSERVER sshd[418]: Disconnected from user grandkahuna43325 192.168.88.69 port 43570
Jun 20 19:20:56 ARCHSERVER sshd[402]: pam_unix(sshd:session): session closed for user grandkahuna43325
Jun 20 19:20:56 ARCHSERVER sshd[402]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-402) opened.
Jun 20 19:20:56 ARCHSERVER systemd-logind[346]: Session 1 logged out. Waiting for processes to exit.
Jun 20 19:20:56 ARCHSERVER su[425]: pam_unix(su:session): session closed for user root
Jun 20 19:20:56 ARCHSERVER systemd[1]: session-1.scope: Deactivated successfully.
Jun 20 19:20:56 ARCHSERVER systemd-logind[346]: Removed session 1.
Jun 20 19:21:01 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopping User Manager for UID 1000...
Jun 20 19:21:07 ARCHSERVER systemd[410]: Activating special unit Exit the Session...
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Main User Target.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Basic System.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Paths.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Sockets.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Timers.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed D-Bus User Message Bus Socket.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG network certificate management daemon.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG public key management service.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed p11-kit server.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Removed slice User Application Slice.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Reached target Shutdown.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Finished Exit the Session.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Reached target Exit the Session.
Jun 20 19:21:07 ARCHSERVER (sd-pam)[412]: pam_unix(systemd-user:session): session closed for user grandkahuna43325
Jun 20 19:21:07 ARCHSERVER systemd[1]: user@1000.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopped User Manager for UID 1000.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jun 20 19:21:07 ARCHSERVER systemd[1]: run-user-1000.mount: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Removed slice User Slice of UID 1000.
Jun 20 19:21:07 ARCHSERVER systemd-logind[346]: Removed session 2.
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=1 connection=ddac2a3f-de6d-4169-8582-e100d8a53ee2 event=0 ip=198.41.200.193 location=ams06 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=3 connection=e21635b3-047f-4ec0-8ae5-ea50daad5133 event=0 ip=198.41.200.23 location=ams06 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=0 connection=3cae05d0-3e4b-4639-a887-cb942c725bf5 event=0 ip=198.41.192.27 location=dus01 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=2 connection=6904ffe8-c5b8-4100-bd91-f4377474d6eb event=0 ip=198.41.192.7 location=dus01 protocol=quic
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_systemd_home(sshd:auth): New sd-bus connection (system-bus-pam-systemd-home-540) opened.
Jun 20 19:23:05 ARCHSERVER sshd[540]: Accepted password for grandkahuna43325 from 192.168.88.69 port 50934 ssh2
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_unix(sshd:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-540) opened.
Jun 20 19:23:05 ARCHSERVER systemd-logind[346]: New session 3 of user grandkahuna43325.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Created slice User Slice of UID 1000.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 20 19:23:05 ARCHSERVER systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Starting User Manager for UID 1000...
Jun 20 19:23:05 ARCHSERVER (systemd)[547]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[grandkahuna43325] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 19:23:05 ARCHSERVER (systemd)[547]: pam_unix(systemd-user:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:23:05 ARCHSERVER systemd-logind[346]: New session 4 of user grandkahuna43325.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Queued start job for default target Main User Target.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Created slice User Application Slice.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Paths.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Timers.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Starting D-Bus User Message Bus Socket...
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG network certificate management daemon.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG public key management service.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on p11-kit server.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on D-Bus User Message Bus Socket.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Sockets.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Basic System.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Main User Target.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Startup finished in 142ms.
Jun 20 19:23:06 ARCHSERVER systemd[1]: Started User Manager for UID 1000.
Jun 20 19:23:06 ARCHSERVER systemd[1]: Started Session 3 of User grandkahuna43325.
Jun 20 19:23:17 ARCHSERVER sudo[562]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-562) opened.
Jun 20 19:23:24 ARCHSERVER sudo[562]: grandkahuna43325 : TTY=pts/0 ; PWD=/home/grandkahuna43325 ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 20 19:23:24 ARCHSERVER sudo[562]: pam_unix(sudo:session): session opened for user root(uid=0) by grandkahuna43325(uid=1000)

Now I did a reboot, again hibernate but I didn't press the button and I just used WOL, it went to blinking cursor, shutdown with button, boot, journalctl -b -1

Jun 20 19:16:40 ARCHSERVER kernel: Linux version 6.9.5-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Sun, 16 Jun 2024 19:06:37 +0000
Jun 20 19:16:40 ARCHSERVER kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=29440034-b499-47c6-922d-6b1cfc025a33 rw resume=UUID=f52f85c6-d2c6-4f80-97c7-077ffa15a7f1 loglevel=8 quiet
Jun 20 19:16:40 ARCHSERVER kernel: reserving inaccessible SNB gfx pages
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-provided physical RAM map:
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000040200000-0x000000007735dfff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x000000007735e000-0x0000000077940fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077941000-0x0000000077ba6fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077ba7000-0x0000000077bb7fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bb8000-0x0000000077bc0fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bc1000-0x0000000077bc5fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077bc6000-0x0000000077c08fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000077c09000-0x0000000077ffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000079000000-0x000000007d1fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000100dfffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: NX (Execute Disable) protection: active
Jun 20 19:16:40 ARCHSERVER kernel: APIC: Static calls initialized
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x13644018-0x13654057] usable ==> usable
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x13655018-0x13663e57] usable ==> usable
Jun 20 19:16:40 ARCHSERVER kernel: extended physical RAM map:
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000013644017] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013644018-0x0000000013654057] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013654058-0x0000000013655017] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013655018-0x0000000013663e57] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000013663e58-0x000000001fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000040200000-0x000000007735dfff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x000000007735e000-0x0000000077940fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077941000-0x0000000077ba6fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077ba7000-0x0000000077bb7fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bb8000-0x0000000077bc0fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bc1000-0x0000000077bc5fff] ACPI data
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077bc6000-0x0000000077c08fff] ACPI NVS
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000077c09000-0x0000000077ffffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000079000000-0x000000007d1fffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fed90000-0x00000000fed93fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: reserve setup_data: [mem 0x0000000100000000-0x0000000100dfffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: efi: EFI v2.3.1 by American Megatrends
Jun 20 19:16:40 ARCHSERVER kernel: efi: ACPI=0x77ba7000 ACPI 2.0=0x77ba7000 SMBIOS=0x7743f918 INITRD=0x9625d98 
Jun 20 19:16:40 ARCHSERVER kernel: efi: Remove mem318: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem319: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem320: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem321: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem322: MMIO range=[0xfed20000-0xfed44fff] (148KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem323: MMIO range=[0xfed90000-0xfed93fff] (16KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Not removing mem324: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: efi: Remove mem325: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jun 20 19:16:40 ARCHSERVER kernel: SMBIOS 2.7 present.
Jun 20 19:16:40 ARCHSERVER kernel: DMI: Hewlett-Packard HP Compaq Pro 6300 SFF/339A, BIOS K01 v02.05 05/07/2012
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Fast TSC calibration using PIT
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Detected 2793.725 MHz processor
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 20 19:16:40 ARCHSERVER kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 20 19:16:40 ARCHSERVER kernel: last_pfn = 0x100e00 max_arch_pfn = 0x400000000
Jun 20 19:16:40 ARCHSERVER kernel: total RAM covered: 1950M
Jun 20 19:16:40 ARCHSERVER kernel: Found optimal setting for mtrr clean up
Jun 20 19:16:40 ARCHSERVER kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 7          lose cover RAM: 0G
Jun 20 19:16:40 ARCHSERVER kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 25), built from 10 variable MTRRs
Jun 20 19:16:40 ARCHSERVER kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 20 19:16:40 ARCHSERVER kernel: e820: update [mem 0x79000000-0xffffffff] usable ==> reserved
Jun 20 19:16:40 ARCHSERVER kernel: last_pfn = 0x78000 max_arch_pfn = 0x400000000
Jun 20 19:16:40 ARCHSERVER kernel: found SMP MP-table at [mem 0x000f4db0-0x000f4dbf]
Jun 20 19:16:40 ARCHSERVER kernel: Secure boot disabled
Jun 20 19:16:40 ARCHSERVER kernel: RAMDISK: [mem 0x06a06000-0x07ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Early table checksum verification disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: RSDP 0x0000000077BA7000 000024 (v02 HPQOEM)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: XSDT 0x0000000077BA7080 00007C (v01 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: FACP 0x0000000077BB0FD8 0000F4 (v04 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: DSDT 0x0000000077BA7188 009E4A (v02 HPQOEM SLIC-BPC 00000017 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: FACS 0x0000000077BB8F80 000040
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: APIC 0x0000000077BB10D0 000068 (v03 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: MCFG 0x0000000077BB1138 00003C (v01 HPQOEM SLIC-BPC 01072009 MSFT 00000097)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: HPET 0x0000000077BB1178 000038 (v01 HPQOEM SLIC-BPC 01072009 AMI. 00000005)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB11B0 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB1520 00544C (v01 COMPAQ WMI      00000001 MSFT 03000001)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SLIC 0x0000000077BB6970 000176 (v01 HPQOEM SLIC-BPC 00000001      00000000)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0x0000000077BB6AE8 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: TCPA 0x0000000077BB7580 000032 (v02 APTIO4 NAPAASF  00000001 MSFT 01000013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: ASF! 0x0000000077BB75B8 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: BGRT 0x0000000077BB7660 00003C (v00 HPQOEM SLIC-BPC 01072009 AMI  00010013)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving FACP table memory at [mem 0x77bb0fd8-0x77bb10cb]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving DSDT table memory at [mem 0x77ba7188-0x77bb0fd1]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving FACS table memory at [mem 0x77bb8f80-0x77bb8fbf]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving APIC table memory at [mem 0x77bb10d0-0x77bb1137]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving MCFG table memory at [mem 0x77bb1138-0x77bb1173]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving HPET table memory at [mem 0x77bb1178-0x77bb11af]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb11b0-0x77bb151c]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb1520-0x77bb696b]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SLIC table memory at [mem 0x77bb6970-0x77bb6ae5]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving SSDT table memory at [mem 0x77bb6ae8-0x77bb7579]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving TCPA table memory at [mem 0x77bb7580-0x77bb75b1]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving ASF! table memory at [mem 0x77bb75b8-0x77bb765c]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Reserving BGRT table memory at [mem 0x77bb7660-0x77bb769b]
Jun 20 19:16:40 ARCHSERVER kernel: No NUMA configuration found
Jun 20 19:16:40 ARCHSERVER kernel: Faking a node at [mem 0x0000000000000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: NODE_DATA(0) allocated [mem 0x100dfb000-0x100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: Zone ranges:
Jun 20 19:16:40 ARCHSERVER kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   Normal   [mem 0x0000000100000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel:   Device   empty
Jun 20 19:16:40 ARCHSERVER kernel: Movable zone start for each node
Jun 20 19:16:40 ARCHSERVER kernel: Early memory node ranges
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000020200000-0x000000003fffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000040200000-0x000000007735dfff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000077c09000-0x0000000077ffffff]
Jun 20 19:16:40 ARCHSERVER kernel:   node   0: [mem 0x0000000100000000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000100dfffff]
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone DMA32: 2219 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: On node 0, zone Normal: 29184 pages in unavailable ranges
Jun 20 19:16:40 ARCHSERVER kernel: Reserving Intel graphics memory at [mem 0x79200000-0x7d1fffff]
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM-Timer IO Port: 0x408
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 20 19:16:40 ARCHSERVER kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jun 20 19:16:40 ARCHSERVER kernel: efi_bgrt: Ignoring BGRT: invalid image address
Jun 20 19:16:40 ARCHSERVER kernel: TSC deadline timer available
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. logical packages:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. logical dies:       1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. dies per package:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Max. threads per core:   1
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Num. cores per package:     2
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Num. threads per package:   2
Jun 20 19:16:40 ARCHSERVER kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13644000-0x13644fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13654000-0x13654fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13655000-0x13655fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x13663000-0x13663fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x7735e000-0x77940fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77941000-0x77ba6fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77ba7000-0x77bb7fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bb8000-0x77bc0fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bc1000-0x77bc5fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x77bc6000-0x77c08fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x78000000-0x78ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x79000000-0x7d1fffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0x7d200000-0xfebfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed8ffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed93fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfed94000-0xfedfffff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 20 19:16:40 ARCHSERVER kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jun 20 19:16:40 ARCHSERVER kernel: [mem 0x7d200000-0xfebfffff] available for PCI devices
Jun 20 19:16:40 ARCHSERVER kernel: Booting paravirtualized kernel on bare hardware
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 20 19:16:40 ARCHSERVER kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Jun 20 19:16:40 ARCHSERVER kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u1048576
Jun 20 19:16:40 ARCHSERVER kernel: pcpu-alloc: s233472 r8192 d28672 u1048576 alloc=1*2097152
Jun 20 19:16:40 ARCHSERVER kernel: pcpu-alloc: [0] 0 1 
Jun 20 19:16:40 ARCHSERVER kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=29440034-b499-47c6-922d-6b1cfc025a33 rw resume=UUID=f52f85c6-d2c6-4f80-97c7-077ffa15a7f1 loglevel=8 quiet
Jun 20 19:16:40 ARCHSERVER kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jun 20 19:16:40 ARCHSERVER kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Fallback order for Node 0: 0 
Jun 20 19:16:40 ARCHSERVER kernel: Built 1 zonelists, mobility grouping on.  Total pages: 483903
Jun 20 19:16:40 ARCHSERVER kernel: Policy zone: Normal
Jun 20 19:16:40 ARCHSERVER kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 20 19:16:40 ARCHSERVER kernel: software IO TLB: area num 2.
Jun 20 19:16:40 ARCHSERVER kernel: Memory: 1589636K/1967056K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 377160K reserved, 0K cma-reserved)
Jun 20 19:16:40 ARCHSERVER kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Jun 20 19:16:40 ARCHSERVER kernel: Kernel/User page tables isolation: enabled
Jun 20 19:16:40 ARCHSERVER kernel: ftrace: allocating 49858 entries in 195 pages
Jun 20 19:16:40 ARCHSERVER kernel: ftrace: allocated 195 pages with 4 groups
Jun 20 19:16:40 ARCHSERVER kernel: Dynamic Preempt: full
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 20 19:16:40 ARCHSERVER kernel:         Trampoline variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel:         Rude variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel:         Tracing variant of Tasks RCU enabled.
Jun 20 19:16:40 ARCHSERVER kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
Jun 20 19:16:40 ARCHSERVER kernel: NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
Jun 20 19:16:40 ARCHSERVER kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 20 19:16:40 ARCHSERVER kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 20 19:16:40 ARCHSERVER kernel: Console: colour dummy device 80x25
Jun 20 19:16:40 ARCHSERVER kernel: printk: legacy console [tty0] enabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Core revision 20230628
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 20 19:16:40 ARCHSERVER kernel: APIC: Switch to symmetric I/O mode setup
Jun 20 19:16:40 ARCHSERVER kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28451908024, max_idle_ns: 440795248192 ns
Jun 20 19:16:40 ARCHSERVER kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5589.26 BogoMIPS (lpj=9312416)
Jun 20 19:16:40 ARCHSERVER kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Jun 20 19:16:40 ARCHSERVER kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 20 19:16:40 ARCHSERVER kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun 20 19:16:40 ARCHSERVER kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 20 19:16:40 ARCHSERVER kernel: process: using mwait in idle threads
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Mitigation: Retpolines
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 20 19:16:40 ARCHSERVER kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 20 19:16:40 ARCHSERVER kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 20 19:16:40 ARCHSERVER kernel: MDS: Mitigation: Clear CPU buffers
Jun 20 19:16:40 ARCHSERVER kernel: MMIO Stale Data: Unknown: No mitigations
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 20 19:16:40 ARCHSERVER kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Jun 20 19:16:40 ARCHSERVER kernel: Freeing SMP alternatives memory: 40K
Jun 20 19:16:40 ARCHSERVER kernel: pid_max: default: 32768 minimum: 301
Jun 20 19:16:40 ARCHSERVER kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 20 19:16:40 ARCHSERVER kernel: landlock: Up and running.
Jun 20 19:16:40 ARCHSERVER kernel: Yama: becoming mindful.
Jun 20 19:16:40 ARCHSERVER kernel: LSM support for eBPF active
Jun 20 19:16:40 ARCHSERVER kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: CPU0: Intel(R) Pentium(R) CPU G640 @ 2.80GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Jun 20 19:16:40 ARCHSERVER kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun 20 19:16:40 ARCHSERVER kernel: ... version:                3
Jun 20 19:16:40 ARCHSERVER kernel: ... bit width:              48
Jun 20 19:16:40 ARCHSERVER kernel: ... generic registers:      8
Jun 20 19:16:40 ARCHSERVER kernel: ... value mask:             0000ffffffffffff
Jun 20 19:16:40 ARCHSERVER kernel: ... max period:             00007fffffffffff
Jun 20 19:16:40 ARCHSERVER kernel: ... fixed-purpose events:   3
Jun 20 19:16:40 ARCHSERVER kernel: ... event mask:             00000007000000ff
Jun 20 19:16:40 ARCHSERVER kernel: signal: max sigframe size: 1520
Jun 20 19:16:40 ARCHSERVER kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Jun 20 19:16:40 ARCHSERVER kernel: rcu: Hierarchical SRCU implementation.
Jun 20 19:16:40 ARCHSERVER kernel: rcu:         Max phase no-delay instances is 1000.
Jun 20 19:16:40 ARCHSERVER kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 20 19:16:40 ARCHSERVER kernel: smp: Bringing up secondary CPUs ...
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: x86: Booting SMP configuration:
Jun 20 19:16:40 ARCHSERVER kernel: .... node  #0, CPUs:      #1
Jun 20 19:16:40 ARCHSERVER kernel: smp: Brought up 1 node, 2 CPUs
Jun 20 19:16:40 ARCHSERVER kernel: smpboot: Total of 2 processors activated (11179.52 BogoMIPS)
Jun 20 19:16:40 ARCHSERVER kernel: devtmpfs: initialized
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Memory block size: 128MB
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77941000-0x77ba6fff] (2514944 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77bb8000-0x77bc0fff] (36864 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: Registering ACPI NVS region [mem 0x77bc6000-0x77c08fff] (274432 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 20 19:16:40 ARCHSERVER kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: pinctrl core: initialized pinctrl subsystem
Jun 20 19:16:40 ARCHSERVER kernel: PM: RTC time: 19:16:32, date: 2024-06-20
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 20 19:16:40 ARCHSERVER kernel: audit: initializing netlink subsys (disabled)
Jun 20 19:16:40 ARCHSERVER kernel: audit: type=2000 audit(1718910992.056:1): state=initialized audit_enabled=0 res=1
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 20 19:16:40 ARCHSERVER kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 20 19:16:40 ARCHSERVER kernel: cpuidle: using governor ladder
Jun 20 19:16:40 ARCHSERVER kernel: cpuidle: using governor menu
Jun 20 19:16:40 ARCHSERVER kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 20 19:16:40 ARCHSERVER kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Jun 20 19:16:40 ARCHSERVER kernel: PCI: not using ECAM ([mem 0xf8000000-0xfbffffff] not reserved)
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using configuration type 1 for base access
Jun 20 19:16:40 ARCHSERVER kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Jun 20 19:16:40 ARCHSERVER kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 20 19:16:40 ARCHSERVER kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 20 19:16:40 ARCHSERVER kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 20 19:16:40 ARCHSERVER kernel: Demotion targets for Node 0: null
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Module Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Processor Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Dynamic OEM Table Load:
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0xFFFF968DC05E7000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Dynamic OEM Table Load:
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: SSDT 0xFFFF968D37D7DA00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Interpreter enabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Using IOAPIC for interrupt routing
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Jun 20 19:16:40 ARCHSERVER kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using E820 reservations for host bridge windows
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: Enabled 14 GPEs in block 00 to 3F
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN00: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN01: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN02: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN03: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: \_TZ_.FN04: New power resource
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Jun 20 19:16:40 ARCHSERVER kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 20 19:16:40 ARCHSERVER kernel: PCI host bridge to bus 0000:00
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:00.0: [8086:0100] type 00 class 0x060000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: [8086:0102] type 00 class 0x030000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: BAR 0 [mem 0xf7c3c000-0xf7c3c00f 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: BAR 0 [io  0xf0e0-0xf0e7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:16.3: BAR 1 [mem 0xf7c3a000-0xf7c3afff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 1 [mem 0xf7c39000-0xf7c39fff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: BAR 2 [io  0xf080-0xf09f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: BAR 0 [mem 0xf7c38000-0xf7c383ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: BAR 0 [mem 0xf7c37000-0xf7c373ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.0: [8086:1e48] type 00 class 0x060100 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 0 [io  0xf0d0-0xf0d7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 1 [io  0xf0c0-0xf0c3]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 2 [io  0xf0b0-0xf0b7]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 3 [io  0xf0a0-0xf0a3]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 4 [io  0xf060-0xf07f]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: BAR 5 [mem 0xf7c36000-0xf7c367ff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 conventional PCI endpoint
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: BAR 0 [mem 0xf7c35000-0xf7c350ff 64bit]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1f.3: BAR 4 [io  0xf040-0xf05f]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: extended config space not accessible
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0:   bridge window [mem 0x7d200000-0xfeafffff window] (subtractive decode)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 10
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 10
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 5
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 3
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jun 20 19:16:40 ARCHSERVER kernel: iommu: Default domain type: Translated
Jun 20 19:16:40 ARCHSERVER kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 20 19:16:40 ARCHSERVER kernel: SCSI subsystem initialized
Jun 20 19:16:40 ARCHSERVER kernel: libata version 3.00 loaded.
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: bus type USB registered
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver usbfs
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver hub
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new device driver usb
Jun 20 19:16:40 ARCHSERVER kernel: EDAC MC: Ver: 3.0.0
Jun 20 19:16:40 ARCHSERVER kernel: efivars: Registered efivars operations
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel: Initializing
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  domain hash size = 128
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 20 19:16:40 ARCHSERVER kernel: NetLabel:  unlabeled traffic allowed by default
Jun 20 19:16:40 ARCHSERVER kernel: mctp: management component transport protocol core
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_MCTP protocol family
Jun 20 19:16:40 ARCHSERVER kernel: PCI: Using ACPI for IRQ routing
Jun 20 19:16:40 ARCHSERVER kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x13644018-0x13ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x13655018-0x13ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x7735e000-0x77ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: e820: reserve RAM buffer [mem 0x100e00000-0x103ffffff]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 20 19:16:40 ARCHSERVER kernel: vgaarb: loaded
Jun 20 19:16:40 ARCHSERVER kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 20 19:16:40 ARCHSERVER kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: Switched to clocksource tsc-early
Jun 20 19:16:40 ARCHSERVER kernel: VFS: Disk quotas dquot_6.6.0
Jun 20 19:16:40 ARCHSERVER kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 20 19:16:40 ARCHSERVER kernel: pnp: PnP ACPI init
Jun 20 19:16:40 ARCHSERVER kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0200-0x020f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0xffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0xffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0400-0x0453] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0458-0x047f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:04: [io  0x0a20-0x0a3f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:04: [io  0x0a10-0x0a1f] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:07: [io  0x04d0-0x04d1] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: pnp 00:08: [dma 0 disabled]
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0a: [mem 0x7d200000-0x7d200fff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: system 00:0b: [mem 0x40000000-0x401fffff] has been reserved
Jun 20 19:16:40 ARCHSERVER kernel: pnp: PnP ACPI: found 12 devices
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_INET protocol family
Jun 20 19:16:40 ARCHSERVER kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jun 20 19:16:40 ARCHSERVER kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_XDP protocol family
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1e.0: PCI bridge to [bus 01]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:00: resource 8 [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci_bus 0000:01: resource 8 [mem 0x7d200000-0xfeafffff window]
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x730 took 20599 usecs
Jun 20 19:16:40 ARCHSERVER kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x730 took 19528 usecs
Jun 20 19:16:40 ARCHSERVER kernel: PCI: CLS 64 bytes, default 64
Jun 20 19:16:40 ARCHSERVER kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 20 19:16:40 ARCHSERVER kernel: software IO TLB: mapped [mem 0x0000000071200000-0x0000000075200000] (64MB)
Jun 20 19:16:40 ARCHSERVER kernel: Trying to unpack rootfs image as initramfs...
Jun 20 19:16:40 ARCHSERVER kernel: Initialise system trusted keyrings
Jun 20 19:16:40 ARCHSERVER kernel: Key type blacklist registered
Jun 20 19:16:40 ARCHSERVER kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
Jun 20 19:16:40 ARCHSERVER kernel: zbud: loaded
Jun 20 19:16:40 ARCHSERVER kernel: fuse: init (API version 7.40)
Jun 20 19:16:40 ARCHSERVER kernel: integrity: Platform Keyring initialized
Jun 20 19:16:40 ARCHSERVER kernel: integrity: Machine keyring initialized
Jun 20 19:16:40 ARCHSERVER kernel: Key type asymmetric registered
Jun 20 19:16:40 ARCHSERVER kernel: Asymmetric key parser 'x509' registered
Jun 20 19:16:40 ARCHSERVER kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler mq-deadline registered
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler kyber registered
Jun 20 19:16:40 ARCHSERVER kernel: io scheduler bfq registered
Jun 20 19:16:40 ARCHSERVER kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 20 19:16:40 ARCHSERVER kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: button: Power Button [PWRB]
Jun 20 19:16:40 ARCHSERVER kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: button: Power Button [PWRF]
Jun 20 19:16:40 ARCHSERVER kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jun 20 19:16:40 ARCHSERVER kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Jun 20 19:16:40 ARCHSERVER kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 20 19:16:40 ARCHSERVER kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 20 19:16:40 ARCHSERVER kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
Jun 20 19:16:40 ARCHSERVER kernel: 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
Jun 20 19:16:40 ARCHSERVER kernel: Non-volatile memory driver v1.3
Jun 20 19:16:40 ARCHSERVER kernel: Linux agpgart interface v0.103
Jun 20 19:16:40 ARCHSERVER kernel: tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
Jun 20 19:16:40 ARCHSERVER kernel: Freeing initrd memory: 22504K
Jun 20 19:16:40 ARCHSERVER kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: bus type drm_connector registered
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: version 3.0
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x4)
Jun 20 19:16:40 ARCHSERVER kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
Jun 20 19:16:40 ARCHSERVER kernel: scsi host0: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host1: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host2: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host3: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host4: ahci
Jun 20 19:16:40 ARCHSERVER kernel: scsi host5: ahci
Jun 20 19:16:40 ARCHSERVER kernel: ata1: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata2: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata3: SATA max UDMA/133 abar m2048@0xf7c36000 port 0xf7c36200 irq 24 lpm-pol 3
Jun 20 19:16:40 ARCHSERVER kernel: ata4: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata5: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: ata6: DUMMY
Jun 20 19:16:40 ARCHSERVER kernel: usbcore: registered new interface driver usbserial_generic
Jun 20 19:16:40 ARCHSERVER kernel: usbserial: USB Serial support registered for generic
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: debug port 2
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: registered as rtc0
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: setting system clock to 2024-06-20T19:16:32 UTC (1718910992)
Jun 20 19:16:40 ARCHSERVER kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 20 19:16:40 ARCHSERVER kernel: intel_pstate: Intel P-state driver initializing
Jun 20 19:16:40 ARCHSERVER kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 20 19:16:40 ARCHSERVER kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Deferring console take-over
Jun 20 19:16:40 ARCHSERVER kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 20 19:16:40 ARCHSERVER kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 20 19:16:40 ARCHSERVER kernel: drop_monitor: Initializing network drop monitor service
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_INET6 protocol family
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c38000
Jun 20 19:16:40 ARCHSERVER kernel: Segment Routing with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: RPL Segment Routing with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: In-situ OAM (IOAM) with IPv6
Jun 20 19:16:40 ARCHSERVER kernel: NET: Registered PF_PACKET protocol family
Jun 20 19:16:40 ARCHSERVER kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 20 19:16:40 ARCHSERVER kernel: microcode: Current revision: 0x0000002f
Jun 20 19:16:40 ARCHSERVER kernel: microcode: Updated early from: 0x00000026
Jun 20 19:16:40 ARCHSERVER kernel: IPI shorthand broadcast: enabled
Jun 20 19:16:40 ARCHSERVER kernel: sched_clock: Marking stable (463352493, 933042)->(468928110, -4642575)
Jun 20 19:16:40 ARCHSERVER kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jun 20 19:16:40 ARCHSERVER kernel: registered taskstats version 1
Jun 20 19:16:40 ARCHSERVER kernel: Loading compiled-in X.509 certificates
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun 20 19:16:40 ARCHSERVER kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3400de6c9516747aaf0a57f8b64cfee5190d9a17'
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: Product: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: Manufacturer: Linux 6.9.5-arch1-1 ehci_hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-0:1.0: 3 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: debug port 2
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c37000
Jun 20 19:16:40 ARCHSERVER kernel: zswap: loaded using pool zstd/zsmalloc
Jun 20 19:16:40 ARCHSERVER kernel: Key type .fscrypt registered
Jun 20 19:16:40 ARCHSERVER kernel: Key type fscrypt-provisioning registered
Jun 20 19:16:40 ARCHSERVER kernel: PM:   Magic number: 12:239:294
Jun 20 19:16:40 ARCHSERVER kernel: ata_device dev2.0: hash matches
Jun 20 19:16:40 ARCHSERVER kernel:  dev2.0: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: misc hpet: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: tty tty27: hash matches
Jun 20 19:16:40 ARCHSERVER kernel: RAS: Correctable Errors collector initialized.
Jun 20 19:16:40 ARCHSERVER kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: Product: EHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: Manufacturer: Linux 6.9.5-arch1-1 ehci_hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-0:1.0: 3 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jun 20 19:16:40 ARCHSERVER kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ATA-8: TOSHIBA HDWD110, MS2OA8J0, max UDMA/133
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:16:40 ARCHSERVER kernel: ata3.00: configured for UDMA/133
Jun 20 19:16:40 ARCHSERVER kernel: scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA HDWD110  A8J0 PQ: 0 ANSI: 5
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Write Protect is off
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jun 20 19:16:40 ARCHSERVER kernel:  sda: sda1 sda2 sda3
Jun 20 19:16:40 ARCHSERVER kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Jun 20 19:16:40 ARCHSERVER kernel: clk: Disabling unused clocks
Jun 20 19:16:40 ARCHSERVER kernel: PM: genpd: Disabling unused power domains
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused decrypted memory: 2028K
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 20 19:16:40 ARCHSERVER kernel: Write protecting the kernel read-only data: 32768k
Jun 20 19:16:40 ARCHSERVER kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 19:16:40 ARCHSERVER kernel: rodata_test: all tests were successful
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checking user space page tables
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jun 20 19:16:40 ARCHSERVER kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-1:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 1-1:1.0: 6 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jun 20 19:16:40 ARCHSERVER kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-1:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 2-1:1.0: 8 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 19:16:40 ARCHSERVER kernel: Run /init as init process
Jun 20 19:16:40 ARCHSERVER kernel:   with arguments:
Jun 20 19:16:40 ARCHSERVER kernel:     /init
Jun 20 19:16:40 ARCHSERVER kernel:   with environment:
Jun 20 19:16:40 ARCHSERVER kernel:     HOME=/
Jun 20 19:16:40 ARCHSERVER kernel:     TERM=linux
Jun 20 19:16:40 ARCHSERVER kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jun 20 19:16:40 ARCHSERVER kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: Product: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: Manufacturer: Linux 6.9.5-arch1-1 xhci-hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb3: SerialNumber: 0000:00:14.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 3-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 3-0:1.0: 4 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: Product: xHCI Host Controller
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: Manufacturer: Linux 6.9.5-arch1-1 xhci-hcd
Jun 20 19:16:40 ARCHSERVER kernel: usb usb4: SerialNumber: 0000:00:14.0
Jun 20 19:16:40 ARCHSERVER kernel: hub 4-0:1.0: USB hub found
Jun 20 19:16:40 ARCHSERVER kernel: hub 4-0:1.0: 4 ports detected
Jun 20 19:16:40 ARCHSERVER kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jun 20 19:16:40 ARCHSERVER kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 20 19:16:40 ARCHSERVER kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 20 19:16:40 ARCHSERVER kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Jun 20 19:16:40 ARCHSERVER kernel: tsc: Refined TSC clocksource calibration: 2793.653 MHz
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844d4ef8cd, max_idle_ns: 440795255620 ns
Jun 20 19:16:40 ARCHSERVER kernel: clocksource: Switched to clocksource tsc
Jun 20 19:16:40 ARCHSERVER kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 20 19:16:40 ARCHSERVER kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Jun 20 19:16:40 ARCHSERVER kernel: ACPI: video: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: i915drmfb (fb0) is primary device
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Deferring console take-over
Jun 20 19:16:40 ARCHSERVER kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 20 19:16:40 ARCHSERVER kernel: PM: Image not found (code -22)
Jun 20 19:16:40 ARCHSERVER kernel: fbcon: Taking over console
Jun 20 19:16:40 ARCHSERVER kernel: Console: switching to colour frame buffer device 240x67
Jun 20 19:16:40 ARCHSERVER kernel: EXT4-fs (sda3): mounted filesystem 29440034-b499-47c6-922d-6b1cfc025a33 r/w with ordered data mode. Quota mode: none.
Jun 20 19:16:40 ARCHSERVER systemd[1]: systemd 256.1-1-arch-g34ba18b^ running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jun 20 19:16:40 ARCHSERVER systemd[1]: Detected architecture x86-64.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Hostname set to <ARCHSERVER>.
Jun 20 19:16:40 ARCHSERVER systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jun 20 19:16:40 ARCHSERVER kernel: random: crng init done
Jun 20 19:16:40 ARCHSERVER systemd[1]: Queued start job for default target Multi-User System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/dirmngr.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/getty.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/keyboxd.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice Slice /system/modprobe.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Created slice User and Session Slice.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Expecting device /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Encrypted Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Path Units.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Remote File Systems.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Slice Units.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Reached target Local Verity Protected Volumes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Process Core Dump Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Credential Encryption/Decryption.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Journal Socket (/dev/log).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on Journal Sockets.
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on udev Control Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on udev Kernel Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Listening on User Database Manager Socket.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Huge Pages File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting POSIX Message Queue File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Kernel Debug File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounting Kernel Trace File System...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Create List of Static Device Nodes...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module configfs...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module dm_mod...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module drm...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module fuse...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Module loop...
Jun 20 19:16:40 ARCHSERVER systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Journal Service...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load Kernel Modules...
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load udev Rules from Credentials...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Coldplug All udev Devices...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Create List of Static Device Nodes.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 20 19:16:40 ARCHSERVER kernel: loop: module loaded
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module loop.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Huge Pages File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted POSIX Message Queue File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Kernel Debug File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Mounted Kernel Trace File System.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Modules.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Apply Kernel Variables...
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Collecting audit messages is disabled.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Journal started
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Runtime Journal (/run/log/journal/0680255eeef3483c9116b33cd06115fa) is 8M, max 88.8M, 80.8M free.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Started Journal Service.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Apply Kernel Variables.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module configfs.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module drm.
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module fuse.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load udev Rules from Credentials.
Jun 20 19:16:40 ARCHSERVER kernel: EXT4-fs (sda3): re-mounted 29440034-b499-47c6-922d-6b1cfc025a33 r/w. Quota mode: none.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting Load/Save OS Random Seed...
Jun 20 19:16:40 ARCHSERVER systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:40 ARCHSERVER systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 20 19:16:40 ARCHSERVER kernel: device-mapper: uevent: version 1.0.3
Jun 20 19:16:40 ARCHSERVER kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load Kernel Module dm_mod.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: Time spent on flushing to /var/log/journal/0680255eeef3483c9116b33cd06115fa is 591.066ms for 767 entries.
Jun 20 19:16:40 ARCHSERVER systemd-journald[241]: System Journal (/var/log/journal/0680255eeef3483c9116b33cd06115fa) is 342.4M, max 4G, 3.6G free.
Jun 20 19:16:44 ARCHSERVER systemd-journald[241]: Received client request to flush runtime journal.
Jun 20 19:16:44 ARCHSERVER kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 20 19:16:44 ARCHSERVER kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 20 19:16:44 ARCHSERVER kernel: PTP clock support registered
Jun 20 19:16:44 ARCHSERVER kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jun 20 19:16:44 ARCHSERVER kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Jun 20 19:16:44 ARCHSERVER kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 19:16:44 ARCHSERVER kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun 20 19:16:44 ARCHSERVER kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 80:c1:6e:fa:ab:10
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
Jun 20 19:16:44 ARCHSERVER kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 20 19:16:44 ARCHSERVER kernel: i2c i2c-7: Successfully instantiated SPD at 0x50
Jun 20 19:16:44 ARCHSERVER kernel: input: HP WMI hotkeys as /devices/virtual/input/input6
Jun 20 19:16:44 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: renamed from eth0
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jun 20 19:16:44 ARCHSERVER kernel: at24 7-0050: supply vcc not found, using dummy regulator
Jun 20 19:16:44 ARCHSERVER kernel: at24 7-0050: 256 byte spd EEPROM, read-only
Jun 20 19:16:44 ARCHSERVER kernel: cryptd: max_cpu_qlen set to 1000
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_vendor_support: vendor-support=0
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_wdt iTCO_wdt.1.auto: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Jun 20 19:16:44 ARCHSERVER kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_intel 0000:00:1b.0: enabling device (0100 -> 0102)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 20 19:16:44 ARCHSERVER kernel: Adding 16777212k swap on /dev/sda2.  Priority:-2 extents:1 across:16777212k 
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0: ALC221: SKU not ready 0x411111f0
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Jun 20 19:16:44 ARCHSERVER kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1b
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Jun 20 19:16:44 ARCHSERVER kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain package
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain core
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: Found RAPL domain uncore
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: package-0:package:long_term locked by BIOS
Jun 20 19:16:44 ARCHSERVER kernel: intel_rapl_common: package-0:package:short_term locked by BIOS
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Coldplug All udev Devices.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Finished Load/Save OS Random Seed.
Jun 20 19:16:40 ARCHSERVER systemd[1]: Starting User Database Manager...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Started User Database Manager.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounting FUSE Control File System...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounting Kernel Configuration File System...
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounted FUSE Control File System.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Mounted Kernel Configuration File System.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Reached target Preparation for Local File Systems.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 20 19:16:41 ARCHSERVER systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 20 19:16:41 ARCHSERVER systemd-udevd[282]: Using default interface naming scheme 'v255'.
Jun 20 19:16:41 ARCHSERVER systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Starting Virtual Console Setup...
Jun 20 19:16:42 ARCHSERVER systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Stopped Virtual Console Setup.
Jun 20 19:16:42 ARCHSERVER systemd[1]: Starting Virtual Console Setup...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Found device TOSHIBA_HDWD110 2.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Activating swap /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Finished Virtual Console Setup.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Activated swap /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Swaps.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Mounting Temporary Directory /tmp...
Jun 20 19:16:43 ARCHSERVER systemd[1]: Mounted Temporary Directory /tmp.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Local File Systems.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on Boot Entries Service Socket.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Listening on System Extension Image Management.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 20 19:16:43 ARCHSERVER systemd[1]: Reached target Sound Card.
Jun 20 19:16:44 ARCHSERVER systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 20 19:16:44 ARCHSERVER systemd[1]: Starting Create System Files and Directories...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Finished Create System Files and Directories.
Jun 20 19:16:46 ARCHSERVER systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 19:16:46 ARCHSERVER systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target System Initialization.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily man-db regeneration.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily verification of password and group files.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Timer Units.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Listening on Hostname Service Socket.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Socket Units.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting D-Bus System Message Bus...
Jun 20 19:16:46 ARCHSERVER systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started D-Bus System Message Bus.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Reached target Basic System.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Network Manager...
Jun 20 19:16:46 ARCHSERVER systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting User Login Management...
Jun 20 19:16:46 ARCHSERVER systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 19:16:46 ARCHSERVER dbus-broker-launch[343]: Ready
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: New seat seat0.
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 20 19:16:46 ARCHSERVER systemd-logind[346]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started User Login Management.
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7223] NetworkManager (version 1.48.0-1) is starting... (boot:66c8fc76-c73d-49ee-9f9a-20e22e77aa44)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7223] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.7750] manager[0x5adafc68e000]: monitoring kernel firmware directory '/lib/firmware'.
Jun 20 19:16:46 ARCHSERVER systemd[1]: Starting Hostname Service...
Jun 20 19:16:46 ARCHSERVER systemd[1]: Started Hostname Service.
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8757] hostname: hostname: using hostnamed
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8758] hostname: static hostname changed from (none) to "ARCHSERVER"
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8764] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8767] manager[0x5adafc68e000]: rfkill: Wi-Fi hardware radio set enabled
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.8767] manager[0x5adafc68e000]: rfkill: WWAN hardware radio set enabled
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9764] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wwan.so)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9885] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wifi.so)
Jun 20 19:16:46 ARCHSERVER NetworkManager[345]: <info>  [1718911006.9996] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-ovs.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1974] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-team.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1984] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-adsl.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1991] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-bluetooth.so)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1994] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1995] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.1995] manager: Networking is enabled by state file
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2324] settings: Loaded settings plugin: keyfile (internal)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2844] dhcp: init: Using DHCP client 'internal'
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2847] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2864] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2951] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2957] device (lo): Activation: starting connection 'lo' (4fe1f9ff-5fa2-4852-aa1a-2f82340f278a)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2965] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2976] settings: (eno1): created default wired connection 'Wired connection 1'
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.2976] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Network Manager.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Reached target Network.
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5150] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Network Manager Wait Online...
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5172] ovsdb: disconnected from ovsdb
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5173] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5176] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5177] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5182] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started OpenSSH Daemon.
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5249] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5254] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 20 19:16:47 ARCHSERVER NetworkManager[345]: <info>  [1718911007.5261] device (lo): Activation: successful, device activated.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Starting Permit User Sessions...
Jun 20 19:16:47 ARCHSERVER systemd[1]: Finished Permit User Sessions.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Started Getty on tty1.
Jun 20 19:16:47 ARCHSERVER systemd[1]: Reached target Login Prompts.
Jun 20 19:16:47 ARCHSERVER sshd[370]: Server listening on 0.0.0.0 port 22.
Jun 20 19:16:47 ARCHSERVER sshd[370]: Server listening on :: port 22.
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8626] device (eno1): carrier: link connected
Jun 20 19:16:50 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8630] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8635] policy: auto-activating connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8639] device (eno1): Activation: starting connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8640] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8642] manager: NetworkManager state is now CONNECTING
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8643] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8648] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:50 ARCHSERVER NetworkManager[345]: <info>  [1718911010.8653] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:16:52 ARCHSERVER dbus-broker-launch[343]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 20 19:16:57 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.5976] dhcp4 (eno1): state changed new lease, address=192.168.88.199, acd pending
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.7596] dhcp4 (eno1): state changed new lease, address=192.168.88.199
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.7600] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9170] device (eno1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:16:59 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9523] device (eno1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9525] device (eno1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9529] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9531] device (eno1): Activation: successful, device activated.
Jun 20 19:16:59 ARCHSERVER NetworkManager[345]: <info>  [1718911019.9539] manager: startup complete
Jun 20 19:16:59 ARCHSERVER systemd[1]: Finished Network Manager Wait Online.
Jun 20 19:16:59 ARCHSERVER systemd[1]: Reached target Network is Online.
Jun 20 19:16:59 ARCHSERVER systemd[1]: Starting cloudflared...
Jun 20 19:17:00 ARCHSERVER NetworkManager[345]: <info>  [1718911020.2935] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Starting tunnel tunnelID=f3d67446-e645-4da8-be01-cdd371f134e5
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Version 2024.6.1
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF GOOS: linux, GOVersion: go1.22.2, GoArch: amd64
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Settings: map[cred-file:/root/.cloudflared/0287f9eb-cdcb-4375-817a-e17e9e5a2c3b.json credentials-file:/root/.cloudflared/0287f9eb-cdcb-4375-817a-e17e9e5a2c3b.json no-autoupdate:true token:***** url:http://localhost:8000]
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Generated Connector ID: d7586c5c-4b5a-4f46-badb-06200646c35c
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF cloudflared will not automatically update if installed by a package manager.
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF Initial protocol quic
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF ICMP proxy will use 192.168.88.199 as source for IPv4
Jun 20 19:17:00 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:00Z INF ICMP proxy will use fe80::1048:35fc:4802:684 in zone eno1 as source for IPv6
Jun 20 19:17:01 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:01Z INF Starting metrics server on 127.0.0.1:41695/metrics
Jun 20 19:17:02 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:02Z INF Registered tunnel connection connIndex=0 connection=89a3b992-a1c3-43de-87c7-2a7eee7db661 event=0 ip=198.41.192.227 location=dus01 protocol=quic
Jun 20 19:17:02 ARCHSERVER systemd[1]: Started cloudflared.
Jun 20 19:17:02 ARCHSERVER systemd[1]: Reached target Multi-User System.
Jun 20 19:17:02 ARCHSERVER systemd[1]: Startup finished in 2.753s (kernel) + 28.149s (userspace) = 30.902s.
Jun 20 19:17:03 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:03Z INF Registered tunnel connection connIndex=1 connection=8b48135f-6bb5-4fee-b75e-3c5e5554e802 event=0 ip=198.41.200.53 location=ams01 protocol=quic
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:04Z INF Updated to new configuration config="{\"ingress\":[{\"hostname\":\"ssh.kfkorulczyk.pl\",\"service\":\"ssh://localhost\"},{\"service\":\"http_status:404\"}],\"warp-routing\":{\"enabled\":false}}" version=1
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024/06/20 19:17:04 rpc: abort: rpc: aborted by remote: rpc: shutdown
Jun 20 19:17:04 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:04Z INF Registered tunnel connection connIndex=2 connection=efbe26f7-c875-4b32-a31b-4adef4468b7e event=0 ip=198.41.192.67 location=dus01 protocol=quic
Jun 20 19:17:05 ARCHSERVER cloudflared[387]: 2024-06-20T19:17:05Z INF Registered tunnel connection connIndex=3 connection=5964e63c-c396-415c-81bb-839f46c08fe6 event=0 ip=198.41.200.63 location=ams06 protocol=quic
Jun 20 19:17:09 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:17:16 ARCHSERVER systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_systemd_home(sshd:auth): New sd-bus connection (system-bus-pam-systemd-home-402) opened.
Jun 20 19:19:09 ARCHSERVER dbus-broker-launch[343]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 20 19:19:09 ARCHSERVER sshd[402]: Accepted password for grandkahuna43325 from 192.168.88.69 port 43570 ssh2
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_unix(sshd:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:19:09 ARCHSERVER sshd[402]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-402) opened.
Jun 20 19:19:09 ARCHSERVER systemd-logind[346]: New session 1 of user grandkahuna43325.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Created slice User Slice of UID 1000.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 20 19:19:09 ARCHSERVER systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 20 19:19:09 ARCHSERVER systemd[1]: Starting User Manager for UID 1000...
Jun 20 19:19:09 ARCHSERVER (systemd)[410]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[grandkahuna43325] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 19:19:09 ARCHSERVER (systemd)[410]: pam_unix(systemd-user:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:19:09 ARCHSERVER systemd-logind[346]: New session 2 of user grandkahuna43325.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Queued start job for default target Main User Target.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Created slice User Application Slice.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Paths.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Timers.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Starting D-Bus User Message Bus Socket...
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG network certificate management daemon.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on GnuPG public key management service.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on p11-kit server.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Listening on D-Bus User Message Bus Socket.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Sockets.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Basic System.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Reached target Main User Target.
Jun 20 19:19:10 ARCHSERVER systemd[410]: Startup finished in 242ms.
Jun 20 19:19:10 ARCHSERVER systemd[1]: Started User Manager for UID 1000.
Jun 20 19:19:10 ARCHSERVER systemd[1]: Started Session 1 of User grandkahuna43325.
Jun 20 19:19:23 ARCHSERVER su[425]: (to root) grandkahuna43325 on pts/0
Jun 20 19:19:23 ARCHSERVER su[425]: pam_unix(su:session): session opened for user root(uid=0) by grandkahuna43325(uid=1000)
Jun 20 19:19:42 ARCHSERVER systemd-logind[346]: The system will hibernate now!
Jun 20 19:19:42 ARCHSERVER NetworkManager[345]: <info>  [1718911182.1443] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jun 20 19:19:42 ARCHSERVER NetworkManager[345]: <info>  [1718911182.1443] manager: NetworkManager state is now ASLEEP
Jun 20 19:19:42 ARCHSERVER systemd[1]: Reached target Sleep.
Jun 20 19:19:42 ARCHSERVER systemd[1]: Starting System Hibernate...
Jun 20 19:19:42 ARCHSERVER systemd-sleep[440]: Successfully froze unit 'user.slice'.
Jun 20 19:19:42 ARCHSERVER systemd-sleep[440]: Performing sleep operation 'hibernate'...
Jun 20 19:19:42 ARCHSERVER kernel: PM: hibernation: hibernation entry
Jun 20 19:20:39 ARCHSERVER kernel: Filesystems sync: 0.169 seconds
Jun 20 19:20:39 ARCHSERVER kernel: Freezing user space processes
Jun 20 19:20:39 ARCHSERVER kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jun 20 19:20:39 ARCHSERVER kernel: OOM killer disabled.
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x000a0000-0x000fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13644000-0x13644fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13654000-0x13655fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x13663000-0x13663fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x20000000-0x201fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x40000000-0x401fffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x7735e000-0x77c08fff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Marking nosave pages: [mem 0x78000000-0xffffffff]
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Basic memory bitmaps created
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Preallocating image memory
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Allocated 137994 pages for snapshot
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Allocated 551976 kbytes in 0.15 seconds (3679.84 MB/s)
Jun 20 19:20:39 ARCHSERVER kernel: Freezing remaining freezable tasks
Jun 20 19:20:39 ARCHSERVER kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jun 20 19:20:39 ARCHSERVER kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: Entering standby power mode
Jun 20 19:20:39 ARCHSERVER kernel: serial 00:08: disabled
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Preparing to enter system sleep state S4
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Saving platform NVS memory
Jun 20 19:20:39 ARCHSERVER kernel: Disabling non-boot CPUs ...
Jun 20 19:20:39 ARCHSERVER kernel: smpboot: CPU 1 is now offline
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Creating image:
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Need to copy 125257 pages
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Normal pages needed: 125257 + 1024, available pages: 365929
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Restoring platform NVS memory
Jun 20 19:20:39 ARCHSERVER kernel: Enabling non-boot CPUs ...
Jun 20 19:20:39 ARCHSERVER kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Jun 20 19:20:39 ARCHSERVER kernel: CPU1 is up
Jun 20 19:20:39 ARCHSERVER kernel: ACPI: PM: Waking up from system sleep state S4
Jun 20 19:20:39 ARCHSERVER kernel: usb usb3: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb4: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb1: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: usb usb2: root hub lost power or was reset
Jun 20 19:20:39 ARCHSERVER kernel: serial 00:08: activated
Jun 20 19:20:39 ARCHSERVER kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Jun 20 19:20:39 ARCHSERVER kernel: usb 1-1: reset high-speed USB device number 2 using ehci-pci
Jun 20 19:20:39 ARCHSERVER kernel: usb 2-1: reset high-speed USB device number 2 using ehci-pci
Jun 20 19:20:39 ARCHSERVER kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: sd 2:0:0:0: [sda] Starting disk
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: configured for UDMA/133
Jun 20 19:20:39 ARCHSERVER kernel: ata3.00: Entering active power mode
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: Basic memory bitmaps freed
Jun 20 19:20:39 ARCHSERVER kernel: OOM killer enabled.
Jun 20 19:20:39 ARCHSERVER kernel: Restarting tasks ... done.
Jun 20 19:20:39 ARCHSERVER kernel: PM: hibernation: hibernation exit
Jun 20 19:20:39 ARCHSERVER systemd-sleep[440]: System returned from sleep operation 'hibernate'.
Jun 20 19:20:39 ARCHSERVER systemd-sleep[440]: Successfully thawed unit 'user.slice'.
Jun 20 19:20:39 ARCHSERVER systemd[1]: systemd-hibernate.service: Deactivated successfully.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Finished System Hibernate.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Reached target System Hibernation.
Jun 20 19:20:39 ARCHSERVER systemd-logind[346]: Operation 'hibernate' finished.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Stopped target Sleep.
Jun 20 19:20:39 ARCHSERVER systemd[1]: Stopped target System Hibernation.
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3928] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3928] device (eno1): state change: activated -> unmanaged (reason 'unmanaged-sleeping', sys-iface-state: 'managed')
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3929] dhcp4 (eno1): canceled DHCP transaction
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3930] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.3930] dhcp4 (eno1): state changed no lease
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.4974] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.5951] manager: NetworkManager state is now DISCONNECTED
Jun 20 19:20:39 ARCHSERVER NetworkManager[345]: <info>  [1718911239.5958] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 20 19:20:39 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Down
Jun 20 19:20:39 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:39 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:39 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:39Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Unregistered tunnel connection connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z WRN Failed to serve quic connection error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z WRN Serve tunnel error error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Connection terminated error="failed to accept QUIC stream: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 4s connIndex=3 event=0 ip=198.41.200.63
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:40 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:40Z INF Retrying connection in up to 4s connIndex=0 event=0 ip=198.41.192.227
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.227:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Connection terminated error="INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 4s connIndex=1 event=0 ip=198.41.200.53
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 4s connIndex=2 event=0 ip=198.41.192.67
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z ERR Failed to create new quic connection error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.37:7844: sendmsg: network is unreachable" connIndex=0 event=0 ip=198.41.192.37
Jun 20 19:20:41 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:41Z INF Retrying connection in up to 8s connIndex=0 event=0 ip=198.41.192.37
Jun 20 19:20:42 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:42Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:43588->198.41.200.53:7844: sendmsg: network is unreachable" connIndex=1
Jun 20 19:20:42 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:42Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39164->198.41.192.37:7844: sendmsg: network is unreachable" connIndex=0
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5870] device (eno1): carrier: link connected
Jun 20 19:20:42 ARCHSERVER kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5872] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5878] policy: auto-activating connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5882] device (eno1): Activation: starting connection 'Wired connection 1' (39ffd004-489c-3ef6-a701-56af2af6ecec)
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5883] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5884] manager: NetworkManager state is now CONNECTING
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5885] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5889] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:42 ARCHSERVER NetworkManager[345]: <info>  [1718911242.5893] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:20:43 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:43Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:39396->198.41.200.63:7844: sendmsg: network is unreachable" connIndex=3
Jun 20 19:20:45 ARCHSERVER cloudflared[387]: 2024-06-20T19:20:45Z ERR Connection terminated error="failed to dial to edge with quic: INTERNAL_ERROR (local): write udp [::]:51443->198.41.192.67:7844: sendmsg: network is unreachable" connIndex=2
Jun 20 19:20:49 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.0069] dhcp4 (eno1): state changed new lease, address=192.168.88.199, acd pending
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.1739] dhcp4 (eno1): state changed new lease, address=192.168.88.199
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.1742] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3025] device (eno1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 19:20:51 ARCHSERVER systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3433] device (eno1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3435] device (eno1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3438] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.3440] device (eno1): Activation: successful, device activated.
Jun 20 19:20:51 ARCHSERVER NetworkManager[345]: <info>  [1718911251.5858] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 19:20:56 ARCHSERVER sshd[418]: Received disconnect from 192.168.88.69 port 43570:11: disconnected by user
Jun 20 19:20:56 ARCHSERVER sshd[418]: Disconnected from user grandkahuna43325 192.168.88.69 port 43570
Jun 20 19:20:56 ARCHSERVER sshd[402]: pam_unix(sshd:session): session closed for user grandkahuna43325
Jun 20 19:20:56 ARCHSERVER sshd[402]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-402) opened.
Jun 20 19:20:56 ARCHSERVER systemd-logind[346]: Session 1 logged out. Waiting for processes to exit.
Jun 20 19:20:56 ARCHSERVER su[425]: pam_unix(su:session): session closed for user root
Jun 20 19:20:56 ARCHSERVER systemd[1]: session-1.scope: Deactivated successfully.
Jun 20 19:20:56 ARCHSERVER systemd-logind[346]: Removed session 1.
Jun 20 19:21:01 ARCHSERVER systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopping User Manager for UID 1000...
Jun 20 19:21:07 ARCHSERVER systemd[410]: Activating special unit Exit the Session...
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Main User Target.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Basic System.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Paths.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Sockets.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Stopped target Timers.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed D-Bus User Message Bus Socket.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG network certificate management daemon.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed GnuPG public key management service.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Closed p11-kit server.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Removed slice User Application Slice.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Reached target Shutdown.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Finished Exit the Session.
Jun 20 19:21:07 ARCHSERVER systemd[410]: Reached target Exit the Session.
Jun 20 19:21:07 ARCHSERVER (sd-pam)[412]: pam_unix(systemd-user:session): session closed for user grandkahuna43325
Jun 20 19:21:07 ARCHSERVER systemd[1]: user@1000.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopped User Manager for UID 1000.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jun 20 19:21:07 ARCHSERVER systemd[1]: run-user-1000.mount: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jun 20 19:21:07 ARCHSERVER systemd[1]: Removed slice User Slice of UID 1000.
Jun 20 19:21:07 ARCHSERVER systemd-logind[346]: Removed session 2.
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=1 connection=ddac2a3f-de6d-4169-8582-e100d8a53ee2 event=0 ip=198.41.200.193 location=ams06 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=3 connection=e21635b3-047f-4ec0-8ae5-ea50daad5133 event=0 ip=198.41.200.23 location=ams06 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=0 connection=3cae05d0-3e4b-4639-a887-cb942c725bf5 event=0 ip=198.41.192.27 location=dus01 protocol=quic
Jun 20 19:21:46 ARCHSERVER cloudflared[387]: 2024-06-20T19:21:46Z INF Registered tunnel connection connIndex=2 connection=6904ffe8-c5b8-4100-bd91-f4377474d6eb event=0 ip=198.41.192.7 location=dus01 protocol=quic
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_systemd_home(sshd:auth): New sd-bus connection (system-bus-pam-systemd-home-540) opened.
Jun 20 19:23:05 ARCHSERVER sshd[540]: Accepted password for grandkahuna43325 from 192.168.88.69 port 50934 ssh2
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_unix(sshd:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:23:05 ARCHSERVER sshd[540]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-540) opened.
Jun 20 19:23:05 ARCHSERVER systemd-logind[346]: New session 3 of user grandkahuna43325.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Created slice User Slice of UID 1000.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 20 19:23:05 ARCHSERVER systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 20 19:23:05 ARCHSERVER systemd[1]: Starting User Manager for UID 1000...
Jun 20 19:23:05 ARCHSERVER (systemd)[547]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[grandkahuna43325] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 19:23:05 ARCHSERVER (systemd)[547]: pam_unix(systemd-user:session): session opened for user grandkahuna43325(uid=1000) by grandkahuna43325(uid=0)
Jun 20 19:23:05 ARCHSERVER systemd-logind[346]: New session 4 of user grandkahuna43325.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Queued start job for default target Main User Target.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Created slice User Application Slice.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Paths.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Timers.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Starting D-Bus User Message Bus Socket...
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG network certificate management daemon.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on GnuPG public key management service.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on p11-kit server.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Listening on D-Bus User Message Bus Socket.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Sockets.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Basic System.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Reached target Main User Target.
Jun 20 19:23:06 ARCHSERVER systemd[547]: Startup finished in 142ms.
Jun 20 19:23:06 ARCHSERVER systemd[1]: Started User Manager for UID 1000.
Jun 20 19:23:06 ARCHSERVER systemd[1]: Started Session 3 of User grandkahuna43325.
Jun 20 19:23:17 ARCHSERVER sudo[562]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-562) opened.
Jun 20 19:23:24 ARCHSERVER sudo[562]: grandkahuna43325 : TTY=pts/0 ; PWD=/home/grandkahuna43325 ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 20 19:23:24 ARCHSERVER sudo[562]: pam_unix(sudo:session): session opened for user root(uid=0) by grandkahuna43325(uid=1000)
Jun 20 19:23:25 ARCHSERVER sudo[562]: pam_unix(sudo:session): session closed for user root
Jun 20 19:23:29 ARCHSERVER systemd[1]: Starting Authorization Manager...
Jun 20 19:23:29 ARCHSERVER polkitd[569]: Started polkitd version 124
Jun 20 19:23:29 ARCHSERVER polkitd[569]: Loading rules from directory /etc/polkit-1/rules.d
Jun 20 19:23:29 ARCHSERVER polkitd[569]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 20 19:23:29 ARCHSERVER polkitd[569]: Finished loading, compiling and executing 2 rules
Jun 20 19:23:29 ARCHSERVER systemd[1]: Started Authorization Manager.
Jun 20 19:23:29 ARCHSERVER polkitd[569]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 20 19:23:33 ARCHSERVER sudo[584]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-584) opened.
Jun 20 19:23:33 ARCHSERVER sudo[584]: grandkahuna43325 : TTY=pts/0 ; PWD=/home/grandkahuna43325 ; USER=root ; COMMAND=/usr/bin/reboot
Jun 20 19:23:33 ARCHSERVER sudo[584]: pam_unix(sudo:session): session opened for user root(uid=0) by grandkahuna43325(uid=1000)
Jun 20 19:23:33 ARCHSERVER systemd-logind[346]: The system will reboot now!
Jun 20 19:23:33 ARCHSERVER systemd-logind[346]: System is rebooting.
Jun 20 19:23:33 ARCHSERVER sudo[584]: pam_unix(sudo:session): session closed for user root
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping Session 3 of User grandkahuna43325...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Removed slice Slice /system/modprobe.
Jun 20 19:23:33 ARCHSERVER sshd[540]: pam_unix(sshd:session): session closed for user grandkahuna43325
Jun 20 19:23:33 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:33Z INF Initiating graceful shutdown due to signal terminated ...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped target Multi-User System.
Jun 20 19:23:33 ARCHSERVER sshd[540]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-540) opened.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped target Login Prompts.
Jun 20 19:23:33 ARCHSERVER sshd[370]: Received signal 15; terminating.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped target Sound Card.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped target Timer Units.
Jun 20 19:23:33 ARCHSERVER systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Jun 20 19:23:33 ARCHSERVER systemd[1]: man-db.timer: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Daily man-db regeneration.
Jun 20 19:23:33 ARCHSERVER systemd[1]: shadow.timer: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Daily verification of password and group files.
Jun 20 19:23:33 ARCHSERVER systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 20 19:23:33 ARCHSERVER systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping cloudflared...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping Getty on tty1...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Starting Generate shutdown-ramfs...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping Authorization Manager...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping OpenSSH Daemon...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping Load/Save OS Random Seed...
Jun 20 19:23:33 ARCHSERVER systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Load udev Rules from Credentials.
Jun 20 19:23:33 ARCHSERVER systemd[1]: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: sshd.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped OpenSSH Daemon.
Jun 20 19:23:33 ARCHSERVER systemd[1]: getty@tty1.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Getty on tty1.
Jun 20 19:23:33 ARCHSERVER systemd[1]: run-credentials-getty\x40tty1.service.mount: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: polkit.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Authorization Manager.
Jun 20 19:23:33 ARCHSERVER systemd[1]: session-3.scope: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Session 3 of User grandkahuna43325.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Removed slice Slice /system/getty.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping User Login Management...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping User Manager for UID 1000...
Jun 20 19:23:33 ARCHSERVER systemd-logind[346]: Session 3 logged out. Waiting for processes to exit.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Activating special unit Exit the Session...
Jun 20 19:23:33 ARCHSERVER systemd[547]: Stopped target Main User Target.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Stopped target Basic System.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Stopped target Paths.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Stopped target Sockets.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Stopped target Timers.
Jun 20 19:23:33 ARCHSERVER (sd-pam)[549]: pam_unix(systemd-user:session): session closed for user grandkahuna43325
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed D-Bus User Message Bus Socket.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG network certificate management daemon.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed GnuPG public key management service.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Closed p11-kit server.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Removed slice User Application Slice.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Reached target Shutdown.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Finished Exit the Session.
Jun 20 19:23:33 ARCHSERVER systemd[547]: Reached target Exit the Session.
Jun 20 19:23:33 ARCHSERVER systemd[1]: systemd-logind.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped User Login Management.
Jun 20 19:23:33 ARCHSERVER systemd[1]: user@1000.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped User Manager for UID 1000.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping Permit User Sessions...
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jun 20 19:23:33 ARCHSERVER systemd[1]: run-user-1000.mount: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Unmounted /run/user/1000.
Jun 20 19:23:33 ARCHSERVER systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jun 20 19:23:33 ARCHSERVER systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped Permit User Sessions.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Removed slice User Slice of UID 1000.
Jun 20 19:23:33 ARCHSERVER systemd[1]: Stopped target Remote File Systems.
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Unregistered tunnel connection connIndex=1 event=0 ip=198.41.200.193
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR Failed to serve quic connection error="context canceled" connIndex=1 event=0 ip=198.41.200.193
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.193
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Unregistered tunnel connection connIndex=3 event=0 ip=198.41.200.23
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR Failed to serve quic connection error="context canceled" connIndex=3 event=0 ip=198.41.200.23
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.23
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Unregistered tunnel connection connIndex=2 event=0 ip=198.41.192.7
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR Failed to serve quic connection error="context canceled" connIndex=2 event=0 ip=198.41.192.7
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.7
Jun 20 19:23:34 ARCHSERVER systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopped Load/Save OS Random Seed.
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.192.27
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR Failed to serve quic connection error="context canceled" connIndex=0 event=0 ip=198.41.192.27
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.27
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR no more connections active and exiting
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Tunnel server stopped
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z ERR icmp router terminated error="context canceled"
Jun 20 19:23:34 ARCHSERVER cloudflared[387]: 2024-06-20T19:23:34Z INF Metrics server stopped
Jun 20 19:23:34 ARCHSERVER systemd[1]: cloudflared.service: Deactivated successfully.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopped cloudflared.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopped target Network is Online.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopped target Network.
Jun 20 19:23:34 ARCHSERVER systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopped Network Manager Wait Online.
Jun 20 19:23:34 ARCHSERVER systemd[1]: Stopping Network Manager...
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.2388] caught SIGTERM, shutting down normally.
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.2394] dhcp4 (eno1): canceled DHCP transaction
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.2395] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.2395] dhcp4 (eno1): state changed no lease
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.2398] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 19:23:34 ARCHSERVER dbus-broker-launch[343]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jun 20 19:23:34 ARCHSERVER NetworkManager[345]: <info>  [1718911414.9515] exiting (success)
Jun 20 19:23:35 ARCHSERVER mkinitcpio[589]: ==> Starting build: 'none'
Jun 20 19:23:35 ARCHSERVER mkinitcpio[589]:   -> Running build hook: [sd-shutdown]
Jun 20 19:23:35 ARCHSERVER systemd[1]: NetworkManager.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Network Manager.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Basic System.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Path Units.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Slice Units.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice User and Session Slice.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Socket Units.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/dirmngr.
Jun 20 19:23:35 ARCHSERVER systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Jun 20 19:23:35 ARCHSERVER systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Jun 20 19:23:35 ARCHSERVER systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Jun 20 19:23:35 ARCHSERVER systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/gpg-agent.
Jun 20 19:23:35 ARCHSERVER systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Removed slice Slice /system/keyboxd.
Jun 20 19:23:35 ARCHSERVER systemd[1]: sshd-unix-local.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed Hostname Service Socket.
Jun 20 19:23:35 ARCHSERVER dbus-broker[344]: Dispatched 2319 messages @ 4(±5)μs / message.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopping D-Bus System Message Bus...
Jun 20 19:23:35 ARCHSERVER systemd[1]: dbus-broker.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped D-Bus System Message Bus.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dbus.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target System Initialization.
Jun 20 19:23:35 ARCHSERVER systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Local Encrypted Volumes.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Local Integrity Protected Volumes.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Local Verity Protected Volumes.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Apply Kernel Variables.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Closed Process Core Dump Socket.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Load Kernel Modules.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Jun 20 19:23:35 ARCHSERVER systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Create System Files and Directories.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Local File Systems.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Preparation for Local File Systems.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Unmounting Temporary Directory /tmp...
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: tmp.mount: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Unmounted Temporary Directory /tmp.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Stopped target Swaps.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivating swap /dev/disk/by-diskseq/1-part2...
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0\x2dpart2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0-part2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3\x2dpart2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-3-part2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0\x2dpart-by\x2duuid-f52f85c6\x2dd2c6\x2d4f80\x2d97c7\x2d077ffa15a7f1.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0-part/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2did-wwn\x2d0x5000039fd6f05e8c\x2dpart2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5000039fd6f05e8c-part2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2did-ata\x2dTOSHIBA_HDWD110_68EEDKWNS\x2dpart2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-id/ata-TOSHIBA_HDWD110_68EEDKWNS-part2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2ddiskseq-1\x2dpart2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-diskseq/1-part2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0\x2dpart-by\x2dpartnum-2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0-part/by-partnum/2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpartuuid-8deab39f\x2dfd06\x2d4380\x2d9be1\x2db6f08d83c32a.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-partuuid/8deab39f-fd06-4380-9be1-b6f08d83c32a.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0\x2dpart-by\x2dpartuuid-8deab39f\x2dfd06\x2d4380\x2d9be1\x2db6f08d83c32a.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0-part/by-partuuid/8deab39f-fd06-4380-9be1-b6f08d83c32a.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-sda2.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/sda2.
Jun 20 19:23:35 ARCHSERVER systemd[1]: dev-disk-by\x2duuid-f52f85c6\x2dd2c6\x2d4f80\x2d97c7\x2d077ffa15a7f1.swap: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Deactivated swap /dev/disk/by-uuid/f52f85c6-d2c6-4f80-97c7-077ffa15a7f1.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Reached target Unmount All Filesystems.
Jun 20 19:23:35 ARCHSERVER mkinitcpio[589]: ==> Build complete.
Jun 20 19:23:35 ARCHSERVER systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Finished Generate shutdown-ramfs.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Reached target System Shutdown.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Reached target Late Shutdown Services.
Jun 20 19:23:35 ARCHSERVER systemd[1]: systemd-reboot.service: Deactivated successfully.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Finished System Reboot.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Reached target System Reboot.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Shutting down.
Jun 20 19:23:35 ARCHSERVER systemd[1]: Using hardware watchdog 'iamt_wdt', version 1, device /dev/watchdog0
Jun 20 19:23:35 ARCHSERVER systemd[1]: Watchdog running with a hardware timeout of 10min.
Jun 20 19:23:35 ARCHSERVER systemd-shutdown[1]: Using hardware watchdog 'iamt_wdt', version 1, device /dev/watchdog0
Jun 20 19:23:35 ARCHSERVER systemd-shutdown[1]: Watchdog running with a hardware timeout of 10min.
Jun 20 19:23:35 ARCHSERVER systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 20 19:23:35 ARCHSERVER systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 20 19:23:35 ARCHSERVER systemd-journald[241]: Received SIGTERM from PID 1 (systemd-shutdow).
Jun 20 19:23:35 ARCHSERVER systemd-journald[241]: Journal stopped

Try to debug that

I've tried debug that but I'm not that good, BUT I've solved that kernel not found error.


The system is supposed to restore to its exact former condition - you initially boot, but then the memory gets restored from disk and you find your desktop with all running applications (and "unsaved" data) exactly as you left it for hibernation.

I should have mentioned that I don't use gui so I don't know how would a restored system look like. I'm just mentioning it because somehow hibernation might just not work(idk if I make sense, I just wanted you to know)

Offline

#15 2024-06-20 21:13:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

If you're logged in and have a manpage open on a second TTY the manpage will be there when waking out of hibernation - it won't when you just rebooted.

What I meant was to configure the system to boot the multi-user.target (you do this anyway), remove the quiet parameter and add the debug increasing parameters incl. also "earlyprintk=vga,keep" or "earlyprintk=efi,keep" and then shutdown the system and wake it via WOL.

The second journal you posted  is the same boot as the first journal you posted, there was probably nothing logged in the second (WOL induced) wakeup.

Offline

#16 2024-06-20 22:54:52

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

seth wrote:

and then shutdown the system and wake it via WOL.

So here are the logs from journalctl -b

https://pastebin.com/zzFeAftk
https://pastebin.com/hMyJVG8Q
https://pastebin.com/dQcHSCTu
https://pastebin.com/nmqDcy9C
https://pastebin.com/2iaQBwB9
https://pastebin.com/6Aq7DA7z
https://pastebin.com/qH80qGkf
https://pastebin.com/ru5CCnaG

And the logs from journalctl -b -1

https://pastebin.com/5HrpFUuh

sorry for so much pastebins but I couldn't fit them all in here

Offline

#17 2024-06-21 15:32:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

0x0.st allows you to post 512MB

Wrt "journalctl -b", is that from a boot where you started the system via WOL??
Seems to have worked.

If not: the idea is to enable all the debug parameters and fail to WOL-boot the system so you can maybe see where it stalls (instead of a blinking cursor)

Offline

#18 2024-06-21 19:48:44

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

0x0.st allows you to post 512MB

Good to know

I shut down my pc, WOL(blinking cursor) shut down, boot and then I do journalctl -b and journalctl -b -1

Offline

#19 2024-06-21 20:30:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

I shut down my pc, WOL(blinking cursor) shut down

Then this didn't work - when you WOL-boot the system, do you actually see the vendor splash and the bootloader (grub) or does the system actually never really post?

Offline

#20 2024-06-22 07:53:36

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

seth wrote:

I shut down my pc, WOL(blinking cursor) shut down

Then this didn't work - when you WOL-boot the system, do you actually see the vendor splash and the bootloader (grub) or does the system actually never really post?

No, it doesn't, the same thing with hibernation, it goes straight to blinking cursor.

Offline

#21 2024-06-22 17:16:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [CLOSED] wake on lan goes into blinking cursor

If the system doesn't make it to the bootloader on WOL there's nothing you could do at the OS layer.
The only interesting thing would be if the windows acpi entry on hibernation changes this (ie. if you can WOL a hibernating windows)

Otherwise you're looking for UEFI/BIOS updates.

Offline

#22 2024-06-22 18:38:02

Grandkahuna43325
Member
Registered: 2024-06-15
Posts: 11

Re: [CLOSED] wake on lan goes into blinking cursor

If the system doesn't make it to the bootloader on WOL there's nothing you could do at the OS layer.
The only interesting thing would be if the windows acpi entry on hibernation changes this (ie. if you can WOL a hibernating windows)

Otherwise you're looking for UEFI/BIOS updates.

Well I'll mark the issue as closed and play around with the bios myself, thank's for the support!

Offline

Board footer

Powered by FluxBB