Failed to start plexmediaserver.service

Hello, I installed plex according to this instruction https://support.plex.tv/articles/200288586-installation /(Fedora server 39) but when switching to http://127.0.0.1:32400/web the site is not available, that’s what plexmediaserver.service says when it starts

root@NAS:/var/run/plex# systemctl status plexmediaserver.service 
× plexmediaserver.service - Plex Media Server
     Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; preset: disabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: failed (Result: exit-code) since Fri 2024-01-05 23:21:15 MSK; 886ms ago
   Duration: 717ms
    Process: 4215 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" (code=exited, status=0/SUCCESS)
    Process: 4217 ExecStart=/bin/sh -c  PLEX_MEDIA_SERVER_INFO_VENDOR="$(grep ^NAME= /etc/os-release | awk -F= "{print \$2}" | tr -d \" )"  PLEX_MEDIA_SERVER_INFO_DEVICE="PC"  PLEX_MEDIA_SERVER_INFO_MODEL="$(uname -m)"  PLEX_MEDIA_SERVER>
   Main PID: 4217 (code=exited, status=255/EXCEPTION)
        CPU: 141ms

Jan 05 23:21:15 NAS systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 2.
Jan 05 23:21:15 NAS systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Jan 05 23:21:15 NAS systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Jan 05 23:21:15 NAS systemd[1]: Failed to start plexmediaserver.service - Plex Media Server.
lines 1-15/15 (END)

Can you tell me why he doesn’t want to start? That’s what I tried to do:

sudo mkdir /var/lib/plexmediaserver/Library
    chmod 777 -R /var/lib/plexmediaserver/Library
    service plexmediaserver restart

sudo chown -R plex:plex /var/lib/plexmediaserver

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.