Recent content by FingerlessGloves

  1. F

    [SOLVED] Import secure boot certificate used by Proxmox

    Update on this, I did try that and also been trying it on a Minisforum MS-A1, both replace and append. No luck either
  2. F

    [SOLVED] Import secure boot certificate used by Proxmox

    I was hoping this would fix it on my Lenovo M920Q, but sadly even after appending it to my Lenovo it didn't make UEFI SecureBoot work. So I just disabled Secure Boot. Hopefully it'll help others. Proxmox: 8.2
  3. F

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    Hi Mach, Disable the QEMU agent on the VM options, that'll allow the backup to run. I'm not sure if the issue is Debian or the MariaDB builds. If you could kindly report upstream links here that would be great, as I would love to get this fixed.
  4. F

    Firewall Alias with Domainname

    Like this then run the script and the IP should change to the DNS record
  5. F

    Firewall Alias with Domainname

    still working for me. In your IPSet have you create some blank entries with the comment as the fqdn that you want to use then run the script?
  6. F

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    So it effects 10.3 as well. Please report this upstream to mariadb as well https://jira.mariadb.org/browse/MDEV-27196 Also upstream to qemu project https://gitlab.com/qemu-project/qemu/-/issues/881 At the moment we don't know which side the issue lays with, more people who report it, more...
  7. F

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    This has now also been reported on the MariaDB bug tracker https://jira.mariadb.org/browse/MDEV-27196
  8. F

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    I have the exact same problem, Debian and MariaDB from their own Repo. Debian 11 MariaDB 10.7 Only setup the VM last week, so far no other Debian VM have been effected. I did reinstall the agent on the MariaDB VM, which got it working for a while but eventually issue comes back. Have you...
  9. F

    Proxmox VE 7.1 released!

    You can try downgrading qemu as the new qemu 6.1 that has shipped with PVE7.1 maybe what's causing you issues # Download old qemu wget http://download.proxmox.com/debian/dists/bullseye/pve-no-subscription/binary-amd64/pve-qemu-kvm_6.0.0-4_amd64.deb # Install old qemu dpkg -i...
  10. F

    Proxmox VE 7.1 released!

    Are the VMs with the issue virtio scsi or virtio block?
  11. F

    Proxmox VE 7.1 released!

    Up to you really, I do it on the PBS backup dataset.
  12. F

    Proxmox VE 7.1 released!

    Issues with Virtio IO errors in guests have been reported on Bugzilla and upstream on QEMU. The issue doesn't look to be isolated to just Proxmox. https://bugzilla.proxmox.com/show_bug.cgi?id=3738 https://gitlab.com/qemu-project/qemu/-/issues/649