Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Startup delayed by usermod for several minutes #9

Description

@someCynic

While starting up the following command is run:

usermod -o -u {UID} abc

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 && \

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions