No change. I am definitely using pkg quarterly though, is there any way to change that?
IVâE FIGURED IT OUT
I have changed my pkg version to latest not quarterly
Fresh new 13.2 âbasejailâ and it still doesnât work?
Inside the jail, do this:
mkdir -p /usr/local/etc/pkg/repos
echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf
Thanks to @pmh
@victor thanks for suggesting pkg version change
Must have been this â instead of â
Happens to me in here all the time.
Wanted to âtestâ something.
This is still not working properly but I think this is more an issue for jellyfin server (freebsd version), not TrueNAS. I have opened a github issue with the repo here Jellyfin not running a webserver ¡ Issue #76 ¡ Thefrank/jellyfin-server-freebsd ¡ GitHub
Again, thanks for your help!
Why are you using NAT?
When I use DHCP, I get strange errors that I honestly couldnât be bothered to fix. NAT worked extremely well tbh.
Do you think that has something to do with it?
Why not VNET + static IP address?
@winnielinnie Not relevant to the thread, but if you mount media into jellyfin as read only, do you need to change the permission on the host for it to be able to detect the media?
As long as the user (UID) or group (GID) that runs the jellyfin
daemon in the jail has adequate permissions, it shouldnât be a problem.
For my Jellyfin jail, I mounted my media dataset as âread-onlyâ, and it works fine. I donât have Jellyfin configured to save metadata in the media folders, nor do I use transcoding.
The only âwritingâ comes from SMB or from within an SSH session on the TrueNAS host itself.
Got it. Working fine now.
How did you reply the exact moment I sent my post?