Update Troubleshooting.md
This commit is contained in:
parent
289a82b4aa
commit
d5336db8ce
|
@ -4,6 +4,20 @@ If you are having issues before you create an issue please check the following.
|
|||
|
||||
systemctl status xo-server.service
|
||||
|
||||
A properly running system should look similar to this:
|
||||
|
||||
systemctl status xo-server.service
|
||||
● xo-server.service - XO Server
|
||||
Loaded: loaded (/lib/systemd/system/xo-server.service; enabled; vendor preset
|
||||
Active: active (running) since Wed 2018-04-11 08:51:41 EDT; 51s ago
|
||||
Main PID: 710 (node)
|
||||
Tasks: 10 (limit: 4915)
|
||||
Memory: 120.2M
|
||||
CPU: 2.209s
|
||||
CGroup: /system.slice/xo-server.service
|
||||
└─710 /usr/local/bin/node ./bin/xo-server
|
||||
|
||||
|
||||
# XOC not updating or you're stuck on a specific version.
|
||||
|
||||
If you ever get stuck on a specific revision of XO, or are receiving an alert saying "Please tell us who you are" from git you need to run the below:
|
||||
|
@ -15,4 +29,7 @@ Provide your name and email address in the quoted sections, without quotes.
|
|||
|
||||
# Checking the logs
|
||||
|
||||
This will check and continually update the last 50 log files for your XOCE installation and thus is subject to any specific issues you're encountering. Just keep this command at the ready to check on things if you need too.
|
||||
|
||||
journalctl -u xo-server -f -n 50
|
||||
|
||||
|
|
Loading…
Reference in New Issue