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...
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]...
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...
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
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
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
@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...