Created attachment 245064 [details] change files/pkg-message.in in order to run in a jail, jellyfin needs the jail's parameter `allow.mlock` to be set, the pkg-message.in mentions this to be `allow_mlock=1`, which won't work. The attached patch fixes this and also uses `service jellyfin enable` instead of the `sysrc` line.
Sharp, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=67de7f3af9df240633f8f12ab5054d1aac55b227 commit 67de7f3af9df240633f8f12ab5054d1aac55b227 Author: FiLiS <freebsdbugs@filis.org> AuthorDate: 2023-09-21 13:39:19 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-22 04:56:48 +0000 multimedia/jellyfin: adjust pkg-message to include proper jail parameters In order to run in a jail, jellyfin needs the jail's parameter `allow.mlock` to be set, the pkg-message.in mentions this to be `allow_mlock=1`, which won't work. Fix this and also use `service jellyfin enable` instead of the `sysrc` line. PR: 273973 Approved by: michiel@vanbaak.eu multimedia/jellyfin/files/pkg-message.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.