mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-23 06:54:16 +02:00
move debug script
This commit is contained in:
parent
e85e118e5b
commit
9679bcd1f6
2
FAQ.md
2
FAQ.md
@ -188,7 +188,7 @@ If your RaspiBlitz is not working correctly and you like to get help from the co
|
||||
|
||||
- SSH into your raspiblitz as admin user with your password A
|
||||
- If you see the menu - use CTRL+C to get to the terminal
|
||||
- To generate debug report run: `./XXdebugLogs.sh`
|
||||
- To generate debug report run: `debug`
|
||||
- Then copy all output beginning with `*** RASPIBLITZ LOGS ***` and share this
|
||||
|
||||
*PLEASE NOTICE: It's possible that these logs can contain private information (like IPs, node IDs, ...) - just share publicly what you feel OK with.*
|
||||
|
@ -87,7 +87,7 @@ During the RaspiBlitz setup process:
|
||||
`sudo tail -n100 /mnt/hdd/bitcoin/debug.log` - shows the last 100 lines
|
||||
`sudo systemctl status lnd` - status of the lnd service
|
||||
`sudo journalctl -f -u lnd`
|
||||
`./home/admin/XXdebugLogs.sh` - debug log collection on the RaspiBlitz
|
||||
`debug` - debug log collection on the RaspiBlitz
|
||||
|
||||
---
|
||||
|
||||
|
@ -67,7 +67,7 @@ case $CHOICE in
|
||||
# HARDWARE)
|
||||
# ;;
|
||||
SOFTWARE)
|
||||
sudo /home/admin/XXdebugLogs.sh
|
||||
sudo /home/admin/config.scripts/blitz.debug.sh
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
|
@ -20,7 +20,7 @@ if [ ${#openChannels} -eq 0 ]; then
|
||||
echo "*** IMPORTANT **********************************"
|
||||
echo "It looks like LND is not responding."
|
||||
echo "Still starting up, is locked or is not running?"
|
||||
echo "Try later, try reboot or check ./XXdebugLogs.sh"
|
||||
echo "Try later, try reboot or run command: debug"
|
||||
echo "************************************************"
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
|
@ -53,7 +53,7 @@ function release() {
|
||||
# command: debug
|
||||
function debug() {
|
||||
cd /home/admin
|
||||
./XXdebugLogs.sh
|
||||
/home/admin/config.scripts/blitz.debug.sh
|
||||
}
|
||||
|
||||
# command: patch
|
||||
|
@ -220,5 +220,5 @@ echo ""
|
||||
echo "*** OPTION: SHARE THIS DEBUG OUTPUT ***"
|
||||
echo "An easy way to share this debug output on GitHub or on a support chat"
|
||||
echo "use the following command and share the resulting link:"
|
||||
echo "/home/admin/XXdebugLogs.sh | nc termbin.com 9999"
|
||||
echo "debug | nc termbin.com 9999"
|
||||
echo ""
|
@ -137,7 +137,7 @@ if [ "$1" = "menu" ]; then
|
||||
The electrum system service is not running.
|
||||
Please check the following debug info.
|
||||
" 8 48
|
||||
/home/admin/XXdebugLogs.sh
|
||||
/home/admin/config.scripts/blitz.debug.sh
|
||||
echo "Press ENTER to get back to main menu."
|
||||
read key
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user