Installing the ha-simulator on a PVE node directly to start it via ssh and x11 forwarding will need the 'xauth' package installed on the PVE node as well.
Otherwise one is likely to encounter the following error when starting the simulator: `Unable to init server: Could not connect: Connection refused` Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- I added this patch as I think it might be good to have a hint in the docs as well and not just a suggested package. ha-manager.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ha-manager.adoc b/ha-manager.adoc index 2162d25..f0a029a 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -505,6 +505,10 @@ pve-ha-simulator working/ You can then start, stop, migrate the simulated HA services, or even check out what happens on a node failure. +NOTE: Should you install the simulator on a {pve} node, it is possible that +starting the simulator will fail at first. If that happens, consider installing +the 'xauth' package on the {pve} node. + Configuration ------------- -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel