2024-09-06, 02:39 PM
In the LXC, are there any renderD entries in /dev/dri?
ls -l /dev/dri
ls -l /dev/dri
2024-09-06, 02:39 PM
In the LXC, are there any renderD entries in /dev/dri?
ls -l /dev/dri
2024-09-07, 01:02 PM
(2024-09-06, 02:39 PM)TheDreadPirate Wrote: In the LXC, are there any renderD entries in /dev/dri? Yes: Code: : ls -l /dev/dri Code: : /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
2024-09-07, 04:33 PM
What Jellyfin version are you running? I just noticed that jellyfin-ffmpeg is still 5.1.4. Are you still on 10.8.13? If you are running 10.9, you should upgrade to jellyfin-ffmpeg6. I don't know for certain is that actually matters, but the server and ffmpeg versions should be 5.1.4 with server 10.8 and 6.0.1 for server 10.9.
2024-09-08, 12:23 AM
(2024-09-07, 04:33 PM)TheDreadPirate Wrote: What Jellyfin version are you running? I just noticed that jellyfin-ffmpeg is still 5.1.4. Are you still on 10.8.13? If you are running 10.9, you should upgrade to jellyfin-ffmpeg6. I don't know for certain is that actually matters, but the server and ffmpeg versions should be 5.1.4 with server 10.8 and 6.0.1 for server 10.9. I was running Jellyfin 10.9.10. I uninstalled jellyfin-ffmpeg 5.1.4 and installed 6.0.1. Tried playing a video and transcoding failed, same error as before. I then upgraded to Jellyfin 10.9.11 and transcoding also failed.
2024-09-08, 03:15 PM
On the host, what is the out of this command.
Code: sudo apt list --installed | grep linux
2024-09-09, 12:33 PM
(2024-09-08, 03:15 PM)TheDreadPirate Wrote: On the host, what is the out of this command. Code: : apt list --installed | grep linux
2024-09-10, 04:06 PM
What does Promox call their kernel? The apt command should have listed out what kernel packages were installed, including all the header and mod packages.
2024-09-10, 04:19 PM
(2024-09-10, 04:06 PM)TheDreadPirate Wrote: What does Promox call their kernel? The apt command should have listed out what kernel packages were installed, including all the header and mod packages. It seems the kernel names start with "proxmox-kernel". I'm not sure about the headers and mod packages. Code: : apt list --installed | grep proxmox-kernel
2024-09-10, 04:43 PM
(This post was last modified: 2024-09-10, 04:43 PM by TheDreadPirate.)
And what does proxmox call all of the extra packages it includes with the kernel (Ubuntu example below). It should be similarly named (headers, modules, modules-extra).
Code: chris@rat-trap:~$ sudo apt list --installed | grep 6.8.0-44 I also see that it installed a newer kernel than what you started with in this thread (6.8.12). Did it install and then change which one you are running on boot? Code: uname -a
2024-09-11, 03:04 AM
(This post was last modified: 2024-09-11, 03:05 AM by seelk. Edited 1 time in total.)
Code: : apt list --installed | grep 6.8.4-3 I'm not sure how to identify the corresponding headers and mod packages. I pinned the 6.8.4-3-pve to boot instead of the latest kernel. This is an option Proxmox provides. Code: : uname -a |
|
|