Server Version#: 1.15.0.659
Player Version#: n/a
Starting with the upgrade yesterday to 1.15.0.647, and each version since then, the docker image will not start. I have made no other changes besides stopping and starting to prompt a self-upgrade. It loads up and looks good, but then prints the line “Starting Plex Media Server.” repeatedly, once per second, without actually starting anything. On build 647 it complained in STDERR about “libva.so.2”, which was apparently fixed, because STDERR is clean in later builds… but still nothing runs.
Things I’ve tried so far:
- Restoring a database backup from a couple days ago
- Deleting the container and image and reloading them
- Manually hacking the /etc/services.d/plex/run file to include “/usr/lib/plexmediaserver/lib”, as was suggested by other posts, and which was resolved in 659… but still doesn’t help
- “cleaning” the database per https://support.plex.tv/articles/201100678-repair-a-corrupt-database/
- adding ‘EnableIPv6=“0”’ to Preferences.xml, to no avail
Any suggestions? Any steps I’m missing? Would greatly appreciate any help!
Here’s a copy of docker’s logs, FYI:
Docker Logs
root@MYHOSTNAME [ ~ ]# docker run -d \
–restart=unless-stopped --name=plex --net=host
-h MYHOSTNAME
-e TZ=“America/Los_Angeles”
-v /var/lib/plexmediaserver:/config
-v /var/tmp/plextranscode:/transcode
-v /mnt/Videos:/mnt/Videos
-v /mnt/Music:/mnt/Music
-v /mnt/Pictures:/mnt/Pictures
plexinc/pms-docker:plexpass
Unable to find image ‘plexinc/pms-docker:plexpass’ locally
plexpass: Pulling from plexinc/pms-docker
b849b56b69e7: Pull complete
42986ef25bcd: Pull complete
d927c1b717ec: Pull complete
15b86ea20233: Pull complete
f39465de3b1a: Pull complete
dec716eaf178: Pull complete
2df7769d9603: Pull complete
Digest: sha256:f89a73a7759860b1d74c4873c0b21e6d8193c794f014f79477cef6e850d63453
Status: Downloaded newer image for plexinc/pms-docker:plexpass
e537c3667f40ed0dccfeb455757caa468cc76388cd2af669d64b6d0e2a195316
root@MYHOSTNAME [ ~ ]# docker logs -f plex
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 40-plex-first-run: executing…
Plex Media Server first run setup complete
[cont-init.d] 40-plex-first-run: exited 0.
[cont-init.d] 50-plex-update: executing…
Attempting to upgrade to: 1.15.0.659-9311f93fd
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 188 0 188 0 0 189 0 --:–:-- --:–:-- --:–:-- 189
100 77.7M 100 77.7M 0 0 5524k 0 0:00:14 0:00:14 --:–:-- 4780k
Selecting previously unselected package plexmediaserver.
(Reading database … 7556 files and directories currently installed.)
Preparing to unpack /tmp/plexmediaserver.deb …
Unpacking plexmediaserver (1.15.0.659-9311f93fd) …
Setting up plexmediaserver (1.15.0.659-9311f93fd) …
##################################################################
# NOTE: Your system does not have udev installed. Without udev #
# you won’t be able to use DVBLogic’s TVButler for DVR #
# or for LiveTV #
# #
# Please install udev and reinstall Plex Media Server to #
# to enable TV Butler support in Plex Media Server. #
# #
# To install udev run: sudo apt-get install udev #
# #
##################################################################
Processing triggers for libc-bin (2.23-0ubuntu10) …
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.
Starting Plex Media Server.