Update trouble-majestic.md

pull/63/head
Paul Philippov 2022-12-14 16:34:29 -05:00 committed by GitHub
parent 5c4247d975
commit 5fc0ff46e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ that leads to watchdog rebooting the system and deleting the logs from the camer
log to a safe place as it populates. And you can achieve that using ssh access to the camera and piping
output to a file on your desktop.
Run this command on your Linux desktop and wait for the camera to reboot once again. The resulting log
file will be in the same directory named and dated similar to _majestic-2022-12-14.log_
Run this command on your Linux desktop (do not forget to replace _192.168.1.10_ with camera's actual IP address)
and wait for the camera to reboot once again. The resulting log file will be in the same directory named and
dated similar to _majestic-2022-12-14.log_
```
ssh root@192.168.1.10 "killall majestic; sleep 2; majestic" > majestic-$(date +"%F").log
```