Hi everyone,
I wanted to post an update.
We have successfully upgraded to Proxmox VE 9.2.3, which also updated the PVE host kernel, QEMU-related packages, guest agent components, and everything involved.
At first, we thought the problem had...
Hi @whiterabbit
vielen Dank für deinen Post!
Vorneweg verweise ich mal auf die PMG Doku zum Thema DKIM [1].
Dort sind die Einstellungsmöglichkeiten und Vorgehen erklärt.
Zu deinem konkreten Problem:
Kannst du bitte einmal den TXT Record den...
Yeah that makes sense that it would still be encrypted... I had a moment. I think if I went that route I would have generated certs anyways since I could put it behind Traefik with my domain which then gives signed Let's Encrypt keys. Unless the...
Die FDB hat zwar einträge, jedoch noch lange in im Max bereich:
root@pmfw1:~# bridge fdb show br vmbr001 | wc -l
437
root@pmfw1:~# cat /sys/class/net/vmbr001/bridge/hash_max
4096
Das Deaktivieren des floodings wäre vermutlich der Workaround...
With a self signed cert the connection is encrypted, the remote has to accept the cert. it could be easier to set up a man in the middle attack but Proxmox requires the cert thumbprint if self signed.
Hello community,
We need an hand to solve an issue that is driving us crazy. Please help us to find the missing piece of the puzzle :)
We are unable to contact public hosts using HTTP and HTTPS from LXC containers, although DNS and ICMP work...
Die WRMSR-Meldung (Unhandled WRMSR(0x1d9)) ist ein Red Herring, das ist nur ein MSR (IA32_DEBUGCTL) den der Gast schreiben will aber der Host nicht durchreicht. Passiert ständig und ist harmlos.
Was den Reboot angeht: das Corosync-Log sieht...
Hi @Freddy Lege ,
We have seen no issues in our testing with PVE 9.2 and Kernel 7. Perhaps you can expand with more details, i.e.:
- storage vendor you are using
- exact PVE versions (pveversion / pveversion -v
- how the connections were...
Hallo.
Folgender Aufbau bei uns:
Host-Europe-Web-Server (hält die Domain) <---> OPNSense-Firwall <---> PMG (nimmt an) <---> interner Mail-Server (nimmt entgegen und hält die Postfächer).
Bisher dachte ich, dass ich sämtliche DNS-Einstellungen...
Thanks ! - the issue might be the output from your custom check script - could you verify that by - disabling the DEBUG: lines it prints?
or delete them from a copy of your syslog and run the locktracker command with `-i </path/to/copy-of-log>`
Thank you so much for showing me the way.
I've changed it to `my $debug = 0;`
The debug lines were cleared with the following commands, and the service was restarted.
systemctl stop rsyslog syslog.socket
grep -v "DEBUG:" /var/log/syslog >...
Thank you so much for showing me the way.
I've changed it to `my $debug = 0;`
The debug lines were cleared with the following commands, and the service was restarted.
systemctl stop rsyslog syslog.socket
grep -v "DEBUG:" /var/log/syslog >...