We are proud to announce the first release of our new Proxmox Offline Mirror tool.
With the Proxmox Offline Mirror tool, you can manage a local apt mirror for all package updates for Proxmox and Debian projects. From this local apt mirror you...
My recommendations... go through each error as they were found. check that first one that I mentioned... is it mounted? If it's not mounted well... it'll fail right there.
Is the internal flash a sd (mmc) card? Then you won't be able to install ProxmoxVE with the regular iso image see https://forum.proxmox.com/threads/unable-to-get-device-for-partition-1-on-device-dev-mmcblk0.42348/
In theory you could first...
I'm testing the new OCI feature in PVE 9.1. Overall, it is working well for my use case.
How are people dealing with persistent data? For example, in Homepage, the image I've been testing with, most of the configuration is stored in /app/config...
Den Fehler no such logical volume pve/data hab ich wegbekommen durch anpassen der /etc/pve/storage.cfg auf:
dir: local
path /var/lib/vz
content vztmpl,iso,backup
Aber /etc/pve/qemu-server und lxc bleibt leer und somit keine VMs...
Oh that's interesting! This shows also the difference between Strorage-View and Filesystem-View.
root@pve03:~# zfs get available,used,referenced,reservation,recordsize -r nvme-2tb
NAME...
A small update from our side: we have released kernel 6.14.11-5~bpo12+1 for the 6.14 kernel branch of Proxmox VE 8.x, which contains a backported fix for the ICE driver issues. This version is currently in the pve-test repository, so it might...
Been banging my head for a day, and then I solve it 50 minutes after posting.
I've been missing another path.
This is the final HA Proxy config:
acl HDR_quarantine hdr(host) -i mail.examplecom
acl PMG_path path_beg -i /quarantine /pve2 /pwt...
FIPS is all about the processing and storing of data. The only way we were able to get around Proxmox not having FIPS validation is by using native encryption in the VMs. So for any windows VMs running on Proxmox they are Bitlocker encrypted...
Been banging my head for a day, and then I solve it 50 minutes after posting.
I've been missing another path.
This is the final HA Proxy config:
acl HDR_quarantine hdr(host) -i mail.examplecom
acl PMG_path path_beg -i /quarantine /pve2 /pwt...
Wenn du, was derzeit ja eher unüblich ist, einen Dual Socket AMD Sever nutzt, muss du natürlich auch auf NUMA achten. Bei 256 GB RAM was auch eher ungünstig aufgeteilt sein muss, sind ja nur 128GB pro CPU.
Bei den AMD Servern haben wir 12Channel...
schau mal ob alle Dienste laufen in der Konsole per systemctl | grep pve
pve-cluster.service loaded active running The Proxmox VE cluster filesyste
pve-firewall.service loaded active running Proxmox VE firewall...
Not a direct PMG question.
PMG sends quarantine links to people, and it would be excellent if the links worked from public internet, but I don't want admin interface to be exposed.
So I tried configuring HA Proxy to accept connections to...
You could try extending the write delay, add " ,commit=20 " to /etc/fstab options for rootfs (after the remount-ro), reboot and check dmesg and logs for errors. Changing the commit will delay writes for 20 seconds, allowing more aggregation.
If...