From 5eefb6f6714debef966b08f7df01f21c48347f2b Mon Sep 17 00:00:00 2001 From: Aterfax Date: Sat, 30 Nov 2024 13:47:41 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 62fdf72..f8751f8 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,16 @@ The following environment variables can be configured to customize the behavior ## FAQ +### Error: Function not implemented (os error 38) + +It appears that some Synology NAS platforms are missing support for the ``getrandom`` system call used during key creation which will block the container from starting. + +To bypass this issue you can manually create some keys or run the container on another platform to generate keys with a random password then transfer these (``encryption-key.json`` ``master-private.pem`` ``master-public.pem``) to the Synology docker container's ``/root/.config/proxmox-backup/`` bind mount. + +See also: +- https://github.com/Aterfax/pbs-client-docker/issues/8 +- https://forum.proxmox.com/threads/backup-client-encryption-not-working-inside-docker-container.139054/ + ## Troubleshooting If you encounter issues, check the [Troubleshooting section](TROUBLESHOOTING.md) for solutions to common problems.