This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 893eaa22f4 AMBARI-26279: ambari-agent prints logs that netstat command
not found #3928
893eaa22f4 is described below
commit 893eaa22f4da5a62d72fe74011ec5a2b436f9282
Author: Peng Lu <[email protected]>
AuthorDate: Wed Jan 15 09:01:30 2025 +0800
AMBARI-26279: ambari-agent prints logs that netstat command not found #3928
---
ambari-agent/src/main/package/dependencies.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ambari-agent/src/main/package/dependencies.properties
b/ambari-agent/src/main/package/dependencies.properties
index b0d42aa18c..9f3748a4dd 100644
--- a/ambari-agent/src/main/package/dependencies.properties
+++ b/ambari-agent/src/main/package/dependencies.properties
@@ -28,5 +28,5 @@
# Such a format is respected by install_ambari_tarball.py by default,
# however should be encouraged manually in pom.xml.
-rpm.dependency.list=openssl,\nRequires: python3-rpm,\nRequires:
zlib,\nRequires: python3-distro
-deb.dependency.list=openssl, python (>= 2.6)
\ No newline at end of file
+rpm.dependency.list=openssl,\nRequires: python3-rpm,\nRequires:
zlib,\nRequires: net-tools,\nRequires: python3-distro
+deb.dependency.list=openssl, net-tools, python (>= 2.6)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]