Changes between Version 18 and Version 19 of consolelog
- Timestamp:
- 04/03/2025 11:21:54 PM (20 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
consolelog
v18 v19 10 10 2. The final command prompt once the board has completely finished booting. 11 11 3. Any errors, etc. encountered thereafter. 12 4. Use the command dmesg and include this output. 12 13 13 14 '''Note''' Please do not send jpg or png screenshots of the console. 14 15 15 '''Please copy and paste and send log as a .txt file.'''16 * ''' Please copy and paste and send log as a .txt file, not a .log file or .screenlog''' 16 17 17 18 == How to create a Console Log … … 21 22 One simple way is to just copy and paste everything from the boot. 22 23 23 '''Please copy and paste into a .txt file. '''24 '''Please copy and paste into a .txt file. Not a .log file or .screenlog''' 24 25 25 26 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). … … 35 36 Quit the screen session, then cat the screenlog.0 file. 36 37 37 '''Please send log as a .txt file .'''38 '''Please send log as a .txt file, not a .log file or .screenlog''' 38 39 39 40 For more information see the "screen" man page. … … 51 52 }}} 52 53 1. BSP/Operating system information, for example the OpenWrt Banner (very bottom). Ubuntu will have a similar feature. If possible include "uname -a" output. 53 1. Please conclude the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure. 54 1. Please include in the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure. 55 1. Please also include the output from the dmesg command in the log. 54 56 55 57 '''Example of full log:''' … … 633 635 ----------------------------------------------------- 634 636 root@OpenWrt:/# 635 637 root@OpenWrt:/# dmesg 638 ..... 636 639 }}}