[pve-devel] [PATCH ha-manager] ha-simulator: add xauth dependency

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Feb 1 11:46:04 CET 2021


On 01.02.21 11:18, Aaron Lauterer wrote:
> The xauth package is needed for the example in the docs to access the
> ha-simulator via ssh with x11 forwarding.

then the client needs it, and the client does not installs the ha-sim
if it's used over ssh anyway?

Even if required for the server side in that case it'd be only a Suggests
or at max a Recommends, but no hard-dependency (could especially become
a problem with some pure wayland setups in the future)

> 
> 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
> 






More information about the pve-devel mailing list