Does the 1.15.6.1079 rpm require systemd? Will future releases?

Server Version#: 1.14.1.5488
Player Version#: n/a
Host: Centos 6.10 final
I use a small update script to manually update my server when the flag shows up on the clients. Today when I tried to update, rpm returned an error saying systemd is required. I know, I know, it is way old and I need to update it and will. But until I do, am I stuck at 1.14.1.5488?

My script:

#!/bin/sh


curl -o plexmediaserver_latest.rpm -O -L "https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=redhat&X-Plex-Token=xxxxxxxxxxxxxxxxxxxxxx"
yum -y update plexmediaserver_latest.rpm
rm plexmediaserver_latest.rpm
/etc/init.d/plexmediaserver start
#service plexmediaserver start

Results when script is run:

Dependencies Resolved

================================================================================
 Package          Arch    Version                Repository                Size
================================================================================
Updating:
 plexmediaserver  x86_64  1.15.6.1079-78232c603  /plexmediaserver_latest  221 M

Transaction Summary
================================================================================
Upgrade       1 Package(s)

Total size: 221 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Plex Media Server requires systemd.  Please upgrade the Operating Sytem version
error: %pre(plexmediaserver-1.15.6.1079-78232c603.x86_64) scriptlet failed, exit                          status 1
Error in PREIN scriptlet in rpm package plexmediaserver-1.15.6.1079-78232c603.x8                         6_64
error:   install: %pre scriptlet failed (2), skipping plexmediaserver-1.15.6.107                         9-78232c603
  Verifying  : plexmediaserver-1.15.6.1079-78232c603.x86_64                 1/2
plexmediaserver-1.14.1.5488-cc260c476.x86_64 was supposed to be removed but is n                         ot!
  Verifying  : plexmediaserver-1.14.1.5488-cc260c476.x86_64                 2/2

Failed:
  plexmediaserver.x86_64 0:1.14.1.5488-cc260c476
  plexmediaserver.x86_64 0:1.15.6.1079-78232c603

Glibc 2.14.1 is the requirement. I do not believe Centos 6 meets that minimum anymore.

PMS 1.14.1 was based on glibc 2.07-ish
We needed to make a minimal update to something a bit more common.
glibc, is that minimum step. Current glibc is 2.28. Most NAS boxes run glibc 2.17

Close. I show glibc 2.12 on my system.

So I am stuck on 1.14.1 until the server is upgraded. What was the error about systemd being required? I read your thread on sysv and systemd for installation packages and thought this may be related.

There is no INIT support at present.

I am adding SYSV init support to all the linux packages.

PMS will run on any INIT or SYSTEMD system provided glibc minimum is satisfied and the package manager is compatible (deb or rpm)

CentOS 7 uses glibc 2.17, it’s not just the NAS-s using an older version.

that’s fine. PMS runs on Centos 7 with Systemd currently.

Centos 6 is another matter due to glibc

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