[Debian-ha-maintainers] Bug#1095291: resource-agents: missing dependency on psmisc
Christoph Böhmwalder
christoph.boehmwalder at linbit.com
Thu Feb 6 14:22:07 GMT 2025
Package: resource-agents
Version: 4.16.0
Severity: normal
Dear Maintainer,
The Filesystem resource agent uses the fuser binary, which is provided
by package psmisc. If psmisc is not installed, using the Filesystem
resource agent will always fail.
psmisc should thus be listed as a dependency of resource-agents.
-- System Information:
Debian Release: 12.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.11-200.fc41.x86_64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages resource-agents depends on:
pn bc <none>
pn cluster-glue <none>
ii gawk 1:5.2.1-2
ii libc6 2.36-9+deb12u9
ii libnet1 1.1.6+dfsg-3.2
ii libplumb2 1.0.12-21+b2
ii python3 3.11.2-1+b1
Versions of packages resource-agents recommends:
ii libxml2-utils 2.9.14+dfsg-1.3~deb12u1
ii net-tools 2.10-0.1
ii python3-googleapi 1.7.12-1
resource-agents suggests no packages.
-------------- next part --------------
>From 12b316a0f2ae8da1f05070adf587a707d43b9661 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20B=C3=B6hmwalder?=
<christoph.boehmwalder at linbit.com>
Date: Thu, 6 Feb 2025 15:20:28 +0100
Subject: [PATCH] debian: add psmisc as a dependency of resource-agents
The Filesystem resource agent uses the fuser binary, which is provided
by package psmisc.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 767ae97..c287dd0 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Vcs-Git: https://salsa.debian.org/ha-team/resource-agents.git
Package: resource-agents
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, bc, cluster-glue, gawk
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, bc, cluster-glue, gawk, psmisc
Recommends: libxml2-utils, net-tools, python3-googleapi
Provides: resource-agents-dev
Description: Cluster Resource Agents
--
2.48.1
More information about the Debian-ha-maintainers
mailing list