Wir sind hier im ländlichen Raum ... der "einzige" (?) Anbieter, der hier Glasfaser mit 1GBit/s anbietet, scheint momentan e.ON zu sein. Dass die keine feste IPv4 für Schulen anbieten, finde ich auf alle Fälle schwach. Es ist ja schon ein...
Der Kollege hat nicht gänzlich Unrecht.
Wenn Du einen Mailserver selbst hosten willst, muss Dein "Mailausbruch" bestimmten Kriterien standhalten:
- statische und dezidierte IP
- statische PTR-, MX-, A-, SPF-, DKIM-, DMARC-Einträge
DynDNS ist...
You don't need to downgrade your entire Proxmox, you can also run an older kernel on 9.2 like you manually downgraded ZFS.
For example:
apt install proxmox-kernel-6.17.4-2-pve-signed
proxmox-boot-tool kernel pin 6.17.4-2-pve
For which kernel to...
You don't need to downgrade your entire Proxmox, you can also run an older kernel on 9.2 like you manually downgraded ZFS.
For example:
apt install proxmox-kernel-6.17.4-2-pve-signed
proxmox-boot-tool kernel pin 6.17.4-2-pve
For which kernel to...
I see. Is this the recommended way to downgrade a minor release? 9.2 -> 9.1
Btw: zfs 2.4.0 was introduced in 9.2: https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.2
yes i can reproduce that, i'll look into it
EDIT: sent a patch for it, wasn't that much change: https://lore.proxmox.com/pmg-devel/20260617105617.2351595-1-d.csapak@proxmox.com/T/#u
The zfs module comes with the Proxmox kernel package.
If I'm not mistaken, ZFS 2.4.0 was included since 6.17.9-1-pve, so downgrade to a kernel before that.
This is the impacted guest logs when it happens :
Jun 17 11:33:12 montblanc systemd[1]: dnf-makecache.service: Deactivated successfully.
Jun 17 11:33:12 montblanc systemd[1]: Finished dnf-makecache.service - dnf makecache.
Jun 17 11:33:12...
It just happens few seconds ago on my second physical server :
Jun 17 11:08:12 vd-hel1-dc5-pve01 dhclient[6293]: DHCPREQUEST for 192.168.100.13 on eth0 to 192.168.100.2 port 67
Jun 17 11:08:12 vd-hel1-dc5-pve01 dhclient[6293]: DHCPACK of...
Hello,
We are planning a migration of our virtualization environment from VMware ESXi to Proxmox VE and need advice on designing a dedicated backup network. We want to keep Veeam Backup & Replication as our primary backup solution, using its...
Yes, renaming is indeed not (yet) support - my bad.
But in the meantime, it should be quite easy to work around if you simply delete the old pinning file first at /usr/local/lib/systemd/network/50-pmx-<oldname>.link, and then run...
I ran into a kernel level issue with the latest zfs: https://github.com/openzfs/zfs/issues/18648 (I opened the issue)
According to some folks on there the issue is only existent in zfs 2.4.x and downgrading to 2.3.x should be a valid workaround...