hello,
when i start garbage collector in proxmox backup server version 0.8-X then this ocurs:
2020-11-13T19:09:36+02:00: starting garbage collection on store ssd2
2020-11-13T19:09:36+02:00: Start GC phase1 (mark used chunks)
2020-11-13T19:09:47+02:00: TASK ERROR: cannot continue garbage-collection safely, permission denied on: /etc/ssl/private
i upgraded my pbs to latest 1.0-1 and rebooted my server running this:
# apt-get update
# apt-get upgrade
but the problem still,
i'm checked the permissions of /etc/ssl/private and compared with other working server but have the same permissions:
# ls -l /etc/ssl/ | grep private
drwx--x--- 2 root ssl-cert 3 Aug 25 23:39 private
# ls -l /etc/ssl/private/
total 5
-rw-r----- 1 root ssl-cert 1704 Aug 25 23:39 ssl-cert-snakeoil.key
when i start garbage collector in proxmox backup server version 0.8-X then this ocurs:
2020-11-13T19:09:36+02:00: starting garbage collection on store ssd2
2020-11-13T19:09:36+02:00: Start GC phase1 (mark used chunks)
2020-11-13T19:09:47+02:00: TASK ERROR: cannot continue garbage-collection safely, permission denied on: /etc/ssl/private
i upgraded my pbs to latest 1.0-1 and rebooted my server running this:
# apt-get update
# apt-get upgrade
but the problem still,
i'm checked the permissions of /etc/ssl/private and compared with other working server but have the same permissions:
# ls -l /etc/ssl/ | grep private
drwx--x--- 2 root ssl-cert 3 Aug 25 23:39 private
# ls -l /etc/ssl/private/
total 5
-rw-r----- 1 root ssl-cert 1704 Aug 25 23:39 ssl-cert-snakeoil.key