summaryrefslogtreecommitdiffstats
path: root/core/modules/debug-report-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-10 14:41:32 +0200
committerSimon Rettberg2017-04-10 14:41:32 +0200
commitac0c5768dc5b3b8cdb27147a066b14ec6890f6df (patch)
tree13e290cff1270d9258ee46fa93b3a615bfc2da75 /core/modules/debug-report-bwlp
parent[hardware-stats] Report screen meta data (diff)
downloadmltk-ac0c5768dc5b3b8cdb27147a066b14ec6890f6df.tar.gz
mltk-ac0c5768dc5b3b8cdb27147a066b14ec6890f6df.tar.xz
mltk-ac0c5768dc5b3b8cdb27147a066b14ec6890f6df.zip
[debug-report-bwlp] Include mtrr, interrups, nvidia stuff from /proc
Diffstat (limited to 'core/modules/debug-report-bwlp')
-rwxr-xr-xcore/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report4
1 files changed, 2 insertions, 2 deletions
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