Server Version#:1.30.1.6562
Player Version#:
I am running Plex on a Raspberry Pi. After years of succesful running and updating on this machine I encounter a problem after updating from 1.29 to 1.30.
Blockquote
[root@d39 system]# service plexmediaserver status
Redirecting to /bin/systemctl status plexmediaserver.service
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since zo 2023-01-22 10:21:33 CET; 22min ago
Process: 10816 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=“$(grep ^VERSION= /etc/os-release | awk -F= “{print $2}” | tr -d " )” “/usr/lib/plexmediaserver/Plex Media Server” (code=killed, signal=ABRT)
Process: 10813 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)
Main PID: 10816 (code=killed, signal=ABRT)
jan 22 10:21:28 dxxx.com systemd[1]: Unit plexmediaserver.service entered failed state.
jan 22 10:21:28 dxxx.com systemd[1]: plexmediaserver.service failed.
jan 22 10:21:33 dxxx.com systemd[1]: start request repeated too quickly for plexmediaserver.service
jan 22 10:21:33 dxxx.com systemd[1]: Failed to start Plex Media Server.
jan 22 10:21:33 dxxx.com systemd[1]: Unit plexmediaserver.service entered failed state.
jan 22 10:21:33 dxxx.com systemd[1]: plexmediaserver.service failed.
[root@d39 system]#
Blockquote
Blockquote
[root@d39 system]# cat /etc/os-release
NAME=“ClearOS”
VERSION=“7 (Final)”
ID=“clearos”
ID_LIKE=“rhel fedora”
VERSION_ID=“7”
PRETTY_NAME=“ClearOS 7 (Final)”
ANSI_COLOR=“0;31”
CPE_NAME=“cpe:/o:clearos:clearos:7”
HOME_URL=“https://www.clearos.com/”
BUG_REPORT_URL=“https://tracker.clearos.com/”
Blockquote