From ac0c5768dc5b3b8cdb27147a066b14ec6890f6df Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 10 Apr 2017 14:41:32 +0200 Subject: [debug-report-bwlp] Include mtrr, interrups, nvidia stuff from /proc --- core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/debug-report-bwlp') 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 e0d7a9b8..0a361c6d 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 @@ -26,7 +26,7 @@ if ! curl -H "Expect:" -f -s -S --connect-timeout 5 "$URL" > /dev/null; then fi rm -rf /tmp/debug-report -mkdir -p /tmp/debug-report/{static,generated} +mkdir -p /tmp/debug-report/{static/proc,generated} if [ ! -d /tmp/debug-report ]; then echo "FEHLER: Konnte /tmp/debug-report nicht erstellen!" >&2 @@ -75,7 +75,7 @@ echo -n "." cp /var/log/Xorg.0.lo* static/ 2> /dev/null cp /var/log/{auth.log,kdm.log,syslog,messages,user.log} static/ 2> /dev/null -cp /proc/{cpu,mem}info static/ 2> /dev/null +cp /proc/{cpu,mem}info /proc/{mtrr,interrupts} /proc/driver/nvidia/{params,registry} static/proc/ 2> /dev/null echo -n "." for tool in $TOOLS; do -- cgit v1.2.3-55-g7522