[pve-devel] [PATCH v2 ha-manager] ha-simulator: add xauth dependency
Aaron Lauterer
a.lauterer at proxmox.com
Tue Feb 9 16:45:30 CET 2021
When installing the ha-simulator on a PVE node to start it via ssh with
x11 forwarding, the xauth package helps to avoid `Unable to init server:
Could not connect: Connection refused` errors.
Placing it in the suggests to avoid possible dependency issues which
could pop up when installing this package on other systems with e.g.
wayland instead of x11.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
v2: making it a suggestion instead of a hard dependency
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 7b4ffb0..f1ec771 100644
--- a/debian/control
+++ b/debian/control
@@ -48,5 +48,6 @@ Depends: libclone-perl,
liburi-perl,
${misc:Depends},
${perl:Depends},
+Suggests: xauth,
Description: Proxmox VE HA Simulator
This is a simple GUI to simulate the behavior of a Proxmox VE HA cluster.
--
2.20.1
More information about the pve-devel
mailing list