Search results

  1. Stefan_R

    Booting VM causes other VM to stop

    Anything in the logs? (journalctl -e)
  2. Stefan_R

    Booting VM causes other VM to stop

    Your first VM has 'OVMF' configured but no efidisk. Please add one and try again. ("Hardware -> Add -> EFI Disk")
  3. Stefan_R

    cset failing (PVE7)

    For best performance on Ryzen, I'd recommend aligning your core layout to the physical layout of the CPU cores - that is, your CCX and CCD configuration. Check that with 'lstopo'. For a 12 core chip that probably means either 2x6 or 4x3, meaning your layout should work in counts of 3. Setting...
  4. Stefan_R

    Cluster node semi-offline?

    This would indicate a failure in 'pvestatd'. This can have many reasons, often it is (network) storage related. Check the logs ('journalctl -e') on the affected node.
  5. Stefan_R

    Deskmini X300 Proxmox Server Configuration

    DHCP is not recommended for bridges on PVE. You can configure it via /etc/network/interfaces if needed (just like on regular Debian), but in general it is discouraged. You can configure a static IP on PVE and also reserve it in your router's DHCP server or assign a static IP outside the DHCP...
  6. Stefan_R

    cset failing (PVE7)

    PVE 7 switched to cgroups v2, so the bad news is that 'cset' doesn't work anymore. But the good news is that systemd can do it natively now: sudo systemctl set-property --runtime -- user.slice AllowedCPUs=0-7 sudo systemctl set-property --runtime -- system.slice AllowedCPUs=0-7 sudo systemctl...
  7. Stefan_R

    Random crashes of the Proxmox VE

    Could you try rebooting the machine and choosing a different kernel version on your bootloader prompt? It may be a regression in the new 5.11 kernel.
  8. Stefan_R

    kernel error message on one server each 5 minutes

    Right, JBD2 is attributed to ext4, and dm-7 seems to point to your root drive, so... bad root disk? nvme6n1?
  9. Stefan_R

    VM to ISO, V2P in Proxmox. How can I install a VM from USB stick?

    Okay, then I'd recommend skipping the ISO step. The VM disk contains the data necessary to run the system, not install it. Just 'dd' the VM image to the target drive and boot from that in the physical environment. Bar any driver/compat issues, this should work fine.
  10. Stefan_R

    VM to ISO, V2P in Proxmox. How can I install a VM from USB stick?

    What is your goal here? Do you want to transfer a VM to a physical server?
  11. Stefan_R

    CPU Limit with Hosting Practices

    The question isn't "how can you get the load average lower", but rather "what problems do you see with a high load average". In general, provisioning a machine to the max should not cause any issues - VM processes are time-sliced, so every VM should get it's share of performance according to...
  12. Stefan_R

    Locally mounting drive that has been passed-through to VM

    Because how would it know that the filesystem is busy? A block device can be accessed by multiple clients at once, this is intentional. The filesystem on it keeps track locally (that is, within the kernel) that it doesn't get mounted twice, but the two mounts don't happen locally - one's in a...
  13. Stefan_R

    Random crashes of the Proxmox VE

    Both messages are normal. What exactly happens when the system becomes unreachable? Does only network connectivity go down? Does the entire box hang (i.e. can you still type commands physically)? pveversion -v? Note that GPU passthrough can lead to instability at times, maybe try running...
  14. Stefan_R

    GPU Drivers on host or lxc?

    Host only, kernel drivers are shared. Keep in mind that using a GPU inside a container is rather tricky to get right, and can only be used for transcoding etc..., not a full display output.
  15. Stefan_R

    kernel error message on one server each 5 minutes

    I would check if your hardware is ok... This message usually indicates a failed disk. Can you also post lsblk and cat /etc/pve/storage.cfg output? What storage technology are you using?
  16. Stefan_R

    Destroy an unallocated disk safely

    Is the dataset still mounted? Check with zfs mount or just mount.
  17. Stefan_R

    Lost telnet 25 connection to a pve.

    Try running a traceroute, or check iptables/routers on all involved machines. Running tcpdump -i any port 25 might also help, run it on all involved machines along the way and see where the packet stops. Aside from that, maybe stop using telnet? SSH does exist, is supported, and much more secure...
  18. Stefan_R

    egpu passed through to ubuntu host seen by lspci but not nvidia-smi

    AFAIK thunderbolt passthrough is not supported. I believe this has to do with the out-of-band thunderbolt communication via it's own protocol, which is not passed through to the VM. Does the eGPU work on the host?
  19. Stefan_R

    How to amdgpu on proxmox 7

    'amdgpu' is included in our kernel, no need to install anything. passthrough to container is a rather tricky business, but it does not require seperate drivers in the container.
  20. Stefan_R

    [SOLVED] How to virtualize without Intel Technology

    Yes, you can either use containers or disable "KVM hardware virtualization" in the VM options after creating it via the GUI. This will allow you to run a VM without VTx/SVM, albeit *very* slowly.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!