Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoupdate (plexpass) image keeps restarting with "runuser: System error" #35

Open
kientran opened this issue Jan 3, 2017 · 1 comment

Comments

@kientran
Copy link

kientran commented Jan 3, 2017

Host OS: [Linux]
Tag/Version: [autoupdate]

Steps:

  1. create docker-compose as follows:
plex:
    #build: ./docker-plex-media-server
    image: wernight/plex-media-server:autoupdate
    volumes:
      - /mnt/tank/configs/plexmediaserver:/config
      - /mnt/tank/tv:/tv
      - /mnt/tank/Movies:/movies
    environment:
      - X_PLEX_TOKEN=abcdefgHIJKLMNO
    network_mode: host
    restart: always
  1. docker-compose up -d plex

Expected:
Functioning plex

Actual:
Plex container continuously restarts

docker logs -tf mediaserver_plex_1
....
2017-01-03T07:56:45.666178930Z runuser: System error
2017-01-03T07:58:28.165394391Z runuser: System error
....
docker exec -it mediaserver_plex_1 bash
tail -f docker.log
ERRO[16165688] Error setting up exec command in container mediaserver_plex_1: Container mediaserver_plex_1 is restarting, wait until the container is running 
ERRO[16165688] Handler for POST /v1.22/containers/mediaserver_plex_1/exec returned error: Container mediaserver_plex_1 is restarting, wait until the container is running

Any thoughts? Had to drop back down to "latest" and was up and running again.

@wernight
Copy link
Owner

wernight commented Jan 3, 2017

I don't have it right now to test. I remember some runuser issues but only on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants