auch wenn es solved ist.
ARC kann man gut auf einem linux server (postfix mit rspamd) machen.
ich hab dazu eine
/etc/rspamd/local.d/arc.conf erstellt.
sign_local = true;
try_fallback = true;
sign_symbol = "ARC_SIGNED";
# Empfohlene...
Ich muss hier nochmal stören.
Ich hab mal was gebaut, um PMG ARC beizubringen.
Ich nenn´ es liebevoll pyarc.
Es prüft ob ARC-Ketten vorhanden sind, wenn nicht wird eine für die aktuelle Mail erstellt.
kein großer aufwand um das einzubinden...
Vielen Dank @paase84 .
Ich schau mal, ob ich das auf unserer Produktiv-Instanz einsetzen kann.
Ich muss immer etwas aufpassen, damit Customizings auch update-resilient sind. Gelingt mir nicht immer.
Hi,
es sollte ausreichen, diese Zeile zu ändern von
ExecStart=/usr/bin/pmgqm send --timespan yesterday
in
ExecStart=/usr/bin/pmgqm send
SO hab ich das bei mir gemacht. Der Service arbeitet jetzt zumindest so, dass aufkommender Spam um 9 Uhr...
Most of the data you ask about is really irrelevant. The point was to drive the system to some kind of unified performance peak, what CPU and whether virtual or hardware and exact test design is rather irrelevant as long as they are the same, so...
This has nothing to do with the question whether gluster is dead or not. Debian ships a lot of packages which hasn't seen much or any upstream activity for years as long as somebody volunteers for maintaining it. They also don't ship some...
On is the default config, so setting it to on makes no difference. Off seems to work for quite a lot of old hardware with newer kernels. Set it to off.
I have been doing some experimenting with Proxmox ahead of my server rebuild. I am a home user who does minor self-hosting. I have been using PVE on a mini PC; I love it! Now I want to run it on my main NAS/server. I am going to get rid of my...
Hmm, i tried replicating the situation locally but didn't succeed until now.
Also didn't see any obvious typos etc.
Just to be sure, you rebooted the PVE node after making changes to the interfaces file, correct?
What is the output of cat...
I experienced similar issues with Windows Server 2025 after 8-to-9 upgrade just last week.
Chance CPU type from host to something else, like x86-64-v3.
No worries, and the manual can always be improved though I didn't put in the technical explanation from above as it felt too specific. If it's useful there as well, I can certainly find a way to put it there without being too distracting from the...
Practical problem is finding those thresholds for your specific cluster size and workload.
So I think any information is helpful for an educated guess of needed threshold values.
Maybe "Advanced" checkbox for documentation like we have for...
My bad, sorry - if you want to use VLAN 801 as VNet as well, you'd configure the IP on the interface of the VNet (in /etc/network/interfaces), like so:
auto vnet801
iface vnet801 inet static
address 10.100.100.34/24
gateway...
In a way I gave up, but I found a solution I like:
In one single step i get a strong base to work with ansible in a new container
On the proxmox node I place 2 generic scripts:
#!/bin/bash
SCRIPT=_provsion_script.sh
pct push $1...
Ohh I understand now. I thought that with sys.audit and SDN rights it would only display the SDN part in the settings, but in fact it displays everything, there are simply no modification rights.
So atm it's not possible to only display settings...
Hello all,
i have some hosts running on a local proxmox server and on the hetzner cloud. On proxmox I work with lxc containers.
I try to script the setup of these machines as much as possible and strive to define them completely with 'source...
I seem to have a similar issue. I recently updated my system from 8.4.11 to 8.4.19 on my HP ProLiant DL380p Gen8 server with P420i RAID controller
It booted several VM and after 5 to 10 minutes just crashed.
Partial log below
If I interrupt...
Yes, we have 3.20251202.1~bpo13+1 of amd64-microcode installed. I'm very skeptical that Hetzner support will do a BIOS update just for us, since their policy is "We don't officially support Proxmox".
Hi there,
I recently upgraded my PVE host to v9.2.3 and since then just one of my VMs is in trouble.
It stalls frequently for up to half an hour. During that time it won't even do a guest ping and stops Windows hearbeat. Windows Events records...
Hi Jonas,
thanks for the reply. I would prefer to stick with the routed setup for now, so I will pass on the virtual MAC approach.
I'd like to keep the details of my setup private, but I really appreciate your suggestion. Since I'm following...