Server Version#:1.15.6.1079-78232c603
Player Version#:
So I upgraded, plex wont start now, and I will rebuild a brand new Ubuntu server and install the old plex and it wont work either… How on earth did I get like this 
I am running latest Ubuntu in a VMware instance, and just trying to get latest PMS installed… Wont start. I dont care about any preferences saved or anything, i mapped /media to have my NAS files mapped and I will point my PMS libraries there once I get this thing running again, config will just take a second, just want it back up and running
I tried this… Not getting anything…
ChuckPATeam Member
caparica1975
look in /var/lib/plexmediaserver/Library/Application Support
If those files are your username and group, then you need a customization override
- Look at the file for anything which looks unique to you.
- Delete /etc/systemd/system/plexmediaserver.service.
- Create the new override in /etc/systemd/system/plexmediaserver.service.d/override.conf
It looks like this:
Copy to clipboard
# Change Plex default variables
[Service]
User=YourUsernameHere
Group=YourGroupHere
#
# put other changed **Variables**here (UMask, TMPDIR, etc)
#
- Save the file (will be owned by root)
- systemctl daemon-reload
- systemctl restart plexmediaserver
sudo systemctl status plexmediaserver
LOGS
[● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-05-23 19:10:59 UTC; 33s ago
Process: 1122 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: 1127 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_INFO_PLATFORM_VERSION="$(
Main PID: 1127 (code=exited, status=255/EXCEPTION)
May 23 19:10:59 plex systemd[1]: plexmediaserver.service: Service RestartSec=5s expired, scheduling restart.
May 23 19:10:59 plex systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3.
May 23 19:10:59 plex systemd[1]: Stopped Plex Media Server.
May 23 19:10:59 plex systemd[1]: plexmediaserver.service: Start request repeated too quickly.
May 23 19:10:59 plex systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
May 23 19:10:59 plex systemd[1]: Failed to start Plex Media Server.]