![]() |
Resolved issues installing on Debian 13 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Resolved issues installing on Debian 13 (/t-resolved-issues-installing-on-debian-13) |
Resolved issues installing on Debian 13 - ld-jelly - 2025-09-23 Multiple issues found using the recommend install method for V10.10.7: curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash all resolved: 1. -bash: sudo: command not found sudo not installed by default fix: install sudo and add yourself to the sudo group 2. curl: (23) Failure writing output to destination, passed 10841 returned 0 It appears the default version of curl doesn't like piping, or exits too soon fix: I just downloaded the install script, did a chmod +x on it and, as my regular user, ran it with sudo 3. Sep 22 18:57:07 jellyfin systemd[1]: jellyfin.service: Scheduled restart job, restart counter is > Sep 22 18:57:07 jellyfin systemd[1]: jellyfin.service: Start request repeated too quickly. Sep 22 18:57:07 jellyfin systemd[1]: jellyfin.service: Failed with result 'signal'. Sep 22 18:57:07 jellyfin systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server. and Sep 22 18:55:33 jellyfin systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT Sep 22 18:55:33 jellyfin systemd[1]: jellyfin.service: Failed with result 'signal'. Sep 22 18:55:33 jellyfin systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 2. Sep 22 18:55:33 jellyfin systemd[1]: Started jellyfin.service - Jellyfin Media Server. Sep 22 18:55:33 jellyfin (jellyfin)[2786]: jellyfin.service: Referenced but unset environment variable evaluates to an empty string: JELLYFIN_NOWEBAPP_OPT, JELLYFIN_SERVICE_OPT Sep 22 18:55:33 jellyfin jellyfin[2786]: Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu (or icu-libs) using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotne> fix: apt-get install libicu76 Just leaving this here to save someone else a couple of hours.... |