Server Version#:
Player Version#:
Operating Linux, CentOS 7
Hi so I was trying to update Plex recently from 1.18.0.1913-e5cc93306.x86_64 to the most current update as of December 12, 2020: plexmediaserver-1.21.0.3711-b509cc236.x86_64.rpm. Whenever I would download the .rpm and try to install it using the Software Update program, I would always receive a response saying “sorry, an error occurred.” Apparentely the data from the old version was conflicting with the new version. I then took steps to uninstall the old version, to which, considering my literacy in linux is minimal, I’m unsure if I did it.
So I then took it that I had to run the .rpm update manually. Working from a couple of links (these two exactly: https://bit.ly/3ncLaFK and https://bit.ly/2W93YKd) I had it suggested to me to run
“rpm -U new version.rpm”
“rpm -i new version.rpm”
I eventually ran this command:
[root@localhost Downloads]# rpm -U plexmediaserver-1.21.0.3711-b509cc236.x86_64.rpm
warning: plexmediaserver-1.21.0.3711-b509cc236.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 3adca79d: NOKEY
package plexmediaserver-1.21.0.3711-b509cc236.x86_64 is already installed
However, whenever I would try to start up Plex, I would get this message after running “systemctl start plexmediaserver”:
plexmediaserver.service - Plex Media Server
Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sat 2020-12-12 12:19:39 PST; 3h 47min ago
Process: 3287 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=1/FAILURE)
Would anyone know what I would need to do now? I’m just a damn video editor who has base literacy in linux and could definitely use some help lol.
Hey there tom. So I ran that command with the updated file name and it said “Error: Nothing to do”. So I believe it is installed now.
And whenever I run systemctl start plexmediaserver, it says “code=exited, status=1/FAILURE”. Do you know if I need to change some settings in a text file somewhere?
This error message could mean a number of things – everything being properly installed is one of them.
What does it say before that error message? That’ll be the more interesting part.
I would recommend not to blindly change configurations. That’s a sure path to doom your platform.
Tom, it says the following after I ran systemctl status plexmediaserver.service
“Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sat 2020-12-12 16:46:59 PST: 10s ago
Process: 10329 ExecStartPre=/bin/sh -c /usr/bin/test -d “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” || /bin/mkdir -A_SERVER_APPLICATION_SUPPORT_DIR}” (code=exited, status=1/FAILURE)"
There is also something about the “start request being repeated too many times.” If that’s the case, I have no clue on how long to wait for this to reset. Someone else set up this server for me and I lost contact with them. I just had instructions for starting up the server and loading new content on it. I have certainly tried googling these things but all of the forum posts are outdated.
Now it’s saying this after running “sudo yum update plex…”
“Loaded plugins: fastestmirror, langpacks
Examining plexmediaserver-1.21.0.3711-b509cc236.x86_64.rpm: plexmediaserver-1.21.0.3711-b509cc239.x86_64
plexmediaserver-1.21.0.3711-b509cc236.x86_64.rpm: does not update installed package.
No packages marked for update”
Now whenever I run “systemctl restart plexmediaserver” I get:
“Job for plexmediaserver.service failed because start of the service was attempted too often. See “systemctl status plexmediaserver.service” and “journalctl -xe” for details.”
and when I run: sudo tar cfz /tmp/PlexLogs.tar.gz “/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs”
I get:
tar: Remvoing leading ‘/’ from member names
tar: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors