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

[BUG] Container not starting/ stuck in loop - unknown user/group icd:icd #211

Closed
weichmut opened this issue May 27, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@weichmut
Copy link

weichmut commented May 27, 2024

Describe the bug
Container is not starting and stuck in loop.
No matter what group id or user is used.

To Reproduce
Steps to reproduce the behavior:

  1. Use CA Container in Unraid or create custom.
  2. Start container with default settings
  3. See error

Screenshots
Bildschirmfoto 2024-05-27 um 19 22 54

Configuration

docker run
-d
--name='icloud-drive-sync'
--net='bridge'
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid-Server"
-e HOST_CONTAINERNAME="icloud-drive-sync"
-e 'PUID'='99'
-e 'PGID'='100'
-e '/app/config.yaml'='/mnt/user/appdata/icloud-drive-sync/config.yaml'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://help.apple.com/assets/60AD31069883FC55AC222539/60AD310B9883FC55AC22254A/de_DE/712e44cf3701cf5bc9580c9367fa5526.png'
-v '/mnt/user/icloud-drive-sync/':'/app/icloud/':'rw'
--restart always 'mandarons/icloud-drive'
82ae4dc06f1004b6df5c4e939730201b693f34299c6285da100ea8eb89cfcc0b

@weichmut weichmut added the bug Something isn't working label May 27, 2024
@mandarons
Copy link
Owner

From https://www.reddit.com/r/unRAID/s/kTIkei5Jbw

Toggle the Basic/Advanced switch on top right corner, set Extra Parameters: to --user 99:100 if it's not.

@weichmut
Copy link
Author

Solved by removing PUID and PGUID entirely in Docker settings.
I also changed the variables according to the newer installation parameters on GitHub.

Bildschirmfoto 2024-05-27 um 20 07 45

Maybe update the Unraid template?

@benblustey
Copy link

@weichmut thank you for this direction. Also on unRaid, was able to get the container up and go through the authentication process. Although, still not functioning, nothing syncing, no errors, session_data being populated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants