hello, im having a problem with plex.
i have migrated my server from core to scale (Dragonfish-24.04.2.5) and i wanted to install plex again. it fully installed it but it cant find my data on the smb share i use
hello, im having a problem with plex.
i have migrated my server from core to scale (Dragonfish-24.04.2.5) and i wanted to install plex again. it fully installed it but it cant find my data on the smb share i use
Uh, Iâm not sure how SMB is relevant here. Surely you arenât using Plex over SMB?
If you browse /data from Plex, you should see everything at /mnt/toshiba pool/media/PlexâŚ
Why did you migrate your server to a version thatâs two major releases out of date? Thatâs a poor practice in generalâand in this case, itâs a particularly poor practice, as the apps system completely changed in 24.10.
i did it becouse i read it somwhere (could be outdated)
now i have installed (25.04.0)
From the host:
ls -l /mnt/toshiba pool/media/Plex
could be a bit more specific i dont know what to do
Itâs a shell command. You type it in TrueNAS shell.
System > Shell, though itâs much nicer to use a SSH client.
thanks.
this is what i get:
sorry,
ls -l '/mnt/toshiba pool/media/Plex'
You have a space in the path so it needs quotes.
my directory doesnt seem to exist.
Sorry again, I had to zoom in.
i thought it said âtoshiba poolâ, not âtohiba poolâ. Old man.
ls -l '/mnt/tohiba pool/media/Plex'
I read about this story when the news broke out. Apparently, the NSA gave up after three years of trying to crack @Timo_Secemberâs server.
Genius. If only they had knownâŚ
It reminds me of the time I got out of a speeding ticket because my license plate is lIl1l1
.
Try this in the shell?
chown -R apps:apps '/mnt/tohiba pool/media/Plex'
It will set apps:apps as the owner for everything in that path. âappsâ is the user that âPlexâ runs as.
My username on a site is wrong because when I was registering, the swollen battery on the laptop I used was creating pressure under the keyboard that caused a lot of keypresses to not register.
I didnât notice until I went to their support to find out why I couldnât log in or recover my password.
If you look back at the output of âls -lâ earlier, you will see â921 921â. This is the âuserâ and âgroupâ that own those files. I think â921â is the user id / group id of the âappsâ user on Core.
On Scale, the user âappsâ has user id and group id of 568, so didnât have permissions to those files. The âchown -Râ recursively changed the owner of those files to the correct apps user (568).
Not the âappsâ user, but specifically the âplexâ user.
If you installed the âPluginâ, I believe it automatically creates the 921
âplexâ user on the host to match the UID within the jail.
If you installed it manually in a jail, then youâd need to manually create user UID 921
on the host and name it âplexâ.