Hi, i’ve actual big problems with my Plex Setup. Last week suddenly all my libraries were not available anymore. I searched in the logs but didn’t find the problem. Then I configured a new plex server:
Plex on Docker (plexinc/pms-docker) - 1.12.1.4885
Linux: Debian
Platform: Linux 4.9.0-0.bpo.5-amd64
Python Version: 2.7.14 (default, Dec 14 2017, 15:51:29) [GCC 6.4.0
Yesterday everything worked fine. I configured the different agents and added my new libraries. Also I restarted several times and no problems. Today morning all my libraries are gone again!
Permission on the different folder should looks as this:
drwxr-xr-x 3 dockeradm dockergrp 4.0K Mar 30 11:04 plexmediaserver
But today morning I saw the following message in the docker logs plex:
OSError: [Errno 13] Permission denied: ‘/config/Library/Application Support/Plex Media Server/Logs/PMS Plugin Logs’
And my permission was reseted (probably from plex?). I set the permission again to dockergrp and dockeradm and now can the plex server start, but without libraries:
drwxr-xr-x 3 root root 4.0K Mar 30 11:04 Library
Here the output from the actual docker logs plex:
/opt/plex# docker logs 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…
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Plex Media Server.
Which additional logs do you need? Thanks for you help.

