Page 8 of 30
Re: [ Jellyfin ] The Free Software Media System
Posted: 16 Feb 2023, 02:27
by lincooln
my device is f2-223
my system is iOS 5 ver 5.1.22
installed ModBase1 version 1.00.15
installed ffmpeg version. 4.0
Jellyfin version 10.8.9.0
Jellyfin does not start.
The application center says that the program is disabled. When trying to turn on, the system freezes for 10 seconds and then reports a startup error.
I am connected via SSH .
When starting service start returns an error line 17.
Launched Jellyfin-web manually works. but only before ssh is disabled.
Please tell me how to fix the launch of Jellyfin.
I am not a programmer, but I am familiar with the linux command line.
I also don't understand why the ffmpeg package is needed if it is installed in its directory. how Jellyfin uses its libraries.
Thanks for any help.
Re: [ Jellyfin ] The Free Software Media System
Posted: 16 Feb 2023, 07:46
by outkastm
try ver 10.8.9.1
There is no ffmpeg included in jellyfin
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 00:15
by lincooln
Unfortunately the new version doesn't work either.
I even tried adding user Jellyfin to the media group. But it didn't work. Jellyfin won't start.
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 00:25
by outkastm
check the log file at /var/log/Jellyfin_start.log
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 03:37
by lincooln
outkastm wrote: ↑17 Feb 2023, 00:25
check the log file at /var/log/Jellyfin_start.log
16/02/23 19:29:28 Will use Volume1 to store config files
16/02/23 19:29:28 The main volume is /Volume1
16/02/23 19:29:29 Config folder exist at /home/lincooln/MOD_CONFIG/Jellyfin
/usr/local/Jellyfin/functions/dependapps.sh: line 87: [: too many arguments
16/02/23 19:30:00 Will use Volume1
/Volume1/DockerData
/Volume1/DockerData/btrfs to store config files
16/02/23 19:30:00 The main volume is /Volume1
16/02/23 19:30:01 Config folder exist at /home/lincooln/MOD_CONFIG/Jellyfin
/usr/local/Jellyfin/functions/dependapps.sh: line 87: [: too many arguments
16/02/23 22:34:46 Will use Volume1
/Volume1/DockerData
/Volume1/DockerData/btrfs to store config files
16/02/23 22:34:47 The main volume is /Volume1
16/02/23 22:34:47 Config folder exist at /home/lincooln/MOD_CONFIG/Jellyfin
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 03:45
by lincooln
I tried to remove the line break and \ to run start-stop-demon
but then it swears at the wrong argument -l
in this block
echo -n "Starting $MOD_NAME: "
start-stop-daemon --start \
-c $USER -b --exec $BINDIR/$DAEMON -- \
-d $MODCONFIGPATH/data\
-C $MODCONFIGPATH/cache\
-c $MODCONFIGPATH/config\
-l $MODCONFIGPATH/log \
--ffmpeg $FFMPEGDIR/ffmpeg
echo "ok."
if you remove -l $MODCONFIGPATH/log \ from this block, then the daemon swears at --ffmpeg $FFMPEGDIR/ffmpeg
I do not know what to do. thanks for any help.
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 05:01
by outkastm
download again the app and install it.
Check if you still have issues, the log file is located now in superuser home directory MOD_CONFIG/Jellyfin

Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 16:22
by lincooln
It didn't work.
Jellyfin still doesn't work.
logs can only be viewed via SSH
the file is not visible via SMB. and TOS can't open text files.
screenshot attached
1.png
Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 23:01
by outkastm
logs can only be viewed via SSH
not true
the file is not visible via SMB.
the log file is a symlink
The default smb config doesn't have activated the option to follow the symlinks.
If you want to see the symlink in samba just adapt the config as below
If you don't want to adapt the samba config, you can save the file on your computer using TOS Manager
Getting back to your issue, show me also the screen afte you click on Help & Support

Re: [ Jellyfin ] The Free Software Media System
Posted: 17 Feb 2023, 23:13
by outkastm
you can check also the log files inside Jellyfin/log folder