Search results

  1. J

    Feature Request: Power Cycle option

    Hi, So the process won't pick changes (from my understanding). Cf : https://www.qemu.org/docs/master/devel/reset.html Still reboot respond to the "feature request", event if we have to wait the timeout. Best regards,
  2. J

    Feature Request: Power Cycle option

    Hi, Well, if the agent is not configured, it still does a stop+start. And yes I have tested, and it seems to send the ACPI signal to power off the machine which is way better than, a hard stop+start. Best regards,
  3. J

    Feature Request: Power Cycle option

    Hi, Well, you are wrong, tested and it's working as expected (tested on VM with qemu agent enabled). Best regards,
  4. J

    Blacklist and whitelist

    Hi, again : go to "Mail Filter" and show you filter for blacklist. Best regards,
  5. J

    Blacklist and whitelist

    Hi, go to "Mail Filter" and show you filter for blacklist. And you expression should be "*.sud-impression.com", not ".*sud-impression.com" Best regards,
  6. J

    Blacklist and whitelist

    Hi, Can you provide your filter ? From the log nothing seems to match a rule. Best regards,
  7. J

    Proxmox host NIC WoL issue

    Hi, connect with SSH on your host and "ip a" ? Best regards,
  8. J

    Proxmox host NIC WoL issue

    Hi, Well, if you want WOL on the host, your NIC and BIOS should support that (and have it enable), and your magic packet need to have your physical NIC MAC address. Or a don't understand your question since you talk about VM/CT before and now you talk about your host… Best regards,
  9. J

    Unable to get internet connection on fresh Proxmox install

    Hi, Technically, it's false, you CAN have a gateway out of the network address, but you have to add "pointopoint 10.0.0.1" in this example (or "on-link: true " with netplan). Note : Generally this use case is for a system which has a /32 address or a small subnet, which is not the case here...
  10. J

    Proxmox host NIC WoL issue

    Hi, if this is for VM or CT, here is : https://forum.proxmox.com/threads/wake-on-lan-wol-for-vms-and-containers.143879/ Best regards,
  11. J

    Proxmox host NIC WoL issue

    Hi, You know that WOL rely on the MAC address and not the IP address ? So you need to send the magic packet with your physical MAC NIC to do WOL (and you have to enable WOL on your device, which can be off by default). Best regards,
  12. J

    Blacklist and whitelist

    Hi, You need to provide example with log to help you. Best regards,
  13. J

    Can access web GUI but no Internet

    Hi, On the LAN side of your router, no. We need your complete network setting (without masking) because it seems something is not right on your configuration. Best regards,
  14. J

    Can access web GUI but no Internet

    Hi, Can you ping your gateway ? Also, why are you masking your IP (which should be on private range) ? Best regards,
  15. J

    [SOLVED] Question - Update from debian, an old bug ?

    Hi, This comes from debian directly, not proxmox. You can see here : https://metadata.ftp-master.debian.org/changelogs//main/b/busybox/busybox_1.35.0-4_changelog From : https://packages.debian.org/bookworm/busybox Busybox 1.35.0 was released on 26 December 2021. So yes, it's normal to get old...
  16. J

    DNS Challenge fails on one Proxmox host (ACME: status invalid, All-Inkl)

    Hi, not at this time : :~# dig TXT _acme-challenge.matrix.c****e.i*** @brit.ns.cloudflare.com. ; <<>> DiG 9.18.33-1~deb12u2-Debian <<>> TXT _acme-challenge.matrix.c****e.i*** @brit.ns.cloudflare.com. ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id...
  17. J

    Backup of VM failed - backup write data failed: failed: ENOSPC: No space left on device

    Hi, By default the "GC Access-Time Cutoff" is 24h and 5m, that mean the chunk are only deleted after 24h and 5m is they are not used anymore. You can change this setting temporarily to force the CG. Best regards,
  18. J

    Proxmox uninstalled itself after trying to update from 7.x to 8.x and broke dependencies.

    Hi, hum, well visibly we don't have the same wiki : Cf : https://pve.proxmox.com/wiki/Upgrade_from_7_to_8#Update_the_Ceph_Package_Repository He tries to load drivers for your hardware, have you waited (several minutes) to see if it moves again ? Best regards,
  19. J

    HA/Live migration & local CD/DVD error when trying to migrate a vm to another node

    Hi, Not at the moment (see : https://pve.proxmox.com/wiki/Roadmap). You have an iso or other cd/dvd mapped to this VM, you should remove it. Best regards,
  20. J

    xfrm interface for cluster join (only as a POC)

    Hi, Why no using "qm remote-migrate" (Cf : https://pve.proxmox.com/pve-docs/qm.1.html) ? And for cluster it's not the speed that is important but latency for corosync (should be under 10ms). Cf : https://pve.proxmox.com/pve-docs/chapter-pvecm.html#pvecm_cluster_network_requirements For the...