From 8f001ff8aa95891737fe05f55cb72acd2e411b6f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 2 Mar 2021 11:47:43 +0100 Subject: [debug-report-bwlp] Add X errors and remote-log to debug report --- .../debug-report-bwlp/data/opt/openslx/bin/debug_report | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report') diff --git a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report index 4bad69a9..ad6cf399 100755 --- a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report +++ b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report @@ -70,7 +70,16 @@ for srv in $SLX_NTP_SERVER 0.de.pool.ntp.org; do done echo -n "..." -cp /opt/openslx/config /tmp/udhcpclog /opt/openslx/config.tgz.list static/ 2> /dev/null +cp /opt/openslx/config /tmp/udhcpclog /opt/openslx/config.tgz.list \ + /tmp/xsession-log-* \ + /tmp/remote_log_check-* \ + static/ 2> /dev/null +echo -n "." + +for file in /home/*/.xsession-errors; do + [ -f "$file" ] || continue + cp "$file" "static/${file////_}" #/////////777-7-7 + echo -n "." FILES=$(find /tmp/vmware* /tmp/virt /tmp/vmchooser* -type f \( -name "*.log" -o -name "*.conf" -o -name "*.xml" -o -name "vmx" \) 2> /dev/null) -- cgit v1.2.3-55-g7522