Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: jellyfin-server not starting after update to 10.9 #11573

Open
1 task done
hankster112 opened this issue May 12, 2024 · 4 comments
Open
1 task done

[Issue]: jellyfin-server not starting after update to 10.9 #11573

hankster112 opened this issue May 12, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@hankster112
Copy link

hankster112 commented May 12, 2024

Please describe your bug

Jellyfin server does not start after upgrading to 10.9. Does not autostart and trying to start it manually fails. Logs only go up to when Jellyfin was shut down to update, no logs exist after the update.

sudo service jellyfin start
Starting Jellyfin Media Server: jellyfin.

sudo service jellyfin status
jellyfin is not running ... failed!

Reproduction Steps

Attempt to start jellyfin-server 10.9 from Devuan Chimaera 4.

Jellyfin Version

10.9.0

if other:

No response

Environment

- OS: Devuan Chimaera 4 (fork of Debian Buster without systemd)
- Linux Kernel: 5.10.0-23-amd64 
- Virtualization: No
- Clients: N/A
- Browser: N/A
- FFmpeg Version: jellyfin-ffmpeg6
- Playback Method: N/A
- Hardware Acceleration: VAAPI
- GPU Model: MSI Radeon RX 550 2GB
- Plugins: N/A
- Reverse Proxy: No
- Base URL: None
- Networking: Host
- Storage: Local

Jellyfin logs

[2024-05-12 13:33:12.190 -05:00] [INF] Received a SIGTERM signal, shutting down
[2024-05-12 13:33:12.195 -05:00] [INF] Running query planner optimizations in the database... This might take a while
[2024-05-12 13:33:12.261 -05:00] [INF] Disposing "CoreAppHost"
[2024-05-12 13:33:12.263 -05:00] [INF] Disposing "SchedulesDirect"
[2024-05-12 13:33:12.264 -05:00] [INF] Disposing "MusicBrainzAlbumProvider"
[2024-05-12 13:33:12.269 -05:00] [INF] Disposing "ThemeSongsManager"
[2024-05-12 13:33:12.271 -05:00] [INF] Disposing "EntryPoint"
[2024-05-12 13:33:12.273 -05:00] [INF] Disposing "UdpServerEntryPoint"
[2024-05-12 13:33:12.276 -05:00] [INF] Disposing "UserDataChangeNotifier"
[2024-05-12 13:33:12.278 -05:00] [INF] Disposing "NotificationEntryPoint"
[2024-05-12 13:33:12.289 -05:00] [INF] Disposing "EntryPoint"
[2024-05-12 13:33:12.289 -05:00] [INF] Disposing "LibraryMonitorStartup"
[2024-05-12 13:33:12.289 -05:00] [INF] Disposing "EmbyTV"
[2024-05-12 13:33:12.311 -05:00] [INF] Disposing "ExternalPortForwarding"
[2024-05-12 13:33:12.323 -05:00] [INF] Stopping NAT discovery
[2024-05-12 13:33:12.351 -05:00] [INF] Disposing "TvdbMissingEpisodeProvider"
[2024-05-12 13:33:12.354 -05:00] [INF] Disposing "DeviceAccessEntryPoint"
[2024-05-12 13:33:12.354 -05:00] [INF] Disposing "RecordingNotifier"
[2024-05-12 13:33:12.357 -05:00] [INF] Disposing "LibraryChangedNotifier"
[2024-05-12 13:33:12.359 -05:00] [INF] Disposing "DlnaEntryPoint"
[2024-05-12 13:33:12.364 -05:00] [INF] Disposing SsdpDevicePublisher
[2024-05-12 13:33:12.483 -05:00] [INF] Disposing PlayToManager
[2024-05-12 13:33:12.490 -05:00] [INF] Disposing DeviceDiscovery
[2024-05-12 13:33:12.490 -05:00] [INF] Disposing SsdpCommunicationsServer
[2024-05-12 13:33:12.491 -05:00] [INF] "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2024-05-12 13:33:12.492 -05:00] [INF] "SsdpCommunicationsServer" Disposing 3 sendSockets
[2024-05-12 13:33:12.492 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2024-05-12 13:33:12.493 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "192.168.1.2"
[2024-05-12 13:33:12.493 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"

Trying to start Jellyfin manually with "sudo /usr/bin/jellyfin $JELLYFIN_ARGS":

[14:08:49] [INF] [1] Main: Jellyfin version: 10.9.0
[14:08:49] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /root/.local/share/jellyfin/log]"]
[14:08:49] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll"]
[14:08:49] [INF] [1] Main: Operating system: Devuan GNU/Linux 4 (chimaera)
[14:08:49] [INF] [1] Main: Architecture: X64
[14:08:49] [INF] [1] Main: 64-Bit Process: True
[14:08:49] [INF] [1] Main: User Interactive: True
[14:08:49] [INF] [1] Main: Processor count: 2
[14:08:49] [INF] [1] Main: Program data path: /root/.local/share/jellyfin
[14:08:49] [INF] [1] Main: Log directory path: /root/.local/share/jellyfin/log
[14:08:49] [INF] [1] Main: Config directory path: /root/.config/jellyfin
[14:08:49] [INF] [1] Main: Cache path: /root/.cache/jellyfin
[14:08:49] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
[14:08:49] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
[14:08:49] [ERR] [1] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/lib/jellyfin/bin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings

FFmpeg logs

N/A

Please attach any browser or client logs here

N/A

Please attach any screenshots here

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hankster112 hankster112 added the bug Something isn't working label May 12, 2024
@jellyfin-bot
Copy link
Contributor

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

@hankster112
Copy link
Author

Trying to start JF as sudo with:

cd /var/lib/jellyfin & 
if test -f /etc/default/jellyfin; then
    . /etc/default/jellyfin
fi
. /lib/lsb/init-functions
PIDFILE="/run/jellyfin.pid
sudo -u jellyfin /usr/bin/jellyfin -- $JELLYFIN_ARGS"
/usr/bin/jellyfin $JELLYFIN_ARGS

returns:

Jellyfin.Server 10.9.0.0
Copyright ©  2019 Jellyfin Contributors. Code released under the GNU General Public License

ERROR(S):
  Option 'restartpath' is unknown.

@thornbill
Copy link
Member

The restart path parameter is no longer needed

@jellyfin-bot jellyfin-bot added this to Needs triage in Issue Triage for Main Repo May 12, 2024
@hankster112
Copy link
Author

The restart path parameter is no longer needed

Where do I view and edit $JELLYFIN_ARGS from again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants