Changes between Version 16 and Version 17 of consolelog
- Timestamp:
- 04/03/2023 03:55:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
consolelog
v16 v17 11 11 3. Any errors, etc. encountered thereafter. 12 12 13 '''Note''' Please do not send jpg or png screenshots of the console. Please copy and paste and send as a .txt file. 13 '''Note''' Please do not send jpg or png screenshots of the console. 14 15 '''Please copy and paste and send log as a .txt file.''' 14 16 15 17 == How to create a Console Log … … 17 19 There are several ways to create the console log. 18 20 19 One simple way is to just copy and paste everything from the boot. Please copy and paste into a .txt file. 21 One simple way is to just copy and paste everything from the boot. 22 23 '''Please copy and paste into a .txt file.''' 20 24 21 25 Another way to create a console log in Linux is to use "screen". Screen has a logging command -L which can be used to create a log of the complete session. The log will be stored in the folder the screen session was launched in. By default it will be named "screenlog.x", "x" being the window number (probably 0). … … 29 33 To Enable and Disable logging from within a screen session "CTRL + A" then "H". 30 34 31 Quit the screen session, then cat the screenlog.0 file. If possible, send in a .txt format. 35 Quit the screen session, then cat the screenlog.0 file. 36 37 '''Please send log as a .txt file.''' 32 38 33 39 For more information see the "screen" man page.