You are using an http mode frontend with a tcp mode backend for pve, which doesn't make much sense: haproxy will terminate the ssl tunnel and send clear text traffic to PVE which won't work. Change the backend mode to http and use something like...
If it's only happening on a single host, I'd compare it against a healthy node first. Check DNS resolution times, repository response times, and disk I/O during the update process. I've seen update jobs appear frozen when the underlying storage...
One thing I'd check is whether the remote LAN subnet is actually included in the WireGuard tunnel configuration on both sides. I've seen cases where the tunnel itself is up, but traffic never reaches the destination because the network isn't...
If HAProxy is terminating SSL on the frontend and then forwarding plain HTTP to the backend, the traffic between HAProxy and Proxmox won't be encrypted. That's expected unless SSL is also enabled on the backend connection.
I'd double check the...
Hallo, das habe ich schon verstanden.
Noch ein Tipp, die Geizhals Liste habe ich überarbeitet, da nun auch das ASRock B550 PG Riptide wieder, kurzfristig verfügbar ist.
Das alles ist nur als Vorschlag für ein HomeLab zu sehen und diese gibt...
Naja, der Default ist ja wie folgt:
Also wird an jeden ersten Sontag im Monat getrimmt und an jeden Zweiten gescrubt. Warum willst du denn von Default abweichen? Solange du da keinen guten Grund für hast, würde ich es lassen. Der scrub-Prozess...
I'm working on a CLI tool (very early stages) to remotely interact with PVE and PDM, is anybody interested in something like this?, would love to receive some feedback:
https://github.com/ciroiriarte/pve-cli
Aus Sicht des Absenders kann ich das absolut nachvollziehen. Allerdings sollte in diesem Fall – wie @Stoiko Ivanov bereits erwähnt hat – eigentlich eine entsprechende Benachrichtigung an den Absender zurückgehen.
Ich möchte lediglich verstehen...
@derFelix
I would say that
server pve 192.168.0.10:8006 ssl verify none
should work.
If I understand your posts, you have already tried that without success. But maybe not with the other directives modified according to our suggestions...
Aus Sicht des Absenders kann ich das absolut nachvollziehen. Allerdings sollte in diesem Fall – wie @Stoiko Ivanov bereits erwähnt hat – eigentlich eine entsprechende Benachrichtigung an den Absender zurückgehen.
Ich möchte lediglich verstehen...
Danke für deine Antwort . Das ich alte Hardware genommen habe ist mir bewusst und dem Umstand geschuldet das ich diese habe und ich zum testen nicht extra welche kaufen wollte. Da es hiermit aber nicht funktioniert werde ich mich nun nach...
You didn't say what xattr you were trying to set, so I can only guess that you are getting this message because you aren't naming your attribute in the user namespace. If you look in "man xattr" there are several namespaces that have special...
Yeah the issue is on ZFS' side. I only asked for downgrading guidance here so it's fine. I have to wait for the upstream issue to be resolved.
I tried importing the pool into a new system (live debian13) but the issue was the same there with the...
Vielleicht übersehe ich ja etwas, aber „clientlos“ wird es eher nicht gehen, „agentlos“ aber schon. ;-)
Warum nicht einfach ein Tool wie Uptime Kuma nutzen? Das Tool kann ICMP-, HTTP- und noch einige andere Checks durchführen und funktioniert...
Too bad that downgrading the kernel/zfs didn't solve your issue.
It is unclear to me if your system is still trying to import the storage pool on boot. Like Stoiko said, there might be other triggers than the zfs-import service. That's why I...
Generell ist die LOAD bei Linux eine etwas "silly metric" (so die Linuxkernelentwickler: https://github.com/torvalds/linux/blob/master/kernel/sched/loadavg.c ), da sie eben nicht nur CPU-Auslastung sondern auch andere Sachen wie IO...
Hello,
I just came across a problem with zfs handling of xattrs. My zfs has xattr=sa and is mounted with xattr. But using setfattr on a file results in "operation not supported". Why is this?
While I haven't used AIDE or Tripwire on Proxmox hosts, I do run Wazuh which performs similar function among other things. I've been using it for years on Proxmox and other servers without any issues.