From mboxrd@z Thu Jan 1 00:00:00 1970 From: roy at marples.name (Roy Marples) Date: Mon, 4 May 2020 10:45:42 +0100 Subject: Error downloading snapshots from remote sites Message-ID: <5ca75484-03df-38f5-f11c-3334e760e45b@marples.name> Hi I only get this error downloading from a remote VM. Another user has reported the error here: https://roy.marples.name/archives/dhcpcd-discuss/0002955.html Error is a sample error logged by nginx: I use uwsgi to proxy the cgi to nginx. *248 open() "/var/db/nginx/uwsgi_temp/6/00/0000000006" failed (13: Permission denied) while reading upstream, client: 2001:470:a085:999::80, server: roy.marples.name, request: "GET /cgit/dhcpcd.git/snapshot/master.tar.xz HTTP/1.1", upstream: "uwsgi://unix:/var/run/uwsgi/cgit.sock:", host: "roy.marples.name" Otherwise this setup works fine. The user uwsgi/cgit runs as owns the directory /var/db/nginx/uwsgi_temp. Any pointers on how to fix this? Thanks Roy