2023-08-30, 08:41 PM
Hello, I am trying to configure (and eventually run) jellyfin 10.8.10 on my arch linux system (kernel: 6.4.12), and have been working with the jellyfin documentation from 'https://jellyfin.org/docs/general/installation/linux#running-jellyfin'. I am specifically having an issue with running the jellyfin.sh script as suggested. It keeps erroring out.
If I run the script as written (since it ia an arch installation, I am removing the ffmpeg lines as suggested):
#!/bin/bash
JELLYFINDIR="/opt/jellyfin"
$JELLYFINDIR/jellyfin/jellyfin \
-d $JELLYFINDIR/data \
-C $JELLYFINDIR/cache \
-c $JELLYFINDIR/config \
-l $JELLYFINDIR/log \
I get the following error:
./jellyfin.sh: line 5: /opt/jellyfin/jellyfin/jellyfin: No such file or directory
However, if I edit the $JELLYFINDIR line to read:
$JELLYFINDIR/jellyfin \
I get the following error:
./jellyfin.sh: line 5: /opt/jellyfin/jellyfin: Is a directory
Can someone offer any sage advice as to what I am doing wrong here?
Also, I cannot seem to find in the jellyfin documentation how to access the web interface on my server machine...can someone point me in the right direction?
Sincerest thanks in advance for any and all suggestions (ok, within reason!)
Regards,
Steve
If I run the script as written (since it ia an arch installation, I am removing the ffmpeg lines as suggested):
#!/bin/bash
JELLYFINDIR="/opt/jellyfin"
$JELLYFINDIR/jellyfin/jellyfin \
-d $JELLYFINDIR/data \
-C $JELLYFINDIR/cache \
-c $JELLYFINDIR/config \
-l $JELLYFINDIR/log \
I get the following error:
./jellyfin.sh: line 5: /opt/jellyfin/jellyfin/jellyfin: No such file or directory
However, if I edit the $JELLYFINDIR line to read:
$JELLYFINDIR/jellyfin \
I get the following error:
./jellyfin.sh: line 5: /opt/jellyfin/jellyfin: Is a directory
Can someone offer any sage advice as to what I am doing wrong here?
Also, I cannot seem to find in the jellyfin documentation how to access the web interface on my server machine...can someone point me in the right direction?
Sincerest thanks in advance for any and all suggestions (ok, within reason!)
Regards,
Steve