I’m have some trouble on how to get Jellyfin running on Ubuntu server. I’m Very new to using Linux with the command line so please be patient with me.
i have tried to Duck(duckgo) a solution but i cant find anything that works for me.
If you need some kind of logs please tell me how to get them!
// A very lost linux noob
We’re going to need to know as a minimum:
- Linux distribution and version
- Jellyfin install method and version
- what you have already tried- not sure where all those flags are coming from
I would also support the comments here recommending that you use docker. There’s only a small number of Linux distributions and versions where a distribution package installation of jellyfin is fully supported, but even then what you need to do varies across each one. All Linux distributions and versions support docker and the process is essentially the same for all of them.
Learn a docker compose deploy. It’s a knowledge that pays off for services other than jellyfin too.
I’m guessing you installed from Flatpak and it doesn’t have the permissions to touch what it needs to outside of the sandbox.
Install plainly, or run a container with the proper permissions.
For possibly more information on why the core is dumping (lol) try running jellyfin from the cli (probably just typing the path to the jellyfin executable and pressing enter)
If nothing interesting is printed, try adding strace before the jellyfin executable (Google strace, it intercepts all system calls and logs them) if that doesn’t work tell strace to follow forks.
Other than that you could start using binary debugging tools to see what shared libraries jellyfin is looking for? Maybe run it in gdb…
You want to run jellyfin with the jellyfin user. Otherwise access to all the files, configs and logs get screwed up or are not accessible
That makes sense, I was thinking the executable is crashing without any output because something is wrong with the libraries available or executable itself. I should have made it clear that I don’t use jellyfin and the steps above are general debugging advice for applications that crash immediately.
The easiest way I’ve found is to install CasaOS on Ubuntu. It has a web interface with an app store. Click install and it’s basically done.