Latest activity

  • A
    Abby2017 replied to the thread Upgrade von v8 nach v9.
    Moin MickyF, ich habe die gleiche Meldung auf meinem System, hast du die Befehle wie in der Meldung beschrieben ausgeführt und zusätzlich das apt remove ... Also so ? echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' |...
  • fiona
    fiona reacted to gfngfn256's post in the thread Create vm errors with Like Like.
    You also probably want to change the BIOS to OVMF (UEFI) for Windows 11.
  • O
    The /etc/fstab could look like this # backup UUID=7751d33a-13dc-45f2-83b3-49016c708672 /mnt/usb-backup ext4 defaults,nofail 0 2 Before you mount it (via mount -av) I'd suggest you run this # Delete the old data rm -rf /mnt/usb-backup # Create...
  • U
    I have created a zone with two different VNets (SNAT enabled and DHCP range configured), and I would like to know how to isolate them, because a VM on one VNet and another VM on the other VNet, with different subnets, can still ping each other.
  • fiona
    Hi @Elbandi, what exactly does "this" mean? Please share the VM configuration qm config ID replacing ID with the actual numerical ID as well as the output of pveversion -v. Are you sure you checked the correct disk inside the VM? Drive letter...
  • O
    Yes. As a hint you can use this thread: https://forum.proxmox.com/threads/offsite-backup-to-external-usb-drive-possible.173374/ The question there is a little different but the idea is similar.
  • L
    Try with the latest Ubuntu 25 iso https://releases.ubuntu.com/25.10/ubuntu-25.10-desktop-amd64.iso No installation is needed, just change the boot order and set the IDE (ISO) as the first boot device. Start the VM then wait about 1 minute, then...
  • G
    gfngfn256 replied to the thread Create vm errors.
    You also probably want to change the BIOS to OVMF (UEFI) for Windows 11.
  • fiona
    Hi, please open a bug report: https://bugzilla.proxmox.com/ so this does not get lost in the forum. Note that it's not the same as #1909 because that is about usernames, but that could be added as a reference with the See Also field afterwards.
  • J
    Yes since PVE and PDM are both based on Debian: https://pdm.proxmox.com/docs/installation.html#install-proxmox-datacenter-manager-on-debian This doesn't make it a good idea to install it on a PVE node though: If it' installed with a VM (with...
  • J
    Johannes S reacted to narrateourale's post in the thread Licensing Question with Like Like.
    It is only about the repositories that the PDM itself can access to get its own updates. Using the update function for seeing available updates and trigger them from the PDM directly is working either way in my experience.
  • F
    I checked the FAQ and everything seems to be in order. Like kingsbro said:
    • 1765285904808.png
  • K
    I get the same error and I have a valid installation. Err:4 https://enterprise.proxmox.com/debian/pdm trixie InRelease 401 Unauthorized [IP: 2a0b:7140:5:100::167 443] Error: Failed to fetch...
    • 1765285823961.png
  • R
    I tried this config: args: -set device.hostpci0.bus=pci.0 -set device.hostpci0.addr=2.0 -set device.hostpci0.x-igd-opregion=on bios: ovmf boot: order=scsi0;ide2;net0 cores: 4 cpu: host hostpci0: 0000:00:02.0,romfile=igd.rom vga: std After...
    • 1765285816623.png
  • mkoeppl
    mkoeppl reacted to Dwx's post in the thread [SOLVED] Problems after adding Node3 with Like Like.
    The issue was caused by the time setting. Thanks you very much - I completely forgot about that.
  • J
    jdancer replied to the thread Storage for production cluster.
    You need to really confirm that write cache enable is turned on via 'dmesg -t' output on each drive. If the write/read cache is disabled, it really kills the IOPS. While technically 3-nodes is indeed the bare minimum for Ceph, I don't consider...
  • D
    The issue was caused by the time setting. Thanks you very much - I completely forgot about that.
  • mkoeppl
    Hi! It could be that the system times of the nodes are out of sync. You can run journalctl -u chronyd and check if it shows any errors regarding times being out of sync.
  • B
    You can add a rule in custom.cf that will add 5.0 points if the sender's address is @gmail.com and the recipient's address is 3+ header __FROM_GMAIL_ADDR From:addr =~ /@gmail\.com$/i header __TO_MANY_RCPT To =~...
  • fiona
    fiona replied to the thread Create vm errors.
    Hi, seems like you upgraded qemu-server without also upgrading the pve-qemu-kvm package, which is necessary for the new "TPM as qcow2" feature. In particular, you need version 10.1.2-2 or newer: pve-qemu-kvm (10.1.2-2) trixie; urgency=medium *...