Hi,
I've been running OMV 4.1.36-1 for some time now, and have had Plex running inside a Docker (also for some time now - probably a year or so). I have the "version" variable set to "LATEST" for Plex, so when I saw that there was a new version of Plex waiting to be updated to, I did what I always do - stop the container, wait a few seconds and then restart it. I promise - that's all i did!
That's where the carnage begins.
So Plex didn't come back - there are a ton of errors in the log file (details below). After trying several times, including specifying a older version or two, nothing would work. So I removed the Docker container, and the Docker image, and following TechnoDadLife's video instructions (like before) reinstalled the Docker image and container. Still the same problem.
Something has gone badly wrong - can anybody offer any help? Log file snippet below, and fuller log file attached.
Many thanks, Paul
(PS - I can't see a "/usr/lib/plexmediaserver/" folder via WinSCP - could it be that?)
begin log file extract
[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] 01-envfile: executing...
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing...
-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
-------------------------------------
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 1000
User gid: 100
-------------------------------------
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Your DockerHost is most likely running an outdated version of libseccomp
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
Some apps might not behave correctly without this
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 40-chown-files: executing...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 45-plex-claim: executing...
[cont-init.d] 45-plex-claim: exited 0.
[cont-init.d] 50-gid-video: executing...
[cont-init.d] 50-gid-video: exited 0.
[cont-init.d] 60-plex-update: executing...
#######################################################
# Update routine will not run because you havent set #
# the VERSION variable or you opted out of updates. #
# For more information checkout :- #
# https://github.com/linuxserver/docker-plex #
#######################################################
[cont-init.d] 60-plex-update: exited 0.
[cont-init.d] 99-custom-scripts: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Plex Media Server.
Error loading shared library libsoci_core.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libsoci_sqlite3.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libcurl.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libfreeimage.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libopencv_core.so.3.4: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libopencv_imgproc.so.3.4: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libtag.so.1: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libfmt.so.7: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libicuucplex.so.67: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libicui18nplex.so.67: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libsqlite3.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libpython27.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libxml2.so: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libc++.so.2: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libavcodec.so.58: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libavformat.so.58: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Error loading shared library libavutil.so.56: Operation not permitted (needed by /usr/lib/plexmediaserver/Plex Media Server)
Display More