I've been running Home Assistant for while in a Promo VM. I decided I wanted to add another VM, but I can't find the GUI. The Proxmox machine is on Debian 13, pve-manager is 9.2, and teh machine is only listening on ports 22, 25, 85, 111, and...
Hmm.
Okay, so it works. And once the VM is booted fully, it seems stable. That said, it takes 5-10 "boot" attempts on the KVM/VPS to start it fully. It crashes the other 9 attempts.
Unsure of why, as it doesnt appear to be logging any errors.
Hmm.
Okay, so it works. And once the VM is booted fully, it seems stable. That said, it takes 5-10 "boot" attempts on the KVM/VPS to start it fully. It crashes the other 9 attempts.
Unsure of why, as it doesnt appear to be logging any errors.
See `Can I mix x86-64 and arm64 nodes in one cluster?` in the Q&A section, I assume to get around the different arch problem, you could use Affinity Rules to let VMs only HA between same architecture.
I have a SK hynix PE4010 (HFS960GD0TEG-6410A, 894G) installed on a PCIe splitter card on an ASRock B450M Pro4-F. The splitter card has no switch chip; it relies on the motherboard's PCIe bifurcation.
After updating from 7.0.2 to 7.0.14-8, PVE...
Hi, @Melone145
From your post it's not clear in what circumstances the issue started.
1) Was it after an upgrade? If yes, what was the exact command to execute the upgrade?
2) Are there any unofficial add-ons in your PVE?
We are excited to announce the first release of Proxmox Virtual Environment with official support for a second CPU architecture: 64-bit ARM (arm64/aarch64). Until now, Proxmox VE was available for x86-64 (amd64) only.
Proxmox VE 9.2 for arm64...
See `Can I mix x86-64 and arm64 nodes in one cluster?` in the Q&A section, I assume to get around the different arch problem, you could use Affinity Rules to let VMs only HA between same architecture.
You are probably right about pure ARM without GPUs, but looking at the options, most of the prices don't look that bad comparing to x86, especially when the largest portion of the price is the GPUs and memory and the performance of the CPUs don't...
Cause: vzdump for unprivileged containers runs tar through lxc-usernsexec, which remaps uid/gid 0 → 100000 for the duration of the archive
When Proxmox runs the job itself (GUI/scheduler), the worker's cwd is /, which is world-traversable, so...
I found a different solution, without the backup and restore.
1. Make a new CT on the LVM or ZFS node which ever has more disk space.
2. Create an NFS export in the CT
3. Mount the NFS export in the proxmox cluster
4. Change the storage of...
Hi all,
I tried to upgrade from 7.0.6-2-pve to 7.0.14-8-pve.
During that upgrade I faced the error messages below:
Failed to copy data from "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to...
Munin is a basic monitoring tool that mostly consists of a daemon running plugins (scripts) that produce output in Munin format, and a data collector that polls for this information, usually every five minutes. The collector writes everything...