I’m running Plex on Ubuntu Server 18.04. I run under my username instead of the default ‘plex’ username (reason was that transcoding REFUSED to work otherwise). That meant I had to run chown -R myuser:myuser /usr/lib/plexmediaserver.
I just upgraded Plex and now the server won’t start. When I run sudo journalctl -xe | grep -i plex, there’s the output I get:
Feb 22 17:36:27 ubuntu-server Plex Media Server[6309]: PMS: failure detected. Read/write access is required for path: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server
Feb 22 17:36:27 ubuntu-server systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=1/FAILURE
Feb 22 17:36:27 ubuntu-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Feb 22 17:36:32 ubuntu-server systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Feb 22 17:36:32 ubuntu-server systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3.
-- Automatic restarting of the unit plexmediaserver.service has been scheduled, as the result for
Feb 22 17:36:32 ubuntu-server systemd[1]: Stopped Plex Media Server.
-- Subject: Unit plexmediaserver.service has finished shutting down
-- Unit plexmediaserver.service has finished shutting down.
Feb 22 17:36:32 ubuntu-server systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Feb 22 17:36:32 ubuntu-server systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Feb 22 17:36:32 ubuntu-server systemd[1]: Failed to start Plex Media Server.
-- Subject: Unit plexmediaserver.service has failed
-- Unit plexmediaserver.service has failed.
I already checked /var/lib/plexmediaserver/Library/Application Support/Plex Media Server (and /var/lib/plexmediaserver), both are owned by myuser.
PLEASE help me figure out what’s wrong.