mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Not starting on SSL port on system boot #844
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 @brianjmurrell on GitHub (Aug 17, 2019).
Describe the bug
When my system is restarted, when Jellyfin starts, it binds to the non-SSL port just fine but doesn't bind the to SSL port. If I simply restart the service as soon as I notice this, it binds to the SSL port just fine.
To Reproduce
netstat -apnto confirm that it's not listening on the SSL portsystemctlto restartjellyfin.serviceExpected behavior
Should start on SSL at boot.
Logs
I've already looked in the logs for any errors (or otherwise) about which ports it's listening on and didn't see anything.
System (please complete the following information):
@krazynez commented on GitHub (Aug 17, 2019):
Having the same problem on my Arch install. The default port for 8096 is showing, but my default port 8920 is not showing with netstat.
@brianjmurrell commented on GitHub (Aug 17, 2019):
To be clear though, it will start on port 8920 (in addition to 8096) if I
systemctl restart jellyfin.serviceonce the machine is up and running.@stale[bot] commented on GitHub (Nov 15, 2019):
Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.
@brianjmurrell commented on GitHub (Nov 15, 2019):
This doesn't seem to be a problem on 10.4.1 on EL7 now. I will leave the ticket open for @krazynez to comment or let the stale-bot close as it sees fit.
@krazynez commented on GitHub (Nov 15, 2019):
I switched from Arch back to Ubuntu and everything is good for me as well. Good to close.
@brianjmurrell commented on GitHub (Nov 17, 2019):
I have to take this back. Can this please be re-opened? This does still seem to be a problem:
Simply restarting the
jellyfin.serviceenables it:So something about starting when the system starts is preventing binding to the SSL port, that works just fine when restarting after the system has started.
Is there some debugging suggestions (i.e. logging setting, etc.) that can be made to get to the bottom of this, given that it's so reproducible?
@stale[bot] commented on GitHub (Mar 17, 2020):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.