binhex / arch-sabnzbdvpn

Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN
GNU General Public License v3.0
49 stars 9 forks source link

/tmp/checkdns and /temp/checkiptables has no read permissions #12

Closed Caedis closed 4 years ago

Caedis commented 4 years ago

Host: Unraid

Workaround: chmod +r /tmp/check*

Log Error: image

Permissions (or lack of) of the files: image

binhex commented 4 years ago

i would suspect you have UMASK set too restrictively, as chmod for both of those files is already performed.

Caedis commented 4 years ago

Where would I set that for a container?

binhex commented 4 years ago

You would set it via 'umask' env var as part of the docker run command

Caedis commented 4 years ago

ahh, for some reason, the unraid docker template (from CommunityApps) had it as UMASK when it should have been lowercase. Fixed when I made that change. Thank you

binhex commented 4 years ago

No that's not the cause, it is supposed to be upper case