Smiley-McSmiles / jellyman

Jellyman is a set of scripts to install/manage and update the jellyfin-combined tar.gz generic linux package
GNU General Public License v3.0
92 stars 4 forks source link

Issues after Installation #121

Closed gbyrne2024 closed 1 month ago

gbyrne2024 commented 1 month ago

Hi I really hope you can help me.

I installed the script on Ubuntu Server, latest build and updates. When I was prompted for the install location of my jellyfin it wouldn't detect anything and now my jellyfin is gone. I can reach the page and getting the following when trying to start Jellyfin. Is there anyway to undo this or remove Jellyman and restore the original setup?

Aug 25 00:49:28 gserver systemd[1]: Started jellyfin.service - Jellyfin Media Server - Installed by Jellyman. Aug 25 00:49:28 gserver (lyfin.sh)[15500]: jellyfin.service: Failed to determine user credentials: No such process Aug 25 00:49:28 gserver systemd[1]: jellyfin.service: Main process exited, code=exited, status=217/USER Aug 25 00:49:28 gserver systemd[1]: jellyfin.service: Failed with result 'exit-code'. administrator@gserver:~$ sudo systemctl stop jellyfin administrator@gserver:~$ sudo systemctl start jellyfin administrator@gserver:~$ sudo systemctl status jellyfin × jellyfin.service - Jellyfin Media Server - Installed by Jellyman Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled) Drop-In: /etc/systemd/system/jellyfin.service.d └─jellyfin.service.conf Active: failed (Result: exit-code) since Sun 2024-08-25 01:01:57 IST; 2s ago Duration: 1ms Process: 21213 ExecStart=/opt/jellyfin/jellyfin.sh (code=exited, status=217/USER) Main PID: 21213 (code=exited, status=217/USER) CPU: 578us

LarUwU commented 1 month ago

i just solved it by changing the line User='jellyfin' to USER='jellyfin' in the file /opt/jellyfin/jellyfin.sh or the file indicated in ExecStart in the jellyfin.service file

gbyrne2024 commented 1 month ago

Thanks for your help, but it didn't work. I was able to run the "curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash" script from Jellyfin which repaired my Jellyfin and everything is back.. Phew.

Thanks again for your time.

Smiley-McSmiles commented 1 month ago

Marking issue as resolved.