docker-plex-media-server: Latest autoupdate image does not work

Host OS: Linux (Ubuntu 16.04) Tag/Version: autoupdate

Steps:

  1. Create a new container using the following command: docker run -d --name=plex --restart=unless-stopped -v /plex:/config -v /media:/media -p 1900:1900/udp -p 32469:32469 -p 3005:3005 -p 5353:5353/udp -p 8324:8324 -p 32410:32410/udp -p 32412:32412/udp -p 32413:32413/udp -p 32414:32414/udp -p 32400:32400 -e X_PLEX_TOKEN=<token> wernight/plex-media-server:autoupdate

Expected: Server to download latest plex pass version and run.

Actual: The following error:

➜  docker logs plex
8192
Downloading Plex Media Server...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   177  100   177    0     0    364      0 --:--:-- --:--:-- --:--:--   364
100  101M  100  101M    0     0  14.1M      0  0:00:07  0:00:07 --:--:-- 15.8M
Installing Plex Media Server...
Selecting previously unselected package plexmediaserver.
(Reading database ... 8335 files and directories currently installed.)
Preparing to unpack plexmediaserver.deb ...
Unpacking plexmediaserver (1.7.4.4017-3886b5c85) ...
Setting up plexmediaserver (1.7.4.4017-3886b5c85) ...
dpkg: error processing package plexmediaserver (--install):
 subprocess installed post-installation script returned error exit status 2
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
 plexmediaserver
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
Warning: program compiled against libxml 209 using older 207
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)
xmlstarlet: /usr/lib/plexmediaserver/libxml2.so.2: no version information available (required by xmlstarlet)

After that, it keeps looping the same thing over and over again.

Thanks for helping and maintaining this image btw!

About this issue

  • Original URL
  • State: open
  • Created 7 years ago
  • Comments: 20 (9 by maintainers)

Commits related to this issue

Most upvoted comments

You can use also wernight/plex-media-server:latest. 1.7.5 has the issue described here.

I’ve just pushed a temp fix until this is properly fixed. You may pull to test the new version.