xenorchestra_installer/Troubleshooting.md

19 lines
687 B
Markdown
Raw Normal View History

2018-04-11 12:50:31 +00:00
If you are having issues before you create an issue please check the following. (We'l be asking you to look at this information anyways)
2018-04-10 21:17:52 +00:00
2018-04-10 21:21:01 +00:00
# XOC Website not loading
2018-04-10 21:17:52 +00:00
systemctl status xo-server.service
2018-04-10 21:21:01 +00:00
# XOC not updating or you're stuck on a specific version.
2018-04-10 21:17:52 +00:00
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"
2018-04-10 21:18:48 +00:00
Provide your name and email address in the quoted sections, without quotes.
2018-04-10 21:17:52 +00:00
2018-04-10 21:20:40 +00:00
# Checking the logs
2018-04-10 21:17:52 +00:00
journalctl -u xo-server -f -n 50