public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] amazon-ssm-agent: Update to 2.3.930.0
@ 2020-03-30 17:24 Michael Tremer
  2020-03-30 17:24 ` [PATCH 2/2] amazon-ssm-agent: Allow to overcommit memory Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2020-03-30 17:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/amazon-ssm-agent | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent
index 44a91f4ac..d4aa3fa90 100644
--- a/lfs/amazon-ssm-agent
+++ b/lfs/amazon-ssm-agent
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.3.786.0
+VER        = 2.3.930.0
 SUP_ARCH   = x86_64
 
 THISAPP    = amazon-ssm-agent-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = amazon-ssm-agent
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a2887445875d335b021c5044eab955dc
+$(DL_FILE)_MD5 = cf7c50976e2853764d308581f94cbdd1
 
 install : $(TARGET)
 
@@ -88,6 +88,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	# Disable style check
 	cd $(DIR_BUILD) && sed -e "/checkstyle.sh/d" -i makefile
 
+	# agent/plugins/inventory/gatherers/application/dataProvider.go:10:78: error: imported and not used: localpackages
+	cd $(DIR_BUILD) && sed -e "/localpackages/d" \
+		-i agent/plugins/inventory/gatherers/application/dataProvider.go
+
 	# Build
 	cd $(DIR_BUILD) && make build-linux
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] amazon-ssm-agent: Allow to overcommit memory
  2020-03-30 17:24 [PATCH 1/2] amazon-ssm-agent: Update to 2.3.930.0 Michael Tremer
@ 2020-03-30 17:24 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-03-30 17:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/amazon-ssm-agent                      | 2 +-
 src/initscripts/packages/amazon-ssm-agent | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent
index d4aa3fa90..4b08bd41d 100644
--- a/lfs/amazon-ssm-agent
+++ b/lfs/amazon-ssm-agent
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = amazon-ssm-agent
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
diff --git a/src/initscripts/packages/amazon-ssm-agent b/src/initscripts/packages/amazon-ssm-agent
index c385d890c..eeaa7b7e5 100644
--- a/src/initscripts/packages/amazon-ssm-agent
+++ b/src/initscripts/packages/amazon-ssm-agent
@@ -13,6 +13,12 @@ case "${1}" in
 			exit 0
 		fi
 
+		# Allow the kernel to overcommit memory.
+		# The SSM agent fails to clone() itself when there is
+		# "not enough memory" available. This simply seems to
+		# fail no matter how much free memory is available.
+		echo 1 > /proc/sys/vm/overcommit_memory
+
 		boot_mesg "Starting Amazon SSM Agent..."
 		/usr/bin/amazon-ssm-agent &>/dev/null &
 		evaluate_retval
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-30 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 17:24 [PATCH 1/2] amazon-ssm-agent: Update to 2.3.930.0 Michael Tremer
2020-03-30 17:24 ` [PATCH 2/2] amazon-ssm-agent: Allow to overcommit memory Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox