[pve-devel] [PATCH ha-manager] ha-simulator: add xauth dependency
Aaron Lauterer
a.lauterer at proxmox.com
Mon Feb 1 11:18:44 CET 2021
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.lauterer at 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
More information about the pve-devel
mailing list