5ba7246b453bb988688fa8312a09e1dec76f9094
radarr-4k/sonarr-4k surfaced 'download client places downloads in X but it does not appear to exist' health errors: the SABnzbd (movies-4k/tv-4k) and Transmission (radarr-uhd/sonarr-uhd) completed-category dirs dont exist until the first grab lands in each category. On a rebuild those errors recur until downloads happen. Add an idempotent file: task creating all four at 1000:3000 (abc:media) 0775 to match the /data tree. Root cause of the original root:0770 drift on movies-4k: a manual docker exec <client> mkdir runs as ROOT in linuxserver images (umask 007), not as the app user abc. Live dirs normalized via host chown (NFS honors no_root_squash); both instances now report 0 download-client-dir errors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
Proxmox and infrastructure configs
Languages
Shell
98.6%
Dockerfile
1.4%