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

No files being created? #2

Open
danesanford opened this issue Feb 16, 2021 · 2 comments
Open

No files being created? #2

danesanford opened this issue Feb 16, 2021 · 2 comments

Comments

@danesanford
Copy link

Firstly, let me say that this docker has the beginnings of being incredible! I use sonarr with plex and recognize the failings in sonarr (even with jackett) to download specials and youtube content.

Having said that, I do have 1 problem that I cannot figure out (even with scouring the net and trying to guess at youtubedl settings.

I recognize in the log file that everything looks like it is working well and downloading files from youtube, but there is NO file creation happening!?

I'm running the docker in unraid.

I'm assuming it has something to do with the puid and pgid? I think your docker doesn't set the privileges to root?

Please advise! And let me know how to upload you any files or debug info you may want to troubleshoot this.

Thanks!

@whatdaybob
Copy link
Owner

Hi @danesanford. I have personally never ran the docker daemon as root and always created a docker user to run it as. In short inside my docker I create an abc user so that the program is not ran as root. The file permission should be set to the same user that runs docker so in your case root.

Can you share both your compose or run line for sonarr and this docker please. Just want to make sure that the directory matches up first before we diagnose further.

@whatdaybob
Copy link
Owner

Just in regard to the non root docker user https://docs.docker.com/engine/security/rootless/ if you were interested why I have mine setup the way I do and also why I enforce a none root user inside my dockerfile.

@whatdaybob whatdaybob transferred this issue from whatdaybob/Custom_Docker_Images Feb 22, 2021
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