Recent content by vmslinger

  1. V

    Recovering Server from Disks

    I do have a server with a dead motherboard (will not boot). Luckily, the disks are fine. There are two disk, and I am able to mount both on another server. I am able to see a swap and a root LV on the first disk, and the "root" disk has the Proxmox file system. The disk also contains a "data"...
  2. V

    noVNC Keyboard input Issue

    I had a similar issue, but it was caused by Synergy, a software KVM I am using. If I use the physical keyboard, the shift key is working fine. For the remote keyboard via Synergy, the shift key only works for letters, not for special characters.
  3. V

    Customized ACME ("Lets Encrypt") URL

    I am using my own internal CA instead of the "default" Letsencrypt CA to issue certificates. Is it possible to point Proxmox to a different URL? I only find the "hard coded" LetsEncrypt URLs (either staging or live). The reason I prefer my own internal CA is that I don't like to have my proxmox...
  4. V

    How to Apply Promox Patch?

    This patch was created with the tool 'diff' and the easiest way to apply it is with the tool 'patch'. Copy/Paste the patch into a file, starting with these two lines: --- a/PVE/QemuServer/Cloudinit.pm +++ b/PVE/QemuServer/Cloudinit.pm and ending with my $size =...
  5. V

    Moving VMs from Old Disk

    I had a Proxmox server fail on me. Luckily, the old disk is still fine. I did purchase a new server, with faster disk, and would like to move the VMs from the old disk to the new disk. I am able to install the old disk in the new server. But I am lost as to how to get the new server to...