Search results

  1. A

    Min disk size for Proxmox on ZFS

    Thank you for your effort. It seems pretty risky at this point. Also I was wondering why Proxmox does not state this requirement in the wiki or on their website.
  2. A

    Min disk size for Proxmox on ZFS

    Hello, is 4GB sufficient to install Proxmox on it (mirrored ZFS root)? Best regards
  3. A

    ZFS move root to new pool (and keep the old pool)

    I read your blogpost prior to posting but found that it did not match my case since I was guessing that, as said, the procedure would be less complex but apparently is not. As recommended by @Dunuin it is probably the best to just reinstall Proxmox. Thanks for your help.
  4. A

    ZFS move root to new pool (and keep the old pool)

    Correct. Every time Proxmox gets a kernel update it takes ages to finish it. If possible I would like to move Proxmox to this new pool as well. I was hoping that this procedure would be easier as the original pool remains.
  5. A

    ZFS move root to new pool (and keep the old pool)

    Hello, I think about adding faster drives to my setup that currently consists of 4 harddrives in a RAIDZ-2 configuration. There will be no drives removed, just added. The goal would be to run Proxmox and some VMs on this faster pool. My main question is now if I can make this transition...
  6. A

    Backup to CIFS is never finishing

    Unsolving this because I get the error again. Thread with the same issue: https://forum.proxmox.com/threads/cifs-smb-unable-to-activate-storage-directory-does-not-exist-or-is-unrecheable.100779/
  7. A

    Backup to CIFS is never finishing

    Hello, I want to update this. The backup is working again. Maybe there was an update that fixed the issue. Best regards
  8. A

    Backup to CIFS is never finishing

    I forgot to answer the second question. Backing up to a local storage is working without any issues.
  9. A

    Backup to CIFS is never finishing

    There is something: From then that reconnecting happens every 180 seconds.
  10. A

    Backup to CIFS is never finishing

    Hello, my recent issue regarding backup to CIFS is that the backup never finishes, it just gets stuck without any error or log message. The issue is most likely on the PVE side. As example the following VM was backed up: disk-size: 120G regular backup-size (lzo): 21,5 G The backup is issued...
  11. A

    [SOLVED] Windows 10 guest: Enable Secure Boot after install with old EFI

    I solved it myself. The problem were old virtio-drivers that were not signed and prevented Windows from finding the disk. Solution is to first install up-to-date virtio drivers, then replace the old with the new EFI-disk and finally proceed as described in the link above.
  12. A

    pvestatd: status update time (409 seconds)

    Reason for this crash is that the CIFS storage runs out of memory and gets killed:
  13. A

    [SOLVED] Windows 10 guest: Enable Secure Boot after install with old EFI

    Hello, is there a procedure to enable Secure Boot on a Windows 10 guests that have been installed with an old EFI disk? With my Linux guests removing the EFI disk and replacing it with a "new" 4m disk worked (had to re-add the boot option like described here...
  14. A

    [SOLVED] Disable NDP

    Still interested in this question. Can I disable NDP in a static environment?
  15. A

    pvestatd: status update time (409 seconds)

    Update: The CIFS storage was indeed not reachable/broken. But IMO it is a bug if that breaks the proxmox webinterface.
  16. A

    pvestatd: status update time (409 seconds)

    A Backup-job gets canceled like so:
  17. A

    pvestatd: status update time (409 seconds)

    Hello, I have a CIFS share mounted from within Proxmox and lately there are some real issues with the webinterface and Backups to that share. I suspect that the only related Log message is the following: But I´m not sure though. The symptoms are that all VMs and Storages get a questionmark...
  18. A

    ipfilter is filtering without being enabled (KVM)

    Hello, when you add an IPSet ipfilter-net# (# is a placeholder) to a KVM machine it becomes active immediately even though the corresponding option is not enabled. Best regards, Afox
  19. A

    Tool to generate a random IPv6 address (Linux)

    hi, no because I need static addresses for firewalling etc.. I helped myself using openssl rand -hex 8 although it doesn´t add colons.
  20. A

    Tool to generate a random IPv6 address (Linux)

    Hello, is there a tool to generate a random IPv6 address within a given Subnet (e.g. /64) on Linux? Thanks and best regards, Afox