Change in osmo-gsm-tester[master]: remote: Set debug logfile of ssh_sigkiller.sh to /dev/null

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Mar 5 17:22:21 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17386 )


Change subject: remote: Set debug logfile of ssh_sigkiller.sh to /dev/null
......................................................................

remote: Set debug logfile of ssh_sigkiller.sh to /dev/null

Otherwise processes run eventually as root (due to being run on another
netns) may change its permissions and other processes later will fail to
write to it (Permission Denied).

Change-Id: Ide092db082937be7c2fb16d60e099c85dc1941b7
---
M src/osmo_gsm_tester/remote.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/86/17386/1

diff --git a/src/osmo_gsm_tester/remote.py b/src/osmo_gsm_tester/remote.py
index 10ba069..ba1a5e1 100644
--- a/src/osmo_gsm_tester/remote.py
+++ b/src/osmo_gsm_tester/remote.py
@@ -59,7 +59,7 @@
         wrapper_script = self.run_dir.new_file(RemoteHost.WRAPPER_SCRIPT)
         with open(wrapper_script, 'w') as f:
             r = """#!/bin/bash
-            LOGFILE=/tmp/yes
+            LOGFILE=/dev/null
             kill_pid(){
                 mypid=$1
                 kill $mypid

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17386
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ide092db082937be7c2fb16d60e099c85dc1941b7
Gerrit-Change-Number: 17386
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200305/eafc708e/attachment.htm>


More information about the gerrit-log mailing list