2024-01-25, 11:51 PM
(This post was last modified: 2024-01-26, 04:03 AM by jamjellyjam. Edited 2 times in total.)
Looks like the method above doesn't work, here is what I tried
Not sure what to do next and I would like to avoid dong the whole setup from scratch.
Logs:
- Attempt #1: Created folder in TrueNAS via SMB share (that's what I did for config, cache, media) and mapped it to "/jellyfin" as shown above > Jellyfin won't deploy, it's stuck at "Deploying"
- Attempt #2: Checked permissions and chagned them to root > Jellyfin won't deploy, it's stuck at "Deploying"
- Attempt #3: Deleted folder that I was mapping and created that folder via CLI in TrueNAS in case there was some weird permissions thing happeing > jellyfin won't deploy, it's stuck at "Deploying"
- Attemp #4: For fun within TrueNAS I mapped it to "/jellyfin/jellyfin-web" and this time it deployed but then automatically stopped. Logs show that "The server is expected to host the web client, but the provided content directory is either invalid or empty: /jellyfin/jellyfin-web."
Not sure what to do next and I would like to avoid dong the whole setup from scratch.
Logs:
Code:
2024-01-25T23:26:26.052997719Z [23:26:26] [INF] [1] Main: Jellyfin version: 10.8.13
2024-01-25T23:26:26.064889863Z [23:26:26] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]"]
2024-01-25T23:26:26.064995995Z [23:26:26] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
2024-01-25T23:26:26.066338536Z [23:26:26] [INF] [1] Main: Operating system: Linux
2024-01-25T23:26:26.067530836Z [23:26:26] [INF] [1] Main: Architecture: X64
2024-01-25T23:26:26.067600722Z [23:26:26] [INF] [1] Main: 64-Bit Process: True
2024-01-25T23:26:26.067644410Z [23:26:26] [INF] [1] Main: User Interactive: True
2024-01-25T23:26:26.067668742Z [23:26:26] [INF] [1] Main: Processor count: 4
2024-01-25T23:26:26.067714274Z [23:26:26] [INF] [1] Main: Program data path: /config
2024-01-25T23:26:26.067851698Z [23:26:26] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
2024-01-25T23:26:26.067953745Z [23:26:26] [INF] [1] Main: Application directory: /jellyfin/
2024-01-25T23:26:26.074111561Z [23:26:26] [ERR] [1] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /jellyfin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings.
2024-01-25T23:26:26.075210240Z [23:26:26] [INF] [2] Main: Received a SIGTERM signal, shutting down