The xauth package is needed for the example in the docs to access the ha-simulator via ssh with x11 forwarding.
On systems with a desktop environment the xauth package is usually already installed, but on a clean PVE installation it is missing. Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- I am not sure if there is more needed from my side for this patch. If so, let me know. debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 7b4ffb0..62eb4e9 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,7 @@ Depends: libclone-perl, libnet-ip-perl, libstring-shellquote-perl, liburi-perl, + xauth, ${misc:Depends}, ${perl:Depends}, Description: Proxmox VE HA Simulator -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel