2024-05-28, 06:20 PM
(This post was last modified: 2024-05-28, 06:21 PM by huss. Edited 1 time in total.)
(2024-05-28, 12:56 PM)TheDreadPirate Wrote: The reason you got that message is because you ran just "jellyfin" instead the full command, which includes quite a few options.
From the Jellyfin service file.
Code:ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
All of those option variables are defined in /etc/default/jellyfin. One of them being the jellyfin-web directory.
And that is why you got the message you saw in the first post.
If you want to check if an update was applied correctly you can also use this command.
Code:sudo apt list --installed | grep jellyfin
i tried running
Code:
ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
Code:
bash: ExecStart: command not found
i also tried
Code:
sudo apt list --installed | grep jellyfin
and output was
Code:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
jellyfin-ffmpeg6/unknown,now 6.0.1-7-bookworm amd64 [installed,automatic]
jellyfin-server/unknown,now 10.9.3+deb12 amd64 [installed,automatic]
jellyfin-web/unknown,unknown,unknown,now 10.9.3+deb12 all [installed,automatic]
jellyfin/unknown,unknown,unknown,now 10.9.3+deb12 all [installed]
it shows that they were all installed i am assuming, but i am not sure why it says all the unknown before current version. but also is that warning normal about apt does not have a stable CLI interface.?
btw all these commands are now bein run as root to try bypass any permission issues.
Jellyfin 10.9.8
Debian 12 Bookworm Bare Metal
Intel® Xeon® CPU E5-1650 v3 @ 3.50GHz, 12 cores
128GB Ram
100TB HDD
1gbps nic
Debian 12 Bookworm Bare Metal
Intel® Xeon® CPU E5-1650 v3 @ 3.50GHz, 12 cores
128GB Ram
100TB HDD
1gbps nic