Check you router/firewall. Did you update the anything in your network? Try "curl" on your LAN IP as a confirmation. Try to direct connect a PC to your PVE to bypass your router.
Users often report a case where they use an IP for PVE that is...
Hello. I installed Windows Server 2025 Standard (updated_feb_2026 iso) (see screenshots for virtual machine settings) on Proxmox version 9.1.4. The installation was successful, then I installed Virtio 0.1.285 and all available updates through...
After updating my Proxmox server every vm and lxc work fine, I can access the server via ssh, the web ui does not work.
I tried safari and chrome both say the server is not reachable, same ip than ssh with https.
Loged in vai ssh,
curl -k...
This means that you are trying to delete a Virtual Disk/Image that matches the index ID of an existing VM. If you cannot see this disk in the VM hardware platform then you need to scan the disk in: qm disk rescan (man qm). Or, if you insist doing...
It is the iSCSI target that advertises the portals (where IPs are asigned). The iSCSI Target is the TrueNAS, so its the TrueNAS that informs the Initiator (PVE) about possible connection options (Portals).
Your situation is described as one of...
Alternative to what? What kind of workaround to which Problem? Lvm/thick will work but you won't have thin provioning, snapshots or a vmfs-like filesystem ( except when your storage Hardware has NFS ). This doesn't need to be a problem depending...
Yes, it's all file based and there is no 1:1 migration path available, especially with LVM because it's block storage. This question is asked a lot and there is no working and stable open source solution for this in the Linux realm with block...
I've done some more work on reproducing this issue, and have found a race between generic page walkers (i.e. walk_pgd_range, which is called from some procfs reads like /proc/$PID/smaps_rollup or /proc/$PID/numa_maps) and large BAR remapping into...
DISCLAIMER: This is not Official Proxmox. I use the source code and applied it to the latest available kernels that Ubuntu has in the same way Proxmox does. Except they have a team, and a bunch of test benches, and procedures to make sure things...
I have 2 new releases. One is proxmox-kernel 6.19.2 (unofficial) — Linux 6.19.2 + OpenZFS 2.4.1, which is based on Ubuntu 6.19.0-6.6. I made it an official release, as The Resolute Raccoon has it as a stable release. I have updated it to have...
Yes, it's all file based and there is no 1:1 migration path available, especially with LVM because it's block storage. This question is asked a lot and there is no working and stable open source solution for this in the Linux realm with block...
Every time the kernel is updated, I have to re-install the nvidia divers, they do not survive the update.
I install them by:
./$(ls -t NVIDIA-Linux-x86_64-580.126.18.run | head -n 1) --dkms --disable-nouveau --kernel-module-type proprietary...