From 66bcf71e657d10d9a23069ec06c96ca4ffab7290 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 10 Apr 2018 17:17:52 -0400 Subject: [PATCH] Create Troubleshooting.md --- Troubleshooting.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..48ce2ff --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,16 @@ +If you are having issues before you make an issue please check the following. + +#XO Website not loading + + systemctl status xo-server.service + +#XO 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: + + git config --global user.email "you@example.com" + git config --global user.name "Your Name" + +#Checking the logs + + journalctl -u xo-server -f -n 50