Jellyfin Forum
Startup problem jellyfin-web - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Startup problem jellyfin-web (/t-startup-problem-jellyfin-web)

Pages: 1 2 3


RE: Startup problem jellyfin-web - AEZAKMI - 2023-11-25

(2023-11-24, 06:28 PM)TheDreadPirate Wrote: Honestly, I have no idea what is causing jellyfin to not start.  Sorry.

Can you tell me I did, sudo systemctl start jellyfin.service earned well there is no access to the web version

sudo systemctl status jellyfin.service
● jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: active (running) since Sat 2023-11-25 22:54:27 +05; 1s ago
  Main PID: 2470 (jellyfin)
      Tasks: 1 (limit: 4467)
    Memory: 888.0K
        CPU: 15ms
    CGroup: /system.slice/jellyfin.service
            └─2470 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg

ноя 25 22:54:27 nas jellyfin[2457]:    at Jellyfin.Server.Program.<Main>(String[] args)
ноя 25 22:54:27 nas jellyfin[2457]: Unhandled exception. System.UnauthorizedAccessException: Access to the path '/etc/jellyfin' is denied.
ноя 25 22:54:27 nas jellyfin[2457]:  ---> System.IO.IOException: Permission denied
ноя 25 22:54:27 nas jellyfin[2457]:    --- End of inner exception stack trace ---
ноя 25 22:54:27 nas jellyfin[2457]:    at System.IO.FileSystem.CreateDirectory(String fullPath)
ноя 25 22:54:27 nas jellyfin[2457]:    at System.IO.Directory.CreateDirectory(String path)
ноя 25 22:54:27 nas jellyfin[2457]:    at Jellyfin.Server.Program.CreateApplicationPaths(StartupOptions options)
ноя 25 22:54:27 nas jellyfin[2457]:    at Jellyfin.Server.Program.StartApp(StartupOptions options)
ноя 25 22:54:27 nas jellyfin[2457]:    at Jellyfin.Server.Program.<Main>(String[] args)
ноя 25 22:54:26 nas systemd[1]: jellyfin.service: Failed with result 'signal'.
ноя 25 22:54:27 nas systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 13.
ноя 25 22:54:27 nas systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
ноя 25 22:54:27 nas systemd[1]: Started jellyfin.service - Jellyfin Media Server.


RE: Startup problem jellyfin-web - jaiovi - 2024-07-10

(2023-11-22, 03:51 PM)TheDreadPirate Wrote: If this is a fresh install and you don't care about losing anything, follow these steps.

Code:
sudo apt purge jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

After that second command finishes, it should start the jellyfin service.  Literally that easy.

To stop Jellyfin

Code:
sudo systemctl stop jellyfin

To start Jellyfin

Code:
sudo systemctl start jellyfin

Jellyfin will automatically start on reboots.

I've got the same issue, but really I want to keep it. I restarted my server from web (button), but failed to restart. (jellyfin.org)