Search results

  1. V

    [SOLVED] pvemailforward: No such file or directory

    Thanks! it worked /usr/bin/proxmox-mail-forward seems to work on 7.3.4, but not on 7.2.11 instead /usr/bin/pvemailforward works the opposite
  2. V

    [SOLVED] pvemailforward: No such file or directory

    Hi I'm trying to configure email notifications from Proxmox in two different servers. In one of them I get error message when I try to echo "Test email from Proxmox: $(hostname)" | /usr/bin/pvemailforward -bash: /usr/bin/pvemailforward: No such file or directory What should I do? Thanks
  3. V

    Upload old CT template

    Thanks! I didn't know about this! Fantastic
  4. V

    Upload old CT template

    Hi all is it possible to download an old CT template that I have in Proxmox 7 installed some times ago and that does not appear anymore in the list of a newly installed Proxmox? debian-10-turnkey-core_16.1-1_amd64.tar.gz is the one I would like to have also in the new Proxmox server Is it...
  5. V

    ZFS Degraded after few days from installation

    Thanks @Dunuin I've tried the first option, moving storage directly It was ok for all the LXCs and the only VM I have, except for one LXC, and strangely I get an error like the target storage is full, while is not Here the complete error log that ends with TASK ERROR: unable to restore CT...
  6. V

    ZFS Degraded after few days from installation

    Thanks @Dunuin Some little questions... My actual dis ks configuration is: M.2 SATA SSD as Proxmox boot disk (256GB) 2.5 SSD formatted in ZFS for VMs and LXCs Since I have a "minipc" with just one internal slot for SSD, can I use the new disk as external and then put it internally after...
  7. V

    ZFS Degraded after few days from installation

    I've decided to replace my QLC Crucial disk with a TLC (I know it's still a consumer disk!) Samsung 870 EVO disk and restore all my VMs and LXCs. One thing I've never done, is to add or replace a disk in Proxmox. This time I will not choose ZFS but I will choose.... What I have to choose when...
  8. V

    ZFS Degraded after few days from installation

    Thanks @Neobin any suggestion for a non-so-expensive SSD for home use with Proxmox? I'm used to do a backup every couple of days of all my VMs and LXCs to a NAS.
  9. V

    ZFS Degraded after few days from installation

    @Inglebard just checked You mean something like that ? :( [ 657.877538] sd 1:0:0:0: [sdb] tag#13 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s [ 657.877542] sd 1:0:0:0: [sdb] tag#13 Sense Key : Illegal Request [current] [ 657.877544] sd 1:0:0:0: [sdb] tag#13 Add. Sense...
  10. V

    ZFS Degraded after few days from installation

    Thanks @leesteken I will check the SATA connection in the minipc (that is made by a very tiny cable) and your other suggestions.
  11. V

    ZFS Degraded after few days from installation

    Thanks @leesteken This is the first time I use this SSD, but I bought some times ago. So I will try to got a replacement hoping the "big seller" will do it for me. Next step is, how can I move everything on this SSD to the new one? And, since this is the first time I've used ZFS in Proxmox, in...
  12. V

    ZFS Degraded after few days from installation

    Hi all I'm experiencing a degraded state in my new Proxmox installation on a Beelink U59 with one M.2 Sata 256GB on which I placed Proxmox and a SATA SSD on which I placed all my VM and LXC, that has been formatted in ZFS Hi have one VM with Home Assistant and some LXCs with Nodered, Adguard...
  13. V

    Move disk image between servers

    Thanks @shrdlicka I have created a VM with a script for Home assistant that already have a disk attached. After importing the qcow2 disk should or can I remove the other disk? Is there any option to set to let it boot from the imported disk?
  14. V

    Move disk image between servers

    Hi I'm not new to Proxmox, but I never neede to move a disk image from one server to another I'm on version 7.2.xxx and I've created the disk image from the 1st server to a shared NFS storage that also 2nd server can see Now, I've created the new VM (in this case I've used a script to create a...
  15. V

    [Solved] Issues with LXC container backup

    Yes, I've created a new CT. In any case, I've found also someone who created an LXC container already with Adguard. You can find it here.
  16. V

    Shrink disk size

    Thanks @Helmut101 This is the correct command, I tried and all went well so I'm now saving a lot of disk space shrinking some containers that I created with too much size than really needed...
  17. V

    Shrink disk size

    This is the result of pvesm status Name Type Status Total Used Available % local dir active 98559220 11509596 82000076 11.68% local-lvm lvmthin active...
  18. V

    Shrink disk size

    Hi how can I restore a container backup with a smaller disk size not having ZFS ? I have local-lvm as storage should it be something like pct restore /mnt/pve/NFS-QNAP-Proxmox-Backup/dump/vzdump-lxc-102-2022_01_06-01_30_03.tar.zst --local-lvm ?????? I'm having issue with disk space and now I...
  19. V

    USB passthrough issue with OctoPrint in a LXC Container

    Hi I'm trying to use Octoprint in a LXC container, but I'm not able to have it recognize the USB where I have connected the 3D printer. I've followed some threads regarding SUB passthrough, but no one worked for me. I followed this thread specifically, but Octoprint does not see the printer...
  20. V

    [Solved] Issues with LXC container backup

    I've now moved to a new CT with Docker and Adguard in it and Backup it's working fine. Thanks