Proxmox - A dedicated KVM platform for Whonix?

Just to say, working in Proxmox server :slight_smile:

3 Likes

I am trying to start it there too. Could you please tell me, where to turn off the time syncing? While system checking in the workstation, I’ve got “kvm-clock tsc hpet acpi_pm detected”.

Unrelated to timesync.

How to turn of this check is already explained in the very message which mentions it. That however doesn’t fix the original reason for the check.

How to fix the root issue? Users won’t be able to fix this. No developers are working on this.

sdwdate Disable Autostart

Does it mean, that my Whonix Workstation will have a weakness? Or it’s safe to just turn the check off?

The warning is there on purpose, is correct, not a false-positive.

1 Like

So, after an year, full of events, I’m here again :slight_smile:
And even with solution for PVClock, if someone will need it:

  1. Edit or create /etc/pve/virtual-guest/cpu-models.conf, add there a new CPU type. This simple one will work:
cpu-model: pvclockoff
        flags -kvmclock;-tsc
  1. Then use this CPU in the VM CPU options.
  2. ACPI you can turn off in plain VM options.
  3. I also set to no the option Use local time for RTC.

Adding flags to qm.conf doesn’t work, you need to create a custom CPU type.
Documentation used:
https://pve.proxmox.com/wiki/Manual:_cpu-models.conf
Possible flags you can find via console: qemu-system-x86_64 -cpu help

I’m open to critique. I’m not a pro in virtualization, so I could easily overlook something.