You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
This command takes about 5 minutes to run on a raspberry pi 3 model B+, I suspect because it's making changes to Plex's Library folder.
This looks similar to the issue in linuxserver/docker-plex fixed on 11.01.07, given the changelog: "Use Plex environemt variables from pms docker, change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc)."
The fix was to change the abc user's home to /app:
echo "**** ensure abc user's home folder is /app ****" && \
usermod -d /app abc && \
The text was updated successfully, but these errors were encountered:
pabloromeo
added a commit
to pabloromeo/docker-plex-armhf
that referenced
this issue
Nov 27, 2018
While starting up the following command is run:
This command takes about 5 minutes to run on a raspberry pi 3 model B+, I suspect because it's making changes to Plex's Library folder.
This looks similar to the issue in linuxserver/docker-plex fixed on 11.01.07, given the changelog: "Use Plex environemt variables from pms docker, change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc)."
The fix was to change the abc user's home to /app:
The text was updated successfully, but these errors were encountered: