The "whatever reason" is hidden in this statement: ..the vmbr0 interfaces on the other cluster members...
The Ethernet case is normally bridged. Everything is basically connected to a managed switch, in your case vmbr0. There is no IP routing going on, the kernel does not care about the IP...
Yes, it is NAT at layer 2, basically.
The problem is that the access point your PVE is connected to won't (usually...there are exceptions) accept Ethernet frames that did not come from the MAC address that is associated with it. So I don't see any way to do this without some kind of NAT...
There is a way to do it but it is complex and you need to do configuration for each VM that will be using the bridge.
Because when you installed a Desktop Environment it brought in Network Manager to control the interfaces. If you want to do it manually with /etc/network/interfaces you should...
It isn't a matter of PVE "being able to boot the VM" as much it is a question of drivers. Does Windows have drivers for the hardware you have given it? A lot depends on the previous setup since Windows doesn't install all the drivers it has but only the ones it thinks it needs.
Maybe try SATA...
Your rootfs (/dev/mapper/pve-root) is full. I'm going to go out on a limb and guess that your gdrive mount was at some point not present and backups got written to /mnt/gdrive/proxmox_backup.
You can check by un-mounting it and checking what you find under /mnt/gdrive.
SPICE will give you audio, but you asked about RDP. RDP is not native to Linux.
ETA: I don't know what videos you watched, but most virtualization workloads aren't virtual desktops. If you're running a web server or mail server or whatever you don't need sound.
To expand on what @LnxBil said, you probably have the Debian version still installed. You can verify with "dpkg -l curl".
The problem is your library path. Curl is a command-line tool + a library. What is happening seems to be that the wrong library version is being found. Which means that...
Why is there a directory called /usr/lib/vmware in the first place? That's not a normal thing on PVE. Are you running PVE on top of VMware?
ETA: In other words, it looks like you have installed some version of curl on your PVE that did not come from the PVE or Debian repositories.
Fatal glibc error: CPU does not support x86-64-v[ 0.959953] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
This seems to be saying the image was built to use some x86 instruction set extensions that aren't enabled. If you are using the default "kvm64" CPU settings that...
Yes, updating will get you to the current version.
The issue with non-subscription repositories is that they might be slightly ahead in the package versions compared to the enterprise ones. This is normally not a problem and eventually the enterprise repositories will catch up. At that point...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.