You are not logged in.

#1 2024-06-03 01:36:41

scott_fakename
Member
Registered: 2012-08-15
Posts: 129

[Solved] NFSD crashing when trying to mount with Kerberos krb5p

I'm able to start NFSd on my server, but when I attempt to actually mount the share, it blocks on the client side, and on the server side I see this in journalctl:

$ sudo journalctl -f -b 0
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[692]: Reached target Sockets.
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[692]: Reached target Basic System.
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[692]: Reached target Main User Target.
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[692]: Startup finished in 355ms.
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[1]: Started User Manager for UID 1000.
Jun 02 18:22:05 nas-bot.uraxa.lan systemd[1]: Started Session 1 of User scott.
Jun 02 18:22:11 nas-bot.uraxa.lan systemd-timesyncd[480]: Contacted time server [2602:f975:22::123]:123 (2.arch.pool.ntp.org).
Jun 02 18:22:11 nas-bot.uraxa.lan systemd-timesyncd[480]: Initial clock synchronization to Sun 2024-06-02 18:22:11.588273 PDT.
Jun 02 18:22:19 nas-bot.uraxa.lan sudo[727]:    scott : TTY=pts/0 ; PWD=/home/scott ; USER=root ; COMMAND=/usr/bin/journalctl -f -b 0
Jun 02 18:22:19 nas-bot.uraxa.lan sudo[727]: pam_unix(sudo:session): session opened for user root(uid=0) by scott(uid=1000)
Jun 02 18:22:32 nas-bot.uraxa.lan sudo[753]:    scott : TTY=pts/2 ; PWD=/home/scott ; USER=root ; COMMAND=/usr/bin/echo true
Jun 02 18:22:32 nas-bot.uraxa.lan sudo[753]: pam_unix(sudo:session): session opened for user root(uid=0) by scott(uid=1000)
Jun 02 18:22:32 nas-bot.uraxa.lan sudo[753]: pam_unix(sudo:session): session closed for user root
Jun 02 18:22:38 nas-bot.uraxa.lan sudo[762]:    scott : TTY=pts/2 ; PWD=/home/scott ; USER=root ; COMMAND=/usr/local/bin/start-nas up
Jun 02 18:22:38 nas-bot.uraxa.lan sudo[762]: pam_unix(sudo:session): session opened for user root(uid=0) by scott(uid=1000)
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: Key type trusted registered
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: Key type encrypted registered
Jun 02 18:22:49 nas-bot.uraxa.lan lvm[930]: PV /dev/dm-0 online, VG ExportVG is complete.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started /usr/bin/lvm vgchange -aay --autoactivation event ExportVG.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Reached target Network is Online.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Reached target Host and Network Name Lookups.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Reached target NAS Operational.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Listening on RPCbind Server Activation Socket.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Reached target RPC Port Mapper.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Mounting NFSD configuration filesystem...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Mounting RPC Pipe File System...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting Kernel Module supporting RPCSEC_GSS...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting ExportVG LVM group...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Jun 02 18:22:49 nas-bot.uraxa.lan sudo[762]: pam_unix(sudo:session): session closed for user root
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting RPC Bind...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started RPC Bind.
Jun 02 18:22:49 nas-bot.uraxa.lan rpc.statd[969]: Version 2.6.4 starting
Jun 02 18:22:49 nas-bot.uraxa.lan rpc.statd[969]: Flags: TI-RPC
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: RPC: Registered named UNIX socket transport module.
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: RPC: Registered udp transport module.
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: RPC: Registered tcp transport module.
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: RPC: Registered tcp-with-tls transport module.
Jun 02 18:22:49 nas-bot.uraxa.lan kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Mounted RPC Pipe File System.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Reached target rpc_pipefs.target.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting NFSv4 ID-name mapping service...
Jun 02 18:22:49 nas-bot.uraxa.lan rpc.idmapd[976]: Setting log level to 0
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Finished Kernel Module supporting RPCSEC_GSS.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting GSSAPI Proxy Daemon...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started NFSv4 ID-name mapping service.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started GSSAPI Proxy Daemon.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting RPC security service for NFS client and server...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started RPC security service for NFS client and server.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Mounted NFSD configuration filesystem.
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting NFS Mount Daemon...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Starting NFSv4 Client Tracking Daemon...
Jun 02 18:22:49 nas-bot.uraxa.lan systemd[1]: Started NFSv4 Client Tracking Daemon.
Jun 02 18:22:49 nas-bot.uraxa.lan rpc.mountd[996]: Version 2.6.4 starting
Jun 02 18:22:50 nas-bot.uraxa.lan systemd[1]: Started NFS Mount Daemon.
Jun 02 18:23:02 nas-bot.uraxa.lan systemd[1]: Started Device-mapper event daemon.
Jun 02 18:23:02 nas-bot.uraxa.lan dmeventd[1020]: dmeventd ready for processing.
Jun 02 18:23:02 nas-bot.uraxa.lan dmeventd[1020]: Monitoring snapshot ExportVG-data--store_snapshot_2024--05--30.
Jun 02 18:23:03 nas-bot.uraxa.lan lvm[933]:   2 logical volume(s) in volume group "ExportVG" now active
Jun 02 18:23:03 nas-bot.uraxa.lan vgchange[961]:   2 logical volume(s) in volume group "ExportVG" now active
Jun 02 18:23:03 nas-bot.uraxa.lan systemd[1]: lvm-activate-ExportVG.service: Deactivated successfully.
Jun 02 18:23:03 nas-bot.uraxa.lan systemd[1]: Finished ExportVG LVM group.
Jun 02 18:23:03 nas-bot.uraxa.lan systemd[1]: Mounting /mnt/data-store...
Jun 02 18:23:03 nas-bot.uraxa.lan kernel: SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
Jun 02 18:23:03 nas-bot.uraxa.lan kernel: XFS (dm-2): Mounting V5 Filesystem b15d9f35-85cb-44c1-ad81-bd0a6e3b4b62
Jun 02 18:23:04 nas-bot.uraxa.lan kernel: XFS (dm-2): Starting recovery (logdev: internal)
Jun 02 18:23:05 nas-bot.uraxa.lan kernel: XFS (dm-2): Ending recovery (logdev: internal)
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Mounted /mnt/data-store.
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Mounting /srv/http/pacman-cache...
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: srv-nfs-export.mount: Directory /srv/nfs/export to mount over is not empty, mounting anyway.
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Mounting /srv/nfs/export...
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Mounted /srv/http/pacman-cache.
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Mounted /srv/nfs/export.
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Starting NFS server and services...
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Starting A high performance web server and a reverse proxy server...
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]: exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/srv/nfs".
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]:   Assuming default behaviour ('no_subtree_check').
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]:   NOTE: this default has changed since nfs-utils version 1.0.x
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]: exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/srv/nfs/export".
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]:   Assuming default behaviour ('no_subtree_check').
Jun 02 18:23:05 nas-bot.uraxa.lan exportfs[1043]:   NOTE: this default has changed since nfs-utils version 1.0.x
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Started A high performance web server and a reverse proxy server.
Jun 02 18:23:05 nas-bot.uraxa.lan kernel: RPC: Registered rdma transport module.
Jun 02 18:23:05 nas-bot.uraxa.lan kernel: RPC: Registered rdma backchannel transport module.
Jun 02 18:23:05 nas-bot.uraxa.lan kernel: NFSD: Using nfsdcld client tracking operations.
Jun 02 18:23:05 nas-bot.uraxa.lan kernel: NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Finished NFS server and services.
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Starting Notify NFS peers of a restart...
Jun 02 18:23:05 nas-bot.uraxa.lan sm-notify[1066]: Version 2.6.4 starting
Jun 02 18:23:05 nas-bot.uraxa.lan systemd[1]: Started Notify NFS peers of a restart.
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: BUG: unable to handle page fault for address: 00000000322d6d6c
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: #PF: supervisor read access in kernel mode
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: #PF: error_code(0x0000) - not-present page
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: PGD 0 P4D 0 
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Oops: 0000 [#1] PREEMPT SMP NOPTI
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CPU: 1 PID: 1064 Comm: nfsd Not tainted 6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41cefc90 EFLAGS: 00010202
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 00000000322d6d64 RCX: 0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000000ef8 RDI: ffff9749069f6590
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 0000000000000e05 R09: 0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffb12b41cefcf0
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff9749069f6590 R15: 000000000000029c
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff97497bc80000(0000) knlGS:0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CR2: 00000000322d6d6c CR3: 0000000179620000 CR4: 0000000000350ef0
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? page_fault_oops+0x15a/0x2b0
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? exc_page_fault+0x81/0x190
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? asm_exc_page_fault+0x26/0x30
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  svcauth_gss_proxy_init+0x3f6/0x4c0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  svcauth_gss_proc_init+0xc5/0x170 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  svc_process_common+0x22a/0x6a0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  svc_process+0x131/0x180 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  svc_recv+0x7f4/0x9b0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? __pfx_nfsd+0x10/0x10 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  nfsd+0x87/0xd0 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  kthread+0xcf/0x100
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ret_from_fork+0x31/0x50
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ret_from_fork_asm+0x1a/0x30
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl snd_sof_intel_hda_common soundwire_intel intel_rapl_msr snd_sof_intel_hda_mlink intel_rapl_common soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt snd_sof_utils intel_telemetry_pltdrv soundwire_generic_allocation intel_punit_ipc soundwire_bus intel_telemetry_core x86_pkg_temp_thermal intel_powerclamp snd_soc_avs coretemp snd_soc_hda_codec snd_soc_skl kvm_intel snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core snd_compress ac97_bus spi_pxa2xx_platform snd_pcm_dmaengine raid456 8250_dw dw_dmac async_raid6_recov snd_hda_intel async_memcpy polyval_generic async_pq gf128mul async_xor snd_intel_dspcfg
Jun 02 18:23:29 nas-bot.uraxa.lan kernel:  ghash_clmulni_intel async_tx sha512_ssse3 sha1_ssse3 snd_intel_sdw_acpi aesni_intel mei_pxp mei_hdcp snd_hda_codec crypto_simd snd_hda_core cryptd vfat fat snd_hwdep ledtrig_netdev rapl snd_pcm r8169 intel_cstate md_mod snd_timer pcspkr wdat_wdt realtek i2c_i801 mdio_devres intel_ish_ipc intel_lpss_pci i2c_smbus snd intel_pmc_core mei_me intel_lpss libphy idma64 intel_ishtp soundcore mei intel_vsec pmt_telemetry pinctrl_geminilake pmt_class mac_hid crypto_user loop dm_mod nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq i915 mmc_block sdhci_pci i2c_algo_bit drm_buddy cqhci ttm sdhci crc32c_intel intel_gtt sha256_ssse3 mmc_core xhci_pci drm_display_helper xhci_pci_renesas cec video wmi
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CR2: 00000000322d6d6c
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41cefc90 EFLAGS: 00010202
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 00000000322d6d64 RCX: 0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000000ef8 RDI: ffff9749069f6590
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 0000000000000e05 R09: 0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffb12b41cefcf0
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff9749069f6590 R15: 000000000000029c
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff97497bc80000(0000) knlGS:0000000000000000
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: CR2: 00000000322d6d6c CR3: 0000000179620000 CR4: 0000000000350ef0
Jun 02 18:23:29 nas-bot.uraxa.lan kernel: note: nfsd[1064] exited with irqs disabled
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: BUG: unable to handle page fault for address: 00000000046e4000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: #PF: supervisor instruction fetch in kernel mode
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: #PF: error_code(0x0010) - not-present page
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: PGD 0 P4D 0 
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Oops: 0010 [#2] PREEMPT SMP NOPTI
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CPU: 1 PID: 480 Comm: systemd-timesyn Tainted: G      D            6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RIP: 0010:0x46e4000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Code: Unable to access opcode bytes at 0x46e3fd6.
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41abbb20 EFLAGS: 00010286
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RAX: 00000000046e4000 RBX: ffff9749023fba00 RCX: 000000007fff0000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RDX: ffff974906d09100 RSI: ffffb12b40549048 RDI: ffffb12b41abbb38
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RBP: 000000007fff0000 R08: 0000000000000000 R09: 0000000000080002
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: R10: 0000000000000001 R11: 0000000000000001 R12: ffffb12b41abbb38
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: R13: 000000007fff0000 R14: 0000000000000000 R15: ffffb12b40549000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: FS:  00007eb7e2dd2240(0000) GS:ffff97497bc80000(0000) knlGS:0000000000000000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CR2: 00000000046e4000 CR3: 0000000101e08000 CR4: 0000000000350ef0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? page_fault_oops+0x15a/0x2b0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? ep_done_scan+0xc5/0x100
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? exc_page_fault+0x81/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? asm_exc_page_fault+0x26/0x30
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? __seccomp_filter+0xdc/0x520
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_trace_enter+0x92/0x1a0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x135/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? __x64_sys_timerfd_settime+0xa5/0x100
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_utimes+0xe1/0x140
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? __seccomp_filter+0x306/0x520
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? __x64_sys_close+0x3c/0x80
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? kmem_cache_free+0x3b9/0x3e0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl snd_sof_intel_hda_common soundwire_intel intel_rapl_msr snd_sof_intel_hda_mlink intel_rapl_common soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt snd_sof_utils intel_telemetry_pltdrv soundwire_generic_allocation intel_punit_ipc soundwire_bus intel_telemetry_core x86_pkg_temp_thermal intel_powerclamp snd_soc_avs coretemp snd_soc_hda_codec snd_soc_skl kvm_intel snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core snd_compress ac97_bus spi_pxa2xx_platform snd_pcm_dmaengine raid456 8250_dw dw_dmac async_raid6_recov snd_hda_intel async_memcpy polyval_generic async_pq gf128mul async_xor snd_intel_dspcfg
Jun 02 18:23:47 nas-bot.uraxa.lan kernel:  ghash_clmulni_intel async_tx sha512_ssse3 sha1_ssse3 snd_intel_sdw_acpi aesni_intel mei_pxp mei_hdcp snd_hda_codec crypto_simd snd_hda_core cryptd vfat fat snd_hwdep ledtrig_netdev rapl snd_pcm r8169 intel_cstate md_mod snd_timer pcspkr wdat_wdt realtek i2c_i801 mdio_devres intel_ish_ipc intel_lpss_pci i2c_smbus snd intel_pmc_core mei_me intel_lpss libphy idma64 intel_ishtp soundcore mei intel_vsec pmt_telemetry pinctrl_geminilake pmt_class mac_hid crypto_user loop dm_mod nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq i915 mmc_block sdhci_pci i2c_algo_bit drm_buddy cqhci ttm sdhci crc32c_intel intel_gtt sha256_ssse3 mmc_core xhci_pci drm_display_helper xhci_pci_renesas cec video wmi
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CR2: 00000000046e4000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41cefc90 EFLAGS: 00010202
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 00000000322d6d64 RCX: 0000000000000000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000000ef8 RDI: ffff9749069f6590
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 0000000000000e05 R09: 0000000000000000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffb12b41cefcf0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff9749069f6590 R15: 000000000000029c
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: FS:  00007eb7e2dd2240(0000) GS:ffff97497bc80000(0000) knlGS:0000000000000000
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: CR2: 00000000046e4000 CR3: 0000000101e08000 CR4: 0000000000350ef0
Jun 02 18:23:47 nas-bot.uraxa.lan kernel: note: systemd-timesyn[480] exited with irqs disabled
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: general protection fault, probably for non-canonical address 0x617461646f7236: 0000 [#3] PREEMPT SMP NOPTI
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: CPU: 2 PID: 1065 Comm: nfsd Tainted: G      D            6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41cffc90 EFLAGS: 00010206
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RAX: 0000000000000001 RBX: 00617461646f722e RCX: 0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000001033 RDI: ffff97490a1bfb90
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RBP: 0000000000000001 R08: 000000000000049a R09: 0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffb12b41cffcf0
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff97490a1bfb90 R15: 000000000000029c
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff97497bd00000(0000) knlGS:0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: CR2: 0000752af2da93e8 CR3: 0000000179620000 CR4: 0000000000350ef0
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? die_addr+0x3c/0x60
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? exc_general_protection+0x17d/0x400
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? asm_exc_general_protection+0x26/0x30
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  svcauth_gss_proxy_init+0x3f6/0x4c0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  svcauth_gss_proc_init+0xc5/0x170 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  svc_process_common+0x22a/0x6a0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  svc_process+0x131/0x180 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  svc_recv+0x7f4/0x9b0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? __pfx_nfsd+0x10/0x10 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  nfsd+0x87/0xd0 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  kthread+0xcf/0x100
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ret_from_fork+0x31/0x50
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ret_from_fork_asm+0x1a/0x30
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl snd_sof_intel_hda_common soundwire_intel intel_rapl_msr snd_sof_intel_hda_mlink intel_rapl_common soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt snd_sof_utils intel_telemetry_pltdrv soundwire_generic_allocation intel_punit_ipc soundwire_bus intel_telemetry_core x86_pkg_temp_thermal intel_powerclamp snd_soc_avs coretemp snd_soc_hda_codec snd_soc_skl kvm_intel snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core snd_compress ac97_bus spi_pxa2xx_platform snd_pcm_dmaengine raid456 8250_dw dw_dmac async_raid6_recov snd_hda_intel async_memcpy polyval_generic async_pq gf128mul async_xor snd_intel_dspcfg
Jun 02 18:23:54 nas-bot.uraxa.lan kernel:  ghash_clmulni_intel async_tx sha512_ssse3 sha1_ssse3 snd_intel_sdw_acpi aesni_intel mei_pxp mei_hdcp snd_hda_codec crypto_simd snd_hda_core cryptd vfat fat snd_hwdep ledtrig_netdev rapl snd_pcm r8169 intel_cstate md_mod snd_timer pcspkr wdat_wdt realtek i2c_i801 mdio_devres intel_ish_ipc intel_lpss_pci i2c_smbus snd intel_pmc_core mei_me intel_lpss libphy idma64 intel_ishtp soundcore mei intel_vsec pmt_telemetry pinctrl_geminilake pmt_class mac_hid crypto_user loop dm_mod nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq i915 mmc_block sdhci_pci i2c_algo_bit drm_buddy cqhci ttm sdhci crc32c_intel intel_gtt sha256_ssse3 mmc_core xhci_pci drm_display_helper xhci_pci_renesas cec video wmi
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RSP: 0018:ffffb12b41cefc90 EFLAGS: 00010202
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 00000000322d6d64 RCX: 0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000000ef8 RDI: ffff9749069f6590
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 0000000000000e05 R09: 0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffb12b41cefcf0
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff9749069f6590 R15: 000000000000029c
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff97497bd00000(0000) knlGS:0000000000000000
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 18:23:54 nas-bot.uraxa.lan kernel: CR2: 0000752af2da93e8 CR3: 0000000179620000 CR4: 0000000000350ef0
Jun 02 18:25:43 nas-bot.uraxa.lan systemd[1]: systemd-timesyncd.service: Watchdog timeout (limit 3min)!
Jun 02 18:25:43 nas-bot.uraxa.lan systemd[1]: systemd-timesyncd.service: Killing process 480 (systemd-timesyn) with signal SIGABRT.

This just started happening today, and the only two packages I've upgraded in the past couple days are linux itself (from 6.9.2 to 6.9.3) and intel-ucode (from intel-ucode-20240514-1-any.pkg.tar.zst intel-ucode-20240531-1-any.pkg.tar.zst). I tried downgrading both of those, but to no avail.

As well, when it gets in to this situation, I notice many other processes in top that are getting in to uninteruptible wait mode, and a kernel kworker thread is pinned at 100%.

I'm totally stumped what this could be; any ideas?

Last edited by scott_fakename (2024-06-23 16:58:37)

Offline

#2 2024-06-03 02:33:22

scott_fakename
Member
Registered: 2012-08-15
Posts: 129

Re: [Solved] NFSD crashing when trying to mount with Kerberos krb5p

I disabled kerberos on NFS and I'm seeing similar crashes (but with different stack traces).

Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Linux version 6.9.3-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root="UUID=f5e9298b-f2bd-4905-b85e-477d773f880f" rootflags=discard=async rw acpi_mask_gpe=0x0E zswap.enabled=0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-provided physical RAM map:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000000059000-0x0000000000085fff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000000086000-0x00000000000fffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000012151000-0x000000007184ffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000071850000-0x000000007814ffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000078150000-0x000000007834ffff] ACPI NVS
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000078350000-0x000000007838ffff] ACPI data
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000078390000-0x0000000079bfffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000079c00000-0x000000007fffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NX (Execute Disable) protection: active
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: APIC: Static calls initialized
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: update [mem 0x6718f018-0x6719f057] usable ==> usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: update [mem 0x67185018-0x6718e457] usable ==> usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: extended physical RAM map:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000000059000-0x0000000000085fff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000000086000-0x00000000000fffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000000100000-0x000000000fffffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000012151000-0x0000000067185017] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000067185018-0x000000006718e457] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x000000006718e458-0x000000006718f017] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x000000006718f018-0x000000006719f057] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x000000006719f058-0x000000007184ffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000071850000-0x000000007814ffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000078150000-0x000000007834ffff] ACPI NVS
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000078350000-0x000000007838ffff] ACPI data
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000078390000-0x0000000079bfffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000079c00000-0x000000007fffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: EFI v2.6 by INSYDE Corp.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: TPMFinalLog=0x78147000 ACPI=0x7838f000 ACPI 2.0=0x7838f014 SMBIOS=0x7551a000 SMBIOS 3.0=0x75518000 ESRT=0x75516a18 MEMATTR=0x6f2d6018 INITRD=0x6934fc98 RNG=0x78369018 TPMEventLog=0x671a0018 
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: random: crng init done
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: Not removing mem62: MMIO range=[0xd3709000-0xd3709fff] (4KB) from e820 map
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: Remove mem63: MMIO range=[0xe0000000-0xe3ffffff] (64MB) from e820 map
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: remove [mem 0xe0000000-0xe3ffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: Not removing mem64: MMIO range=[0xfed01000-0xfed01fff] (4KB) from e820 map
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efi: Remove mem65: MMIO range=[0xff800000-0xffffffff] (8MB) from e820 map
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: remove [mem 0xff800000-0xffffffff] reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: SMBIOS 3.0.1 present.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMI: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: tsc: Detected 1996.800 MHz processor
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: last_pfn = 0x180000 max_arch_pfn = 0x400000000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: last_pfn = 0x79c00 max_arch_pfn = 0x400000000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: esrt: Reserving ESRT space from 0x0000000075516a18 to 0x0000000075516a50.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Using GB pages for direct mapping
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Secure boot disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RAMDISK: [mem 0x671a1000-0x68653fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Early table checksum verification disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: RSDP 0x000000007838F014 000024 (v02 INSYDE)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: XSDT 0x0000000078368188 0000FC (v01 INSYDE INSYDE   00000003      01000013)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: FACP 0x0000000078385000 000114 (v06 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: DSDT 0x0000000078373000 00A810 (v02 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: FACS 0x0000000078348000 000040
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: FACS 0x0000000078348000 000040
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: UEFI 0x000000007838E000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: UEFI 0x000000007838D000 000042 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007838C000 000781 (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: TPM2 0x000000007838B000 000034 (v04 INSYDE INSYDE   00000002 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: BDAT 0x0000000078389000 000030 (v02 INSYDE INSYDE   00000000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: HPET 0x0000000078384000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: LPIT 0x0000000078383000 00005C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: APIC 0x0000000078382000 000084 (v03 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: MCFG 0x0000000078381000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: NPKT 0x0000000078380000 000065 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PRAM 0x000000007837F000 000030 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: WSMT 0x000000007837E000 000028 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x0000000078370000 000271 (v02 INSYDE UsbCTabl 00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007836F000 00089F (v01 INSYDE Platform 00001000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007836E000 000583 (v02 INSYDE Cpu0Ist  00003000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007836D000 00072B (v02 INSYDE CpuSsdt  00003000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007836C000 00032D (v02 INSYDE Cpu0Tst  00003000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x000000007836B000 00017C (v02 INSYDE ApTst    00003000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0x0000000078365000 00274C (v02 INSYDE SaSsdt   00003000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: FPDT 0x000000007836A000 000044 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: BGRT 0x0000000078372000 000038 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: DBGP 0x0000000078387000 000034 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: DBG2 0x0000000078388000 000072 (v00 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: DMAR 0x0000000078386000 0000A8 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: WDAT 0x0000000078371000 000104 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: NHLT 0x0000000078362000 001A50 (v00 INSYDE INSYDE   00000002      01000013)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving FACP table memory at [mem 0x78385000-0x78385113]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving DSDT table memory at [mem 0x78373000-0x7837d80f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving FACS table memory at [mem 0x78348000-0x7834803f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving FACS table memory at [mem 0x78348000-0x7834803f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving UEFI table memory at [mem 0x7838e000-0x7838e235]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving UEFI table memory at [mem 0x7838d000-0x7838d041]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7838c000-0x7838c780]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving TPM2 table memory at [mem 0x7838b000-0x7838b033]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving BDAT table memory at [mem 0x78389000-0x7838902f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving HPET table memory at [mem 0x78384000-0x78384037]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving LPIT table memory at [mem 0x78383000-0x7838305b]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving APIC table memory at [mem 0x78382000-0x78382083]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving MCFG table memory at [mem 0x78381000-0x7838103b]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving NPKT table memory at [mem 0x78380000-0x78380064]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving PRAM table memory at [mem 0x7837f000-0x7837f02f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving WSMT table memory at [mem 0x7837e000-0x7837e027]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x78370000-0x78370270]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7836f000-0x7836f89e]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7836e000-0x7836e582]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7836d000-0x7836d72a]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7836c000-0x7836c32c]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x7836b000-0x7836b17b]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving SSDT table memory at [mem 0x78365000-0x7836774b]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving FPDT table memory at [mem 0x7836a000-0x7836a043]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving BGRT table memory at [mem 0x78372000-0x78372037]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving DBGP table memory at [mem 0x78387000-0x78387033]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving DBG2 table memory at [mem 0x78388000-0x78388071]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving DMAR table memory at [mem 0x78386000-0x783860a7]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving WDAT table memory at [mem 0x78371000-0x78371103]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Reserving NHLT table memory at [mem 0x78362000-0x78363a4f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: No NUMA configuration found
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Zone ranges:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   Normal   [mem 0x0000000100000000-0x000000017fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   Device   empty
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Movable zone start for each node
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Early memory node ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000000059000-0x0000000000085fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000000100000-0x000000000fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000012151000-0x000000007184ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000078390000-0x0000000079bfffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   node   0: [mem 0x0000000100000000-0x000000017fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone DMA: 122 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone DMA32: 8529 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone DMA32: 27456 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: On node 0, zone Normal: 25600 pages in unavailable ranges
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PM-Timer IO Port: 0x408
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: update [mem 0x6ea03000-0x6ea44fff] usable ==> reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: TSC deadline timer available
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Max. logical packages:   1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Max. logical dies:       1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Max. dies per package:   1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Max. threads per core:   1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Num. cores per package:     4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Num. threads per package:   4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x00086000-0x000fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x67185000-0x67185fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x6718e000-0x6718efff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x6718f000-0x6718ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x6719f000-0x6719ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x6ea03000-0x6ea44fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x71850000-0x7814ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x78150000-0x7834ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x78350000-0x7838ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x79c00000-0x7fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xd3708fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xfed00fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xffffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: [mem 0x80000000-0xd3708fff] available for PCI devices
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Booting paravirtualized kernel on bare hardware
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcpu-alloc: [0] 0 1 2 3 
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root="UUID=f5e9298b-f2bd-4905-b85e-477d773f880f" rootflags=discard=async rw acpi_mask_gpe=0x0E zswap.enabled=0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Fallback order for Node 0: 0 
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Built 1 zonelists, mobility grouping on.  Total pages: 971313
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Policy zone: Normal
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: software IO TLB: area num 4.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Memory: 3658012K/3947468K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 289196K reserved, 0K cma-reserved)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ftrace: allocating 49854 entries in 195 pages
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ftrace: allocated 195 pages with 4 groups
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Dynamic Preempt: full
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:         Trampoline variant of Tasks RCU enabled.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:         Rude variant of Tasks RCU enabled.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:         Tracing variant of Tasks RCU enabled.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Console: colour dummy device 80x25
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: printk: legacy console [tty0] enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Core revision 20230628
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: APIC: Switch to symmetric I/O mode setup
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: Host address width 39
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: DRHD base: 0x000000fed64000 flags: 0x0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: DRHD base: 0x000000fed65000 flags: 0x1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: RMRR base: 0x0000007811a000 end: 0x00000078139fff
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed65000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x2apic enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: APIC: Switched APIC routing to: cluster x2apic
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.00 BogoMIPS (lpj=6656000)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/cpu: SGX disabled by BIOS.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: process: using mwait in idle threads
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Register File Data Sampling: Mitigation: Clear Register File
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Freeing SMP alternatives memory: 40K
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pid_max: default: 32768 minimum: 301
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: landlock: Up and running.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Yama: becoming mindful.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: LSM support for eBPF active
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: smpboot: CPU0: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz (family: 0x6, model: 0x7a, stepping: 0x8)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... version:                4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... bit width:              48
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... generic registers:      4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... value mask:             0000ffffffffffff
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... max period:             00007fffffffffff
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... fixed-purpose events:   3
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ... event mask:             000000070000000f
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: signal: max sigframe size: 2032
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1382
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu: Hierarchical SRCU implementation.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rcu:         Max phase no-delay instances is 1000.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: smp: Bringing up secondary CPUs ...
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: smpboot: x86: Booting SMP configuration:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: .... node  #0, CPUs:      #1 #2 #3
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: smp: Brought up 1 node, 4 CPUs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: smpboot: Total of 4 processors activated (15980.00 BogoMIPS)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: devtmpfs: initialized
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/mm: Memory block size: 128MB
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78150000-0x7834ffff] (2097152 bytes)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pinctrl core: initialized pinctrl subsystem
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: RTC time: 02:20:32, date: 2024-06-03
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: audit: initializing netlink subsys (disabled)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: audit: type=2000 audit(1717381232.076:1): state=initialized audit_enabled=0 res=1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: cpuidle: using governor ladder
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: cpuidle: using governor menu
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: ECAM [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) for domain 0000 [bus 00-3f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: not using ECAM ([mem 0xe0000000-0xe3ffffff] not reserved)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: Using configuration type 1 for base access
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Demotion targets for Node 0: null
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: fbcon: Taking over console
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Added _OSI(Module Device)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Added _OSI(Processor Device)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Dynamic OEM Table Load:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0xFFFF8F1D40F15E00 000102 (v02 PmRef  Cpu0Cst  00003001 INTL 20130117)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Dynamic OEM Table Load:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0xFFFF8F1D40F14A00 00015F (v02 PmRef  ApIst    00003000 INTL 20130117)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Dynamic OEM Table Load:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: SSDT 0xFFFF8F1D412E16C0 00008D (v02 PmRef  ApCst    00003000 INTL 20130117)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Interpreter enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Using IOAPIC for interrupt routing
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: ECAM [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) for domain 0000 [bus 00-3f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: ECAM [mem 0xe0000000-0xe3ffffff] reserved as ACPI motherboard resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: Using E820 reservations for host bridge windows
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Masking GPE 0xe.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: Enabled 12 GPEs in block 00 to 7F
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP01.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP02.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP03.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP04.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP05.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.RP06.PXSX.DRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: \_TZ_.FN00: New power resource
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xe3ffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI host bridge to bus 0000:00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0x7c000001-0xbfffffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:00.3: [8086:3190] type 00 class 0x088000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:00.3: BAR 0 [mem 0xa1418000-0xa1418fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: [8086:3185] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: BAR 0 [mem 0xa0000000-0xa0ffffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: BAR 4 [io  0x4000-0x403f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0e.0: [8086:3198] type 00 class 0x040380 PCIe Root Complex Integrated Endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0e.0: BAR 0 [mem 0xa1410000-0xa1413fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0e.0: BAR 4 [mem 0xa1000000-0xa10fffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0f.0: BAR 0 [mem 0xa1419000-0xa1419fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:0f.0: PME# supported from D3hot
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:11.0: [8086:31a2] type 00 class 0x005007 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:11.0: BAR 0 [mem 0xa1414000-0xa1415fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:11.0: BAR 2 [mem 0xa141a000-0xa141afff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 0 [mem 0xa1416000-0xa1417fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 1 [mem 0xa143f000-0xa143f0ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 2 [io  0x4080-0x4087]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 3 [io  0x4088-0x408b]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 4 [io  0x4060-0x407f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: BAR 5 [mem 0xa143d000-0xa143d7ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:12.0: PME# supported from D3hot
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0: PCI bridge to [bus 01]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0:   bridge window [io  0x3000-0x3fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0:   bridge window [mem 0xa1300000-0xa13fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1: PCI bridge to [bus 02]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1:   bridge window [io  0x2000-0x2fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1:   bridge window [mem 0xa1200000-0xa12fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2: [8086:31da] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2: PCI bridge to [bus 03]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2:   bridge window [io  0x1000-0x1fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2:   bridge window [mem 0xa1100000-0xa11fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.3: [8086:31db] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.3: PCI bridge to [bus 04]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.0: [8086:31d6] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.0: PCI bridge to [bus 05]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.1: [8086:31d7] type 01 class 0x060400 PCIe Root Port
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.1: PCI bridge to [bus 06]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:15.0: BAR 0 [mem 0xa1400000-0xa140ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:15.0: PME# supported from D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.0: BAR 0 [mem 0xa141b000-0xa141bfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.0: BAR 2 [mem 0xa141c000-0xa141cfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.1: BAR 0 [mem 0xa141d000-0xa141dfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.1: BAR 2 [mem 0xa141e000-0xa141efff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.2: BAR 0 [mem 0xa141f000-0xa141ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.2: BAR 2 [mem 0xa1420000-0xa1420fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.3: BAR 0 [mem 0xa1421000-0xa1421fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:16.3: BAR 2 [mem 0xa1422000-0xa1422fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.0: BAR 0 [mem 0xa1423000-0xa1423fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.0: BAR 2 [mem 0xa1424000-0xa1424fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.1: BAR 0 [mem 0xa1425000-0xa1425fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.1: BAR 2 [mem 0xa1426000-0xa1426fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.2: BAR 0 [mem 0xa1427000-0xa1427fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.2: BAR 2 [mem 0xa1428000-0xa1428fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.3: BAR 0 [mem 0xa1429000-0xa1429fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:17.3: BAR 2 [mem 0xa142a000-0xa142afff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.0: BAR 0 [mem 0xa142b000-0xa142bfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.0: BAR 2 [mem 0xa142c000-0xa142cfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.1: [8086:31be] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.1: BAR 0 [mem 0xa142d000-0xa142dfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.1: BAR 2 [mem 0xa142e000-0xa142efff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.2: BAR 0 [mem 0xa142f000-0xa142ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.2: BAR 2 [mem 0xa1430000-0xa1430fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.3: BAR 0 [mem 0xa1431000-0xa1431fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:18.3: BAR 2 [mem 0xa1432000-0xa1432fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.0: BAR 0 [mem 0xa1433000-0xa1433fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.0: BAR 2 [mem 0xa1434000-0xa1434fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.1: BAR 0 [mem 0xa1435000-0xa1435fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.1: BAR 2 [mem 0xa1436000-0xa1436fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.2: BAR 0 [mem 0xa1437000-0xa1437fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:19.2: BAR 2 [mem 0xa1438000-0xa1438fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1c.0: BAR 0 [mem 0xa1439000-0xa1439fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1c.0: BAR 2 [mem 0xa143a000-0xa143afff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1e.0: BAR 0 [mem 0xa143b000-0xa143bfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1e.0: BAR 2 [mem 0xa143c000-0xa143cfff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500 conventional PCI endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1f.1: BAR 0 [mem 0xa143e000-0xa143e0ff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:1f.1: BAR 4 [io  0x4040-0x405f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 0 [io  0x3028-0x302f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 1 [io  0x3034-0x3037]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 2 [io  0x3020-0x3027]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 3 [io  0x3030-0x3033]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 4 [io  0x3000-0x301f]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: BAR 5 [mem 0xa1300000-0xa13001ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0: PCI bridge to [bus 01]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: BAR 2 [mem 0xa1200000-0xa120ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: BAR 4 [mem 0xa1210000-0xa1213fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: supports D1 D2
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 2 [mem 0x00000000-0x0000ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 2 [mem 0x00000000-0x0006ffff 64bit]: contains BAR 2 for 7 VFs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 4 [mem 0x00000000-0x00003fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 4 [mem 0x00000000-0x0001bfff 64bit]: contains BAR 4 for 7 VFs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1: PCI bridge to [bus 02]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: BAR 0 [io  0x1000-0x10ff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: BAR 2 [mem 0xa1100000-0xa110ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: BAR 4 [mem 0xa1110000-0xa1113fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: supports D1 D2
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 2 [mem 0x00000000-0x0000ffff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 2 [mem 0x00000000-0x0006ffff 64bit]: contains BAR 2 for 7 VFs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 4 [mem 0x00000000-0x00003fff 64bit]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 4 [mem 0x00000000-0x0001bfff 64bit]: contains BAR 4 for 7 VFs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2: PCI bridge to [bus 03]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.3: PCI bridge to [bus 04]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.0: PCI bridge to [bus 05]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.1: PCI bridge to [bus 06]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKA disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKC disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKD disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKE disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKG disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: PCI: Interrupt link LNKH disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: iommu: Default domain type: Translated
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: SCSI subsystem initialized
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: libata version 3.00 loaded.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: bus type USB registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usbcore: registered new interface driver usbfs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usbcore: registered new interface driver hub
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usbcore: registered new device driver usb
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: EDAC MC: Ver: 3.0.0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: efivars: Registered efivars operations
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NetLabel: Initializing
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NetLabel:  domain hash size = 128
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NetLabel:  unlabeled traffic allowed by default
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mctp: management component transport protocol core
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_MCTP protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: Using ACPI for IRQ routing
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x67185018-0x67ffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x6718f018-0x67ffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x6ea03000-0x6fffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x71850000-0x73ffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: e820: reserve RAM buffer [mem 0x79c00000-0x7bffffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: vgaarb: loaded
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: Switched to clocksource tsc-early
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: VFS: Disk quotas dquot_6.6.0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pnp: PnP ACPI init
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:00: [io  0x0400-0x047f] could not be reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:00: [io  0x0500-0x05fe] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfea00000-0xfeafffff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed80000-0xfedbffff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pnp: PnP ACPI: found 4 devices
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_INET protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_XDP protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:01:00.0: ROM [mem 0xa1310000-0xa131ffff pref]: assigned
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0: PCI bridge to [bus 01]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0:   bridge window [io  0x3000-0x3fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.0:   bridge window [mem 0xa1300000-0xa13fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 2 [mem 0xa1220000-0xa128ffff 64bit]: assigned
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:02:00.0: VF BAR 4 [mem 0xa1290000-0xa12abfff 64bit]: assigned
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1: PCI bridge to [bus 02]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1:   bridge window [io  0x2000-0x2fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.1:   bridge window [mem 0xa1200000-0xa12fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 2 [mem 0xa1120000-0xa118ffff 64bit]: assigned
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:03:00.0: VF BAR 4 [mem 0xa1190000-0xa11abfff 64bit]: assigned
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2: PCI bridge to [bus 03]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2:   bridge window [io  0x1000-0x1fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.2:   bridge window [mem 0xa1100000-0xa11fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:13.3: PCI bridge to [bus 04]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.0: PCI bridge to [bus 05]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci 0000:00:14.1: PCI bridge to [bus 06]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 9 [mem 0x7c000001-0xbfffffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 10 [mem 0xe0000000-0xefffffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 11 [mem 0xfea00000-0xfeafffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 12 [mem 0xfed00000-0xfed003ff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 13 [mem 0xfed01000-0xfed01fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 14 [mem 0xfed03000-0xfed03fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 15 [mem 0xfed06000-0xfed06fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 16 [mem 0xfed08000-0xfed09fff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 17 [mem 0xfed80000-0xfedbffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 18 [mem 0xfed1c000-0xfed1cfff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:00: resource 19 [mem 0xfee00000-0xfeefffff window]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:01: resource 1 [mem 0xa1300000-0xa13fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:02: resource 1 [mem 0xa1200000-0xa12fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pci_bus 0000:03: resource 1 [mem 0xa1100000-0xa11fffff]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI: CLS 64 bytes, default 64
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: software IO TLB: mapped [mem 0x0000000068d58000-0x000000006cd58000] (64MB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Trying to unpack rootfs image as initramfs...
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clocksource: Switched to clocksource tsc
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Initialise system trusted keyrings
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Key type blacklist registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: zbud: loaded
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: fuse: init (API version 7.40)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: integrity: Platform Keyring initialized
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: integrity: Machine keyring initialized
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Key type asymmetric registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Asymmetric key parser 'x509' registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: io scheduler mq-deadline registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: io scheduler kyber registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: io scheduler bfq registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:13.0: PME: Signaling with IRQ 122
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:13.1: PME: Signaling with IRQ 123
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:13.2: PME: Signaling with IRQ 124
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:13.3: PME: Signaling with IRQ 125
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:14.0: PME: Signaling with IRQ 126
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: pcieport 0000:00:14.1: PME: Signaling with IRQ 127
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: button: Power Button [PWRF]
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: thermal: Thermal Zone [TZ01] (41 C)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Non-volatile memory driver v1.3
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Linux agpgart interface v0.103
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: bus type drm_connector registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:00:12.0: version 3.0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:00:12.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:00:12.0: 2/2 ports implemented (port mask 0x3)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi host0: ahci
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi host1: ahci
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata1: SATA max UDMA/133 abar m2048@0xa143d000 port 0xa143d100 irq 128 lpm-pol 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata2: SATA max UDMA/133 abar m2048@0xa143d000 port 0xa143d180 irq 128 lpm-pol 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:01:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:01:00.0: 2/2 ports implemented (port mask 0x3)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ahci 0000:01:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi host2: ahci
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi host3: ahci
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata3: SATA max UDMA/133 abar m512@0xa1300000 port 0xa1300100 irq 129 lpm-pol 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata4: SATA max UDMA/133 abar m512@0xa1300000 port 0xa1300180 irq 129 lpm-pol 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usbcore: registered new interface driver usbserial_generic
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usbserial: USB Serial support registered for generic
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rtc_cmos 00:03: RTC can wake from S4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rtc_cmos 00:03: registered as rtc0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rtc_cmos 00:03: setting system clock to 2024-06-03T02:20:32 UTC (1717381232)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: intel_pstate: Intel P-state driver initializing
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sysfb: inaccessible VRAM base
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: drop_monitor: Initializing network drop monitor service
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_INET6 protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata3.00: ATA-10: WDC WD60EFZX-68B3FN0, 81.00A81, max UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata3.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata3.00: configured for UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata2.00: ATA-10: WDC WD60EFZX-68B3FN0, 81.00A81, max UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata1.00: ATA-10: WDC WD60EFZX-68B3FN0, 81.00A81, max UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata2.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata1.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata2.00: configured for UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata1.00: configured for UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD60EFZX-68B 0A81 PQ: 0 ANSI: 5
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD60EFZX-68B 0A81 PQ: 0 ANSI: 5
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi 2:0:0:0: Direct-Access     ATA      WDC WD60EFZX-68B 0A81 PQ: 0 ANSI: 5
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] 4096-byte physical blocks
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] Write Protect is off
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:  sda: sda1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:  sdc: sdc1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 2:0:0:0: [sdc] Attached SCSI removable disk
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:  sdb: sdb1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Freeing initrd memory: 21196K
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Segment Routing with IPv6
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RPL Segment Routing with IPv6
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: In-situ OAM (IOAM) with IPv6
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: NET: Registered PF_PACKET protocol family
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: microcode: Current revision: 0x00000024
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: microcode: Updated early from: 0x00000000
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: resctrl: L2 allocation detected
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: IPI shorthand broadcast: enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sched_clock: Marking stable (956668271, 4060047)->(968159088, -7430770)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: registered taskstats version 1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Loading compiled-in X.509 certificates
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a4353263ac24ac3008ebe1401c28f462f35d83c'
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Key type .fscrypt registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Key type fscrypt-provisioning registered
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM:   Magic number: 12:703:307
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: tty tty36: hash matches
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: RAS: Correctable Errors collector initialized.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: clk: Disabling unused clocks
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: PM: genpd: Disabling unused power domains
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata4.00: ATA-10: WDC WD60EFZX-68B3FN0, 81.00A81, max UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata4.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ata4.00: configured for UDMA/133
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD60EFZX-68B 0A81 PQ: 0 ANSI: 5
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] Write Protect is off
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:  sdd: sdd1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sd 3:0:0:0: [sdd] Attached SCSI removable disk
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Freeing unused decrypted memory: 2028K
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Write protecting the kernel read-only data: 32768k
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: rodata_test: all tests were successful
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Run /init as init process
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   with arguments:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:     /init
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:   with environment:
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:     HOME=/
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:     TERM=linux
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: xHCI Host Controller
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: xHCI Host Controller
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb1: Product: xHCI Host Controller
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb1: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb1: SerialNumber: 0000:00:15.0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hub 1-0:1.0: USB hub found
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hub 1-0:1.0: 9 ports detected
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb2: Product: xHCI Host Controller
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb2: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: usb usb2: SerialNumber: 0000:00:15.0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hub 2-0:1.0: USB hub found
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: hub 2-0:1.0: 7 ports detected
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sdhci: Copyright(c) Pierre Ossman
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 6)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc0: CQHCI version 5.10
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc0: Command Queue Engine enabled
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc0: new HS400 MMC card at address 0001
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:  mmcblk0: p1 p2
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmcblk0boot0: mmc0:0001 8GTF4R 4.00 MiB
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmcblk0boot1: mmc0:0001 8GTF4R 4.00 MiB
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmcblk0rpmb: mmc0:0001 8GTF4R 512 KiB, chardev (242:0)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: mmc1: Failed to initialize a non-removable card
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: raid6: skipped pq benchmark and selected sse2x4
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: raid6: using ssse3x2 recovery algorithm
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] Unknown revid 0x06
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] couldn't get memory information
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xor: measuring software checksum speed
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:    prefetch64-sse  : 14496 MB/sec
Jun 02 19:20:36 nas-bot.uraxa.lan kernel:    generic_sse     : 12304 MB/sec
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: xor: using function: prefetch64-sse (14496 MB/sec)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: Btrfs loaded, zoned=yes, fsverity=yes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BTRFS: device fsid f5e9298b-f2bd-4905-b85e-477d773f880f devid 1 transid 238189 /dev/mmcblk0p2 (179:2) scanned by mount (222)
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BTRFS info (device mmcblk0p2): first mount of filesystem f5e9298b-f2bd-4905-b85e-477d773f880f
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BTRFS info (device mmcblk0p2): using crc32c (crc32c-intel) checksum algorithm
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BTRFS info (device mmcblk0p2): using free-space-tree
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: BTRFS info (device mmcblk0p2): checking UUID tree
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: systemd 255.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Detected architecture x86-64.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Hostname set to <nas-bot.uraxa.lan>.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: bpf-lsm: LSM BPF program attached
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: zram: Added device: zram0
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Queued start job for default target Graphical Interface.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/dirmngr.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/getty.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/gpg-agent.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/keyboxd.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/modprobe.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice Slice /system/systemd-zram-setup.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Created slice User and Session Slice.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/disk/by-uuid/9587-617A...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/sda1...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/sdb1...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/sdc1...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/sdd1...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Expecting device /dev/zram0...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Local Encrypted Volumes.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Path Units.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Remote File Systems.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Slice Units.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Local Verity Protected Volumes.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on LVM2 poll daemon socket.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on Process Core Dump Socket.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on Journal Socket (/dev/log).
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on Journal Socket.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on udev Control Socket.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Listening on udev Kernel Socket.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting Huge Pages File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting POSIX Message Queue File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting Kernel Debug File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting Kernel Trace File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Create List of Static Device Nodes...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Module configfs...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Module dm_mod...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Module drm...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Module fuse...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Module loop...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Journal Service...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load Kernel Modules...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: loop: module loaded
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: device-mapper: uevent: version 1.0.3
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Coldplug All udev Devices...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted Huge Pages File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted POSIX Message Queue File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted Kernel Debug File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted Kernel Trace File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Create List of Static Device Nodes.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Module configfs.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Module dm_mod.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Module drm.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Module fuse.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Module loop.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: Collecting audit messages is disabled.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting FUSE Control File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounting Kernel Configuration File System...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load Kernel Modules.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted FUSE Control File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Apply Kernel Variables...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Mounted Kernel Configuration File System.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Apply Kernel Variables.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: Journal started
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: Runtime Journal (/run/log/journal/19c97a9f1d0047fb8f391eff90aa3856) is 8.0M, max 183.8M, 175.8M free.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-modules-load[283]: Inserted module 'crypto_user'
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Load/Save OS Random Seed...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Started Journal Service.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Load/Save OS Random Seed.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Create System Users...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: Time spent on flushing to /var/log/journal/19c97a9f1d0047fb8f391eff90aa3856 is 13.056ms for 942 entries.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: System Journal (/var/log/journal/19c97a9f1d0047fb8f391eff90aa3856) is 321.8M, max 695.4M, 373.5M free.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: Received client request to flush runtime journal.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-journald[282]: File /var/log/journal/19c97a9f1d0047fb8f391eff90aa3856/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Create System Users.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Coldplug All udev Devices.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Reached target Preparation for Local File Systems.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-udevd[320]: Using default interface naming scheme 'v255'.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Found device /dev/zram0.
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Starting Create swap on /dev/zram0...
Jun 02 19:20:36 nas-bot.uraxa.lan kernel: zram0: detected capacity change from 0 to 3764224
Jun 02 19:20:36 nas-bot.uraxa.lan systemd-makefs[350]: /dev/zram0 successfully formatted as swap (label "zram0", uuid fcbebada-fca5-4db6-94d3-d2edb1c53ab2)
Jun 02 19:20:36 nas-bot.uraxa.lan systemd[1]: Finished Create swap on /dev/zram0.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Found device /dev/disk/by-uuid/9587-617A.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting File System Check on /dev/disk/by-uuid/9587-617A...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Found device WDC_WD60EFZX-68B3FN0 nas-bot.uraxa.lan:crypt-raid.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: Adding 1882108k swap on /dev/zram0.  Priority:100 extents:1 across:1882108k SSDsc
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Found device WDC_WD60EFZX-68B3FN0 nas-bot.uraxa.lan:crypt-raid.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Found device WDC_WD60EFZX-68B3FN0 nas-bot.uraxa.lan:crypt-raid.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Found device WDC_WD60EFZX-68B3FN0 nas-bot.uraxa.lan:crypt-raid.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target Swaps.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: fsck.fat 4.2 (2021-01-31)
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: There are differences between boot sector and its backup.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: This is mostly harmless. Differences: (offset:original/backup)
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]:   65:01/00
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]:   Not automatically fixing this.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]:  Automatically removing dirty bit.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: *** Filesystem was changed ***
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: Writing changes.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd-fsck[381]: /dev/mmcblk0p1: 17 files, 35880/127746 clusters
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Mounting Temporary Directory /tmp...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Start raid when disks ready...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished File System Check on /dev/disk/by-uuid/9587-617A.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Mounted Temporary Directory /tmp.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Mounting /boot...
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md: md127 stopped.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: i801_smbus 0000:00:1f.1: SPD Write Disable is set
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Mounted /boot.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.6: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.7: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.8: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.9: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.12: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.13: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:02:00.0 eth0: RTL8125A, 24:4b:fe:83:f1:40, XID 609, IRQ 137
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: idma64 idma64.14: Found Intel integrated DMA 64-bit
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: cryptd: max_cpu_qlen set to 1000
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:03:00.0 eth1: RTL8125A, 24:4b:fe:83:f1:41, XID 609, IRQ 138
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:03:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: SSE version of gcm_enc/dec engaged.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Virtual Console Setup...
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: async_tx: api initialized (async)
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040380
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Virtual Console Setup.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md/raid:md127: device sda1 operational as raid disk 0
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md/raid:md127: device sdd1 operational as raid disk 3
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md/raid:md127: device sdc1 operational as raid disk 2
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md/raid:md127: device sdb1 operational as raid disk 1
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: dw-apb-uart.8: ttyS4 at MMIO 0xa142b000 (irq = 54, base_baud = 115200) is a 16550A
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md/raid:md127: raid level 6 active with 4 out of 4 devices, algorithm 2
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: r8169 0000:03:00.0 enp3s0: renamed from eth1
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: dw-apb-uart.9: ttyS5 at MMIO 0xa142d000 (irq = 55, base_baud = 115200) is a 16550A
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: md127: detected capacity change from 0 to 23441149952
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: dw-apb-uart.10: ttyS6 at MMIO 0xa142f000 (irq = 6, base_baud = 115200) is a 16550A
Jun 02 19:20:37 nas-bot.uraxa.lan mdadm[384]: mdadm: /dev/md/crypt-raid has been started with 4 drives.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: dw-apb-uart.11: ttyS7 at MMIO 0xa1431000 (irq = 57, base_baud = 115200) is a 16550A
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting MD array monitor...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Start raid when disks ready.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target Local File Systems.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on System Extension Image Management (Varlink).
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Update Boot Loader Random Seed...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Create Volatile Files and Directories...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started MD array monitor.
Jun 02 19:20:37 nas-bot.uraxa.lan bootctl[470]: ! Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! !
Jun 02 19:20:37 nas-bot.uraxa.lan bootctl[470]: ! Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole! !
Jun 02 19:20:37 nas-bot.uraxa.lan mdadm[474]: mdadm: NewArray event detected on md device /dev/md127
Jun 02 19:20:37 nas-bot.uraxa.lan bootctl[470]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Update Boot Loader Random Seed.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: intel_telemetry_core Init
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Create Volatile Files and Directories.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Rebuild Journal Catalog...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Network Time Synchronization...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: intel_rapl_common: Found RAPL domain package
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: intel_rapl_common: Found RAPL domain core
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: intel_rapl_common: Found RAPL domain uncore
Jun 02 19:20:37 nas-bot.uraxa.lan kernel: intel_rapl_common: Found RAPL domain dram
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Network Time Synchronization.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target System Time Set.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Rebuild Journal Catalog.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting Update is Completed...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Finished Update is Completed.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target System Initialization.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Periodically check the raid array..
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Periodically prune local pacmirror.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Daily verification of password and group files.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target Timer Units.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Reached target Socket Units.
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: Starting D-Bus System Message Bus...
Jun 02 19:20:37 nas-bot.uraxa.lan systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started D-Bus System Message Bus.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Reached target Basic System.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Reached target Network.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started Raid monitoring script.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started OpenSSH Daemon.
Jun 02 19:20:38 nas-bot.uraxa.lan dbus-broker-launch[488]: Ready
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Starting User Login Management...
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Starting Permit User Sessions...
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[490]: dhcpcd-10.0.8 starting
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[495]: dev: loaded udev
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[495]: DUID 00:01:00:01:2b:fa:d5:2c:24:4b:fe:83:f1:40
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Finished Permit User Sessions.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started Getty on tty1.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Reached target Login Prompts.
Jun 02 19:20:38 nas-bot.uraxa.lan sshd[492]: Server listening on 0.0.0.0 port 22.
Jun 02 19:20:38 nas-bot.uraxa.lan sshd[492]: Server listening on :: port 22.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd-logind[493]: New seat seat0.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd-logind[493]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Started User Login Management.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Reached target Multi-User System.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Reached target Graphical Interface.
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Startup finished in 25.259s (firmware) + 1.265s (loader) + 3.391s (kernel) + 2.684s (userspace) = 32.600s.
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: 8021q: 802.1Q VLAN Support v1.8
Jun 02 19:20:38 nas-bot.uraxa.lan agetty[500]: failed to open credentials directory
Jun 02 19:20:38 nas-bot.uraxa.lan systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: cfg80211: failed to load regulatory.db
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[495]: no interfaces have a carrier
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: RTL8226 2.5Gbps PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: snd_hda_intel 0000:00:0e.0: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: waiting for carrier
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: RTL8226 2.5Gbps PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jun 02 19:20:38 nas-bot.uraxa.lan dhcpcd[495]: enp3s0: waiting for carrier
Jun 02 19:20:38 nas-bot.uraxa.lan kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jun 02 19:20:39 nas-bot.uraxa.lan kernel: snd_hda_intel 0000:00:0e.0: No response from codec, disabling MSI: last cmd=0x000f0000
Jun 02 19:20:40 nas-bot.uraxa.lan kernel: snd_hda_intel 0000:00:0e.0: Codec #0 probe error; disabling it...
Jun 02 19:20:40 nas-bot.uraxa.lan kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input3
Jun 02 19:20:40 nas-bot.uraxa.lan kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input4
Jun 02 19:20:40 nas-bot.uraxa.lan kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input5
Jun 02 19:20:40 nas-bot.uraxa.lan systemd[1]: Reached target Sound Card.
Jun 02 19:20:40 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: carrier acquired
Jun 02 19:20:40 nas-bot.uraxa.lan kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jun 02 19:20:40 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: IAID fe:83:f1:40
Jun 02 19:20:40 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding address fe80::d96d:51bc:6860:89e2
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: soliciting an IPv6 router
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: Router Advertisement from fe80::ea9f:80ff:fea9:d7bd
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding address 2600:1700:daa0:2c18:a8fc:9e1:a3ee:83a9/64
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding address fdd1:1605:81ad:0:d5ea:9305:5f42:c15c/64
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding route to fdd1:1605:81ad::/48 via fe80::ea9f:80ff:fea9:d7bd
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding route to 2600:1700:daa0:2c18::/64
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding route to fdd1:1605:81ad::/64
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: confirming prior DHCPv6 lease
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding default route via fe80::ea9f:80ff:fea9:d7bd
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: rebinding lease of 192.168.0.148
Jun 02 19:20:41 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: probing address 192.168.0.148/24
Jun 02 19:20:42 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: REPLY6 received from fe80::ea9f:80ff:fea9:d7bd
Jun 02 19:20:42 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding address 2600:1700:daa0:2c18::148/128
Jun 02 19:20:42 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding address fdd1:1605:81ad::148/128
Jun 02 19:20:42 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: renew in 984, rebind in 2064, expire in 2784 seconds
Jun 02 19:20:46 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: leased 192.168.0.148 for 3600 seconds
Jun 02 19:20:46 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding route to 192.168.0.0/24
Jun 02 19:20:46 nas-bot.uraxa.lan dhcpcd[495]: enp2s0: adding default route via 192.168.0.1
Jun 02 19:20:47 nas-bot.uraxa.lan kernel: intel_ish_ipc 0000:00:11.0: [ishtp-ish]: Timed out waiting for FW-initiated reset
Jun 02 19:20:47 nas-bot.uraxa.lan kernel: intel_ish_ipc 0000:00:11.0: ISH: hw start failed.
Jun 02 19:21:08 nas-bot.uraxa.lan systemd-timesyncd[480]: Contacted time server [2600:3c02:e000:bc::123:0]:123 (2.arch.pool.ntp.org).
Jun 02 19:21:08 nas-bot.uraxa.lan systemd-timesyncd[480]: Initial clock synchronization to Sun 2024-06-02 19:21:08.285817 PDT.
Jun 02 19:21:08 nas-bot.uraxa.lan dbus-broker-launch[488]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 02 19:21:08 nas-bot.uraxa.lan sshd[683]: Accepted publickey for scott from 192.168.0.166 port 55906 ssh2: ED25519 SHA256:zEw6UVPsep1XPOJZhLLx/Q7nJ19j7vu43rQe4M3w6+g
Jun 02 19:21:08 nas-bot.uraxa.lan sshd[683]: pam_unix(sshd:session): session opened for user scott(uid=1000) by scott(uid=0)
Jun 02 19:21:08 nas-bot.uraxa.lan systemd-logind[493]: New session 1 of user scott.
Jun 02 19:21:08 nas-bot.uraxa.lan systemd[1]: Created slice User Slice of UID 1000.
Jun 02 19:21:08 nas-bot.uraxa.lan systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 02 19:21:08 nas-bot.uraxa.lan systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 02 19:21:08 nas-bot.uraxa.lan systemd[1]: Starting User Manager for UID 1000...
Jun 02 19:21:08 nas-bot.uraxa.lan (systemd)[689]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[scott] ruser=[<unknown>] rhost=[<unknown>]
Jun 02 19:21:08 nas-bot.uraxa.lan (systemd)[689]: pam_unix(systemd-user:session): session opened for user scott(uid=1000) by scott(uid=0)
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Queued start job for default target Main User Target.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd-journald[282]: /var/log/journal/19c97a9f1d0047fb8f391eff90aa3856/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Created slice User Application Slice.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Reached target Paths.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Reached target Timers.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Starting D-Bus User Message Bus Socket...
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG network certificate management daemon.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on GnuPG public key management service.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on p11-kit server.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Listening on D-Bus User Message Bus Socket.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Reached target Sockets.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Reached target Basic System.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Reached target Main User Target.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[689]: Startup finished in 374ms.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[1]: Started User Manager for UID 1000.
Jun 02 19:21:09 nas-bot.uraxa.lan systemd[1]: Started Session 1 of User scott.
Jun 02 19:21:12 nas-bot.uraxa.lan sudo[699]:    scott : TTY=pts/0 ; PWD=/home/scott ; USER=root ; COMMAND=/usr/local/bin/start-nas up
Jun 02 19:21:12 nas-bot.uraxa.lan sudo[699]: pam_unix(sudo:session): session opened for user root(uid=0) by scott(uid=1000)
Jun 02 19:21:21 nas-bot.uraxa.lan kernel: Key type trusted registered
Jun 02 19:21:21 nas-bot.uraxa.lan kernel: Key type encrypted registered
Jun 02 19:21:21 nas-bot.uraxa.lan lvm[872]: PV /dev/dm-0 online, VG ExportVG is complete.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started /usr/bin/lvm vgchange -aay --autoactivation event ExportVG.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Reached target Network is Online.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Reached target Host and Network Name Lookups.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Reached target NAS Operational.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Listening on RPCbind Server Activation Socket.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Reached target RPC Port Mapper.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Mounting NFSD configuration filesystem...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Mounting RPC Pipe File System...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting Kernel Module supporting RPCSEC_GSS...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting ExportVG LVM group...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Jun 02 19:21:22 nas-bot.uraxa.lan sudo[699]: pam_unix(sudo:session): session closed for user root
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting RPC Bind...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started RPC Bind.
Jun 02 19:21:22 nas-bot.uraxa.lan rpc.statd[907]: Version 2.6.4 starting
Jun 02 19:21:22 nas-bot.uraxa.lan rpc.statd[907]: Flags: TI-RPC
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Jun 02 19:21:22 nas-bot.uraxa.lan kernel: RPC: Registered named UNIX socket transport module.
Jun 02 19:21:22 nas-bot.uraxa.lan kernel: RPC: Registered udp transport module.
Jun 02 19:21:22 nas-bot.uraxa.lan kernel: RPC: Registered tcp transport module.
Jun 02 19:21:22 nas-bot.uraxa.lan kernel: RPC: Registered tcp-with-tls transport module.
Jun 02 19:21:22 nas-bot.uraxa.lan kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Mounted RPC Pipe File System.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Reached target rpc_pipefs.target.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting NFSv4 ID-name mapping service...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Finished Kernel Module supporting RPCSEC_GSS.
Jun 02 19:21:22 nas-bot.uraxa.lan rpc.idmapd[917]: Setting log level to 0
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting GSSAPI Proxy Daemon...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started NFSv4 ID-name mapping service.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started GSSAPI Proxy Daemon.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting RPC security service for NFS client and server...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started RPC security service for NFS client and server.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Mounted NFSD configuration filesystem.
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting NFS Mount Daemon...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Starting NFSv4 Client Tracking Daemon...
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started NFSv4 Client Tracking Daemon.
Jun 02 19:21:22 nas-bot.uraxa.lan rpc.mountd[934]: Version 2.6.4 starting
Jun 02 19:21:22 nas-bot.uraxa.lan systemd[1]: Started NFS Mount Daemon.
Jun 02 19:21:34 nas-bot.uraxa.lan sudo[956]:    scott : TTY=pts/0 ; PWD=/home/scott ; USER=root ; COMMAND=/usr/bin/journalctl -f
Jun 02 19:21:34 nas-bot.uraxa.lan sudo[956]: pam_unix(sudo:session): session opened for user root(uid=0) by scott(uid=1000)
Jun 02 19:21:35 nas-bot.uraxa.lan systemd[1]: Started Device-mapper event daemon.
Jun 02 19:21:35 nas-bot.uraxa.lan dmeventd[978]: dmeventd ready for processing.
Jun 02 19:21:35 nas-bot.uraxa.lan dmeventd[978]: Monitoring snapshot ExportVG-data--store_snapshot_2024--05--30.
Jun 02 19:21:35 nas-bot.uraxa.lan lvm[875]:   2 logical volume(s) in volume group "ExportVG" now active
Jun 02 19:21:35 nas-bot.uraxa.lan vgchange[901]:   2 logical volume(s) in volume group "ExportVG" now active
Jun 02 19:21:35 nas-bot.uraxa.lan systemd[1]: lvm-activate-ExportVG.service: Deactivated successfully.
Jun 02 19:21:35 nas-bot.uraxa.lan systemd[1]: Finished ExportVG LVM group.
Jun 02 19:21:35 nas-bot.uraxa.lan systemd[1]: Mounting /mnt/data-store...
Jun 02 19:21:36 nas-bot.uraxa.lan kernel: SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
Jun 02 19:21:36 nas-bot.uraxa.lan kernel: XFS (dm-2): Mounting V5 Filesystem b15d9f35-85cb-44c1-ad81-bd0a6e3b4b62
Jun 02 19:21:36 nas-bot.uraxa.lan kernel: XFS (dm-2): Starting recovery (logdev: internal)
Jun 02 19:21:37 nas-bot.uraxa.lan kernel: XFS (dm-2): Ending recovery (logdev: internal)
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Mounted /mnt/data-store.
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Mounting /srv/http/pacman-cache...
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: srv-nfs-export.mount: Directory /srv/nfs/export to mount over is not empty, mounting anyway.
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Mounting /srv/nfs/export...
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Mounted /srv/http/pacman-cache.
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Mounted /srv/nfs/export.
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Starting NFS server and services...
Jun 02 19:21:37 nas-bot.uraxa.lan systemd[1]: Starting A high performance web server and a reverse proxy server...
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]: exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/srv/nfs".
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]:   Assuming default behaviour ('no_subtree_check').
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]:   NOTE: this default has changed since nfs-utils version 1.0.x
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]: exportfs: /etc/exports [4]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/srv/nfs/export".
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]:   Assuming default behaviour ('no_subtree_check').
Jun 02 19:21:37 nas-bot.uraxa.lan exportfs[1001]:   NOTE: this default has changed since nfs-utils version 1.0.x
Jun 02 19:21:38 nas-bot.uraxa.lan systemd[1]: Started A high performance web server and a reverse proxy server.
Jun 02 19:21:38 nas-bot.uraxa.lan kernel: RPC: Registered rdma transport module.
Jun 02 19:21:38 nas-bot.uraxa.lan kernel: RPC: Registered rdma backchannel transport module.
Jun 02 19:21:38 nas-bot.uraxa.lan kernel: NFSD: Using nfsdcld client tracking operations.
Jun 02 19:21:38 nas-bot.uraxa.lan kernel: NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
Jun 02 19:21:38 nas-bot.uraxa.lan systemd[1]: Finished NFS server and services.
Jun 02 19:21:38 nas-bot.uraxa.lan systemd[1]: Starting Notify NFS peers of a restart...
Jun 02 19:21:38 nas-bot.uraxa.lan sm-notify[1024]: Version 2.6.4 starting
Jun 02 19:21:38 nas-bot.uraxa.lan systemd[1]: Started Notify NFS peers of a restart.
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: BUG: unable to handle page fault for address: 0000312d746e6c6b
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: #PF: supervisor read access in kernel mode
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: #PF: error_code(0x0000) - not-present page
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: PGD 0 P4D 0 
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Oops: 0000 [#1] PREEMPT SMP NOPTI
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CPU: 2 PID: 1022 Comm: nfsd Not tainted 6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01cffc90 EFLAGS: 00010206
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 0000312d746e6c63 RCX: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 00000000000015b9 RDI: ffff8f1d4748c3b8
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 00000000000012ef R09: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffa3ff01cffcf0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff8f1d4748c3b8 R15: 000000000000029c
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff8f1dbbd00000(0000) knlGS:0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: 0000312d746e6c6b CR3: 000000010e220000 CR4: 0000000000350ef0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? page_fault_oops+0x15a/0x2b0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? exc_page_fault+0x81/0x190
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? asm_exc_page_fault+0x26/0x30
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  svcauth_gss_proxy_init+0x3f6/0x4c0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  svcauth_gss_proc_init+0xc5/0x170 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  svc_process_common+0x22a/0x6a0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  svc_process+0x131/0x180 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  svc_recv+0x7f4/0x9b0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __pfx_nfsd+0x10/0x10 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  nfsd+0x87/0xd0 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  kthread+0xcf/0x100
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ret_from_fork+0x31/0x50
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ret_from_fork_asm+0x1a/0x30
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl intel_rapl_msr snd_sof_intel_hda_common intel_rapl_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt intel_telemetry_pltdrv snd_sof_utils intel_punit_ipc soundwire_generic_allocation intel_telemetry_core x86_pkg_temp_thermal soundwire_bus intel_powerclamp coretemp snd_soc_avs kvm_intel snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core spi_pxa2xx_platform snd_compress dw_dmac raid456 async_raid6_recov ac97_bus 8250_dw async_memcpy snd_pcm_dmaengine polyval_generic async_pq gf128mul ghash_clmulni_intel async_xor
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  snd_hda_intel async_tx mei_pxp sha512_ssse3 snd_intel_dspcfg mei_hdcp sha1_ssse3 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core ledtrig_netdev cryptd snd_hwdep rapl snd_pcm intel_cstate r8169 snd_timer i2c_i801 vfat wdat_wdt pcspkr intel_lpss_pci realtek fat md_mod i2c_smbus intel_lpss mdio_devres snd intel_ish_ipc mei_me idma64 libphy intel_ishtp soundcore mei intel_pmc_core intel_vsec pmt_telemetry pmt_class pinctrl_geminilake mac_hid crypto_user dm_mod loop nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq mmc_block i915 i2c_algo_bit sdhci_pci drm_buddy cqhci ttm sdhci intel_gtt drm_display_helper crc32c_intel xhci_pci mmc_core sha256_ssse3 xhci_pci_renesas cec video wmi
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: 0000312d746e6c6b
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01cffc90 EFLAGS: 00010206
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 0000312d746e6c63 RCX: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 00000000000015b9 RDI: ffff8f1d4748c3b8
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 00000000000012ef R09: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffa3ff01cffcf0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff8f1d4748c3b8 R15: 000000000000029c
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff8f1dbbd00000(0000) knlGS:0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: 0000312d746e6c6b CR3: 000000010e220000 CR4: 0000000000350ef0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: note: nfsd[1022] exited with irqs disabled
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: BUG: unable to handle page fault for address: ffff8f1d4504a000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: #PF: supervisor write access in kernel mode
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: #PF: error_code(0x0003) - permissions violation
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: PGD 10f001067 P4D 10f001067 PUD 100207063 PMD 1051b3063 PTE 800000010504a121
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Oops: 0003 [#2] PREEMPT SMP NOPTI
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CPU: 2 PID: 1033 Comm: journal-offline Tainted: G      D            6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RIP: 0010:clear_page_erms+0xb/0x20
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Code: 48 8d 7f 40 75 d9 90 c3 cc cc cc cc 0f 1f 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa b9 00 10 00 00 31 c0 <f3> aa c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 90
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01cafaa8 EFLAGS: 00010246
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000001000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RDX: ffffe4c7c4141280 RSI: dead000000000040 RDI: ffff8f1d4504a000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RBP: 0000000000000001 R08: 0000007c03ffffff R09: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R13: ffffa3ff01cafb68 R14: 0000000000000004 R15: 0000000000000001
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: FS:  00007950e3e006c0(0000) GS:ffff8f1dbbd00000(0000) knlGS:0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: ffff8f1d4504a000 CR3: 0000000106f98000 CR4: 0000000000350ef0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? page_fault_oops+0x15a/0x2b0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? search_bpf_extables+0x5f/0x80
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? exc_page_fault+0x18a/0x190
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? asm_exc_page_fault+0x26/0x30
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? clear_page_erms+0xb/0x20
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  __alloc_pages_bulk+0x5b4/0x6e0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  btrfs_alloc_page_array+0x40/0x90 [btrfs 38f2abca0aaf083efd243854231c6bf8c3c28f66]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  alloc_eb_folio_array+0x4b/0xe0 [btrfs 38f2abca0aaf083efd243854231c6bf8c3c28f66]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  __alloc_dummy_extent_buffer+0x6f/0x150 [btrfs 38f2abca0aaf083efd243854231c6bf8c3c28f66]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  btrfs_init_log_ctx_scratch_eb+0x3e/0x50 [btrfs 38f2abca0aaf083efd243854231c6bf8c3c28f66]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  btrfs_sync_file+0x278/0x480 [btrfs 38f2abca0aaf083efd243854231c6bf8c3c28f66]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  __x64_sys_fsync+0x3b/0x70
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  do_syscall_64+0x83/0x190
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __seccomp_filter+0x306/0x520
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? __do_sys_prctl+0x264/0xbd0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? syscall_exit_to_user_mode+0x75/0x210
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? do_syscall_64+0x8f/0x190
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? finish_task_switch.isra.0+0x99/0x2e0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? switch_fpu_return+0x4e/0xd0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  ? clear_bhb_loop+0x45/0xa0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RIP: 0033:0x7950ec71fb0c
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Code: 0f 05 48 3d 00 f0 ff ff 77 3c c3 0f 1f 00 55 48 89 e5 48 83 ec 10 89 7d fc e8 90 32 f8 ff 8b 7d fc 89 c2 b8 4a 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 2c 89 d7 89 45 fc e8 f2 32 f8 ff 8b 45 fc c9
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RSP: 002b:00007950e3dffd10 EFLAGS: 00000293 ORIG_RAX: 000000000000004a
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RAX: ffffffffffffffda RBX: 00005fe6bd23c5d0 RCX: 00007950ec71fb0c
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000016
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RBP: 00007950e3dffd20 R08: 0000000000000000 R09: 00007950e3e006c0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R10: 000000000000050b R11: 0000000000000293 R12: 00007950ecb4e370
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R13: fffffffffffffe88 R14: 0000000000000000 R15: 00007ffdab566ed0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl intel_rapl_msr snd_sof_intel_hda_common intel_rapl_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt intel_telemetry_pltdrv snd_sof_utils intel_punit_ipc soundwire_generic_allocation intel_telemetry_core x86_pkg_temp_thermal soundwire_bus intel_powerclamp coretemp snd_soc_avs kvm_intel snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core spi_pxa2xx_platform snd_compress dw_dmac raid456 async_raid6_recov ac97_bus 8250_dw async_memcpy snd_pcm_dmaengine polyval_generic async_pq gf128mul ghash_clmulni_intel async_xor
Jun 02 19:21:48 nas-bot.uraxa.lan kernel:  snd_hda_intel async_tx mei_pxp sha512_ssse3 snd_intel_dspcfg mei_hdcp sha1_ssse3 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core ledtrig_netdev cryptd snd_hwdep rapl snd_pcm intel_cstate r8169 snd_timer i2c_i801 vfat wdat_wdt pcspkr intel_lpss_pci realtek fat md_mod i2c_smbus intel_lpss mdio_devres snd intel_ish_ipc mei_me idma64 libphy intel_ishtp soundcore mei intel_pmc_core intel_vsec pmt_telemetry pmt_class pinctrl_geminilake mac_hid crypto_user dm_mod loop nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq mmc_block i915 i2c_algo_bit sdhci_pci drm_buddy cqhci ttm sdhci intel_gtt drm_display_helper crc32c_intel xhci_pci mmc_core sha256_ssse3 xhci_pci_renesas cec video wmi
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: ffff8f1d4504a000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01cffc90 EFLAGS: 00010206
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 0000312d746e6c63 RCX: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 00000000000015b9 RDI: ffff8f1d4748c3b8
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 00000000000012ef R09: 0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffa3ff01cffcf0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff8f1d4748c3b8 R15: 000000000000029c
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: FS:  00007950e3e006c0(0000) GS:ffff8f1dbbd00000(0000) knlGS:0000000000000000
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: CR2: ffff8f1d4504a000 CR3: 0000000106f98000 CR4: 0000000000350ef0
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: note: journal-offline[1033] exited with irqs disabled
Jun 02 19:21:48 nas-bot.uraxa.lan kernel: note: journal-offline[1033] exited with preempt_count 2
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: general protection fault, probably for non-canonical address 0x9dabf8c5547c45da: 0000 [#3] PREEMPT SMP NOPTI
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: CPU: 0 PID: 1023 Comm: nfsd Tainted: G      D            6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01d07c90 EFLAGS: 00010286
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 9dabf8c5547c45d2 RCX: 0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 0000000000000eb9 RDI: ffff8f1d442fda40
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 00000000000004a1 R09: 0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffa3ff01d07cf0
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff8f1d442fda40 R15: 000000000000029c
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff8f1dbbc00000(0000) knlGS:0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: CR2: 00006207f8e04360 CR3: 000000010e220000 CR4: 0000000000350ef0
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? __die_body.cold+0x19/0x27
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? die_addr+0x3c/0x60
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? exc_general_protection+0x17d/0x400
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? asm_exc_general_protection+0x26/0x30
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  svcauth_gss_proxy_init+0x3f6/0x4c0 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  svcauth_gss_proc_init+0xc5/0x170 [auth_rpcgss b137e8bc74e0f430d7d45b4badd0d516617de9ef]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  svc_process_common+0x22a/0x6a0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  svc_process+0x131/0x180 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  svc_recv+0x7f4/0x9b0 [sunrpc b4ea5591a46ef67647efebe80bb2ae860b065037]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? __pfx_nfsd+0x10/0x10 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  nfsd+0x87/0xd0 [nfsd ba4a52bf6ae26eed0ac3f7989e66899fb9d9d191]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  kthread+0xcf/0x100
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ret_from_fork+0x31/0x50
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  ret_from_fork_asm+0x1a/0x30
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  </TASK>
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl intel_rapl_msr snd_sof_intel_hda_common intel_rapl_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt intel_telemetry_pltdrv snd_sof_utils intel_punit_ipc soundwire_generic_allocation intel_telemetry_core x86_pkg_temp_thermal soundwire_bus intel_powerclamp coretemp snd_soc_avs kvm_intel snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core spi_pxa2xx_platform snd_compress dw_dmac raid456 async_raid6_recov ac97_bus 8250_dw async_memcpy snd_pcm_dmaengine polyval_generic async_pq gf128mul ghash_clmulni_intel async_xor
Jun 02 19:22:13 nas-bot.uraxa.lan kernel:  snd_hda_intel async_tx mei_pxp sha512_ssse3 snd_intel_dspcfg mei_hdcp sha1_ssse3 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core ledtrig_netdev cryptd snd_hwdep rapl snd_pcm intel_cstate r8169 snd_timer i2c_i801 vfat wdat_wdt pcspkr intel_lpss_pci realtek fat md_mod i2c_smbus intel_lpss mdio_devres snd intel_ish_ipc mei_me idma64 libphy intel_ishtp soundcore mei intel_pmc_core intel_vsec pmt_telemetry pmt_class pinctrl_geminilake mac_hid crypto_user dm_mod loop nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq mmc_block i915 i2c_algo_bit sdhci_pci drm_buddy cqhci ttm sdhci intel_gtt drm_display_helper crc32c_intel xhci_pci mmc_core sha256_ssse3 xhci_pci_renesas cec video wmi
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: ---[ end trace 0000000000000000 ]---
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RIP: 0010:gss_free_in_token_pages+0x2b/0xc0 [auth_rpcgss]
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: Code: 1f 44 00 00 41 54 49 89 fc 55 53 48 8b 3f 48 8b 1f 48 85 db 74 41 31 ed eb 10 49 8b 3c 24 48 63 c5 48 8b 1c c7 48 85 db 74 2d <48> 8b 43 08 83 c5 01 a8 01 75 79 66 90 66 90 f0 ff 4b 34 75 db 48
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff01cffc90 EFLAGS: 00010206
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RAX: 0000000000000002 RBX: 0000312d746e6c63 RCX: 0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RDX: 0000000000000eb9 RSI: 00000000000015b9 RDI: ffff8f1d4748c3b8
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: RBP: 0000000000000002 R08: 00000000000012ef R09: 0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: R10: 00000000000007e0 R11: a105010203a08681 R12: ffffa3ff01cffcf0
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: R13: 000000000000000a R14: ffff8f1d4748c3b8 R15: 000000000000029c
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff8f1dbbc00000(0000) knlGS:0000000000000000
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:22:13 nas-bot.uraxa.lan kernel: CR2: 00006207f8e04360 CR3: 000000010e220000 CR4: 0000000000350ef0
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [kworker/2:2:176]
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: Modules linked in: cts rpcsec_gss_krb5 rpcrdma rdma_cm iw_cm ib_cm ib_core xfs nfsd nfs_acl lockd auth_rpcgss grace sunrpc dm_snapshot dm_bufio dm_crypt cbc encrypted_keys trusted asn1_encoder tee snd_hda_codec_hdmi cfg80211 rfkill 8021q garp mrp stp llc snd_sof_pci_intel_apl intel_rapl_msr snd_sof_intel_hda_common intel_rapl_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof intel_pmc_bxt intel_telemetry_pltdrv snd_sof_utils intel_punit_ipc soundwire_generic_allocation intel_telemetry_core x86_pkg_temp_thermal soundwire_bus intel_powerclamp coretemp snd_soc_avs kvm_intel snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match crct10dif_pclmul snd_soc_acpi crc32_pclmul snd_soc_core spi_pxa2xx_platform snd_compress dw_dmac raid456 async_raid6_recov ac97_bus 8250_dw async_memcpy snd_pcm_dmaengine polyval_generic async_pq gf128mul ghash_clmulni_intel async_xor
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  snd_hda_intel async_tx mei_pxp sha512_ssse3 snd_intel_dspcfg mei_hdcp sha1_ssse3 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core ledtrig_netdev cryptd snd_hwdep rapl snd_pcm intel_cstate r8169 snd_timer i2c_i801 vfat wdat_wdt pcspkr intel_lpss_pci realtek fat md_mod i2c_smbus intel_lpss mdio_devres snd intel_ish_ipc mei_me idma64 libphy intel_ishtp soundcore mei intel_pmc_core intel_vsec pmt_telemetry pmt_class pinctrl_geminilake mac_hid crypto_user dm_mod loop nfnetlink zram ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq mmc_block i915 i2c_algo_bit sdhci_pci drm_buddy cqhci ttm sdhci intel_gtt drm_display_helper crc32c_intel xhci_pci mmc_core sha256_ssse3 xhci_pci_renesas cec video wmi
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: CPU: 2 PID: 176 Comm: kworker/2:2 Tainted: G      D            6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: Hardware name: Insyde GeminiLake/Type2 - Board Product Name, BIOS V1.19 09/27/2018
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: Workqueue: mm_percpu_wq vmstat_update
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x6e/0x2e0
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 93 25 9f
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: RSP: 0018:ffffa3ff00557cd8 EFLAGS: 00000202
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: RAX: 0000000000000001 RBX: ffff8f1dbbd3c500 RCX: 0000000000000eb9
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8f1dbbd3c500
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: RBP: 000000000000024c R08: ffff8f1dbfffbd80 R09: ffff8f1d49893440
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: R10: 000000000000000d R11: 000000000000000d R12: ffff8f1dbfffbd80
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: R13: 0000000000000002 R14: 0000000000000000 R15: 000000000003c500
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: FS:  0000000000000000(0000) GS:ffff8f1dbbd00000(0000) knlGS:0000000000000000
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: CR2: 00005d58c2347090 CR3: 000000010e220000 CR4: 0000000000350ef0
Jun 02 19:22:16 nas-bot.uraxa.lan kernel: Call Trace:
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  <IRQ>
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? watchdog_timer_fn.cold+0x3d/0xa1
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? hrtimer_interrupt+0xfa/0x210
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  </IRQ>
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  <TASK>
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? native_queued_spin_lock_slowpath+0x6e/0x2e0
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  _raw_spin_lock+0x29/0x30
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  decay_pcp_high+0x63/0x90
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  refresh_cpu_vm_stats+0xe9/0x220
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  vmstat_update+0x13/0x50
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  process_one_work+0x18b/0x350
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  worker_thread+0x2eb/0x410
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __pfx_worker_thread+0x10/0x10
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  kthread+0xcf/0x100
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ret_from_fork+0x31/0x50
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ? __pfx_kthread+0x10/0x10
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  ret_from_fork_asm+0x1a/0x30
Jun 02 19:22:16 nas-bot.uraxa.lan kernel:  </TASK>

Offline

#3 2024-06-03 04:12:05

scott_fakename
Member
Registered: 2012-08-15
Posts: 129

Re: [Solved] NFSD crashing when trying to mount with Kerberos krb5p

Downgrading the kernel to 6.9.1-arch1-2 seems to have fixed it for now.

Offline

#4 2024-06-03 13:49:59

loqs
Member
Registered: 2014-03-06
Posts: 18,731

Re: [Solved] NFSD crashing when trying to mount with Kerberos krb5p

Have you tried 6.9.2.arch1-1 or reverting 8ca14891 SUNRPC: Fix gss_free_in_token_pages()?
Edit:
6.9.3.arch1 with  https://lore.kernel.org/all/20240602221 … ernel.org/ applied:
https://drive.google.com/file/d/1QdvY5F … sp=sharing linux-6.9.3.arch1-1.2-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1JrZW24 … sp=sharing linux-headers-6.9.3.arch1-1.2-x86_64.pkg.tar.zst

Last edited by loqs (2024-06-03 19:49:17)

Offline

#5 2024-06-04 01:18:10

scott_fakename
Member
Registered: 2012-08-15
Posts: 129

Re: [Solved] NFSD crashing when trying to mount with Kerberos krb5p

Oh that's weird. The first thing I tried was downgrading linux to 6.9.2-arch1-1 but I still saw problems. Which is why I made the post; if the downgrade had worked I'd just have used that and waited for the next linux.

I just tried 6.9.2-arch1-1 and it's still working right now. I must have messed up downgrading it or something.

I'll try patching those diffs on to the latest and see if they fix it at HEAD too.

Offline

#6 2024-06-06 05:27:46

scott_fakename
Member
Registered: 2012-08-15
Posts: 129

Re: [Solved] NFSD crashing when trying to mount with Kerberos krb5p

I built a new kernel myself with https://lore.kernel.org/all/20240602221 … ernel.org/ applied, installed it, and it's now running my version of the kernel without issue.

Nice! Thanks for the help, loqs!

Offline

Board footer

Powered by FluxBB