XenOrchestra_CE_Install/Troubleshooting.md

19 lines
624 B
Markdown
Raw Normal View History

2018-04-10 23:17:52 +02:00
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"
2018-04-10 23:18:48 +02:00
Provide your name and email address in the quoted sections, without quotes.
2018-04-10 23:17:52 +02:00
#Checking the logs
journalctl -u xo-server -f -n 50