Thefrank
Thefrank
This makes it seem like $PATH is set/export correctly in 14 but wrong in 13.2. `daemon` uses a longer path that includes `/usr/local/` items... unless invoked from service or rc...
So the FreeBSD 14 environment is _technically_ [set](https://man.freebsd.org/cgi/man.cgi?query=service&sektion=8&manpath=FreeBSD+14.0-RELEASE+and+Ports#ENVIRONMENT) correct for both PATH and HOME and FreeBSD 13 is not. Both service and rc should clobber the default path provided by...
@mvanbaak nitpick: Would `%%LOCALBASE%%` (or `%%PREFIX%%`) work for `/usr/local`? For [0.01%](https://docs.freebsd.org/en/books/porters-handbook/testing/#porting-prefix) of people that don't have `/usr/local` for that? I like macros but you are the maintainer
@mvanbaak I guess the question now: Is this a dotNET issue or a FreeBSD 14 issue? I can do ABI specific builds if that will resolve it.
@pasha-19 Are you using TrueNAS? If yes... Changing the username likely didn't help but I think the main issue is that the plugin tries to download a package from this...
I have add the pkg from the pkg mirror to the repo [release](https://github.com/Thefrank/jellyfin-server-freebsd/releases/tag/v10.8.10). This should (hopefully) solve the issue until the TrueNAS plugin is updated to use FreeBSD pkg mirror...
I am starting the process of migrating off of TrueNAS to just FreeBSD but here is how I handled various apps with TrueNAS and `iocage`. You can skip to the...
It should work as long as: the kernel supports it (either directly or via modules), ffmpeg is compiled to support it, and the jail is able to expose the hardware...
`drm-kmod` or `drm-510-kmod` should work. the jail will need `dri*` and `drm*` exposed
does `lspci` list it? If yes, make sure the kernel module is loaded correctly.