From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 6E4A81FF0E2 for ; Thu, 30 Jul 2026 12:13:57 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 66DE1213E7; Thu, 30 Jul 2026 12:13:55 +0200 (CEST) From: Erik Fastermann To: pbs-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com Subject: [PATCH proxmox-backup v2 2/5] d/control: depend on tools used by the system report Date: Thu, 30 Jul 2026 12:13:46 +0200 Message-ID: <20260730101349.217371-3-e.fastermann@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260730101349.217371-1-e.fastermann@proxmox.com> References: <20260730101349.217371-1-e.fastermann@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL -0.502 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 1.274 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Message-ID-Hash: 3YVM4CNAXXNBT5MRE45Q3PPEAFUNJNXS X-Message-ID-Hash: 3YVM4CNAXXNBT5MRE45Q3PPEAFUNJNXS X-MailFrom: efastermann@ruth.proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Erik Fastermann X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The report runs ethtool per physical interface, top (package procps) for the load section and proxmox-boot-tool (package proxmox-kernel-helper) for the ESP status, none of which were depended on directly. proxmox-kernel-helper is a recommendation rather than a direct dependency, as proxmox-boot-tool is not required on systems which are not running a Proxmox kernel. Signed-off-by: Erik Fastermann --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 1ddb7c481..2ef403a7b 100644 --- a/debian/control +++ b/debian/control @@ -199,6 +199,7 @@ Rules-Requires-Root: binary-targets Package: proxmox-backup-server Architecture: any Depends: dmidecode, + ethtool, fonts-font-awesome, gdisk, iproute2, @@ -212,6 +213,7 @@ Depends: dmidecode, pbs-i18n, pciutils, postfix | mail-transport-agent, + procps, proxmox-backup-docs, proxmox-enterprise-support-keyring, proxmox-mini-journalreader (>= 1.7), @@ -223,6 +225,7 @@ Depends: dmidecode, ${misc:Depends}, ${shlibs:Depends}, Recommends: ifupdown2, + proxmox-kernel-helper, proxmox-mail-forward, proxmox-network-interface-pinning, proxmox-offline-mirror-helper, -- 2.47.3