Latest activity

  • B
    Bu66as reacted to TErxleben's post in the thread Überwachen ob ein VM lebt. with Like Like.
    Nach längerem daraufrumdenken habe ich nun ein if ! nslookup pve pihole > /dev/null 2>&1; then echo "DNS resolution failed. Please check your network settings." >&2 exit 1 fi in mein Failover-script eingefügt. Obige Logik prüft defacto auf...
  • J
    j.theisen replied to the thread Fragnesia.
    Hi @kbhupendra as you can see from the Security Advisories thread [1] and specifically this post [2] proxmox-kernel-6.8.12-24-pve or later include the fix related to CVE-2026-46333. Yours sincerely Jonas [1]...
  • P
    proxuser77 replied to the thread Überwachen ob ein VM lebt..
    Sorry, ich versteh's halt immer noch nicht so ganz, aber auch egal. Aber ja, wenn DNS aussteigt, geht nicht mehr viel, u. U. auch die Fernwartung nach Istanbul nicht mehr. Du teilst uns hier ausserdem mit, dass du offenbar Skripte nutzt, um DNS...
  • K
    kbhupendra replied to the thread Fragnesia.
    Hello, can you confirm is this CVE "CVE-2026-46333" impacted on proxmox-VE8.4.19 and kernel version is -- Linux 6.8.12-30-pve . is this kernel is impacted with this CVE ? please confirm. Thanks, Bhupendra
  • K
    kbhupendra replied to the thread Fragnesia.
    Hello, can you confirm is this CVE "CVE-2026-46333" impacted on proxmox-VE8.4.19 and kernel version is -- Linux 6.8.12-30-pve . is this kernel is impacted with this CVE ? please confirm. Thanks, Bhupendra
  • J
    j.theisen reacted to Bu66as's post in the thread PBS-Installationsproblem with Like Like.
    Der Boot-Fehler 1962 beim M82 ist meistens ein UEFI/Legacy-Thema, nicht Hardware-seitig. Dass Debian 13 durchbootet und PBS nicht, ist schon der Hinweis: der PBS-Installer hat den Bootloader wahrscheinlich im anderen Modus abgelegt als das BIOS...
  • J
    Thanks for the information! Could you please also provide the Output of the "Order Certificate" task you posted earlier. Yours Jonas
  • B
    Bu66as replied to the thread PBS-Installationsproblem.
    Der Boot-Fehler 1962 beim M82 ist meistens ein UEFI/Legacy-Thema, nicht Hardware-seitig. Dass Debian 13 durchbootet und PBS nicht, ist schon der Hinweis: der PBS-Installer hat den Bootloader wahrscheinlich im anderen Modus abgelegt als das BIOS...
  • G
    Here's the checklist, refined after a few successful and a couple of failed migrations. Aimed at someone doing this for the first time on PVE 8.x + current PDM. Network prerequisites: [ ] Source and target clusters can reach each other on the...
  • news
    news replied to the thread Proxmox Installation welche NVMe.
    Nun da bleiben nur die "guten" SSD. Kingston DC600M oder Samsung PM883 mit SATA3 Interface. Wenn Du mal im Forum suchen magst, wurde das Thema ZFS und Flash schon "1000" Mal besprochen. Sicherlich haben andere OM weitere SSD für ZFS im Sinn...
  • news
    news replied to the thread Proxmox Installation welche NVMe.
    Nun nicht ganz, man muss sich mit ZFS und seinen Commands beschäftigen. Es gibt halt nicht nur ein Setup sondern Millionen. Wie auch immer, ja defekte Datenspeicher kann man ersetzen und wenn es eine Redundanz gab, lässt sich diese wieder...
  • fireon
    After a lot of trial and error, I was finally able to get Windows Clustering working under PVE with Ceph as the backend storage The way I was able to get this to work is using Storage Spaces Direct (I know this is a Datacenter only feature) but...
  • G
    Me again ... Looks like a need to add a route for the "Wireguard Transfer Net" (10.2.2.0/24 in my setup) to gain access to the Proxmox server: ip route add 10.2.2.0/24 via 192.168.37.254 Regards Gullaume
  • I
    I'm starting to wonder if the OP is not an AI bot. This would be impressive.
  • B
    Bu66as replied to the thread Anzeige PVE-Dashboard.
    Stimmt schon, das ist inkonsistent, im Header steht ein Begriff und der Graph heißt anders. Liegt teils an der deutschen Übersetzung, teils ist es schon im englischen Original so (Load average vs Server Load). Nerviges Detail, aber kein Bug im...
  • T
    TErxleben replied to the thread Überwachen ob ein VM lebt..
    Nach längerem daraufrumdenken habe ich nun ein if ! nslookup pve pihole > /dev/null 2>&1; then echo "DNS resolution failed. Please check your network settings." >&2 exit 1 fi in mein Failover-script eingefügt. Obige Logik prüft defacto auf...
  • D
    Hi @d1nuc0m thanks for posting on the forum! Can you please share your (sanitized) ACME cert configuration file and in case DNS validation is used the plugins file. cat /etc/proxmox-datacenter-manager/acme/certificate.cfg cat...
  • gyptazy
    Ich freue mich die nächste Runde der kommenden Talks für den Proxday 2026 ankündigen zu dürfen. Sehr freue ich mich dabei auch auf die Vorträge meines Teamkollegens Carsten, sowie meines Ex-Kollegen aus den NetApp Zeiten - Andreas...
  • G
    Hi, I am testing Proxmox right now so my setup is quite simple. I have a a hosted PVE server with a public IP address and i can access the PVE console from my place using that IP . I installed a pfSense server on Promox. My WAN interface has a...
  • D
    @j.theisen thanks, using HTTP-01 challenge, so there are no DNS files cat /etc/proxmox-datacenter-manager/acme/certificate.cfg acme: account=acme.example.com acmedomain0: my-pdm.example.com cat /etc/proxmox-datacenter-manager/acme/plugins.cfg...