mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Jellyfin not autostarting correctly under Devuan 4 Chimaera #4986
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hankster112 on GitHub (Jul 23, 2023).
Please describe your bug
Jellyfin does not autostart like it should on Devuan Linux. It does not autostart on system boot, and when starting manually with
jellyfinthis occurs:Running
sudo jellyfindoesn't work either.Running the (slightly modified) script below as posted by @hugueslarrive in #1131 does start it like it should, but then creates several database issues and I cannot login to it.
Results in either:
or:
Modifying /etc/init.d/jellyfin like @hugueslarrive suggested also isn't working. Adding those commands in a script and setting it to run in Jellyfin's crontab at startup also isn't working.
There are several instances where it tries to put all the jellyfin data into the home folder instead of at
/var/lib/jellyfinlike it should. However I have been unable to reproduce this consistently. I believe Jellyfin is not being passed its env variables at startup which is causing these issues. There shouldn't be hacks like this just to run Jellyfin on a system without systemd. I see https://github.com/jellyfin/jellyfin/pull/6991 was proposed but never merged, which may have fixed the issue.Jellyfin Version
10.8.z
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct