You are not logged in.

#1 2023-09-13 16:54:14

realmatrix
Member
Registered: 2019-01-10
Posts: 29

[SOLVED] kodi as systemd-service and playing AudioCD

Hallo,

I'm using kodi media player software on my PC. It is starting on system power up by systemd on tty1, installed by kodi-standalone-service (AUR-package). Everthing works fine.
My Desktop (openbox) is starting manually on tty3 after login.

Only problem is CompactDisc-AudioCD-Playback with kodi!

If I'm logged in in tty3 (Monitor shows Desktop of openbox), I can listen to music (radio, mp3, streams etc.) started in kodi without any problem. So I'm on my openbox-desktop in tty3 and in background kodi is running on tty1.

AudioCD-Playback in kodi also works. If I am on tty1, the jump to next track on AudioCD perfectly works. But if I am on tty3, kodi doesn't automatic jump to next track. I' have to go back to tty1 instance, then kodi starts playing next track.

I think it is problem with 'groups'. kodi is in group 'optical'. But kodi on tty1 can't access cd-drive, if I'am on tty3 at the same time.

Any idea / suggestion for get it working?
keep in mind: kodi is my hifi-system and openbox my normal 'working-desktop', both on ONE machine, used parallel.

big thanks
realmatrix

Last edited by realmatrix (2023-10-01 13:51:02)

Offline

#2 2023-09-19 01:06:00

Skidout
Member
Registered: 2023-05-26
Posts: 37

Re: [SOLVED] kodi as systemd-service and playing AudioCD

Consider checking the settings for Kodi. Maybe there will be something there for "continue playing while not in focus" or something like that.

Offline

#3 2023-09-19 06:57:58

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

I can listen to music (radio, mp3, streams etc.) started in kodi without any problem

kodi is in group 'optical'. But kodi on tty1 can't access cd-drive, if I'am on tty3 at the same time.

Going w/ the OPs theory

getfacl /dev/sr0 # assuming that's your optical drive
cat /proc/$(pidof kodi)/status

Did you try to "sudo chmod 666 /dev/sr0" for world access?

Last edited by seth (2023-09-19 06:59:13)

Offline

#4 2023-09-23 07:45:16

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

Thanks für answering :-)

I haven't found any option like "continue playing while not in focus" in kodi.

input:

getfacl /dev/sr0

output:

# file: dev/sr0
# owner: root
# group: optical
user::rw-
user:arch:rw-
group::rw-
mask::rw-
other::--- 

input:

cat /proc/$(pidof kodi)/status

output:

cat: /proc//status: Datei oder Verzeichnis nicht gefunden

>>> Did you try to

sudo chmod 666 /dev/sr0

for world access?
I tried, but no change.

realmatrix

Last edited by realmatrix (2023-09-23 08:15:44)

Offline

#5 2023-09-23 07:54:03

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

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

cat /proc/$(pidof kodi)/status

does only work while there's a running kodi process.

Offline

#6 2023-09-23 08:19:45

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

input

cat /proc/$(pidof kodi.bin)/status

output

Name:	kodi.bin
Umask:	0022
State:	S (sleeping)
Tgid:	19507
Ngid:	0
Pid:	19507
PPid:	19502
TracerPid:	0
Uid:	971	971	971	971
Gid:	971	971	971	971
FDSize:	256
Groups:	971 985 990 996 
NStgid:	19507
NSpid:	19507
NSpgid:	19473
NSsid:	19419
Kthread:	0
VmPeak:	 4735708 kB
VmSize:	 4472548 kB
VmLck:	       0 kB
VmPin:	       0 kB
VmHWM:	  414692 kB
VmRSS:	  371912 kB
RssAnon:	  235712 kB
RssFile:	  136200 kB
RssShmem:	       0 kB
VmData:	  635888 kB
VmStk:	     136 kB
VmExe:	   47964 kB
VmLib:	  136416 kB
VmPTE:	    1556 kB
VmSwap:	       0 kB
HugetlbPages:	       0 kB
CoreDumping:	0
THP_enabled:	1
untag_mask:	0xffffffffffffffff
Threads:	41
SigQ:	0/60981
SigPnd:	0000000000000000
ShdPnd:	0000000000000000
SigBlk:	0000000000000000
SigIgn:	0000000001001004
SigCgt:	0000000100004002
CapInh:	0000000000000000
CapPrm:	0000000000000000
CapEff:	0000000000000000
CapBnd:	000001ffffffffff
CapAmb:	0000000000000000
NoNewPrivs:	0
Seccomp:	0
Seccomp_filters:	0
Speculation_Store_Bypass:	thread vulnerable
SpeculationIndirectBranch:	conditional enabled
Cpus_allowed:	0000ffff
Cpus_allowed_list:	0-15
Mems_allowed:	00000001
Mems_allowed_list:	0
voluntary_ctxt_switches:	617969
nonvoluntary_ctxt_switches:	3139

Offline

#7 2023-09-23 08:28:21

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

id 971

Though opening the device should™ have worked - did you restart kodi afterwards?

Offline

#8 2023-09-23 08:32:35

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

seth wrote:
id 971

Though opening the device should™ have worked - did you restart kodi afterwards?

Yes, with

systemctl restart kodi-x11

Offline

#9 2023-09-23 08:46:33

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

Output of cat /proc/$(pidof kodi.bin)/status in "AudioCD-hanging-mode":

Name:	kodi.bin
Umask:	0022
State:	S (sleeping)
Tgid:	19507
Ngid:	0
Pid:	19507
PPid:	19502
TracerPid:	0
Uid:	971	971	971	971
Gid:	971	971	971	971
FDSize:	256
Groups:	971 985 990 996 
NStgid:	19507
NSpid:	19507
NSpgid:	19473
NSsid:	19419
Kthread:	0
VmPeak:	 4735708 kB
VmSize:	 4168068 kB
VmLck:	       0 kB
VmPin:	       0 kB
VmHWM:	  414692 kB
VmRSS:	  356056 kB
RssAnon:	  219348 kB
RssFile:	  136708 kB
RssShmem:	       0 kB
VmData:	  593712 kB
VmStk:	     136 kB
VmExe:	   47964 kB
VmLib:	  136416 kB
VmPTE:	    1492 kB
VmSwap:	       0 kB
HugetlbPages:	       0 kB
CoreDumping:	0
THP_enabled:	1
untag_mask:	0xffffffffffffffff
Threads:	38
SigQ:	0/60981
SigPnd:	0000000000000000
ShdPnd:	0000000000000000
SigBlk:	0000000000000000
SigIgn:	0000000001001004
SigCgt:	0000000100004002
CapInh:	0000000000000000
CapPrm:	0000000000000000
CapEff:	0000000000000000
CapBnd:	000001ffffffffff
CapAmb:	0000000000000000
NoNewPrivs:	0
Seccomp:	0
Seccomp_filters:	0
Speculation_Store_Bypass:	thread vulnerable
SpeculationIndirectBranch:	conditional enabled
Cpus_allowed:	0000ffff
Cpus_allowed_list:	0-15
Mems_allowed:	00000001
Mems_allowed_list:	0
voluntary_ctxt_switches:	650924
nonvoluntary_ctxt_switches:	3391

=> so this is the ouput, when I am logged in on tty3 and kodi.bin runs as systemd-service on tty1 and doesn't play next track. If I switch now to tty1, next track will be played

Last edited by realmatrix (2023-09-23 08:50:00)

Offline

#10 2023-09-23 14:29:13

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

The intersting bits were

Uid:	971	971	971	971
Gid:	971	971	971	971

Groups:	971 985 990 996 

(ie. as what user/group does kodi run)

Are you using pulseaudio?
https://wiki.archlinux.org/title/PulseA … ice,_cron)
https://wiki.archlinux.org/title/PulseA … dio_daemon

Offline

#11 2023-09-23 16:34:13

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

Thanks for your support! Yes, I am using pulseaudio.

BUT: Sound ist working with all sources, only AudioCD doesn't jump to next track automatically. I think the problem is: kodi can't access cd-rom from an non-interactive shell.

Offline

#12 2023-09-23 16:54:03

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

It's not so much about an interactive shell but the active TTY, isn't.

sudo -u kodi mpv cdda://

Offline

#13 2023-09-23 18:38:43

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

kodi.log

2023-09-23 20:23:29.272 T:801      info <general>: ADDON: Dll Destroyed - Shadertoy
2023-09-23 20:23:29.281 T:44766    info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder pcm_s16le
2023-09-23 20:23:29.401 T:801     error <CSettingString>: error reading the default value of "lastpresetfile"
2023-09-23 20:23:29.401 T:801   warning <CSettingGroup>: unable to read setting "lastpresetfile"
2023-09-23 20:23:30.896 T:44766    info <general>: CDVDAudioCodecFFmpeg::GetChannelMap - FFmpeg reported 2 channels, but the layout contains 0 - trying hints
2023-09-23 20:23:30.896 T:44766    info <general>: Using default layout...
2023-09-23 20:23:31.345 T:44766    info <general>: AudioDecoder: File is queued
2023-09-23 20:23:31.366 T:44766    info <general>: PAPlayer::PrepareStream - Ready
2023-09-23 20:23:36.982 T:801      info <general>: ADDON: Dll Destroyed - Shadertoy
2023-09-23 20:23:36.983 T:801     error <CSettingString>: error reading the default value of "lastpresetfile"
2023-09-23 20:23:36.983 T:801   warning <CSettingGroup>: unable to read setting "lastpresetfile"
2023-09-23 20:24:50.400 T:801      info <general>: ADDON: Dll Destroyed - Shadertoy
2023-09-23 20:24:50.417 T:801     error <CSettingString>: error reading the default value of "lastpresetfile"
2023-09-23 20:24:50.417 T:801   warning <CSettingGroup>: unable to read setting "lastpresetfile"
2023-09-23 20:24:54.331 T:801      info <general>: ADDON: Dll Destroyed - Shadertoy
2023-09-23 20:24:54.333 T:801     error <CSettingString>: error reading the default value of "lastpresetfile"
2023-09-23 20:24:54.333 T:801   warning <CSettingGroup>: unable to read setting "lastpresetfile"
2023-09-23 20:26:32.630 T:44774    info <general>: PAPlayer::ProcessStream - Stream Finished
2023-09-23 20:31:01.471 T:45050    info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder pcm_s16le
2023-09-23 20:31:01.479 T:45050    info <general>: CDVDAudioCodecFFmpeg::GetChannelMap - FFmpeg reported 2 channels, but the layout contains 0 - trying hints
2023-09-23 20:31:01.479 T:45050    info <general>: Using default layout...
2023-09-23 20:31:02.057 T:45050    info <general>: AudioDecoder: File is queued
2023-09-23 20:31:02.068 T:45050    info <general>: PAPlayer::PrepareStream - Ready
2023-09-23 20:31:02.077 T:833      info <general>: CActiveAESink::OpenSink - initialize sink
2023-09-23 20:31:02.270 T:833      info <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms Periodsize 50 ms

maybe it is something with "lastpresetfile"?

what about command 

sudo -u kodi mpv cdda://

?

Offline

#14 2023-09-23 19:49:54

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

The idea was to run that and see how it behaves by contrast.

"lastpresetfile" looks like some config thing, I doubt that it has anything to do w/ access to the optical drive - does the warning/error also show up for times when you're on the kodi TTY?

Offline

#15 2023-09-24 05:24:54

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

seth wrote:

- does warning/error also show up for times when you're on the kodi TTY?

If I on TTY3 (not kodi) the protocol hangs on line

2023-09-23 20:24:54.333 T:801

!
After switching to TTY1 (kodi) the lines from

2023-09-23 20:26:32.630 T:44774

were shown.

So maybe it is a kodi problem with access to "lastpresetfile"?!

Thanks for your advice, maybe I have to look in kodi forum?

The intern CD-ROM-Drive is connected by USB-Port, so there's a problem with usb-access?

Last edited by realmatrix (2023-09-24 05:27:02)

Offline

#16 2023-09-24 06:13:03

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

The relevant question is whether ther "lastpresetfile" messages also show up when kodi is on the active TTY - just because they're the last ones doesn't mean much.

Did you try the behavior of mpv?

Offline

#17 2023-09-27 17:16:46

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

seth wrote:

Did you try the behavior of mpv?

result of

sudo -u kodi mpv cdda://

is:

[cdda] Switched to track 1
 (+) Audio --aid=1 (pcm_s16le 2ch 44100Hz)
[E] pw.loop [loop.c:67 pw_loop_new()] 0x577a0c57d80: can't make support.system handle: No such file or directory
ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave
[ao/alsa] Playback open error: No such file or directory
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
[ao/jack] cannot open server
[ao] Failed to initialize audio driver 'jack'
Could not open/initialize audio device -> no sound.
Audio: no audio

Exiting... (Errors when loading file)

Last edited by realmatrix (2023-09-27 17:17:01)

Offline

#18 2023-09-27 17:55:55

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

I tried https://dev.to/setevoy/linux-alsa-lib-p … slave-38on

Now

sudo -u kodi mpv cdda://

is working on TTY3 openbox desktop. But in kodi in TTY1 no changes.

Offline

#19 2023-09-27 18:12:14

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

I tried a mp3 album in kodi on TTY1 now.
Same behaviour, if the kodi TTY is non-active, there is no jump to next track. After switching to active kodi TTY, the track will be played.

Last edited by realmatrix (2023-09-27 18:16:35)

Offline

#20 2023-09-27 19:23:20

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

is working on TTY3 openbox desktop

That's pointless.

mpv tries to use pipewire…
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#21 2023-09-28 15:06:44

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

sudo journalctl -b | curl -F 'file=@-' 0x0.st
Sep 28 16:51:30 machine kernel: Linux version 6.5.5-hardened1-1-hardened (linux-hardened@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Mon, 25 Sep 2023 18:56:49 +0000
Sep 28 16:51:30 machine kernel: Command line: BOOT_IMAGE=../vmlinuz-linux-hardened root=/dev/sda1 rw initrd=../amd-ucode.img,../initramfs-linux-hardened.img
Sep 28 16:51:30 machine kernel: BIOS-provided physical RAM map:
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000a20f000-0x000000000affffff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000000b020000-0x000000009e27cfff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000009e27d000-0x000000009e27dfff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000009e27e000-0x00000000a3a2afff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a3a2b000-0x00000000a3d8dfff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a3d8e000-0x00000000a3ee8fff] ACPI data
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a3ee9000-0x00000000a5a6afff] ACPI NVS
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a5a6b000-0x00000000a69fefff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a69ff000-0x00000000a7ffffff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000a8000000-0x00000000aaffffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000af000000-0x00000000cfffffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042e2fffff] usable
Sep 28 16:51:30 machine kernel: BIOS-e820: [mem 0x000000042e300000-0x000000042fffffff] reserved
Sep 28 16:51:30 machine kernel: NX (Execute Disable) protection: active
Sep 28 16:51:30 machine kernel: SMBIOS 3.3.0 present.
Sep 28 16:51:30 machine kernel: DMI: ASUS System Product Name/TUF GAMING B550M-PLUS, BIOS 3205 08/14/2023
Sep 28 16:51:30 machine kernel: tsc: Fast TSC calibration using PIT
Sep 28 16:51:30 machine kernel: tsc: Detected 3792.714 MHz processor
Sep 28 16:51:30 machine kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 28 16:51:30 machine kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 28 16:51:30 machine kernel: last_pfn = 0x42e300 max_arch_pfn = 0x400000000
Sep 28 16:51:30 machine kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Sep 28 16:51:30 machine kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 28 16:51:30 machine kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Sep 28 16:51:30 machine kernel: last_pfn = 0xa8000 max_arch_pfn = 0x400000000
Sep 28 16:51:30 machine kernel: Kernel/User page tables isolation: force enabled on command line.
Sep 28 16:51:30 machine kernel: Using GB pages for direct mapping
Sep 28 16:51:30 machine kernel: RAMDISK: [mem 0x7de64000-0x7fffffff]
Sep 28 16:51:30 machine kernel: ACPI: Early table checksum verification disabled
Sep 28 16:51:30 machine kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Sep 28 16:51:30 machine kernel: ACPI: XSDT 0x00000000A3EE7728 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 28 16:51:30 machine kernel: ACPI: FACP 0x00000000A3ED8000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Sep 28 16:51:30 machine kernel: ACPI: DSDT 0x00000000A3ECC000 00B336 (v02 ALASKA A M I    01072009 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: FACS 0x00000000A4A50000 000040
Sep 28 16:51:30 machine kernel: ACPI: IVRS 0x00000000A3EE6000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3EDE000 0072B0 (v02 AMD    Artic    00000002 MSFT 04000000)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3EDA000 003B8E (v02 AMD    AMD AOD  00000001 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3ED9000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Sep 28 16:51:30 machine kernel: ACPI: FIDT 0x00000000A3ECB000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 28 16:51:30 machine kernel: ACPI: WSMT 0x00000000A3DD7000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 28 16:51:30 machine kernel: ACPI: MCFG 0x00000000A3EC9000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Sep 28 16:51:30 machine kernel: ACPI: HPET 0x00000000A3EC8000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Sep 28 16:51:30 machine kernel: ACPI: WPBT 0x00000000A3DE8000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
Sep 28 16:51:30 machine kernel: ACPI: TPM2 0x00000000A3DE7000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DE1000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 28 16:51:30 machine kernel: ACPI: CRAT 0x00000000A3DE0000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 28 16:51:30 machine kernel: ACPI: CDIT 0x00000000A3DDF000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DDE000 000D53 (v02 AMD    ArticIG2 00000001 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DDC000 0010C1 (v02 AMD    ArticTPX 00000001 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DD8000 003E6E (v02 AMD    ArticN   00000001 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: APIC 0x00000000A3DD6000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DD5000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: SSDT 0x00000000A3DD4000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
Sep 28 16:51:30 machine kernel: ACPI: FPDT 0x00000000A3DD3000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 28 16:51:30 machine kernel: ACPI: Reserving FACP table memory at [mem 0xa3ed8000-0xa3ed8113]
Sep 28 16:51:30 machine kernel: ACPI: Reserving DSDT table memory at [mem 0xa3ecc000-0xa3ed7335]
Sep 28 16:51:30 machine kernel: ACPI: Reserving FACS table memory at [mem 0xa4a50000-0xa4a5003f]
Sep 28 16:51:30 machine kernel: ACPI: Reserving IVRS table memory at [mem 0xa3ee6000-0xa3ee60cf]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3ede000-0xa3ee52af]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3eda000-0xa3eddb8d]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3ed9000-0xa3ed9220]
Sep 28 16:51:30 machine kernel: ACPI: Reserving FIDT table memory at [mem 0xa3ecb000-0xa3ecb09b]
Sep 28 16:51:30 machine kernel: ACPI: Reserving WSMT table memory at [mem 0xa3dd7000-0xa3dd7027]
Sep 28 16:51:30 machine kernel: ACPI: Reserving MCFG table memory at [mem 0xa3ec9000-0xa3ec903b]
Sep 28 16:51:30 machine kernel: ACPI: Reserving HPET table memory at [mem 0xa3ec8000-0xa3ec8037]
Sep 28 16:51:30 machine kernel: ACPI: Reserving WPBT table memory at [mem 0xa3de8000-0xa3de803b]
Sep 28 16:51:30 machine kernel: ACPI: Reserving TPM2 table memory at [mem 0xa3de7000-0xa3de704b]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3de1000-0xa3de6353]
Sep 28 16:51:30 machine kernel: ACPI: Reserving CRAT table memory at [mem 0xa3de0000-0xa3de0ee7]
Sep 28 16:51:30 machine kernel: ACPI: Reserving CDIT table memory at [mem 0xa3ddf000-0xa3ddf028]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3dde000-0xa3dded52]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3ddc000-0xa3ddd0c0]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3dd8000-0xa3ddbe6d]
Sep 28 16:51:30 machine kernel: ACPI: Reserving APIC table memory at [mem 0xa3dd6000-0xa3dd615d]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3dd5000-0xa3dd507c]
Sep 28 16:51:30 machine kernel: ACPI: Reserving SSDT table memory at [mem 0xa3dd4000-0xa3dd40be]
Sep 28 16:51:30 machine kernel: ACPI: Reserving FPDT table memory at [mem 0xa3dd3000-0xa3dd3043]
Sep 28 16:51:30 machine kernel: No NUMA configuration found
Sep 28 16:51:30 machine kernel: Faking a node at [mem 0x0000000000000000-0x000000042e2fffff]
Sep 28 16:51:30 machine kernel: NODE_DATA(0) allocated [mem 0x42e2fb000-0x42e2fffff]
Sep 28 16:51:30 machine kernel: Zone ranges:
Sep 28 16:51:30 machine kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 28 16:51:30 machine kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 28 16:51:30 machine kernel:   Normal   [mem 0x0000000100000000-0x000000042e2fffff]
Sep 28 16:51:30 machine kernel:   Device   empty
Sep 28 16:51:30 machine kernel: Movable zone start for each node
Sep 28 16:51:30 machine kernel: Early memory node ranges
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x000000000a20f000-0x000000000affffff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x000000000b020000-0x000000009e27cfff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x000000009e27e000-0x00000000a3a2afff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x00000000a69ff000-0x00000000a7ffffff]
Sep 28 16:51:30 machine kernel:   node   0: [mem 0x0000000100000000-0x000000042e2fffff]
Sep 28 16:51:30 machine kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042e2fffff]
Sep 28 16:51:30 machine kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA32: 737 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone DMA32: 12244 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Sep 28 16:51:30 machine kernel: ACPI: PM-Timer IO Port: 0x808
Sep 28 16:51:30 machine kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 28 16:51:30 machine kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Sep 28 16:51:30 machine kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Sep 28 16:51:30 machine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 28 16:51:30 machine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 28 16:51:30 machine kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 28 16:51:30 machine kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 28 16:51:30 machine kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Sep 28 16:51:30 machine kernel: [mem 0xd0000000-0xefffffff] available for PCI devices
Sep 28 16:51:30 machine kernel: Booting paravirtualized kernel on bare hardware
Sep 28 16:51:30 machine kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 28 16:51:30 machine kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 28 16:51:30 machine kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 28 16:51:30 machine kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 28 16:51:30 machine kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Sep 28 16:51:30 machine kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Sep 28 16:51:30 machine kernel: Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=../vmlinuz-linux-hardened root=/dev/sda1 rw initrd=../amd-ucode.img,../initramfs-linux-hardened.img
Sep 28 16:51:30 machine kernel: Unknown kernel command line parameters "pti=on BOOT_IMAGE=../vmlinuz-linux-hardened", will be passed to user space.
Sep 28 16:51:30 machine kernel: random: crng init done
Sep 28 16:51:30 machine kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 28 16:51:30 machine kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 28 16:51:30 machine kernel: printk: log_buf_len min size: 131072 bytes
Sep 28 16:51:30 machine kernel: printk: log_buf_len: 262144 bytes
Sep 28 16:51:30 machine kernel: printk: early log buf free: 120024(91%)
Sep 28 16:51:30 machine kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 28 16:51:30 machine kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 28 16:51:30 machine kernel: Fallback order for Node 0: 0 
Sep 28 16:51:30 machine kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3947098
Sep 28 16:51:30 machine kernel: Policy zone: Normal
Sep 28 16:51:30 machine kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:on
Sep 28 16:51:30 machine kernel: mem auto-init: clearing system memory may take some time...
Sep 28 16:51:30 machine kernel: software IO TLB: area num 32.
Sep 28 16:51:30 machine kernel: Memory: 15610864K/16039644K available (16384K kernel code, 2091K rwdata, 7684K rodata, 3844K init, 3512K bss, 428520K reserved, 0K cma-reserved)
Sep 28 16:51:30 machine kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 28 16:51:30 machine kernel: Kernel/User page tables isolation: enabled
Sep 28 16:51:30 machine kernel: ftrace: allocating 47701 entries in 187 pages
Sep 28 16:51:30 machine kernel: ftrace: allocated 187 pages with 6 groups
Sep 28 16:51:30 machine kernel: Dynamic Preempt: full
Sep 28 16:51:30 machine kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 28 16:51:30 machine kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Sep 28 16:51:30 machine kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 28 16:51:30 machine kernel:         Trampoline variant of Tasks RCU enabled.
Sep 28 16:51:30 machine kernel:         Rude variant of Tasks RCU enabled.
Sep 28 16:51:30 machine kernel:         Tracing variant of Tasks RCU enabled.
Sep 28 16:51:30 machine kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 28 16:51:30 machine kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 28 16:51:30 machine kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Sep 28 16:51:30 machine kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 28 16:51:30 machine kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 28 16:51:30 machine kernel: Console: colour VGA+ 80x25
Sep 28 16:51:30 machine kernel: printk: console [tty0] enabled
Sep 28 16:51:30 machine kernel: ACPI: Core revision 20230331
Sep 28 16:51:30 machine kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 28 16:51:30 machine kernel: APIC: Switch to symmetric I/O mode setup
Sep 28 16:51:30 machine kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Sep 28 16:51:30 machine kernel: x2apic enabled
Sep 28 16:51:30 machine kernel: Switched APIC routing to cluster x2apic.
Sep 28 16:51:30 machine kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 28 16:51:30 machine kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d56ec02cc2, max_idle_ns: 881590880350 ns
Sep 28 16:51:30 machine kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7588.48 BogoMIPS (lpj=12642380)
Sep 28 16:51:30 machine kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 28 16:51:30 machine kernel: LVT offset 1 assigned for vector 0xf9
Sep 28 16:51:30 machine kernel: LVT offset 2 assigned for vector 0xf4
Sep 28 16:51:30 machine kernel: process: using mwait in idle threads
Sep 28 16:51:30 machine kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 28 16:51:30 machine kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 28 16:51:30 machine kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 28 16:51:30 machine kernel: Spectre V2 : Mitigation: Retpolines
Sep 28 16:51:30 machine kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 28 16:51:30 machine kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 28 16:51:30 machine kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 28 16:51:30 machine kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 28 16:51:30 machine kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 28 16:51:30 machine kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 28 16:51:30 machine kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Sep 28 16:51:30 machine kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Sep 28 16:51:30 machine kernel: Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
Sep 28 16:51:30 machine kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 28 16:51:30 machine kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 28 16:51:30 machine kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 28 16:51:30 machine kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 28 16:51:30 machine kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 28 16:51:30 machine kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Sep 28 16:51:30 machine kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Sep 28 16:51:30 machine kernel: Freeing SMP alternatives memory: 40K
Sep 28 16:51:30 machine kernel: pid_max: default: 32768 minimum: 301
Sep 28 16:51:30 machine kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 28 16:51:30 machine kernel: landlock: Up and running.
Sep 28 16:51:30 machine kernel: Yama: becoming mindful.
Sep 28 16:51:30 machine kernel: LSM support for eBPF active
Sep 28 16:51:30 machine kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 28 16:51:30 machine kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 28 16:51:30 machine kernel: smpboot: CPU0: AMD Ryzen 7 5700G with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Sep 28 16:51:30 machine kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 28 16:51:30 machine kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 28 16:51:30 machine kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 28 16:51:30 machine kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 28 16:51:30 machine kernel: ... version:                0
Sep 28 16:51:30 machine kernel: ... bit width:              48
Sep 28 16:51:30 machine kernel: ... generic registers:      6
Sep 28 16:51:30 machine kernel: ... value mask:             0000ffffffffffff
Sep 28 16:51:30 machine kernel: ... max period:             00007fffffffffff
Sep 28 16:51:30 machine kernel: ... fixed-purpose events:   0
Sep 28 16:51:30 machine kernel: ... event mask:             000000000000003f
Sep 28 16:51:30 machine kernel: signal: max sigframe size: 3376
Sep 28 16:51:30 machine kernel: rcu: Hierarchical SRCU implementation.
Sep 28 16:51:30 machine kernel: rcu:         Max phase no-delay instances is 1000.
Sep 28 16:51:30 machine kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 28 16:51:30 machine kernel: smp: Bringing up secondary CPUs ...
Sep 28 16:51:30 machine kernel: smpboot: x86: Booting SMP configuration:
Sep 28 16:51:30 machine kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Sep 28 16:51:30 machine kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 28 16:51:30 machine kernel: smp: Brought up 1 node, 16 CPUs
Sep 28 16:51:30 machine kernel: smpboot: Max logical packages: 2
Sep 28 16:51:30 machine kernel: smpboot: Total of 16 processors activated (121415.80 BogoMIPS)
Sep 28 16:51:30 machine kernel: devtmpfs: initialized
Sep 28 16:51:30 machine kernel: x86/mm: Memory block size: 128MB
Sep 28 16:51:30 machine kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Sep 28 16:51:30 machine kernel: ACPI: PM: Registering ACPI NVS region [mem 0xa3ee9000-0xa5a6afff] (28844032 bytes)
Sep 28 16:51:30 machine kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 28 16:51:30 machine kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Sep 28 16:51:30 machine kernel: pinctrl core: initialized pinctrl subsystem
Sep 28 16:51:30 machine kernel: pinctrl core: failed to create debugfs directory
Sep 28 16:51:30 machine kernel: PM: RTC time: 14:51:22, date: 2023-09-28
Sep 28 16:51:30 machine kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 28 16:51:30 machine kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 28 16:51:30 machine kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 28 16:51:30 machine kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 28 16:51:30 machine kernel: audit: initializing netlink subsys (disabled)
Sep 28 16:51:30 machine kernel: audit: type=2000 audit(1695912682.186:1): state=initialized audit_enabled=0 res=1
Sep 28 16:51:30 machine kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 28 16:51:30 machine kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 28 16:51:30 machine kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 28 16:51:30 machine kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 28 16:51:30 machine kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 28 16:51:30 machine kernel: cpuidle: using governor ladder
Sep 28 16:51:30 machine kernel: cpuidle: using governor menu
Sep 28 16:51:30 machine kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 28 16:51:30 machine kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 28 16:51:30 machine kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as E820 entry
Sep 28 16:51:30 machine kernel: PCI: Using configuration type 1 for base access
Sep 28 16:51:30 machine kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 28 16:51:30 machine kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 28 16:51:30 machine kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 28 16:51:30 machine kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 28 16:51:30 machine kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 28 16:51:30 machine kernel: ACPI: Added _OSI(Module Device)
Sep 28 16:51:30 machine kernel: ACPI: Added _OSI(Processor Device)
Sep 28 16:51:30 machine kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 28 16:51:30 machine kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 28 16:51:30 machine kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Sep 28 16:51:30 machine kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 28 16:51:30 machine kernel: ACPI: Interpreter enabled
Sep 28 16:51:30 machine kernel: ACPI: PM: (supports S0 S3 S5)
Sep 28 16:51:30 machine kernel: ACPI: Using IOAPIC for interrupt routing
Sep 28 16:51:30 machine kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 28 16:51:30 machine kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 28 16:51:30 machine kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Sep 28 16:51:30 machine kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 28 16:51:30 machine kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 28 16:51:30 machine kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Sep 28 16:51:30 machine kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Sep 28 16:51:30 machine kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 28 16:51:30 machine kernel: PCI host bridge to bus 0000:00
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 28 16:51:30 machine kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Sep 28 16:51:30 machine kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 28 16:51:30 machine kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 28 16:51:30 machine kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Sep 28 16:51:30 machine kernel: pci 0000:01:00.0: [1022:43ee] type 00 class 0x0c0330
Sep 28 16:51:30 machine kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcfa0000-0xfcfa7fff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.0: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: [1022:43eb] type 00 class 0x010601
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcf80000-0xfcf9ffff]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcf00000-0xfcf7ffff pref]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: [1022:43e9] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: PCI bridge to [bus 01-05]
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1:   bridge window [mem 0xfcd00000-0xfcffffff]
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: [1022:43ea] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: [1022:43ea] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: [1022:43ea] type 01 class 0x060400
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: PME# supported from D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 28 16:51:30 machine kernel: pci 0000:04:00.0: [dd01:0006] type 00 class 0x048000
Sep 28 16:51:30 machine kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfffffffffce00000-0xfffffffffce0ffff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: PCI bridge to [bus 04]
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0:   bridge window [mem 0xfce00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: [10ec:8125] type 00 class 0x020000
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: reg 0x10: [io  0xf000-0xf0ff]
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfcd00000-0xfcd0ffff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfcd10000-0xfcd13fff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: supports D1 D2
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: PCI bridge to [bus 05]
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: [1002:1638] type 00 class 0x030000
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: [1002:1637] type 00 class 0x040300
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Sep 28 16:51:30 machine kernel: pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.2: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Sep 28 16:51:30 machine kernel: pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.6: enabling Extended Tags
Sep 28 16:51:30 machine kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 28 16:51:30 machine kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 28 16:51:30 machine kernel: iommu: Default domain type: Translated
Sep 28 16:51:30 machine kernel: iommu: DMA domain TLB invalidation policy: strict mode
Sep 28 16:51:30 machine kernel: SCSI subsystem initialized
Sep 28 16:51:30 machine kernel: libata version 3.00 loaded.
Sep 28 16:51:30 machine kernel: ACPI: bus type USB registered
Sep 28 16:51:30 machine kernel: usbcore: registered new interface driver usbfs
Sep 28 16:51:30 machine kernel: usbcore: registered new interface driver hub
Sep 28 16:51:30 machine kernel: usbcore: registered new device driver usb
Sep 28 16:51:30 machine kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 28 16:51:30 machine kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 28 16:51:30 machine kernel: PTP clock support registered
Sep 28 16:51:30 machine kernel: EDAC MC: Ver: 3.0.0
Sep 28 16:51:30 machine kernel: NetLabel: Initializing
Sep 28 16:51:30 machine kernel: NetLabel:  domain hash size = 128
Sep 28 16:51:30 machine kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 28 16:51:30 machine kernel: NetLabel:  unlabeled traffic allowed by default
Sep 28 16:51:30 machine kernel: mctp: management component transport protocol core
Sep 28 16:51:30 machine kernel: NET: Registered PF_MCTP protocol family
Sep 28 16:51:30 machine kernel: PCI: Using ACPI for IRQ routing
Sep 28 16:51:30 machine kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 28 16:51:30 machine kernel: pci 0000:04:00.0: can't claim BAR 0 [mem 0xfffffffffce00000-0xfffffffffce0ffff 64bit]: no compatible bridge window
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x9e27d000-0x9fffffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0xa3a2b000-0xa3ffffff]
Sep 28 16:51:30 machine kernel: e820: reserve RAM buffer [mem 0x42e300000-0x42fffffff]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 28 16:51:30 machine kernel: vgaarb: loaded
Sep 28 16:51:30 machine kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 28 16:51:30 machine kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 28 16:51:30 machine kernel: clocksource: Switched to clocksource tsc-early
Sep 28 16:51:30 machine kernel: VFS: Disk quotas dquot_6.6.0
Sep 28 16:51:30 machine kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 28 16:51:30 machine kernel: pnp: PnP ACPI init
Sep 28 16:51:30 machine kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 28 16:51:30 machine kernel: system 00:01: [mem 0xb0000000-0xcfffffff window] has been reserved
Sep 28 16:51:30 machine kernel: system 00:03: [io  0x0290-0x029f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:03: [io  0x0200-0x021f] has been reserved
Sep 28 16:51:30 machine kernel: pnp 00:04: [dma 0 disabled]
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x040b] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x04d6] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c14] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c52] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c6c] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0c6f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0800-0x089f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0900-0x090f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [io  0x0910-0x091f] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 28 16:51:30 machine kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Sep 28 16:51:30 machine kernel: pnp: PnP ACPI: found 6 devices
Sep 28 16:51:30 machine kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 28 16:51:30 machine kernel: NET: Registered PF_INET protocol family
Sep 28 16:51:30 machine kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 28 16:51:30 machine kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 28 16:51:30 machine kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 28 16:51:30 machine kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 28 16:51:30 machine kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 28 16:51:30 machine kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 28 16:51:30 machine kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 28 16:51:30 machine kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 28 16:51:30 machine kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 28 16:51:30 machine kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 28 16:51:30 machine kernel: NET: Registered PF_XDP protocol family
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Sep 28 16:51:30 machine kernel: pci 0000:04:00.0: BAR 0: assigned [mem 0xfce00000-0xfce0ffff 64bit]
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: PCI bridge to [bus 04]
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0:   bridge window [mem 0xfce00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: PCI bridge to [bus 05]
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: PCI bridge to [bus 01-05]
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1:   bridge window [mem 0xfcd00000-0xfcffffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Sep 28 16:51:30 machine kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcffffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:04: resource 1 [mem 0xfce00000-0xfcefffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:05: resource 1 [mem 0xfcd00000-0xfcdfffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
Sep 28 16:51:30 machine kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: extending delay after power-on from D3hot to 20 msec
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: extending delay after power-on from D3hot to 20 msec
Sep 28 16:51:30 machine kernel: PCI: CLS 64 bytes, default 64
Sep 28 16:51:30 machine kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 28 16:51:30 machine kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 28 16:51:30 machine kernel: Trying to unpack rootfs image as initramfs...
Sep 28 16:51:30 machine kernel: pci 0000:00:02.0: Adding to iommu group 1
Sep 28 16:51:30 machine kernel: pci 0000:00:02.1: Adding to iommu group 2
Sep 28 16:51:30 machine kernel: pci 0000:00:08.0: Adding to iommu group 3
Sep 28 16:51:30 machine kernel: pci 0000:00:08.1: Adding to iommu group 4
Sep 28 16:51:30 machine kernel: pci 0000:00:14.0: Adding to iommu group 5
Sep 28 16:51:30 machine kernel: pci 0000:00:14.3: Adding to iommu group 5
Sep 28 16:51:30 machine kernel: pci 0000:00:18.0: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.1: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.2: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.3: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.4: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.5: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.6: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:00:18.7: Adding to iommu group 6
Sep 28 16:51:30 machine kernel: pci 0000:01:00.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:01:00.1: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:01:00.2: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:02:00.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:02:08.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:02:09.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:04:00.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:05:00.0: Adding to iommu group 7
Sep 28 16:51:30 machine kernel: pci 0000:06:00.0: Adding to iommu group 8
Sep 28 16:51:30 machine kernel: pci 0000:06:00.1: Adding to iommu group 9
Sep 28 16:51:30 machine kernel: pci 0000:06:00.2: Adding to iommu group 10
Sep 28 16:51:30 machine kernel: pci 0000:06:00.3: Adding to iommu group 11
Sep 28 16:51:30 machine kernel: pci 0000:06:00.4: Adding to iommu group 12
Sep 28 16:51:30 machine kernel: pci 0000:06:00.6: Adding to iommu group 13
Sep 28 16:51:30 machine kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Sep 28 16:51:30 machine kernel: pci 0000:00:00.2: PCI INT A: not connected
Sep 28 16:51:30 machine kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 28 16:51:30 machine kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 28 16:51:30 machine kernel: AMD-Vi: Interrupt remapping enabled
Sep 28 16:51:30 machine kernel: AMD-Vi: X2APIC enabled
Sep 28 16:51:30 machine kernel: AMD-Vi: Virtual APIC enabled
Sep 28 16:51:30 machine kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 28 16:51:30 machine kernel: software IO TLB: mapped [mem 0x000000009fa2b000-0x00000000a3a2b000] (64MB)
Sep 28 16:51:30 machine kernel: LVT offset 0 assigned for vector 0x400
Sep 28 16:51:30 machine kernel: perf: AMD IBS detected (0x000003ff)
Sep 28 16:51:30 machine kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 28 16:51:30 machine kernel: Initialise system trusted keyrings
Sep 28 16:51:30 machine kernel: Key type blacklist registered
Sep 28 16:51:30 machine kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 28 16:51:30 machine kernel: zbud: loaded
Sep 28 16:51:30 machine kernel: zsmalloc: debugfs not available, stat dir not created
Sep 28 16:51:30 machine kernel: integrity: Platform Keyring initialized
Sep 28 16:51:30 machine kernel: integrity: Machine keyring initialized
Sep 28 16:51:30 machine kernel: Key type asymmetric registered
Sep 28 16:51:30 machine kernel: Asymmetric key parser 'x509' registered
Sep 28 16:51:30 machine kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Sep 28 16:51:30 machine kernel: io scheduler mq-deadline registered
Sep 28 16:51:30 machine kernel: io scheduler kyber registered
Sep 28 16:51:30 machine kernel: io scheduler bfq registered
Sep 28 16:51:30 machine kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Sep 28 16:51:30 machine kernel: pinctrl core: failed to create debugfs directory for AMDI0030:00
Sep 28 16:51:30 machine kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 28 16:51:30 machine kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 28 16:51:30 machine kernel: ACPI: button: Power Button [PWRB]
Sep 28 16:51:30 machine kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 28 16:51:30 machine kernel: ACPI: button: Power Button [PWRF]
Sep 28 16:51:30 machine kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1141
Sep 28 16:51:30 machine kernel: Monitor-Mwait will be used to enter C-1 state
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Sep 28 16:51:30 machine kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Sep 28 16:51:30 machine kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 28 16:51:30 machine kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 28 16:51:30 machine kernel: Linux agpgart interface v0.103
Sep 28 16:51:30 machine kernel: Freeing initrd memory: 34416K
Sep 28 16:51:30 machine kernel: tpm_crb MSFT0101:00: Disabling hwrng
Sep 28 16:51:30 machine kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 28 16:51:30 machine kernel: ACPI: bus type drm_connector registered
Sep 28 16:51:30 machine kernel: ahci 0000:01:00.1: version 3.0
Sep 28 16:51:30 machine kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Sep 28 16:51:30 machine kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 28 16:51:30 machine kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Sep 28 16:51:30 machine kernel: scsi host0: ahci
Sep 28 16:51:30 machine kernel: scsi host1: ahci
Sep 28 16:51:30 machine kernel: scsi host2: ahci
Sep 28 16:51:30 machine kernel: scsi host3: ahci
Sep 28 16:51:30 machine kernel: scsi host4: ahci
Sep 28 16:51:30 machine kernel: scsi host5: ahci
Sep 28 16:51:30 machine kernel: ata1: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80100 irq 34
Sep 28 16:51:30 machine kernel: ata2: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80180 irq 34
Sep 28 16:51:30 machine kernel: ata3: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80200 irq 34
Sep 28 16:51:30 machine kernel: ata4: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80280 irq 34
Sep 28 16:51:30 machine kernel: ata5: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80300 irq 34
Sep 28 16:51:30 machine kernel: ata6: SATA max UDMA/133 abar m131072@0xfcf80000 port 0xfcf80380 irq 34
Sep 28 16:51:30 machine kernel: usbcore: registered new interface driver usbserial_generic
Sep 28 16:51:30 machine kernel: usbserial: USB Serial support registered for generic
Sep 28 16:51:30 machine kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 28 16:51:30 machine kernel: rtc_cmos 00:02: registered as rtc0
Sep 28 16:51:30 machine kernel: rtc_cmos 00:02: setting system clock to 2023-09-28T14:51:23 UTC (1695912683)
Sep 28 16:51:30 machine kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 28 16:51:30 machine kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 28 16:51:30 machine kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 28 16:51:30 machine kernel: drop_monitor: Initializing network drop monitor service
Sep 28 16:51:30 machine kernel: NET: Registered PF_INET6 protocol family
Sep 28 16:51:30 machine kernel: Segment Routing with IPv6
Sep 28 16:51:30 machine kernel: RPL Segment Routing with IPv6
Sep 28 16:51:30 machine kernel: In-situ OAM (IOAM) with IPv6
Sep 28 16:51:30 machine kernel: NET: Registered PF_PACKET protocol family
Sep 28 16:51:30 machine kernel: microcode: CPU2: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU1: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU3: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU4: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU5: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU8: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU6: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU7: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU9: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU10: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU0: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU11: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU12: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU13: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU14: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: CPU15: patch_level=0x0a50000d
Sep 28 16:51:30 machine kernel: microcode: Microcode Update Driver: v2.2.
Sep 28 16:51:30 machine kernel: resctrl: L3 allocation detected
Sep 28 16:51:30 machine kernel: resctrl: MB allocation detected
Sep 28 16:51:30 machine kernel: resctrl: L3 monitoring detected
Sep 28 16:51:30 machine kernel: IPI shorthand broadcast: enabled
Sep 28 16:51:30 machine kernel: sched_clock: Marking stable (1751594152, 2330809)->(1922127855, -168202894)
Sep 28 16:51:30 machine kernel: registered taskstats version 1
Sep 28 16:51:30 machine kernel: Loading compiled-in X.509 certificates
Sep 28 16:51:30 machine kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 713709407d9982e1a5585432d0d93f592ac6e484'
Sep 28 16:51:30 machine kernel: zsmalloc: no root stat dir, not creating <zswap1> stat dir
Sep 28 16:51:30 machine kernel: zswap: loaded using pool zstd/zsmalloc
Sep 28 16:51:30 machine kernel: zswap: debugfs initialization failed
Sep 28 16:51:30 machine kernel: Key type .fscrypt registered
Sep 28 16:51:30 machine kernel: Key type fscrypt-provisioning registered
Sep 28 16:51:30 machine kernel: PM:   Magic number: 7:946:890
Sep 28 16:51:30 machine kernel: hid_bpf: error while preloading HID BPF dispatcher: -22
Sep 28 16:51:30 machine kernel: RAS: Correctable Errors collector initialized.
Sep 28 16:51:30 machine kernel: clk: Disabling unused clocks
Sep 28 16:51:30 machine kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 28 16:51:30 machine kernel: ata1.00: ATA-8: TOSHIBA HDWQ140, FJ1M, max UDMA/100
Sep 28 16:51:30 machine kernel: ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Sep 28 16:51:30 machine kernel: ata1.00: configured for UDMA/100
Sep 28 16:51:30 machine kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA HDWQ140  FJ1M PQ: 0 ANSI: 5
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] Write Protect is off
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Sep 28 16:51:30 machine kernel:  sda: sda1 sda2 sda3 sda4 sda5
Sep 28 16:51:30 machine kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Sep 28 16:51:30 machine kernel: ata2: SATA link down (SStatus 0 SControl 300)
Sep 28 16:51:30 machine kernel: tsc: Refined TSC clocksource calibration: 3797.096 MHz
Sep 28 16:51:30 machine kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d774256558, max_idle_ns: 881591107106 ns
Sep 28 16:51:30 machine kernel: clocksource: Switched to clocksource tsc
Sep 28 16:51:30 machine kernel: ata3: SATA link down (SStatus 0 SControl 300)
Sep 28 16:51:30 machine kernel: ata4: SATA link down (SStatus 0 SControl 300)
Sep 28 16:51:30 machine kernel: clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
Sep 28 16:51:30 machine kernel: clocksource:                       'hpet' wd_nsec: 507154889 wd_now: 1df6c7f wd_last: 1709f20 mask: ffffffff
Sep 28 16:51:30 machine kernel: clocksource:                       'tsc' cs_nsec: 506591244 cs_now: 1322995f9c cs_last: 12aff1f164 mask: ffffffffffffffff
Sep 28 16:51:30 machine kernel: clocksource:                       Clocksource 'tsc' skewed -563645 ns (0 ms) over watchdog 'hpet' interval of 507154889 ns (507 ms)
Sep 28 16:51:30 machine kernel: clocksource:                       'tsc' is current clocksource.
Sep 28 16:51:30 machine kernel: tsc: Marking TSC unstable due to clocksource watchdog
Sep 28 16:51:30 machine kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Sep 28 16:51:30 machine kernel: sched_clock: Marking unstable (3326738775, 2330812)<-(3497272341, -168202894)
Sep 28 16:51:30 machine kernel: clocksource: Checking clocksource tsc synchronization from CPU 1 to CPUs 0,5,12-13.
Sep 28 16:51:30 machine kernel: clocksource: Switched to clocksource hpet
Sep 28 16:51:30 machine kernel: ata5: SATA link down (SStatus 0 SControl 330)
Sep 28 16:51:30 machine kernel: ata6: SATA link down (SStatus 0 SControl 330)
Sep 28 16:51:30 machine kernel: Freeing unused decrypted memory: 2036K
Sep 28 16:51:30 machine kernel: Freeing unused kernel image (initmem) memory: 3844K
Sep 28 16:51:30 machine kernel: Write protecting the kernel read-only data: 24576k
Sep 28 16:51:30 machine kernel: Freeing unused kernel image (rodata/data gap) memory: 508K
Sep 28 16:51:30 machine kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 28 16:51:30 machine kernel: rodata_test: all tests were successful
Sep 28 16:51:30 machine kernel: x86/mm: Checking user space page tables
Sep 28 16:51:30 machine kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 28 16:51:30 machine kernel: Run /init as init process
Sep 28 16:51:30 machine kernel:   with arguments:
Sep 28 16:51:30 machine kernel:     /init
Sep 28 16:51:30 machine kernel:   with environment:
Sep 28 16:51:30 machine kernel:     HOME=/
Sep 28 16:51:30 machine kernel:     TERM=linux
Sep 28 16:51:30 machine kernel:     pti=on
Sep 28 16:51:30 machine kernel:     BOOT_IMAGE=../vmlinuz-linux-hardened
Sep 28 16:51:30 machine kernel: cec: Failed to create debugfs cec dir
Sep 28 16:51:30 machine kernel: [drm] amdgpu kernel modesetting enabled.
Sep 28 16:51:30 machine kernel: amdgpu: CRAT table disabled by module option
Sep 28 16:51:30 machine kernel: amdgpu: Virtual CRAT table created for CPU
Sep 28 16:51:30 machine kernel: amdgpu: Topology: Add CPU node
Sep 28 16:51:30 machine kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x8809 0xC8).
Sep 28 16:51:30 machine kernel: [drm] register mmio base: 0xFCC00000
Sep 28 16:51:30 machine kernel: [drm] register mmio size: 524288
Sep 28 16:51:30 machine kernel: [drm] add ip block number 0 <soc15_common>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 1 <gmc_v9_0>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 2 <vega10_ih>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 3 <psp>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 4 <smu>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 5 <dm>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 6 <gfx_v9_0>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 7 <sdma_v4_0>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 28 16:51:30 machine kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 28 16:51:30 machine kernel: [drm] BIOS signature incorrect 50 7
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from ROM BAR
Sep 28 16:51:30 machine kernel: amdgpu: ATOM BIOS: 113-CEZANNE-018
Sep 28 16:51:30 machine kernel: [drm] VCN decode is enabled in VM mode
Sep 28 16:51:30 machine kernel: [drm] VCN encode is enabled in VM mode
Sep 28 16:51:30 machine kernel: [drm] JPEG decode is enabled in VM mode
Sep 28 16:51:30 machine kernel: [drm] MCBP is enabled
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Sep 28 16:51:30 machine kernel: Console: switching to colour dummy device 80x25
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: MODE2 reset
Sep 28 16:51:30 machine kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Sep 28 16:51:30 machine kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Sep 28 16:51:30 machine kernel: [drm] RAM width 128bits DDR4
Sep 28 16:51:30 machine kernel: [drm] amdgpu: 512M of VRAM memory ready
Sep 28 16:51:30 machine kernel: [drm] amdgpu: 7642M of GTT memory ready.
Sep 28 16:51:30 machine kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 28 16:51:30 machine kernel: [drm] PCIE GART of 1024M enabled.
Sep 28 16:51:30 machine kernel: [drm] PTB located at 0x000000F41FC00000
Sep 28 16:51:30 machine kernel: [drm] Loading DMUB firmware via PSP: version=0x01010027
Sep 28 16:51:30 machine kernel: [drm] Found VCN firmware Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
Sep 28 16:51:30 machine kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
Sep 28 16:51:30 machine kernel: [drm] Display Core v3.2.241 initialized on DCN 2.1
Sep 28 16:51:30 machine kernel: [drm] DP-HDMI FRL PCON supported
Sep 28 16:51:30 machine kernel: [drm] DMUB hardware initialized: version=0x01010027
Sep 28 16:51:30 machine kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 28 16:51:30 machine kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 28 16:51:30 machine kernel: [drm] JPEG decode initialized successfully.
Sep 28 16:51:30 machine kernel: amdgpu: HMM registered 512MB device memory
Sep 28 16:51:30 machine kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 28 16:51:30 machine kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 28 16:51:30 machine kernel: amdgpu: Virtual CRAT table created for GPU
Sep 28 16:51:30 machine kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Sep 28 16:51:30 machine kernel: kfd kfd: amdgpu: added device 1002:1638
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Sep 28 16:51:30 machine kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:06:00.0 on minor 0
Sep 28 16:51:30 machine kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 28 16:51:30 machine kernel: [drm] DSC precompute is not needed.
Sep 28 16:51:30 machine kernel: Console: switching to colour frame buffer device 240x67
Sep 28 16:51:30 machine kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 28 16:51:30 machine kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb1: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb1: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb1: SerialNumber: 0000:01:00.0
Sep 28 16:51:30 machine kernel: hub 1-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 1-0:1.0: 10 ports detected
Sep 28 16:51:30 machine kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 16:51:30 machine kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb2: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb2: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb2: SerialNumber: 0000:01:00.0
Sep 28 16:51:30 machine kernel: hub 2-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 2-0:1.0: 4 ports detected
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 28 16:51:30 machine kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb3: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb3: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb3: SerialNumber: 0000:06:00.3
Sep 28 16:51:30 machine kernel: hub 3-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 3-0:1.0: 4 ports detected
Sep 28 16:51:30 machine kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 16:51:30 machine kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb4: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb4: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb4: SerialNumber: 0000:06:00.3
Sep 28 16:51:30 machine kernel: hub 4-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 4-0:1.0: 2 ports detected
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
Sep 28 16:51:30 machine kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 28 16:51:30 machine kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb5: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb5: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb5: SerialNumber: 0000:06:00.4
Sep 28 16:51:30 machine kernel: hub 5-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 5-0:1.0: 4 ports detected
Sep 28 16:51:30 machine kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 16:51:30 machine kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 28 16:51:30 machine kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 16:51:30 machine kernel: usb usb6: Product: xHCI Host Controller
Sep 28 16:51:30 machine kernel: usb usb6: Manufacturer: Linux 6.5.5-hardened1-1-hardened xhci-hcd
Sep 28 16:51:30 machine kernel: usb usb6: SerialNumber: 0000:06:00.4
Sep 28 16:51:30 machine kernel: hub 6-0:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 6-0:1.0: 2 ports detected
Sep 28 16:51:30 machine kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
Sep 28 16:51:30 machine kernel: EXT4-fs (sda1): mounted filesystem 4454aff2-7b89-4eb0-a709-2feba19a31c5 r/w with ordered data mode. Quota mode: none.
Sep 28 16:51:30 machine kernel: usb 1-6: config 1 has an invalid interface number: 2 but max is 1
Sep 28 16:51:30 machine kernel: usb 1-6: config 1 has no interface number 1
Sep 28 16:51:30 machine kernel: usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
Sep 28 16:51:30 machine kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 28 16:51:30 machine kernel: usb 1-6: Product: AURA LED Controller
Sep 28 16:51:30 machine kernel: usb 1-6: Manufacturer: AsusTek Computer Inc.
Sep 28 16:51:30 machine kernel: usb 1-6: SerialNumber: 9876543210
Sep 28 16:51:30 machine kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Sep 28 16:51:30 machine kernel: usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
Sep 28 16:51:30 machine kernel: usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 28 16:51:30 machine kernel: usb 1-7: Product: USB2.0 Hub
Sep 28 16:51:30 machine kernel: hub 1-7:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 1-7:1.0: 4 ports detected
Sep 28 16:51:30 machine systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 28 16:51:30 machine systemd[1]: Detected architecture x86-64.
Sep 28 16:51:30 machine systemd[1]: Hostname set to <machine>.
Sep 28 16:51:30 machine kernel: usb 1-8: new high-speed USB device number 4 using xhci_hcd
Sep 28 16:51:30 machine systemd[1]: bpf-lsm: Failed to load BPF object: No such process
Sep 28 16:51:30 machine kernel: usb 1-8: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
Sep 28 16:51:30 machine kernel: usb 1-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 28 16:51:30 machine kernel: usb 1-8: Product: USB 2.0 Hub [MTT]
Sep 28 16:51:30 machine kernel: hub 1-8:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 1-8:1.0: 4 ports detected
Sep 28 16:51:30 machine kernel: usb 1-7.2: new high-speed USB device number 5 using xhci_hcd
Sep 28 16:51:30 machine kernel: usb 1-7.2: New USB device found, idVendor=152d, idProduct=2338, bcdDevice= 1.00
Sep 28 16:51:30 machine kernel: usb 1-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Sep 28 16:51:30 machine kernel: usb 1-7.2: Product: USB to ATA/ATAPI bridge
Sep 28 16:51:30 machine kernel: usb 1-7.2: Manufacturer: JMicron
Sep 28 16:51:30 machine kernel: usb 1-7.2: SerialNumber: 4922CD522220
Sep 28 16:51:30 machine kernel: usb 1-8.1: new high-speed USB device number 6 using xhci_hcd
Sep 28 16:51:30 machine systemd[1]: Queued start job for default target Graphical Interface.
Sep 28 16:51:30 machine systemd[1]: Created slice Slice /system/getty.
Sep 28 16:51:30 machine systemd[1]: Created slice Slice /system/modprobe.
Sep 28 16:51:30 machine systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 28 16:51:30 machine systemd[1]: Created slice User and Session Slice.
Sep 28 16:51:30 machine systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 28 16:51:30 machine systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 28 16:51:30 machine systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 28 16:51:30 machine systemd[1]: Reached target Local Encrypted Volumes.
Sep 28 16:51:30 machine systemd[1]: Reached target Login Prompts.
Sep 28 16:51:30 machine systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 28 16:51:30 machine systemd[1]: Reached target Remote File Systems.
Sep 28 16:51:30 machine systemd[1]: Reached target Slice Units.
Sep 28 16:51:30 machine systemd[1]: Reached target Swaps.
Sep 28 16:51:30 machine systemd[1]: Reached target Local Verity Protected Volumes.
Sep 28 16:51:30 machine systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 28 16:51:30 machine systemd[1]: Listening on LVM2 poll daemon socket.
Sep 28 16:51:30 machine systemd[1]: Listening on Process Core Dump Socket.
Sep 28 16:51:30 machine systemd[1]: Listening on Journal Socket (/dev/log).
Sep 28 16:51:30 machine systemd[1]: Listening on Journal Socket.
Sep 28 16:51:30 machine systemd[1]: Listening on udev Control Socket.
Sep 28 16:51:30 machine systemd[1]: Listening on udev Kernel Socket.
Sep 28 16:51:30 machine systemd[1]: Mounting Huge Pages File System...
Sep 28 16:51:30 machine systemd[1]: Mounting POSIX Message Queue File System...
Sep 28 16:51:30 machine systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Sep 28 16:51:30 machine systemd[1]: Mounting Kernel Trace File System...
Sep 28 16:51:30 machine systemd[1]: Starting Create List of Static Device Nodes...
Sep 28 16:51:30 machine systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Module configfs...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Module dm_mod...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Module drm...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Module fuse...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Module loop...
Sep 28 16:51:30 machine systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 28 16:51:30 machine systemd[1]: Starting Journal Service...
Sep 28 16:51:30 machine systemd[1]: Starting Load Kernel Modules...
Sep 28 16:51:30 machine systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 28 16:51:30 machine systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 28 16:51:30 machine systemd[1]: Starting Coldplug All udev Devices...
Sep 28 16:51:30 machine systemd[1]: Finished Create List of Static Device Nodes.
Sep 28 16:51:30 machine systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Module configfs.
Sep 28 16:51:30 machine systemd[1]: Mounted Huge Pages File System.
Sep 28 16:51:30 machine systemd[1]: Mounted Kernel Trace File System.
Sep 28 16:51:30 machine systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Module drm.
Sep 28 16:51:30 machine systemd[1]: Mounting Kernel Configuration File System...
Sep 28 16:51:30 machine systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 28 16:51:30 machine systemd[1]: Mounted Kernel Configuration File System.
Sep 28 16:51:30 machine kernel: loop: module loaded
Sep 28 16:51:30 machine systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Module loop.
Sep 28 16:51:30 machine kernel: fuse: init (API version 7.38)
Sep 28 16:51:30 machine systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Module fuse.
Sep 28 16:51:30 machine kernel: EXT4-fs (sda1): re-mounted 4454aff2-7b89-4eb0-a709-2feba19a31c5 r/w. Quota mode: none.
Sep 28 16:51:30 machine systemd-journald[316]: Collecting audit messages is disabled.
Sep 28 16:51:30 machine systemd[1]: Mounting FUSE Control File System...
Sep 28 16:51:30 machine systemd[1]: Mounted POSIX Message Queue File System.
Sep 28 16:51:30 machine kernel: device-mapper: uevent: version 1.0.3
Sep 28 16:51:30 machine kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 28 16:51:30 machine systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 28 16:51:30 machine systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 16:51:30 machine systemd[1]: Starting Load/Save OS Random Seed...
Sep 28 16:51:30 machine kernel: vboxdrv: loading out-of-tree module taints kernel.
Sep 28 16:51:30 machine kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Sep 28 16:51:30 machine systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Module dm_mod.
Sep 28 16:51:30 machine systemd[1]: Mounted FUSE Control File System.
Sep 28 16:51:30 machine systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 16:51:30 machine kernel: vboxdrv: Found 16 processor cores/threads
Sep 28 16:51:30 machine kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3792865037 Hz
Sep 28 16:51:30 machine kernel: vboxdrv: Successfully loaded version 7.0.10 r158379 (interface 0x00330004)
Sep 28 16:51:30 machine kernel: VBoxNetAdp: Successfully started.
Sep 28 16:51:30 machine kernel: VBoxNetFlt: Successfully started.
Sep 28 16:51:30 machine systemd[1]: Finished Load Kernel Modules.
Sep 28 16:51:30 machine kernel: usb 1-8.1: New USB device found, idVendor=03f0, idProduct=0968, bcdDevice=60.05
Sep 28 16:51:30 machine kernel: usb 1-8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 16:51:30 machine kernel: usb 1-8.1: Product: USB2.1 Hub
Sep 28 16:51:30 machine kernel: usb 1-8.1: Manufacturer: GenesysLogic
Sep 28 16:51:30 machine systemd[1]: Starting Apply Kernel Variables...
Sep 28 16:51:30 machine kernel: hub 1-8.1:1.0: USB hub found
Sep 28 16:51:30 machine kernel: hub 1-8.1:1.0: 3 ports detected
Sep 28 16:51:30 machine systemd-journald[316]: Journal started
Sep 28 16:51:30 machine systemd-journald[316]: Runtime Journal (/run/log/journal/8fa4fe0d8f184c2584d201cca9d302fb) is 8.0M, max 764.2M, 756.2M free.
Sep 28 16:51:30 machine systemd-modules-load[317]: Inserted module 'vboxdrv'
Sep 28 16:51:30 machine systemd-modules-load[317]: Inserted module 'vboxnetadp'
Sep 28 16:51:30 machine systemd[1]: Started Journal Service.
Sep 28 16:51:30 machine systemd-modules-load[317]: Inserted module 'vboxnetflt'
Sep 28 16:51:30 machine systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 28 16:51:30 machine systemd[1]: Finished Apply Kernel Variables.
Sep 28 16:51:30 machine systemd-journald[316]: Runtime Journal (/run/log/journal/8fa4fe0d8f184c2584d201cca9d302fb) is 8.0M, max 764.2M, 756.2M free.
Sep 28 16:51:30 machine systemd-journald[316]: Received client request to flush runtime journal.
Sep 28 16:51:30 machine systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 28 16:51:30 machine systemd[1]: Finished Coldplug All udev Devices.
Sep 28 16:51:30 machine systemd[1]: Finished Load/Save OS Random Seed.
Sep 28 16:51:30 machine systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 28 16:51:30 machine systemd[1]: Starting Create System Users...
Sep 28 16:51:30 machine kernel: usb 1-8.1.1: new high-speed USB device number 7 using xhci_hcd
Sep 28 16:51:30 machine systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 28 16:51:30 machine systemd[1]: Finished Create System Users.
Sep 28 16:51:31 machine systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 28 16:51:31 machine kernel: usb 1-8.1.1: New USB device found, idVendor=03f0, idProduct=0968, bcdDevice=60.12
Sep 28 16:51:31 machine kernel: usb 1-8.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 16:51:31 machine kernel: usb 1-8.1.1: Product: USB2.1 Hub
Sep 28 16:51:31 machine kernel: usb 1-8.1.1: Manufacturer: GenesysLogic
Sep 28 16:51:31 machine kernel: hub 1-8.1.1:1.0: USB hub found
Sep 28 16:51:31 machine kernel: hub 1-8.1.1:1.0: 4 ports detected
Sep 28 16:51:31 machine systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 28 16:51:31 machine systemd[1]: Reached target Preparation for Local File Systems.
Sep 28 16:51:31 machine systemd[1]: Mounting /tmp...
Sep 28 16:51:31 machine systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 28 16:51:31 machine systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 28 16:51:31 machine systemd[1]: Mounted /tmp.
Sep 28 16:51:31 machine systemd-udevd[361]: Using default interface naming scheme 'v253'.
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: new high-speed USB device number 8 using xhci_hcd
Sep 28 16:51:31 machine systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: New USB device found, idVendor=17e9, idProduct=4370, bcdDevice=31.12
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: Product: HP EliteDisplay E243d Docking Monitor
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: Manufacturer: DisplayLink
Sep 28 16:51:31 machine kernel: usb 1-8.1.2: SerialNumber: CNC0371QQL
Sep 28 16:51:31 machine kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 28 16:51:31 machine kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 28 16:51:31 machine kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Sep 28 16:51:31 machine kernel: cryptd: max_cpu_qlen set to 1000
Sep 28 16:51:31 machine systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 28 16:51:31 machine kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 28 16:51:31 machine kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 28 16:51:31 machine kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 28 16:51:31 machine kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Sep 28 16:51:31 machine kernel: AVX2 version of gcm_enc/dec engaged.
Sep 28 16:51:31 machine kernel: AES CTR mode by8 optimization enabled
Sep 28 16:51:31 machine kernel: ccp 0000:06:00.2: tee enabled
Sep 28 16:51:31 machine kernel: ccp 0000:06:00.2: psp enabled
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: new high-speed USB device number 9 using xhci_hcd
Sep 28 16:51:31 machine kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 28 16:51:31 machine kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 28 16:51:31 machine kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 28 16:51:31 machine systemd[1]: Starting Virtual Console Setup...
Sep 28 16:51:31 machine kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 28 16:51:31 machine kernel: asus_wmi: Initialization: 0x0
Sep 28 16:51:31 machine kernel: asus_wmi: BIOS WMI version: 0.9
Sep 28 16:51:31 machine kernel: asus_wmi: SFUN value: 0x0
Sep 28 16:51:31 machine kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Sep 28 16:51:31 machine kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
Sep 28 16:51:31 machine (udev-worker)[372]: event3: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: Product: USB 10/100/1000 LAN
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: Manufacturer: Realtek
Sep 28 16:51:31 machine kernel: usb 1-8.1.1.1: SerialNumber: 000001000000
Sep 28 16:51:31 machine kernel: usb 1-8.1.3: new high-speed USB device number 10 using xhci_hcd
Sep 28 16:51:31 machine kernel: kvm_amd: TSC scaling supported
Sep 28 16:51:31 machine kernel: kvm_amd: Nested Virtualization enabled
Sep 28 16:51:31 machine kernel: kvm_amd: Nested Paging enabled
Sep 28 16:51:31 machine kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 28 16:51:31 machine kernel: kvm_amd: Virtual GIF supported
Sep 28 16:51:31 machine kernel: kvm_amd: LBR virtualization supported
Sep 28 16:51:31 machine kernel: snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
Sep 28 16:51:31 machine kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card1/input4
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card1/input5
Sep 28 16:51:31 machine kernel: MCE: In-kernel MCE decoding enabled.
Sep 28 16:51:31 machine kernel: usb 1-8.1.3: New USB device found, idVendor=03f0, idProduct=0968, bcdDevice=60.26
Sep 28 16:51:31 machine kernel: usb 1-8.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 16:51:31 machine kernel: usb 1-8.1.3: Product: USB2.1 Hub
Sep 28 16:51:31 machine kernel: usb 1-8.1.3: Manufacturer: GenesysLogic
Sep 28 16:51:31 machine kernel: hub 1-8.1.3:1.0: USB hub found
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0: ALCS1200A: SKU not ready 0x00000000
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Sep 28 16:51:31 machine kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Sep 28 16:51:31 machine kernel: hub 1-8.1.3:1.0: 4 ports detected
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input6
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input7
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input8
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input9
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input10
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input11
Sep 28 16:51:31 machine kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card0/input12
Sep 28 16:51:31 machine kernel: intel_rapl_common: Found RAPL domain package
Sep 28 16:51:31 machine kernel: intel_rapl_common: Found RAPL domain core
Sep 28 16:51:31 machine systemd[1]: Finished Virtual Console Setup.
Sep 28 16:51:32 machine kernel: mc: Linux media interface: v0.10
Sep 28 16:51:32 machine kernel: r8169 0000:05:00.0 eth0: RTL8125B, fc:34:97:63:ea:2f, XID 641, IRQ 65
Sep 28 16:51:32 machine kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 28 16:51:32 machine kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Sep 28 16:51:32 machine systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Sep 28 16:51:32 machine mtp-probe[491]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-7/1-7.2"
Sep 28 16:51:32 machine mtp-probe[492]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.2"
Sep 28 16:51:32 machine systemd[1]: Starting Load Kernel Module dm_mod...
Sep 28 16:51:32 machine mtp-probe[505]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.1/1-8.1.1.1"
Sep 28 16:51:32 machine mtp-probe[479]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-6"
Sep 28 16:51:32 machine mtp-probe[479]: bus: 1, device: 2 was not an MTP device
Sep 28 16:51:32 machine mtp-probe[505]: bus: 1, device: 9 was not an MTP device
Sep 28 16:51:32 machine mtp-probe[491]: bus: 1, device: 5 was not an MTP device
Sep 28 16:51:32 machine mtp-probe[492]: bus: 1, device: 8 was not an MTP device
Sep 28 16:51:32 machine systemd[1]: Starting Load Kernel Module loop...
Sep 28 16:51:32 machine systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 28 16:51:32 machine systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 16:51:32 machine systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 28 16:51:32 machine systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 28 16:51:32 machine systemd[1]: Finished Load Kernel Module dm_mod.
Sep 28 16:51:32 machine systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 28 16:51:32 machine systemd[1]: Finished Load Kernel Module loop.
Sep 28 16:51:32 machine systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 16:51:32 machine kernel: ddbridge: Digital Devices PCIE bridge driver 0.9.33-integrated, Copyright (C) 2010-17 Digital Devices GmbH
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: detected Digital Devices Cine CT V7 DVB adapter
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: HW 00010002 REGMAP 00010004
Sep 28 16:51:32 machine systemd[1]: Found device TOSHIBA_HDWQ140 storage.
Sep 28 16:51:32 machine kernel: usb 1-8.1.3.3: new low-speed USB device number 11 using xhci_hcd
Sep 28 16:51:32 machine systemd[1]: Starting File System Check on /dev/disk/by-uuid/3a85bdcc-8d5e-4f61-8f4e-47ec823d5408...
Sep 28 16:51:32 machine systemd[1]: Found device TOSHIBA_HDWQ140 dvbox.
Sep 28 16:51:32 machine systemd[1]: Starting File System Check on /dev/disk/by-uuid/61da4ae8-44b3-4425-8ebf-353a9922f234...
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: Port 0: Link 0, Link Port 0 (TAB 1): DUAL DVB-C2T2 CXD2843
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: Port 1: Link 0, Link Port 1 (TAB 2): NO MODULE
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: Port 2: Link 0, Link Port 2 (TAB 3): NO MODULE
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: Port 3: Link 0, Link Port 3 (TAB 4): NO MODULE
Sep 28 16:51:32 machine kernel: dvbdev: DVB: registering new adapter (DDBridge)
Sep 28 16:51:32 machine kernel: dvbdev: DVB: registering new adapter (DDBridge)
Sep 28 16:51:32 machine mtp-probe[564]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.2"
Sep 28 16:51:32 machine mtp-probe[564]: bus: 1, device: 8 was not an MTP device
Sep 28 16:51:32 machine kernel: usb-storage 1-7.2:1.0: USB Mass Storage device detected
Sep 28 16:51:32 machine kernel: scsi host6: usb-storage 1-7.2:1.0
Sep 28 16:51:32 machine kernel: usbcore: registered new interface driver usb-storage
Sep 28 16:51:32 machine kernel: hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input2
Sep 28 16:51:32 machine kernel: usbcore: registered new interface driver usbhid
Sep 28 16:51:32 machine kernel: usbhid: USB HID core driver
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): I2C adapter 000000001b34ad29 SLVX addr 6e SLVT addr 6c
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): attaching CXD2843ER DVB-C/C2/T/T2 frontend
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): chip ID 0xa4 OK.
Sep 28 16:51:32 machine kernel: usbcore: registered new interface driver uas
Sep 28 16:51:32 machine kernel: usbcore: registered new device driver r8152-cfgselector
Sep 28 16:51:32 machine kernel: tda18212 6-0060: NXP TDA18212HN/M successfully identified
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: DVB: registering adapter 0 frontend 0 (Sony CXD2843ER DVB-T/T2/C/C2 demodulator)...
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): I2C adapter 000000001b34ad29 SLVX addr 6f SLVT addr 6d
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): attaching CXD2843ER DVB-C/C2/T/T2 frontend
Sep 28 16:51:32 machine kernel: i2c i2c-6: cxd2841er_attach(): chip ID 0xa4 OK.
Sep 28 16:51:32 machine kernel: tda18212 6-0063: NXP TDA18212HN/S successfully identified
Sep 28 16:51:32 machine kernel: ddbridge 0000:04:00.0: DVB: registering adapter 1 frontend 0 (Sony CXD2843ER DVB-T/T2/C/C2 demodulator)...
Sep 28 16:51:32 machine systemd[1]: Found device TOSHIBA_HDWQ140 dvdr.
Sep 28 16:51:32 machine systemd[1]: Starting File System Check on /dev/disk/by-uuid/78eb1791-9fa8-4ca3-aacf-617a7f458088...
Sep 28 16:51:32 machine kernel: usb 1-8.1.3.3: New USB device found, idVendor=413c, idProduct=2113, bcdDevice=33.08
Sep 28 16:51:32 machine kernel: usb 1-8.1.3.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 28 16:51:32 machine kernel: usb 1-8.1.3.3: Product: Dell KB216 Wired Keyboard
Sep 28 16:51:32 machine kernel: input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.3/1-8.1.3.3:1.0/0003:413C:2113.0002/input/input13
Sep 28 16:51:32 machine systemd-fsck[563]: dvbox: sauber, 21/6553600 Dateien, 24151572/26214400 Blöcke
Sep 28 16:51:32 machine kernel: hid-generic 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:01:00.0-8.1.3.3/input0
Sep 28 16:51:32 machine systemd[1]: Found device TOSHIBA_HDWQ140 dfoto.
Sep 28 16:51:32 machine kernel: input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.3/1-8.1.3.3:1.1/0003:413C:2113.0003/input/input14
Sep 28 16:51:32 machine systemd[1]: Starting File System Check on /dev/disk/by-uuid/c137ef79-136f-4ce0-84d7-8d9589c64365...
Sep 28 16:51:32 machine systemd[1]: Finished File System Check on /dev/disk/by-uuid/61da4ae8-44b3-4425-8ebf-353a9922f234.
Sep 28 16:51:32 machine systemd-fsck[575]: storage: sauber, 91652/32112640 Dateien, 24523212/128450560 Blöcke
Sep 28 16:51:32 machine kernel: input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.3/1-8.1.3.3:1.1/0003:413C:2113.0003/input/input15
Sep 28 16:51:32 machine kernel: hid-generic 0003:413C:2113.0003: input,hiddev97,hidraw2: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:01:00.0-8.1.3.3/input1
Sep 28 16:51:32 machine kernel: r8152-cfgselector 1-8.1.1.1: reset high-speed USB device number 9 using xhci_hcd
Sep 28 16:51:32 machine mtp-probe[578]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.3"
Sep 28 16:51:32 machine mtp-probe[578]: bus: 1, device: 11 was not an MTP device
Sep 28 16:51:32 machine systemd[1]: Finished File System Check on /dev/disk/by-uuid/3a85bdcc-8d5e-4f61-8f4e-47ec823d5408.
Sep 28 16:51:32 machine systemd[1]: Mounting /home...
Sep 28 16:51:32 machine kernel: EXT4-fs (sda2): mounted filesystem 3a85bdcc-8d5e-4f61-8f4e-47ec823d5408 r/w with ordered data mode. Quota mode: none.
Sep 28 16:51:32 machine systemd[1]: Mounted /home.
Sep 28 16:51:32 machine systemd-fsck[590]: dvdr: sauber, 115/32768000 Dateien, 37727771/131072000 Blöcke
Sep 28 16:51:32 machine mtp-probe[602]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.3"
Sep 28 16:51:32 machine mtp-probe[602]: bus: 1, device: 11 was not an MTP device
Sep 28 16:51:33 machine kernel: usb 1-8.1.3.4: new low-speed USB device number 12 using xhci_hcd
Sep 28 16:51:33 machine systemd[1]: Mounting /home/dvbox...
Sep 28 16:51:33 machine systemd[1]: Finished File System Check on /dev/disk/by-uuid/78eb1791-9fa8-4ca3-aacf-617a7f458088.
Sep 28 16:51:33 machine systemd-fsck[603]: dfoto: sauber, 16627/172105728 Dateien, 60821671/688395776 Blöcke
Sep 28 16:51:33 machine kernel: EXT4-fs (sda3): mounted filesystem 61da4ae8-44b3-4425-8ebf-353a9922f234 r/w with ordered data mode. Quota mode: none.
Sep 28 16:51:33 machine systemd[1]: Mounting /home/dvdr...
Sep 28 16:51:33 machine systemd[1]: Finished File System Check on /dev/disk/by-uuid/c137ef79-136f-4ce0-84d7-8d9589c64365.
Sep 28 16:51:33 machine systemd[1]: Mounted /home/dvbox.
Sep 28 16:51:33 machine systemd[1]: Mounting /home/dfoto...
Sep 28 16:51:33 machine systemd[1]: Mounted /home/dvdr.
Sep 28 16:51:33 machine kernel: EXT4-fs (sda4): mounted filesystem 78eb1791-9fa8-4ca3-aacf-617a7f458088 r/w with ordered data mode. Quota mode: none.
Sep 28 16:51:33 machine kernel: usb 1-8.1.3.4: New USB device found, idVendor=046d, idProduct=c404, bcdDevice= 2.20
Sep 28 16:51:33 machine kernel: usb 1-8.1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 16:51:33 machine kernel: usb 1-8.1.3.4: Product: Trackball
Sep 28 16:51:33 machine kernel: usb 1-8.1.3.4: Manufacturer: Logitech
Sep 28 16:51:33 machine kernel: input: Logitech Trackball as /devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.4/1-8.1.3.4:1.0/0003:046D:C404.0004/input/input16
Sep 28 16:51:33 machine kernel: hid-generic 0003:046D:C404.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech Trackball] on usb-0000:01:00.0-8.1.3.4/input0
Sep 28 16:51:33 machine systemd[1]: Mounted /home/dfoto.
Sep 28 16:51:33 machine kernel: EXT4-fs (sda5): mounted filesystem c137ef79-136f-4ce0-84d7-8d9589c64365 r/w with ordered data mode. Quota mode: none.
Sep 28 16:51:33 machine systemd[1]: Reached target Local File Systems.
Sep 28 16:51:33 machine mtp-probe[620]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.4"
Sep 28 16:51:33 machine mtp-probe[620]: bus: 1, device: 12 was not an MTP device
Sep 28 16:51:33 machine systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 28 16:51:33 machine systemd[1]: Starting Set Up Additional Binary Formats...
Sep 28 16:51:33 machine systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 28 16:51:33 machine systemd[1]: Starting Create Volatile Files and Directories...
Sep 28 16:51:33 machine systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 628 (systemd-binfmt)
Sep 28 16:51:33 machine systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 28 16:51:33 machine kernel: mousedev: PS/2 mouse device common for all mice
Sep 28 16:51:33 machine systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 28 16:51:33 machine systemd[1]: Finished Set Up Additional Binary Formats.
Sep 28 16:51:33 machine mtp-probe[642]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3.4"
Sep 28 16:51:33 machine mtp-probe[642]: bus: 1, device: 12 was not an MTP device
Sep 28 16:51:33 machine kernel: scsi 6:0:0:0: CD-ROM            PLEXTOR  CD-R   PREMIUM2  1.03 PQ: 0 ANSI: 0 CCS
Sep 28 16:51:33 machine kernel: sr 6:0:0:0: [sr0] scsi3-mmc drive: 4x/40x writer cd/rw xa/form2 cdda tray
Sep 28 16:51:33 machine kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 28 16:51:33 machine kernel: sr 6:0:0:0: Attached scsi CD-ROM sr0
Sep 28 16:51:33 machine kernel: r8152 1-8.1.1.1:1.0: load rtl8153a-3 v2 02/07/20 successfully
Sep 28 16:51:34 machine kernel: r8152 1-8.1.1.1:1.0 eth0: v1.12.13
Sep 28 16:51:34 machine kernel: usbcore: registered new interface driver r8152
Sep 28 16:51:34 machine kernel: usbcore: registered new interface driver cdc_ether
Sep 28 16:51:34 machine kernel: usbcore: registered new interface driver r8153_ecm
Sep 28 16:51:34 machine mtp-probe[645]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.1/1-8.1.1.1"
Sep 28 16:51:34 machine mtp-probe[645]: bus: 1, device: 9 was not an MTP device
Sep 28 16:51:34 machine mtp-probe[647]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-8/1-8.1/1-8.1.1/1-8.1.1.1"
Sep 28 16:51:34 machine mtp-probe[647]: bus: 1, device: 9 was not an MTP device
Sep 28 16:51:34 machine systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 28 16:51:45 machine systemd[1]: Finished Create Volatile Files and Directories.
Sep 28 16:51:45 machine systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 16:51:45 machine systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 16:51:45 machine systemd[1]: Starting Rebuild Journal Catalog...
Sep 28 16:51:45 machine systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 28 16:51:45 machine systemd[1]: Starting Network Time Synchronization...
Sep 28 16:51:45 machine systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 28 16:51:45 machine systemd[1]: Finished Rebuild Journal Catalog.
Sep 28 16:51:45 machine systemd[1]: Starting Update is Completed...
Sep 28 16:51:45 machine systemd[1]: Finished Update is Completed.
Sep 28 16:51:45 machine systemd[1]: Started Network Time Synchronization.
Sep 28 16:51:45 machine systemd[1]: Reached target System Time Set.
Sep 28 16:51:45 machine systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 28 16:51:45 machine systemd[1]: Reached target System Initialization.
Sep 28 16:51:45 machine systemd[1]: Started CUPS Scheduler.
Sep 28 16:51:45 machine systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 28 16:51:45 machine systemd[1]: Started Daily verification of password and group files.
Sep 28 16:51:45 machine systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 28 16:51:45 machine systemd[1]: Reached target Path Units.
Sep 28 16:51:45 machine systemd[1]: Reached target Timer Units.
Sep 28 16:51:45 machine systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 28 16:51:45 machine systemd[1]: Listening on CUPS Scheduler.
Sep 28 16:51:45 machine systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 28 16:51:45 machine systemd[1]: Reached target Socket Units.
Sep 28 16:51:45 machine systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 28 16:51:45 machine systemd[1]: Reached target Basic System.
Sep 28 16:51:45 machine systemd[1]: Started ACPI event daemon.
Sep 28 16:51:45 machine systemd[1]: Starting Save/Restore Sound Card State...
Sep 28 16:51:45 machine systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 28 16:51:45 machine systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 28 16:51:45 machine systemd[1]: Starting D-Bus System Message Bus...
Sep 28 16:51:45 machine systemd[1]: Starting Authorization Manager...
Sep 28 16:51:45 machine systemd[1]: Starting User Login Management...
Sep 28 16:51:45 machine systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 28 16:51:45 machine systemd[1]: Starting Daemon for power management...
Sep 28 16:51:45 machine systemd[1]: Starting Video Disk Recorder...
Sep 28 16:51:45 machine systemd[1]: Finished Save/Restore Sound Card State.
Sep 28 16:51:45 machine systemd[1]: Reached target Sound Card.
Sep 28 16:51:45 machine systemd-logind[664]: New seat seat0.
Sep 28 16:51:45 machine systemd-logind[664]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 28 16:51:45 machine systemd-logind[664]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 28 16:51:45 machine systemd-logind[664]: Watching system buttons on /dev/input/event13 (Dell KB216 Wired Keyboard)
Sep 28 16:51:45 machine systemd-logind[664]: Watching system buttons on /dev/input/event14 (Dell KB216 Wired Keyboard System Control)
Sep 28 16:51:45 machine systemd-logind[664]: Watching system buttons on /dev/input/event15 (Dell KB216 Wired Keyboard Consumer Control)
Sep 28 16:51:45 machine systemd[1]: Started User Login Management.
Sep 28 16:51:45 machine avahi-daemon[661]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
Sep 28 16:51:45 machine avahi-daemon[661]: Successfully dropped root privileges.
Sep 28 16:51:45 machine avahi-daemon[661]: avahi-daemon 0.8 starting up.
Sep 28 16:51:45 machine avahi-daemon[661]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Sep 28 16:51:45 machine acpid[659]: starting up with netlink and the input layer
Sep 28 16:51:45 machine polkitd[663]: Started polkitd version 123
Sep 28 16:51:45 machine acpid[659]: 1 rule loaded
Sep 28 16:51:45 machine acpid[659]: waiting for events: event logging is off
Sep 28 16:51:46 machine systemd[1]: Started D-Bus System Message Bus.
Sep 28 16:51:46 machine avahi-daemon[661]: Successfully called chroot().
Sep 28 16:51:46 machine avahi-daemon[661]: Successfully dropped remaining capabilities.
Sep 28 16:51:46 machine avahi-daemon[661]: No service file found in /etc/avahi/services.
Sep 28 16:51:46 machine dbus-daemon[662]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 28 16:51:46 machine polkitd[663]: Loading rules from directory /etc/polkit-1/rules.d
Sep 28 16:51:46 machine polkitd[663]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 28 16:51:46 machine vdr[667]: [667] VDR version 2.6.4 started
Sep 28 16:51:46 machine vdr[667]: [667] switched to user 'vdr'
Sep 28 16:51:46 machine systemd[1]: Starting Network Manager...
Sep 28 16:51:46 machine vdr[667]: [667] codeset is 'UTF-8' - known
Sep 28 16:51:46 machine polkitd[663]: Finished loading, compiling and executing 3 rules
Sep 28 16:51:46 machine polkitd[663]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 28 16:51:46 machine vdr[667]: [667] override character table is 'ISO-8859-15' - known
Sep 28 16:51:46 machine systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 28 16:51:46 machine systemd[1]: Started Authorization Manager.
Sep 28 16:51:46 machine avahi-daemon[661]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 28 16:51:46 machine avahi-daemon[661]: New relevant interface lo.IPv6 for mDNS.
Sep 28 16:51:46 machine avahi-daemon[661]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 28 16:51:46 machine avahi-daemon[661]: New relevant interface lo.IPv4 for mDNS.
Sep 28 16:51:46 machine avahi-daemon[661]: Network interface enumeration completed.
Sep 28 16:51:46 machine avahi-daemon[661]: Registering new address record for ::1 on lo.*.
Sep 28 16:51:46 machine avahi-daemon[661]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 28 16:51:46 machine systemd[1]: Started Daemon for power management.
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.7632] NetworkManager (version 1.44.0-1) is starting... (boot:c3d1a88f-f26f-427b-a927-8b7618635847)
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.7633] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.8289] manager[0x5e3a96b30a0]: monitoring kernel firmware directory '/lib/firmware'.
Sep 28 16:51:46 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=705 comm="/usr/bin/NetworkManager --no-daemon")
Sep 28 16:51:46 machine systemd[1]: Starting Hostname Service...
Sep 28 16:51:46 machine dbus-daemon[662]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 28 16:51:46 machine systemd[1]: Started Hostname Service.
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.9030] hostname: hostname: using hostnamed
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.9030] hostname: static hostname changed from (none) to "machine"
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.9035] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.9038] manager[0x5e3a96b30a0]: rfkill: Wi-Fi hardware radio set enabled
Sep 28 16:51:46 machine NetworkManager[705]: <info>  [1695912706.9038] manager[0x5e3a96b30a0]: rfkill: WWAN hardware radio set enabled
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.0636] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-wwan.so)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.0814] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-adsl.so)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.1052] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-bluetooth.so)
Sep 28 16:51:47 machine vdr[667]: [667] loading plugin: /usr/lib/vdr/plugins/libvdr-epgsearch.so.2.6.3
Sep 28 16:51:47 machine avahi-daemon[661]: Server startup complete. Host name is machine.local. Local service cookie is 1747450712.
Sep 28 16:51:47 machine vdr[667]: [667] loading plugin: /usr/lib/vdr/plugins/libvdr-live.so.2.6.3
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.3805] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-team.so)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4037] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-ovs.so)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4504] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.0-1/libnm-device-plugin-wifi.so)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4508] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4508] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4508] manager: Networking is enabled by state file
Sep 28 16:51:47 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=705 comm="/usr/bin/NetworkManager --no-daemon")
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4596] settings: Loaded settings plugin: keyfile (internal)
Sep 28 16:51:47 machine systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4804] dhcp: init: Using DHCP client 'internal'
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4806] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4814] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4816] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4819] device (lo): Activation: starting connection 'lo' (603a10ee-1918-4dcd-afe8-dc88c55274bd)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4825] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4930] settings: (enp5s0): created default wired connection 'Kabelgebundene Verbindung 1'
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.4931] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 28 16:51:47 machine kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Sep 28 16:51:47 machine dbus-daemon[662]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 28 16:51:47 machine systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 28 16:51:47 machine vdr[667]: [667] loading plugin: /usr/lib/vdr/plugins/libvdr-vnsiserver.so.2.6.3
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/setup.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/sources.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/diseqc.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/scr.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/channels.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/timers.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/svdrphosts.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/keymacros.conf
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/camresponses.conf
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.7219] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.7224] settings: (eth0): created default wired connection 'Kabelgebundene Verbindung 2'
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.7225] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 28 16:51:47 machine kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Sep 28 16:51:47 machine vdr[667]: [667] DVB API version is 0x050C (VDR was built with 0x050B)
Sep 28 16:51:47 machine vdr[667]: [667] frontend 0/0 provides DVB-T,DVB-T2,DVB-C with QPSK,QAM16,QAM32,QAM64,QAM128,QAM256 ("Sony CXD2843ER DVB-T/T2/C/C2 demodulator")
Sep 28 16:51:47 machine vdr[667]: [667] frontend 1/0 provides DVB-T,DVB-T2,DVB-C with QPSK,QAM16,QAM32,QAM64,QAM128,QAM256 ("Sony CXD2843ER DVB-T/T2/C/C2 demodulator")
Sep 28 16:51:47 machine vdr[667]: [667] found 2 DVB devices
Sep 28 16:51:47 machine systemd[1]: Started Network Manager.
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9488] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 28 16:51:47 machine systemd[1]: Reached target Network.
Sep 28 16:51:47 machine vdr[667]: [667] initializing plugin: epgsearch (2.4.2): Suche im EPG nach Wiederholungen und anderem
Sep 28 16:51:47 machine vdr[667]: [667] initializing plugin: live (3.2.0): Live Interactive VDR Environment
Sep 28 16:51:47 machine vdr[667]: [667] initializing plugin: vnsiserver (1.8.3): VDR-Network-Streaming-Interface (VNSI) Server
Sep 28 16:51:47 machine vdr[667]: [667] setting primary device to 1
Sep 28 16:51:47 machine vdr[667]: [667] device 1 has no MPEG decoder
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9668] ovsdb: disconnected from ovsdb
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9670] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9672] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9673] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9680] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9701] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9702] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 28 16:51:47 machine NetworkManager[705]: <info>  [1695912707.9704] device (lo): Activation: successful, device activated.
Sep 28 16:51:47 machine vdr[667]: [667] setting current skin to "lcars"
Sep 28 16:51:47 machine vdr[667]: [667] loading /var/lib/vdr/themes/lcars-default.theme
Sep 28 16:51:48 machine vdr[667]: [667] starting plugin: epgsearch
Sep 28 16:51:48 machine systemd[1]: Starting Network Manager Wait Online...
Sep 28 16:51:48 machine systemd[1]: Starting CUPS Scheduler...
Sep 28 16:51:48 machine systemd[1]: Starting Permit User Sessions...
Sep 28 16:51:48 machine vdr[667]: [667] loading /var/lib/vdr/plugins/epgsearch/epgsearchmenu.conf
Sep 28 16:51:48 machine systemd[1]: Finished Permit User Sessions.
Sep 28 16:51:48 machine vdr[667]: [667] starting plugin: live
Sep 28 16:51:48 machine systemd[1]: Started CUPS Scheduler.
Sep 28 16:51:48 machine vdr[667]: [667] live: initial file cache has 93 entries and needs 427457 bytes of data!
Sep 28 16:51:48 machine vdr[667]: [667] starting plugin: vnsiserver
Sep 28 16:51:48 machine vdr[667]: [667] VNSI: Starting vnsi server at port=34890
Sep 28 16:51:48 machine vdr[667]: [667] VNSI: VNSI Server started
Sep 28 16:51:48 machine vdr[667]: [667] VNSI: Channel streaming timeout: 10 seconds
Sep 28 16:51:48 machine vdr[667]: [667] switching to channel 1 C-9999-561-56102 (1-2-3.TV HD)
Sep 28 16:51:48 machine systemd[1]: Started Video Disk Recorder.
Sep 28 16:51:48 machine vdr[667]: [743] SVDRP machine opening port 6419/tcp
Sep 28 16:51:48 machine vdr[667]: [743] SVDRP machine listening on port 6419/tcp
Sep 28 16:51:48 machine systemd[1]: Reached target Multi-User System.
Sep 28 16:51:48 machine vdr[667]: [741] live: INFO: attempt to listen on ip = ''
Sep 28 16:51:48 machine vdr[667]: [741] live: ERROR: Unable to load cert/key (/var/lib/vdr/plugins/live/live.pem / /var/lib/vdr/plugins/live/live-key.pem): Keine Berechtigung
Sep 28 16:51:48 machine vdr[667]: [667] ERROR: no OSD provider available - using dummy OSD!
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2363] device (enp5s0): carrier: link connected
Sep 28 16:51:50 machine kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2366] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2372] policy: auto-activating connection 'Kabelgebundene Verbindung 1' (7abf335d-0f09-34bc-ad03-58a73011cfff)
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2375] device (enp5s0): Activation: starting connection 'Kabelgebundene Verbindung 1' (7abf335d-0f09-34bc-ad03-58a73011cfff)
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2376] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2377] manager: NetworkManager state is now CONNECTING
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2378] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2383] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:50 machine NetworkManager[705]: <info>  [1695912710.2387] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Sep 28 16:51:50 machine avahi-daemon[661]: Joining mDNS multicast group on interface enp5s0.IPv6 with address fe80::7452:2c60:78cd:723b.
Sep 28 16:51:50 machine avahi-daemon[661]: New relevant interface enp5s0.IPv6 for mDNS.
Sep 28 16:51:50 machine avahi-daemon[661]: Registering new address record for fe80::7452:2c60:78cd:723b on enp5s0.*.
Sep 28 16:51:51 machine vdr[667]: [744] VNSI: Requesting clients to reload recordings list
Sep 28 16:51:52 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=705 comm="/usr/bin/NetworkManager --no-daemon")
Sep 28 16:51:52 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.3709] dhcp4 (enp5s0): state changed new lease, address=192.168.1.4
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.3712] policy: set 'Kabelgebundene Verbindung 1' (enp5s0) as default for IPv4 routing and DNS
Sep 28 16:51:52 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=705 comm="/usr/bin/NetworkManager --no-daemon")
Sep 28 16:51:52 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 28 16:51:52 machine avahi-daemon[661]: Joining mDNS multicast group on interface enp5s0.IPv4 with address 192.168.1.4.
Sep 28 16:51:52 machine avahi-daemon[661]: New relevant interface enp5s0.IPv4 for mDNS.
Sep 28 16:51:52 machine avahi-daemon[661]: Registering new address record for 192.168.1.4 on enp5s0.IPv4.
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.4508] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.4518] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.4519] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.4521] manager: NetworkManager state is now CONNECTED_SITE
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.4522] device (enp5s0): Activation: successful, device activated.
Sep 28 16:51:52 machine NetworkManager[705]: <info>  [1695912712.5559] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 28 16:51:53 machine vdr[667]: [744] VNSI: Requesting clients to reload channels list
Sep 28 16:51:53 machine NetworkManager[705]: <info>  [1695912713.9497] manager: startup complete
Sep 28 16:51:53 machine systemd[1]: Finished Network Manager Wait Online.
Sep 28 16:51:53 machine systemd[1]: Reached target Network is Online.
Sep 28 16:51:53 machine systemd[1]: Started Kodi standalone (X11).
Sep 28 16:51:53 machine systemd[1]: Reached target Graphical Interface.
Sep 28 16:51:53 machine systemd[1]: Startup finished in 7.471s (kernel) + 24.760s (userspace) = 32.232s.
Sep 28 16:51:54 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=756 comm="(xinit)")
Sep 28 16:51:54 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 28 16:51:54 machine (xinit)[756]: pam_unix(login:session): session opened for user kodi(uid=971) by kodi(uid=0)
Sep 28 16:51:54 machine systemd[1]: Created slice User Slice of UID 971.
Sep 28 16:51:54 machine systemd[1]: Starting User Runtime Directory /run/user/971...
Sep 28 16:51:54 machine systemd-logind[664]: New session 1 of user kodi.
Sep 28 16:51:54 machine systemd[1]: Finished User Runtime Directory /run/user/971.
Sep 28 16:51:54 machine systemd[1]: Starting User Manager for UID 971...
Sep 28 16:51:54 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=760 comm="(systemd)")
Sep 28 16:51:54 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 28 16:51:54 machine (systemd)[760]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[kodi] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 16:51:54 machine (systemd)[760]: pam_unix(systemd-user:session): session opened for user kodi(uid=971) by kodi(uid=0)
Sep 28 16:51:54 machine systemd[760]: Queued start job for default target Main User Target.
Sep 28 16:51:54 machine systemd[760]: Created slice User Application Slice.
Sep 28 16:51:54 machine systemd[760]: Reached target Paths.
Sep 28 16:51:54 machine systemd[760]: Reached target Timers.
Sep 28 16:51:54 machine systemd[760]: Starting D-Bus User Message Bus Socket...
Sep 28 16:51:54 machine systemd[760]: Listening on GnuPG network certificate management daemon.
Sep 28 16:51:54 machine systemd[760]: Listening on GCR ssh-agent wrapper.
Sep 28 16:51:54 machine systemd[760]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 16:51:54 machine systemd[760]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 16:51:54 machine systemd[760]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 16:51:54 machine systemd[760]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 16:51:54 machine systemd[760]: Listening on p11-kit server.
Sep 28 16:51:54 machine systemd[760]: Listening on D-Bus User Message Bus Socket.
Sep 28 16:51:54 machine systemd[760]: Reached target Sockets.
Sep 28 16:51:54 machine systemd[760]: Reached target Basic System.
Sep 28 16:51:54 machine systemd[1]: Started User Manager for UID 971.
Sep 28 16:51:54 machine systemd[760]: Starting Update XDG user dir configuration...
Sep 28 16:51:54 machine systemd[1]: Started Session 1 of User kodi.
Sep 28 16:51:54 machine systemd[760]: Finished Update XDG user dir configuration.
Sep 28 16:51:54 machine systemd[760]: Reached target Main User Target.
Sep 28 16:51:54 machine systemd[760]: Startup finished in 317ms.
Sep 28 16:51:54 machine acpid[659]: client connected from 771[971:971]
Sep 28 16:51:54 machine acpid[659]: 1 client rule loaded
Sep 28 16:51:57 machine systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 28 16:51:58 machine kernel: kodi.bin[790]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Sep 28 16:51:58 machine xinit[790]: [E] pw.loop [loop.c:67 pw_loop_new()] 0x1542d60bb80: can't make support.system handle: No such file or directory
Sep 28 16:51:59 machine vdr[667]: [740] EPGSearch: timer conflict check started
Sep 28 16:51:59 machine vdr[667]: [740] EPGSearch: timer conflict check finished
Sep 28 16:51:59 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.17' (uid=971 pid=790 comm="/usr/lib/kodi/kodi.bin --standalone")
Sep 28 16:51:59 machine systemd[1]: Starting Disk Manager...
Sep 28 16:51:59 machine udisksd[800]: udisks daemon version 2.10.1 starting
Sep 28 16:51:59 machine dbus-daemon[662]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 28 16:51:59 machine systemd[1]: Started Disk Manager.
Sep 28 16:51:59 machine udisksd[800]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 28 16:52:00 machine xinit[790]: Failed to open VDPAU backend libvdpau_radeonsi.so: cannot open shared object file: No such file or directory
Sep 28 16:52:01 machine vdr[667]: [742] loading /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf
Sep 28 16:52:01 machine vdr[667]: [742] VNSI: Client with ID 0 connected: 127.0.0.1:35094
Sep 28 16:52:01 machine vdr[667]: [841] VNSI: Welcome client 'XBMC Media Center' with protocol version '13'
Sep 28 16:52:02 machine vdr[667]: [742] loading /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf
Sep 28 16:52:02 machine vdr[667]: [742] VNSI: Client with ID 1 connected: 127.0.0.1:35098
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: Welcome client 'XBMC Media Center' with protocol version '13'
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: LiveStreamer::Close - close
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: close video input ...
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: Successfully found following device: 0x3877684dbe0 (1) for receiving, priority=0
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: Dummy receiver (0x6834640037d0) activated
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: activate live receiver: 1
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: Successfully switched to channel 147 - hr1
Sep 28 16:52:02 machine vdr[667]: [851] VNSI: Started streaming of channel hr1 (timeout 10 seconds)
Sep 28 16:52:02 machine vdr[667]: [742] loading /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf
Sep 28 16:52:02 machine vdr[667]: [742] VNSI: Client with ID 2 connected: 127.0.0.1:35102
Sep 28 16:52:02 machine vdr[667]: [856] VNSI: Welcome client 'XBMC Media Center' with protocol version '13'
Sep 28 16:52:02 machine vdr[667]: [853] VNSI: Created stream for pid=3701 and type=5
Sep 28 16:52:02 machine vdr[667]: [853] VNSI: Audio stream change, pid: 3701, channels: 2, samplerate: 48000
Sep 28 16:52:16 machine systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 28 16:52:26 machine systemd-timesyncd[653]: Timed out waiting for reply from 185.252.140.126:123 (2.arch.pool.ntp.org).
Sep 28 16:52:25 machine systemd-timesyncd[653]: Contacted time server 131.188.3.221:123 (2.arch.pool.ntp.org).
Sep 28 16:52:25 machine systemd-journald[316]: Time jumped backwards, rotating.
Sep 28 16:52:25 machine systemd-timesyncd[653]: Initial clock synchronization to Thu 2023-09-28 16:52:25.479279 CEST.
Sep 28 16:52:30 machine root[930]: ACPI group/action undefined: button/up / UP
Sep 28 16:52:30 machine root[932]: ACPI group/action undefined: button/right / RIGHT
Sep 28 16:52:33 machine root[935]: ACPI group/action undefined: button/right / RIGHT
Sep 28 16:52:33 machine root[937]: ACPI group/action undefined: button/right / RIGHT
Sep 28 16:52:33 machine root[939]: ACPI group/action undefined: button/right / RIGHT
Sep 28 16:52:34 machine root[941]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:34 machine root[943]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:36 machine root[947]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:36 machine root[949]: ACPI group/action undefined: button/right / RIGHT
Sep 28 16:52:50 machine root[953]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:51 machine root[955]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:51 machine root[957]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:51 machine root[959]: ACPI group/action undefined: button/down / DOWN
Sep 28 16:52:56 machine xinit[771]: (II) AIGLX: Suspending AIGLX clients for VT switch
Sep 28 16:52:56 machine systemd[1]: Started Getty on tty3.
Sep 28 16:52:56 machine acpid[659]: client 771[971:971] has disconnected
Sep 28 16:53:01 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=969 comm="/bin/login -p --      ")
Sep 28 16:53:01 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 28 16:53:04 machine login[969]: pam_unix(login:session): session opened for user woody(uid=1000) by woody(uid=0)
Sep 28 16:53:04 machine systemd[1]: Created slice User Slice of UID 1000.
Sep 28 16:53:04 machine systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 28 16:53:04 machine systemd-logind[664]: New session 3 of user woody.
Sep 28 16:53:04 machine systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 28 16:53:04 machine systemd[1]: Starting User Manager for UID 1000...
Sep 28 16:53:04 machine dbus-daemon[662]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=973 comm="(systemd)")
Sep 28 16:53:04 machine dbus-daemon[662]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 28 16:53:04 machine (systemd)[973]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[woody] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 16:53:04 machine (systemd)[973]: pam_unix(systemd-user:session): session opened for user woody(uid=1000) by woody(uid=0)
Sep 28 16:53:04 machine systemd[973]: Queued start job for default target Main User Target.
Sep 28 16:53:04 machine systemd[973]: Created slice User Application Slice.
Sep 28 16:53:04 machine systemd[973]: Reached target Paths.
Sep 28 16:53:04 machine systemd[973]: Reached target Timers.
Sep 28 16:53:04 machine systemd[973]: Starting D-Bus User Message Bus Socket...
Sep 28 16:53:04 machine systemd[973]: Listening on GnuPG network certificate management daemon.
Sep 28 16:53:04 machine systemd[973]: Listening on GCR ssh-agent wrapper.
Sep 28 16:53:04 machine systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 16:53:04 machine systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 16:53:04 machine systemd[973]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 16:53:04 machine systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 16:53:04 machine systemd[973]: Listening on p11-kit server.
Sep 28 16:53:04 machine systemd[973]: Listening on D-Bus User Message Bus Socket.
Sep 28 16:53:04 machine systemd[973]: Reached target Sockets.
Sep 28 16:53:04 machine systemd[973]: Reached target Basic System.
Sep 28 16:53:04 machine systemd[1]: Started User Manager for UID 1000.
Sep 28 16:53:04 machine systemd[973]: Starting Update XDG user dir configuration...
Sep 28 16:53:04 machine systemd[1]: Started Session 3 of User woody.
Sep 28 16:53:04 machine login[969]: LOGIN ON tty3 BY woody
Sep 28 16:53:04 machine systemd[973]: Finished Update XDG user dir configuration.
Sep 28 16:53:04 machine systemd[973]: Reached target Main User Target.
Sep 28 16:53:04 machine systemd[973]: Startup finished in 205ms.
Sep 28 16:53:05 machine acpid[659]: client connected from 1004[1000:984]
Sep 28 16:53:05 machine acpid[659]: 1 client rule loaded
Sep 28 16:53:05 machine systemd[973]: Created slice User Core Session Slice.
Sep 28 16:53:05 machine systemd[973]: Starting D-Bus User Message Bus...
Sep 28 16:53:05 machine systemd[973]: Started D-Bus User Message Bus.

Last edited by realmatrix (2023-09-28 16:54:04)

Offline

#22 2023-09-28 15:28:29

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

You could've just posted the link…

There's no trace of either pulseaudio or pipewire in that journal?
Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Did you try the behavior of a non-hardened kernel?

Offline

#23 2023-09-28 15:37:09

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

I've uninstalled pulseaudio, now I am using simply ALSA.

acpid.service                            | multi-user.target.wants
avahi-daemon.service                     | multi-user.target.wants
avahi-daemon.socket                      | sockets.target.wants
cups.path                                | multi-user.target.wants
cups.service                             | multi-user.target.wants
cups.service                             | printers.target.wants
cups.socket                              | sockets.target.wants
dbus-org.freedesktop.Avahi.service       | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.timesync1.service   | system
display-manager.service                  | system
gcr-ssh-agent.socket                     | sockets.target.wants
getty@tty1.service                       | getty.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
p11-kit-server.socket                    | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
systemd-timesyncd.service                | sysinit.target.wants
vdr.service                              | multi-user.target.wants
xdg-user-dirs-update.service             | default.target.wants

Offline

#24 2023-09-28 16:01:41

realmatrix
Member
Registered: 2019-01-10
Posts: 29

Re: [SOLVED] kodi as systemd-service and playing AudioCD

seth wrote:

Did you try the behavior of a non-hardened kernel?

Tested. No change in behavior.

Offline

#25 2023-09-28 16:06:03

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] kodi as systemd-service and playing AudioCD

I've uninstalled pulseaudio, now I am using simply ALSA.

At that point

ALSA lib pcm_dmix.c:1000:(snd_pcm_dmix_open) unable to open slave

becomes relevant.
Can you actually play the CD w/ mpv while you're on the TTY (w/o sudo)?
(I'd like to take kodi out of the equation in case it simply tests the active terminal and pauses when backgrounded)

aplay -Ll

Offline

Board footer

Powered by FluxBB