Open pszafer opened 3 hours ago
Interesting. It suggests that something in proxmox-backup-client
is likely making an unsupported system call so the expect script has nothing to wait for as the process halts.
This might be something restricted by the Synology docker setup or possibly caused by the kernel used?
It seems likely that the backup client may not work at all under Synology given this, but I cannot do any testing as I don't have one.
If you run the container interactively and call the proxmox-backup-client
command or proxmox-backup-client key create
command what happens?
Please also try setting
privileged: true
Cheers!
Hi,
This is error I got on Synology NAS in docker logs:
I can do the initialization part on another system, so it's not big deal, but just thought that's its worth you know about that.