Server Version#:plexmediaserver_1.15.3.876-ad6e39743_arm64.deb
Apr 08 05:43:24 rock64 systemd[1]: Starting Plex Media Server…
Apr 08 05:43:24 rock64 systemd[1]: plexmediaserver.service: Control process exited, code=exited status=127
Apr 08 05:43:24 rock64 systemd[1]: Failed to start Plex Media Server.
Apr 08 05:43:24 rock64 systemd[1]: plexmediaserver.service: Unit entered failed state.
Apr 08 05:43:24 rock64 systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Apr 08 05:43:29 rock64 systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Apr 08 05:43:29 rock64 systemd[1]: Stopped Plex Media Server.
I’m not able to downgrade anymore and i don’t understand why, i purged everything but plexmediaserver_1.15.2.793-782228f99_arm64.deb won’t start anymore too.
/etc/default/plexmediaserver contains
default script for Plex Media Server
the number of plugins that can run at the same time
I did not modify anything i even purged everything to make sure i didn’t.
Are there any dependencies that i could miss on my system for some reason after the upgrade?
Look for file /etc/systemd/system/plexmediaserver.service
If you see the file in #3 above, and have no customizations of your own, delete the file and restart the system
This happens because Ubuntu deviated from where Service definition files go in the early days of Ubuntu 16. They put them in /etc. Everything would have been fine until 1.15.0 when we moved the LD_LIBRARY_PATH variable.
1 Debian Stretch arm64
2 no, i updated from plexmediaserver_1.15.2.793-782228f99_arm64 to plexmediaserver_1.15.3.876-ad6e39743_arm64.
3 file not found
If i try to install plexmediaserver_1.15.3.876-ad6e39743_arm64.deb i get this
root@rock64:~# dpkg -i plexmediaserver_1.15.3.876-ad6e39743_arm64.deb
(Reading database … 84767 files and directories currently installed.)
Preparing to unpack plexmediaserver_1.15.3.876-ad6e39743_arm64.deb …
Removed /etc/systemd/system/multi-user.target.wants/plexmediaserver.service.
Unpacking plexmediaserver (1.15.3.876-ad6e39743) over (1.15.3.876-ad6e39743) …
Setting up plexmediaserver (1.15.3.876-ad6e39743) …
Created symlink /etc/systemd/system/multi-user.target.wants/plexmediaserver.service → /lib/systemd/system/plexmediaserver.service.
Job for plexmediaserver.service failed because the control process exited with error code.
See “systemctl status plexmediaserver.service” and “journalctl -xe” for details.
dpkg: error processing package plexmediaserver (–install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for mime-support (3.60) …
Errors were encountered while processing:
plexmediaserver
The strange thing is even if i try to install the previous version plexmediaserver_1.15.2.793-782228f99_arm64.deb which worked fine before plex won’t start now.
Dang, I just tried applying update plexmediaserver_1.15.3.876-ad6e39743_i386.deb and same results as those listed above. I too have no customizations nor a /etc/systemd/system/plexmediaserver.service and now getting this
user444@camp3:/tmp$ sudo service plexmediaserver status
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Thu 2019-04-11 20:57:19 CDT; 9min ago
Process: 1999 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_SERVE
Process: 1994 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
Main PID: 1999 (code=exited, status=127)
Apr 11 20:57:14 camp3 systemd[1]: plexmediaserver.service: Unit entered failed state.
Apr 11 20:57:14 camp3 systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Apr 11 20:57:19 camp3 systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Apr 11 20:57:19 camp3 systemd[1]: Stopped Plex Media Server.
Apr 11 20:57:19 camp3 systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Apr 11 20:57:19 camp3 systemd[1]: Failed to start Plex Media Server.
Apr 11 20:57:19 camp3 systemd[1]: plexmediaserver.service: Unit entered failed state.
Apr 11 20:57:19 camp3 systemd[1]: plexmediaserver.service: Failed with result ‘start-limit-hit’.