Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect after installing truenas core plugin (10.9.6) #85

Open
MoritzSchrenk opened this issue Sep 17, 2024 · 2 comments
Open

Comments

@MoritzSchrenk
Copy link

Hi,

I did a clean installation from the plugin. Everything seemed to be fine, but it is not responding on the local network.

service jellyfin status
returns
jellyfin is running as pid xxxxx

ps aux
shows jellyfin running with the same pid from the following command:
daemon: /usr/local

I don't fully understand netstat, but it doesn't appear to be showing anything jellyfin related:
image

sockstat does not show jellyfin

So to me it seems like jellyfin is running but not listening on the port?

freebsd version is 13.2-RELEASE-p12
TrueNAS core version is TrueNAS-13.3-RELEASE

@Thefrank
Copy link
Owner

The daemon is running but not the actual jellyfin program. There should be two entries that ps aux returns for "jellyfin"

Make sure allow.mlock=1 is set. jellyfin needs this to work correctly.
Double check that permissions are correct.
This should not be an issue but you might want to update the jail to FreeBSD 13.3

@MoritzSchrenk
Copy link
Author

Did not manage to upgrade the jail for some reason, but I created a new 13.3 jail and followed the manual steps instead of the plugin, and it seems to be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants