Search results

  1. S

    Run custom command after VM start?

    I am looking for a way to run a custom shell command as root automatically sometime after a VM is started. I need the command to be run at least after the main KVM process and all it's threads have been created. The command I want to run is this: ls /proc/$(pgrep -f nick-htpc)/task | xargs -n...
  2. S

    How to set Linux scheduling priority of a VM on start?

    I'm looking for a way to set the Linux scheduling priority of my VM on Proxmox to SCHED_FIFO automatically when it's started. Currently I have to start my VM, then look up the PID of the process and all it's threads and run the command "chrt -f -p 1 PID" to set the scheduler to SCHED_FIFO. I...
  3. S

    [SOLVED] How to specify numa cpus in vm.conf?

    I'm sure this is a simple answer but for some reason I can't figure out what the documentation is telling me. I'm trying to specify cores 0,2,4,6 out of my 0-7 cores. Currently my numa0 line looks like this: numa0: cpus=0,hostnodes=0,memory=4096,policy=bind I think this is valid so far, but...
  4. S

    ZFS updates?

    Hi. Forgive me if this is a waste of time question, but maybe a dev has a simple answer :) I've been using ZFS on Proxmox for awhile now but I used to use the third party archive.zfsonlinux.org repo for my packages since I was using ZFS on Proxmox since before Proxmox started inclding ZFS...
  5. S

    NoVNC console view keyboard problem

    I am having a problem with the NoVNC console viewer. Essentially my spacebar does not work anywhere. In a Linux CLI VM, or a Windows GUI VM, or even the server console itself, the space bar simply does not work anywhere. This is only a issue with Chrome (I am on 43.0.2357.132), Internet...