GPU issue? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: GPU issue? (/t-gpu-issue) |
GPU issue? - ovingiv - 2024-10-26 So I'm having an interesting issue that I can't seam to pin down relating to my GPU. It wasn't happening as much on Jellyfin 10.8.* but since the latest 10.9.* release its been happening more often it seams. But I honestly couldn't give a straight answer if that's true or not. After finally fixing my last issue I did move to docker but had too many issues trying to get the GPU to work after following multiple guides and double checking all settings with Portainer to pass through the GPU to the container which did work but I would wound up having the same issues. So I did move back to bare metal installation and reset all permissions again for my directories only to again have this issue now. I am on Ubuntu Server 22.04.5 LTS nvidia-smi reports driver version 535.183.01 Jellyfin is running 10.9.11 I get this error PHP Code: [2024-10-26 05:46:24.055 +00:00] [INF] [61] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "mc". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True Then when I restart the system as a whole and not just the Jellyfin service, it plays normally. PHP Code: [2024-10-26 06:01:24.586 +00:00] [INF] [10] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "mc". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True Is there something wrong with my GPU? Should I try to upgrade to a different driver? What else could I try to do? RE: GPU issue? - Fate - 2024-10-26 Hmm is there space in your cache folder? Any software that might prevent jellyfin from writing to the cache folder? RE: GPU issue? - ovingiv - 2024-10-26 (2024-10-26, 12:44 PM)Fate Wrote: Hmm is there space in your cache folder? My system drive is only half full with 496gb available. RE: GPU issue? - TheDreadPirate - 2024-10-26 Can you share your ffmpeg log? It should have a more specific error message. RE: GPU issue? - ovingiv - 2024-10-27 (2024-10-26, 11:08 PM)TheDreadPirate Wrote: Can you share your ffmpeg log? It should have a more specific error message.Here you go Before restart: Pastebin After Restart: Pastebin RE: GPU issue? - gnattu - 2024-10-27 See https://github.com/jellyfin/jellyfin/issues/9177 for more info nvidia GPU in docker will have quirks and need manual workarounds. RE: GPU issue? - ovingiv - 2024-10-27 (2024-10-27, 08:19 AM)gnattu Wrote: nvidia GPU in docker will have quirks and need manual workarounds. I am not using docker and Jellyfin is on bare metal. RE: GPU issue? - gnattu - 2024-10-27 But I really don't know how to help you because your ffmpeg log indicates that the system lost access to GPU for some reason and I really cannot help you with that. RE: GPU issue? - TheDreadPirate - 2024-10-27 What are you using? The transcode directory tells me this is docker or something based on docker. Code: /cache/transcodes/cd9bd29f26ee113a03449c4ad5ddb5fd%d.ts If this was a bare metal apt install the transcode directory would be /var/cache/jellyfin/transcodes/. I've read that sometimes the Nvidia container toolkit will not start before Jellyfin/docker starts and docker will not make the GPU available to the container. RE: GPU issue? - ovingiv - 2024-10-28 So I had forgotten that I had the container set to restart always. Because of that after restoring everything from the container to bare metal and restarted my server, it kept jellyfin.service from starting as the container had priority for network ports and *that* started instead. Therefor everything I was having an issue with was with the container still... I have now fixed that, RE-restored everything from /cache and /data and let it rebuild the library. So I apologize for the confusion on this issue. So far everything is running smoothly after borking the restore twice... So now I will wait a week and keep an eye on it to see if it has transcoding/remuxing issues again. |