Search results

  1. M

    Backup randomly fails on Synology NAS

    I have troubles backing up an LXC container on PROXMOX VE 9. I do it as a backup job that saves shapshot images on a NAS. Strange thing is that it happens sometimes, not always. Traced error is: 2026-01-10 01:05:02 INFO: zstd: error 70 : Write error : cannot write block : Bad address Backup...
  2. M

    Cannot mount a SMB share

    I have an SMB host sharing some folder on the same LAN where mycontainer is set up. After having regularly installed cifs support: admin@mycontainer:~$ sudo apt install cifs-utils I'm not able to mount a share; issuing: admin@mycontainer:~$ sudo mount -t cifs -o vers=1.0,username=myusername...