- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
826 B
826 B
| id | type | title | tags | importance | confidence | created | updated | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0054887d-3516-452d-b3d1-eb5fef1a5c2a | solution | Jellyfin FFmpeg exit code 187 - GPU access lost |
|
0.8 | 0.8 | 2026-01-29T04:07:55.301701+00:00 | 2026-01-29T04:07:55.301701+00:00 |
Jellyfin transcoding fails with FFmpeg exit code 187 when container loses GPU access. Symptoms: playback fails immediately, nvidia-smi inside container returns 'Failed to initialize NVML: Unknown Error'. Fix: restart container with 'docker restart jellyfin'. Root cause: GPU binding becomes stale after driver updates, Docker restarts, or runtime issues. Solution: Created jellyfin_gpu_monitor.py that runs every 5 minutes on ubuntu-manticore, detects GPU loss, sends Discord alert, and auto-restarts container.