public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH v2 ha-manager] ha-simulator: add xauth dependency
Date: Tue,  9 Feb 2021 16:45:30 +0100	[thread overview]
Message-ID: <20210209154531.11093-1-a.lauterer@proxmox.com> (raw)

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





             reply	other threads:[~2021-02-09 15:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 15:45 Aaron Lauterer [this message]
2021-02-09 15:45 ` [pve-devel] [PATCH v2 docs] ha-manager: simulator: add note for xauth when installing Aaron Lauterer
2021-02-10  7:19   ` Thomas Lamprecht
2021-02-09 18:21 ` [pve-devel] [PATCH v2 ha-manager] ha-simulator: add xauth dependency Dietmar Maurer
2021-02-10  7:29   ` Thomas Lamprecht
2021-02-10  7:42     ` Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210209154531.11093-1-a.lauterer@proxmox.com \
    --to=a.lauterer@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal