Server Version#:1.32.0.6918-6f393eda1
Running on Debian 11.6 with a Quadro P600 and nvidia 525.89
Hanging on to the working 1.30 package (1.30.0.6486-629d58034) as the libc++abi crash is still present in 1.31 and most recently released 1.32 as well.
Installation
media:~# dpkg -i plexmediaserver_1.32.0.6918-6f393eda1_amd64.deb
(Reading database … 95947 files and directories currently installed.)
Preparing to unpack plexmediaserver_1.32.0.6918-6f393eda1_amd64.deb …
PlexMediaServer install: Pre-installation Validation.
PlexMediaServer install: Pre-installation Validation complete.
Unpacking plexmediaserver (1.32.0.6918-6f393eda1) over (1.31.3.6868-28fc46b27) …
Setting up plexmediaserver (1.32.0.6918-6f393eda1) …
PlexMediaServer install: PlexMediaServer-1.32.0.6918-6f393eda1 - Installation starting.
PlexMediaServer install:
PlexMediaServer install: Now installing based on:
PlexMediaServer install: Installation Type: Update
PlexMediaServer install: Process Control: systemd
PlexMediaServer install: Plex User: plex
PlexMediaServer install: Plex Group: plex
PlexMediaServer install: Video Group: video
PlexMediaServer install: Metadata Dir: /var/lib/plexmediaserver/Library/Application Support
PlexMediaServer install: Temp Directory: /tmp
PlexMediaServer install: Lang Encoding: en_US.UTF-8
PlexMediaServer install: Processor: Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz
PlexMediaServer install: Intel i915 Hardware: Not found
PlexMediaServer install: Nvidia GPU card: Found
PlexMediaServer install:
PlexMediaServer install: Completing final configuration.
PlexMediaServer install: PlexMediaServer-1.32.0.6918-6f393eda1 - Installation successful. Errors: 0, Warnings: 0
Processing triggers for mailcap (3.69) …
Startup Syslog
Apr 7 13:06:32 media systemd[1]: Starting Plex Media Server…
Apr 7 13:06:32 media systemd[1]: Started Plex Media Server.
Apr 7 13:06:37 media Plex Media Server[46681]: libc++abi: terminating with uncaught exception of type std::bad_cast: std::bad_cast
Apr 7 13:06:37 media Plex Media Server[46681]: ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.32.0.6918-6f393eda1/PLEX MEDIA SERVER/bc853262-cf3c-470d-40b8f486-897e7247.dmp
Apr 7 13:06:37 media systemd[1]: plexmediaserver.service: Main process exited, code=killed, status=6/ABRT
Apr 7 13:06:37 media Plex Media Server[46778]: Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-6f393eda1/PlexSeries.bundle.
Apr 7 13:06:37 media Plex Media Server[46776]: Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-6f393eda1/PlexThemeMusic.bundle.
Apr 7 13:06:37 media Plex Media Server[46774]: Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-6f393eda1/TheMovieDB.bundle.
Crash Report
Unfortunately the referenced crash report is never actually created:
media:~# ls -al “/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.32.0.6918-6f393eda1/PLEX MEDIA SERVER/bc853262-cf3c-470d-40b8f486-897e7247.dmp”
ls: cannot access ‘/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.32.0.6918-6f393eda1/PLEX MEDIA SERVER/bc853262-cf3c-470d-40b8f486-897e7247.dmp’: No such file or directory
Nvidia Version
media:~# dpkg -l | grep nvidia-driver
ii nvidia-driver 525.89.02-1 amd64 NVIDIA metapackage
ii nvidia-driver-bin 525.89.02-1 amd64 NVIDIA driver support binaries
ii nvidia-driver-libs:amd64 525.89.02-1 amd64 NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
media:~# dpkg -l | grep nvidia-kernel
ii nvidia-kernel-common 20220217+2 amd64 NVIDIA binary kernel module support files
ii nvidia-kernel-dkms 525.89.02-1 amd64 NVIDIA binary kernel module DKMS source
ii nvidia-kernel-support 525.89.02-1 amd64 NVIDIA binary kernel module support files
Hardware
media:~# lspci | grep -i nvidia
00:05.0 VGA compatible controller: NVIDIA Corporation GP107GL [Quadro P600] (rev a1)
00:06.0 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
Working Rollback to 1.30
media:~# dpkg -i plexmediaserver_1.30.0.6486-629d58034_amd64.deb
dpkg: warning: downgrading plexmediaserver from 1.32.0.6918-6f393eda1 to 1.30.0.6486-629d58034
(Reading database … 95957 files and directories currently installed.)
Preparing to unpack plexmediaserver_1.30.0.6486-629d58034_amd64.deb …
PlexMediaServer install: Pre-installation Validation.
PlexMediaServer install: Pre-installation Validation complete.
Unpacking plexmediaserver (1.30.0.6486-629d58034) over (1.32.0.6918-6f393eda1) …
Setting up plexmediaserver (1.30.0.6486-629d58034) …
PlexMediaServer install: PlexMediaServer-1.30.0.6486-629d58034 - Installation starting.
PlexMediaServer install:
PlexMediaServer install: Now installing based on:
PlexMediaServer install: Installation Type: Update
PlexMediaServer install: Process Control: systemd
PlexMediaServer install: Plex User: plex
PlexMediaServer install: Plex Group: plex
PlexMediaServer install: Video Group: video
PlexMediaServer install: Metadata Dir: /var/lib/plexmediaserver/Library/Application Support
PlexMediaServer install: Temp Directory: /tmp
PlexMediaServer install: Lang Encoding: en_US.UTF-8
PlexMediaServer install: Processor: Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz
PlexMediaServer install: Intel i915 Hardware: Not found
PlexMediaServer install: Nvidia GPU card: Found
PlexMediaServer install:
PlexMediaServer install: Completing final configuration.
PlexMediaServer install: PlexMediaServer-1.30.0.6486-629d58034 - Installation successful. Errors: 0, Warnings: 0
Processing triggers for mailcap (3.69) …
media:~# systemctl status plexmediaserver
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2023-04-07 13:18:58 EDT; 24s ago
Process: 48193 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: 48195 (Plex Media Serv)
Tasks: 74 (limit: 19154)
Memory: 108.5M
CPU: 17.374s
CGroup: /system.slice/plexmediaserver.service
├─48195 /usr/lib/plexmediaserver/Plex Media Server
├─48224 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-629d58034/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.30.0.648>
├─48263 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.30.0.6486-629d58034 32600
└─48306 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-629d58034/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.30.>Apr 07 13:18:58 media systemd[1]: Starting Plex Media Server…
Apr 07 13:18:58 media systemd[1]: Started Plex Media Server.
media:~#