Search results

  1. mgabriel

    Can't connect to port 8007...

    The port 8007 is provided by the proxmox-backup-proxy daemon. First, check that the daemon is running or why it's not running. You can check it with systemctl status proxmox-backup-proxy.service and post the output of that command here. Best regards, Marco
  2. mgabriel

    ZFS zpool mount speed

    Hi @DocMAX - eventuell dauert das mounten des pools so lange aufgrund der Fehler im Pool, die du im Thread hier beschrieben hast. Viele Grüße, Marco
  3. mgabriel

    Can't connect to port 8007...

    The first log mentions a SauvegardeUSB pool while your zpool status command only shows a pool named tank. What happened to your SauvegardeUSB pool? And what was it's purpose? You mean the date after "scrub repaired"? This is when the last scrub was done. This happens on the second sunday of...
  4. mgabriel

    Internet

    You can use pfSense/OPNsense or any other virtual firewall to do this. You just need to make sure that your pc routes it's traffic through that virtual firewall. Most probably you want to have separate network segments, separated by different vlans or at least different IP ranges.
  5. mgabriel

    Can't connect to port 8007...

    It looks like your ZFS pool can not be mounted. What does zpool status tell you?
  6. mgabriel

    zed meldungen

    Hallo @DocMAX, die Meldungen sagen, dass Daten korrupt sind. Wenn du sicher sein möchtest, dass alle Daten konsistent sind, bleibt dir dabei nur ein Restore aus dem Backup. Viele Grüße, Marco
  7. mgabriel

    Working Fail2ban WebAuth Config

    @mhadm Thanks for the hint, I just applied the PR from @juliokele. Best regads, Marco
  8. mgabriel

    Proxmox VE 8.0 (beta) released!

    Great news, thanks to the Proxmox Team for the continued delivery of a really enterprise-ready open source hypervisor. :-)
  9. mgabriel

    Automate vm template download from azure / gcp storage

    Hi Farhan, if the remote servers are under your control, I'd suggest using rsync to compare and transfer the images. Rsync only transmits the templates if they were changed. Even better, it only transmits the parts that were changed as it does a delta transfer. Best regards, Marco
  10. mgabriel

    Automate vm template download from azure / gcp storage

    Hi, Proxmox has a function to download ISO Images from an URL. This function can be triggered using the API. As an alternative, you could just download your templates by using curl, wget or any other download application. You can automate that task by using a simple cron job or by using an...
  11. mgabriel

    [SOLVED] Just backup VM OS disk

    Hi, you can disable backup of a specific disk in a vm. Just click on your VM -> Hardware -> (Disk) -> uncheck Backup.
  12. mgabriel

    [SOLVED] GUI problem after update to Proxmox VE 7.2

    did you reload the web interface in your browser?
  13. mgabriel

    [SOLVED] cidr: invalid format - Invalid prefix, even though its valid

    where do you enter this? maybe you can provide a screenshot.
  14. mgabriel

    VirtIO Treiber lassen sich nicht installieren / Windows 10

    Danke für die Ergänzung :-). Gibt es dazu einen Link oder woher hast du die Info? Viele Grüße, Marco
  15. mgabriel

    Frage zur Startreihenfolge

    Nicht über die GUI, aber mit einem Hookscript kannst du das tun: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts Das post-start Event kannst du vielleicht dazu nutzen, um die folgenden VMs zu starten. Allerdings ist das nur vom pve Host aus betrachtet, d.h. wenn die VM...
  16. mgabriel

    Windows 10 VM stuck in Automatic Repair boot loop

    Thanks @rcoll - do you have a link or source that it's a bug?
  17. mgabriel

    VirtIO Treiber lassen sich nicht installieren / Windows 10

    Schwer zu sagen, woran es genau liegt. Ich konnte es bisher mit den oben genannten Settings beheben. Da es mit der englischen 21H2 funktioniert würde ich den Fehler eher im Windows ISO vermuten.
  18. mgabriel

    shutdown host, vms not shutdown

    windows server guest vms? set a group policy to allow "unattended shutdown" or (even better) use the qemu-guest-agent within the vm and activate it on pve node at the VM options.
  19. mgabriel

    Proxmox VE nach 6to7 Update nicht mehr erreichbar

    Bleibt der Server nach der Fehlermeldung stehen bzw. bootet nur in einen Notfall-Modus oder bootet er danach ganz normal? Wenn Notfall-Modus scheint dein ZFS Pool das Problem zu sein. Steht über oder unter der Zeile noch mehr, z.B. warum der Import fehlschlägt? Wenn der Server ganz bootet...
  20. mgabriel

    VirtIO Treiber lassen sich nicht installieren / Windows 10

    Falls du ein Win10_21H2_german.ISO verwendet hast: Das scheint kaputt zu sein. Mit dem englischen ISO dagegen funktioniert es nach Hörensagen. Du kannst folgendes versuchen: - Machine Type: q35 - Version: 5.2 Viele Grüße, Marco