mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2025-01-20 15:29:00 +01:00
Create Troubleshooting.md
This commit is contained in:
parent
7544f5a910
commit
66bcf71e65
16
Troubleshooting.md
Normal file
16
Troubleshooting.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user