Recent content by mir

  1. mir

    x520-da2 fiber card purchased on aliexpress

    Maybe you have hit the same error as a user on Truenas Scale (Also based on Debian 12): https://www.truenas.com/community/threads/intel-82599es-10g-sfp-card-fails-to-probe.114256/
  2. mir

    HA light or for the poor

    If you have two nodes you can enable HA using a qdisk as a witness. See options discussed here: https://www.youtube.com/watch?v=TXFYTQKYlno
  3. mir

    ZFS over iSCSI - Increase disk size

    An unmount before resizing would have fixed the problem. A mounted disk can cause all various kinds of errors. It could easily have been caused by an automatic rescan of the hostbus which interfered with a filesystem with data waiting to be persisted to disk.
  4. mir

    ZFS over iSCSI - Increase disk size

    The safes way to expand a disk is to unmount it and then do the resize and expansion of the filesystem. After this simply mount it again. It is all explained here: https://pve.proxmox.com/wiki/Resize_disks If the disk resizing is not automatically discovered by the VM you will have to initiate a...
  5. mir

    PCI Video card recommendation for GPU Passthrough

    Intel Flex 170 see: https://www.youtube.com/watch?v=aYcntiF4j2Q&t=2s and: https://www.youtube.com/watch?v=tLK_i-TQ3kQ&t=919s
  6. mir

    [TUTORIAL] Guide: Setup ZFS-over-iSCSI with PVE 5x and FreeNAS 11+

    I am now very happy I never upgrade before the first point release is available ;) I hope for native support in Truenas Scale so we can skip the plugin entirely and avoid the patching of Proxmox.
  7. mir

    Proxmox and iSCSI

    What specific plugin do you refer to?
  8. mir

    Updated/upgraded Just Now

    Maybe your package cache is filling your disk so try to clean it to increase free space: sudo apt-get clean
  9. mir

    pvemanager broken after last upgrade

    I can confirm that. Thanks to PVE;)
  10. mir

    pvemanager broken after last upgrade

    Hi Fiona, Already available. That was quick :)
  11. mir

    pvemanager broken after last upgrade

    That did not solve it in my case. A combination of the update and HaProxy.
  12. mir

    pvemanager broken after last upgrade

    Also reported on the German language forum as well: https://forum.proxmox.com/threads/proxmox-pve-proxy-h%C3%A4ngt-sich-immer-auf.164744/post-762074. Seems patches are already made ;-)
  13. mir

    pvemanager broken after last upgrade

    Downgrading to 5.2.0 and everything works as expected again? apt install libpve-http-server-perl=5.2.0
  14. mir

    pvemanager broken after last upgrade

    Error log flooded with: detected empty handle Can't use an undefined value as a symbol reference at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 150 After this starts pvemanager is not accessible anymore. I have tried this: apt reinstall libanyevent-perl libpve-http-server-perl but the same...
  15. mir

    Proxmox Datacenter Manager - First Alpha Release

    Solve: A network cable was disconnected ;-)