Skip to main content
Troubleshooting
PBS Backup Proxy Fails to Start
Overview
- This issue affects the ability for the user to log into the GUI / API
- SSH access still works
- In previous experience, this was due to
mnt-synology_backups.mnt unit failing to start
Triage
- Log into PBS via SSH or VM console
systemctl status shows 1 failed unit
systemctl list-units --state=failed shows mnt-synology_backups.mount unit failed to start
proxmox-backup.service depends on mnt-synology_backups.mount to start
- Try running
mount -a and receive permission denied from NAS
- SSH into NAS and
sudo su -
systemctl restart nfs-mountd.service
systemctl restart nfs-server.service
- Return to PBS SSH session and try
mount -a again and it works
- Reboot PBS
- Log back in and run
mount | grep nfs and verify auto-mount works