I'm running proxmox-backup-client in a docker container (running Debian 11.5) and get this error. I tracked it with strace and indeed:
openat(AT_FDCWD, "/tmp", O_RDWR|O_CLOEXEC|O_TMPFILE, 0666) = -1 EISDIR (Is a directory)
write(2, "Error downloading .didx from pre"..., 48) = 48
Why is there no filename present?
openat(AT_FDCWD, "/tmp", O_RDWR|O_CLOEXEC|O_TMPFILE, 0666) = -1 EISDIR (Is a directory)
write(2, "Error downloading .didx from pre"..., 48) = 48
Why is there no filename present?