Search results

  1. N

    Proxmox control Virtualbox

    Yes, i run them both side by side, if it is not working, make sure you have selected KVM as your virtualization provider in virtualbox. KVM hard locks the VX extensions of the host CPU and thus does not play well with others, VBox can use KVM directly as the virtualization engine, simply adding...
  2. N

    Proxmox 5 reboot bug?

    True, though i would like to add, that when I first tested proxmox, I did so on a very low end system. it was not uncommon for the timeout to happen at the gui level itself, I assume the inbuilt web service simply could not keep up, ether way numerous commands could ether fail to execute, or...
  3. N

    Proxmox 5 reboot bug?

    Sorry to start stepping on toes but..... ksm-control-daemon is not installed when following the wiki guide for installing proxmox on debian... that said, KSM missing would NEVER be the issue for a VM failing to RESTART if it was already running, lack of KSM could prevent a VM from starting if...
  4. N

    Proxmox control Virtualbox

    Oh and, currently, I use remotebox to handle Virtualbox tasks on the node. so basicaly when i go off to VM land, i have to have a browser window open for proxmox, remotebox open for virtualbox, and an ssh console or 2 open when i want to move something between proxmox and virtualbox (in ether...
  5. N

    Proxmox control Virtualbox

    Virtualbox can use KVM for its CPU virtualization, setting a VM to use KVM thus has vbox and proxmox both simply sending commands to the KVM module, instead of proxmox/KVM and virtualbox both trying to fight for virtualization extensions. you can also turn off virtualization extensions in vbox...
  6. N

    Proxmox control Virtualbox

    It is a shame the feature wont be added. as far as running in parallel, I have a node running both proxmox VMs and a few Virtualbox VMs (as Vbox supports usb2 passthrough, and video hardware access passthrough far better than KVM/qemu, just to name a few reasons) and they do in fact work quite...
  7. N

    Proxmox control Virtualbox

    This may or may not have been braught up before, i could not find it using forum searches that made sense to me. I would love to see an option for Proxmox to control Virtualbox. Now, before the current KVM fans explode this thread, stop, I do not wish to replace KVM, it is wonderful and has...