Kein MTU-Problem, der Ping mit 1400 Byte geht ja durch. Und HTTP scheitert auch, also ist es nicht TLS-spezifisch.
Das Problem ist deine Routing-Tabelle:
default via 255.255.255.255 dev eth0
Das ist Quatsch als Gateway. Da muss dein Router...
Vielen Dank für die Anleitung! Ich konnte alles erfolgreich auf meinem "N5 Pro" durchspielen. Zwei kleine Anmerkungen habe ich:
"shaderc" scheint es in meinem 24.04.4 nicht zu geben. Stattdessen hilft:
apt install libshaderc-dev
Und es fehlen...
✅ LLMs laufen stabil auf Proxmox mit AMD AI CPUs über die iGPU (Radeon 880M / 890M) via Vulkan
❌ Die AMD XDNA NPU wird aktuell von llama.cpp nicht genutzt
✅ LXC (privileged) ist der beste Weg, nicht VM
---
Motivation
Mit den neuen AMD AI CPUs...
For data to be safe, it has to be able to survive 2 failures. There are virtually none that will have 3-way replica of every piece of data. NetApp specifically - write cache is redundant in (up to) 2 places, so when one controller is in downtime...
Hi all,
I've set up a simple and basic home lab recently, including PBS and a QNAP storage. The QNAP has an external USB drive for monthly backups.
Unfortunately, this monthly job fails because the PBS backup creates folders that contain a...
Kein MTU-Problem, der Ping mit 1400 Byte geht ja durch. Und HTTP scheitert auch, also ist es nicht TLS-spezifisch.
Das Problem ist deine Routing-Tabelle:
default via 255.255.255.255 dev eth0
Das ist Quatsch als Gateway. Da muss dein Router...
Hallo, das Problem liegt an der Meldung in deinem Log:
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
Die EFI System Partition (sdd2) ist nicht beim proxmox-boot-tool registriert. Deshalb wird der Bootloader beim Upgrade nicht...
Kein MTU-Problem, der Ping mit 1400 Byte geht ja durch. Und HTTP scheitert auch, also ist es nicht TLS-spezifisch.
Das Problem ist deine Routing-Tabelle:
default via 255.255.255.255 dev eth0
Das ist Quatsch als Gateway. Da muss dein Router...
Das Problem ist klar: Incompatible firmware protocol major 7 minor 2 - der amdxdna Treiber im PVE-Kernel kommt mit der neuen Firmware-Version nicht klar. Das neue BIOS (3.18) hat wohl ne neuere NPU-Firmware mitgebracht, und der Treiber kann damit...
Hi @alma21,
There is no mechanism to do so. Theoretically, a window exists where both operations could be executed at the same time. In practice, however, the likelihood of this happening is very low.
This is especially true in a business...
Hi @alma21,
There is no mechanism to do so. Theoretically, a window exists where both operations could be executed at the same time. In practice, however, the likelihood of this happening is very low.
This is especially true in a business...
Hi,
sorry for "hijacking" this old/solved thread ... but I have still some questions regarding this topic .... as far as I understood from the linked/valuable Blockbridge/bbgeek17 KB article... there is always 1 "master" pve cluster node which...
Der fio-Test hat einen Haken: --sync=1 erzwingt synchrone Writes durch den ZIL, deshalb bringt auch iodepth=32 nix, der ZIL serialisiert das einfach. Deine VM hat aber cache=writeback in der Config, d.h. QEMU bestätigt Writes sofort ohne sync an...
We're seeing exactly the same thing when restoring a VMware vm to proxmox using Veeam. Server is a Dell Poweredge R740 with intel CPU's.
After the attempted restore all VM's in the list show with a ?
Veeam restore fails and the restored VM wont...
The Windows event log should have an entry if they fail to start or crash.
You could always create a Scheduled Task in Windows to start the services at startup. “Sc start servicename”
Hey! I'm trying to setup Proxmox using a bridged setup on a Hetzner dedicated server (I followed the official guidelines: https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve#22-bridged-setup).
The Hetzner firewall is...