Skip to content
Snippets Groups Projects
Commit 95e6b846 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Execute dmesg

parent eae7c473
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,10 @@ if oldReport==nil then ...@@ -125,6 +125,10 @@ if oldReport==nil then
os.execute("killall -USR1 fastd 2>/dev/null") os.execute("killall -USR1 fastd 2>/dev/null")
debugdata = debugdata .. cmd("logread") debugdata = debugdata .. cmd("logread")
debugdata = debugdata .. "---- END BATMAN AND FASTD STATUS ----\n\n" debugdata = debugdata .. "---- END BATMAN AND FASTD STATUS ----\n\n"
debugdata = debugdata .. "---- BEGIN DMESG KERNEL LOG ----\n"
debugdata = debugdata .. cmd("dmesg")
debugdata = debugdata .. "---- END DMESG KERNEL LOG ----\n\n"
else else
print('Orphaned debug-report file found.') print('Orphaned debug-report file found.')
print('-- You wouldn\'t want me to dig up Flynn\'s file and read it up on a VDT at The Times, would you?') print('-- You wouldn\'t want me to dig up Flynn\'s file and read it up on a VDT at The Times, would you?')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment