Search results

  1. D

    Proxmox on Dedicated Server Hetzner with OPNSense

    Hi now it works I only add the first avaiable ip from subnet range to the bridge vmbr1 that is connected to the physical ethernet port and now everything it works. but i dont know how to add the edit permanently in /etc/network/interfaces how i wrote above.
  2. D

    Proxmox on Dedicated Server Hetzner with OPNSense

    I fix jut adding one ip from the subnet on the host system(proxmox) with this command: ip address add 203.0.113.41/29 dev vmbr0 Now the question is how to make this change permanently? This is the actual configuration of this file /etc/network/interfaces auto vmbr1 iface vmbr1 inet static...
  3. D

    Proxmox on Dedicated Server Hetzner with OPNSense

    Hello Guys I reach the maximum amount of 6th of additional single ip adress i can have for 1 server on proxmox, but i need more public ip so i bought addtional subnet/29. On proxmox i have many many VM's, and in particular one is running OPNSense. Proxmox Network is configure like this...
  4. D

    [SOLVED] Proxmo ZFS Pool no space left

    Hi i have reboot the pve and then delete the vm was ok, thanks for the help :)
  5. D

    [SOLVED] Failed Restore CT from PBS

    UPDATE Seems has finished but without see progress during the restore
  6. D

    [SOLVED] Proxmo ZFS Pool no space left

    hi after kill the kvm process i do this zfs destroy rpool/data/vm-100-disk-0 and it works!! But i can't delete the vm if i try i get this:
  7. D

    [SOLVED] Failed Restore CT from PBS

    I delete the ct and try to restore from PBS Backup but this the task It's normal that is no progress percent of the restore?
  8. D

    [SOLVED] Proxmo ZFS Pool no space left

    Unfortunaly no, because i restore the backup from acronis backup but the disk size is 240GB and so i can't start the vm
  9. D

    [SOLVED] Proxmo ZFS Pool no space left

    I try to restore vm but i choose the wrong storage to restore and now i have this situation (local-zfs): if i try to stop the vm i get this error: if i try to detach the disk of the i get this error: i can able to connect in ssh to the pve, it is possible to remove the disk from shell...
  10. D

    [SOLVED] Failed Restore CT from PBS

    Hi off course pveversion-v: proxmox-ve: 7.3-1 (running kernel: 5.15.83-1-pve) pve-manager: 7.3-4 (running version: 7.3-4/d69b70d4) pve-kernel-helper: 7.3-2 pve-kernel-5.15: 7.3-1 pve-kernel-5.13: 7.1-9 pve-kernel-5.15.83-1-pve: 5.15.83-1 pve-kernel-5.15.74-1-pve: 5.15.74-1...
  11. D

    [SOLVED] Failed Restore CT from PBS

    Hi Yes but as you can see the restore progress non start, so what can i do?
  12. D

    [SOLVED] Failed Restore CT from PBS

    Hi all i try to restore CT from PBS but i have this in the LOG:
  13. D

    Restore CT from pbs

    Hello After 1 hours the restore has completed sucessfully Thanks :)
  14. D

    Restore CT from pbs

    Hello everybody I started a container restore from a proxmox backup server, but the process seems to remain in this state: recovering backed-up configuration from 'pbs01:backup/ct/109/2022-12-20T01:44:30Z' restoring 'pbs01:backup/ct/109/2022-12-20T01:44:30Z' now.. Is there a method to see...
  15. D

    ZFS Alert Email Not Work

    Hi and what is my path ? how can find it? if i put zfs list i've this output: NAME USED AVAIL REFER MOUNTPOINT rpool 35.2G 63.6G 104K /rpool rpool/ROOT 9.01G 63.6G 96K...
  16. D

    ZFS Alert Email Not Work

    Hi Yes the server is running root@pveoffice:~# echo foo > /path/pool/of/zfs/bar -bash: /path/pool/of/zfs/bar: No such file or directory
  17. D

    ZFS Alert Email Not Work

    Hi all I unplug a disk member of zfs pool, and now the zfs is in "DEGRADED" state, but the problem is the notify email not arrive. If i send a test email on the shell with this command i receive the email. echo "This is a test message sent from postfix on my Proxmox Server" | mail -s "Test...