Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

I don't think it's a abi issue then. You could allow access with:
Code:
/run/systemd/journal/dev-log r,
inside the profile.

Thank you Fiona, that indeed appears to quieten the log entries. I assume allowing it to read that log doesn't really pose any significant risk, so seems a good solution,
 
This is exciting. Thanks for pointing it out. :)

Just to clarify, this is actual marketed ECC RAM, right? Not just the on-die ECC features that all DDR5 has?
On-Die ECC has no error reporting or edac or anything. On Die ECC is just for the memory module itself due to the high frequency it was simply needed.

Im sure they talk about "real" ECC, since normal ECC has error reporting (sometimes not), but EDAC Support anyway.
 
  • Like
Reactions: SInisterPisces
On-Die ECC has no error reporting or edac or anything. On Die ECC is just for the memory module itself due to the high frequency it was simply needed.

Im sure they talk about "real" ECC, since normal ECC has error reporting (sometimes not), but EDAC Support anyway.
What a lovely and succinct explanation. Thanks. :)
 
Has anyone gotten FFMPEG hardware encoding working yet on the B50? I've tried it on kernel 6.17 but it won't work.

I downloaded the Uranite FFMPEG build here:
https://github.com/Uranite/FFmpeg-Builds-SVT-AV1-PSY/releases

When I run:
Code:
./ffmpeg -i omd.mkv -c:v h264_qsv -preset veryfast -global_quality 23 omd_output.mkv

I see:
Code:
[h264_qsv @ 0x5fb0df128640] Error creating a MFX session: -9.
[vost#0:0/h264_qsv @ 0x5fb0df1275c0] [enc:h264_qsv @ 0x5fb0df0c8680] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
[vf#0:0 @ 0x5fb0df12d500] Error sending frames to consumers: Unknown error occurred
[vf#0:0 @ 0x5fb0df12d500] Task finished with error code: -1313558101 (Unknown error occurred)
[vf#0:0 @ 0x5fb0df12d500] Terminating thread with return code -1313558101 (Unknown error occurred)
[vost#0:0/h264_qsv @ 0x5fb0df1275c0] [enc:h264_qsv @ 0x5fb0df0c8680] Could not open encoder before EOF
[vost#0:0/h264_qsv @ 0x5fb0df1275c0] Task finished with error code: -22 (Invalid argument)
[vost#0:0/h264_qsv @ 0x5fb0df1275c0] Terminating thread with return code -22 (Invalid argument)
[out#0/matroska @ 0x5fb0df267940] Nothing was written into output file, because at least one of its streams received no packets.