currently I’m trying to install Jellyfin as an App.
The installation itself works without any problems.
As soon I’m trying to connect it with an SMB share Jellyfin isn’t able to properly start anymore.
I was following a video guide from “Frozen North” (TrueNAS Scale: Plex and Jellyfin Setup with SMB) because I couldn’t find any documentation.
Here’s the error message I receive:
MountVolume.MountDevice failed for volume "jellyfin-jellyfin-0-3107982171" : rpc error: code = Internal desc = volume(truenas.local/Bag of Holding#jellyfin-jellyfin-0-3107982171) mount "//truenas.local/Bag of Holding" on "/var/lib/kubelet/plugins/kubernetes.io/csi/smb.csi.k8s.io/4fcdc7d26adfe416babaf39f202b15db6589a75051799f227e1bc727c3d840e0/globalmount" failed with mount failed: exit status 1 Mounting command: mount Mounting arguments: -t cifs -o noperm,gid=568,<masked> //truenas.local/Bag of Holding /var/lib/kubelet/plugins/kubernetes.io/csi/smb.csi.k8s.io/4fcdc7d26adfe416babaf39f202b15db6589a75051799f227e1bc727c3d840e0/globalmount Output: mount error: could not resolve address for truenas.local: Unknown error
Huge thanks in advance to everyone who is willing and able to help me out here!
I have JF running - it’s the TrueNAS app - and I also have it running via docker (compose, c/o dockge). However, my shares are both NFS and SMB, so perhaps that makes a difference.
Here are the screenshots of my TN app and further down my docker compose file should you wish to pursue that route.
I can’t see anything “obvious” but the only ideas I have are these (bearing in mind my knowledge is limited - there are few people here who know less than me!):
1 - linux doesn’t like gaps in directory or filenames, needing to be “escaped”. Perhaps the space in your /mnt/Little Friend/ ... is upsetting things
2 - if you can’t easily change that directory name to Little_Friend, or perhaps it is a red herring anyway, you could set up a test dataset which you could put a couple of jpegs or MP3s inside, and try pointing to it. Datasets are easy to create and delete with no risk.
3 - What does the directory contain that you’re currently pointing at (“/mnt/ ...Shenanigans”)? Maybe there’s something in there which is causing distress for JF … maybe make it only contain MP3s or only contain jpegs … maybe one of each as per (2) above.