-
Notifications
You must be signed in to change notification settings - Fork 73
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
Permission issues on firs run in Unraid #1148
Comments
For LSIO based containers, user id 911 implies the PUID/PGID passed in are incorrect. From what I'm reading, 99/100 seem to be the values needed for Unraid. Are you sure your container ENV vars are indeed set to 99/100? |
Sorry I am not sure how I got 911. I tried replicating this issue today and this is what I get.
|
It manages to do its thing if I skip using By the way I am not super savvy with Docker and containers. I just noticed that in Unraid I don't have a user called |
|
Description
Upon running a dry-run I get a permission denied error.
Steps to Reproduce
/mnt/user/nova/ytld-sub/tv_shows
.docker exec -it ytdl-sub /bin/bash
.su abc -s /bin/bash
as advised in the docs.abc
with thewhoami
command.ytdl-sub --dry-run sub /config/subscriptions.yaml -o '--ytdl_options.max_downloads 3'
Expected Behavior
I would expect the dry-run to not get permission errors.
Actual Behavior
I get permission errors instead.
Screenshots or Logs
Environment
Severity
The text was updated successfully, but these errors were encountered: