sudo systemctl status plexmediaserver
â—Ź plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-11-28 19:54:20 CET; 15h ago
Process: 10195 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdi
Main PID: 10199 (sh)
Tasks: 5 (limit: 4915)
CGroup: /system.slice/plexmediaserver.service
├─10199 /bin/sh -c LD_LIBRARY_PATH=/usr/lib/plexmediaserver "/usr/lib/plexmediaserver/Plex Media Server"
└─10200 /usr/lib/plexmediaserver/Plex Media Server
I have removed/reinstalled plex and rebooted the server.
For those logs, unfortunately they are not there in the default location.
ls /var/lib/plexmediaserver/Library/Application\ Support/ -al
total 8
drwxr-xr-x 2 root root 4096 Nov 29 19:46 .
drwxr-xr-x 3 root root 4096 Nov 29 16:49 ..
re
Please open a terminal window. sudo journalctl -xe | grep -i plex
In that output, you will see the reason PMS isn’t starting or is terminating.
If unsure what you are seeing, please copy/paste into a file and attach here.
also, manual logs from sudo tar cfz /tmp/Logs.tgz “/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs” (the spaces and capitalization are significant )