Search results

  1. P

    restart VM when not running (properly)

    I assume that with HA you mean https://pve.proxmox.com/wiki/High_Availability_Cluster That will not work since it's a single machine. I just want the desktop that is running to be restarted if the kvm hangs or when someone shuts it down. (they don't have access to the main machine) Since its a...
  2. P

    restart VM when not running (properly)

    Is it possible to automatically start a VM when it is not running (properly). So in case of a shutdown or when it hangs (then it first would need a kill I suppose).
  3. P

    USB hotplug guest

    I hope there is a better way but I currently worked around this by adding all devices from a group to vfio IOMMU Group 10: -e 0a:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller [1002:15de] -e 0a:00.2 Encryption controller...
  4. P

    USB hotplug guest

    That's not automatically. It is a VM with a normal desktop on it. I want the user to be able to just plug in any random usb device and have it working. They don't have any access to the host so it needs to be automatic.
  5. P

    USB hotplug guest

    How can I configure so it is possible to plug in any random usb device and have it working in a guest automatically? thx
  6. P

    [SOLVED] Error on new install

    That helps thank you. Then I needed to comment out one entry in /etc/hosts to be able to run dpkg --configure -a 127.0.0.1 localhost #127.0.1.1 proxmox.lan proxmox 192.168.100.58 proxmox # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost...
  7. P

    [SOLVED] Error on new install

    Strange. I did a new install: # dpkg --configure -a dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain...
  8. P

    [SOLVED] Error on new install

    # hostname --ip-address 127.0.1.1 192.168.100.58
  9. P

    [SOLVED] Error on new install

    Just reinstalled on fresh debian 10 install. I get the following error: Created symlink /etc/systemd/system/multi-user.target.wants/pve-guests.service → /lib/systemd/system/pve-guests.service. Job for pvestatd.service failed because the control process exited with error code. See "systemctl...
  10. P

    error after removing proxmox-ve

    On a clean debian install proxmox did not start. I apt removed it and then wanted to add it again. then I get an error running apt: /bin/sh: 1: /usr/share/proxmox-ve/pve-apt-hook: not found E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (127) E: Failure running script...