addedSupportInTroubleshooting

This commit is contained in:
Grey Fox 2019-05-02 06:38:52 -04:00
parent 8096b69875
commit 32c00195b2
2 changed files with 18 additions and 8 deletions

View File

@ -16,9 +16,9 @@ If you don't want NFS capabilities run ```sudo apt-get remove nfs-common```.
* Do not use LAMP * Do not use LAMP
* SSH Access is optional, but highly recommended * SSH Access is optional, but highly recommended
# Support Requests # Problems?
Any issues, questions, or bugs during installation and usage of this script should **first** be addressed in *this repository.* Xen-Orchestra (Community Edition) is not obligated to support scripted (or manual) builds. Please give us the ability to first troubleshoot the issue and/or verify this script is not the culprit before moving on to posting in the Xen-Orchestra [Community Forums](https://xen-orchestra.com/forum/). Check out our [Troubleshooting Page](https://github.com/Jarli01/xenorchestra_installer/blob/master/TROUBLESHOOTING.md)!
# Goals/Backstory for this script # Goals/Backstory for this script

View File

@ -1,6 +1,16 @@
If you are having issues before you create an issue please check the following. (We'll be asking you to look at and provide this information anyways) # Troubleshooting
# XO Website not loading If you are having problems, before you create an issue, please check the following. (You will be asked to provide this information anyways)
## Submitting a Support Request
Any issues, questions, or bugs during installation and usage of this script, that can not be solved by the steps below, should **first** be addressed in *this repository.*
Xen-Orchestra (Community Edition) is not obligated to support scripted (or manual) builds. Please give us the ability to first troubleshoot the issue and/or verify this script is not the culprit before moving on to posting in the Xen-Orchestra [Community Forums](https://xen-orchestra.com/forum/).
Please use the [ISSUE TEMPLATE](https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/ISSUE_TEMPLATE.md) when submitting an issue.
## XO Website not loading
If the XO website fails to load please run the below command to determine if the primary service is running. If the XO website fails to load please run the below command to determine if the primary service is running.
@ -19,7 +29,7 @@ If the XO website fails to load please run the below command to determine if the
CGroup: /system.slice/xo-server.service CGroup: /system.slice/xo-server.service
└─710 /usr/local/bin/node ./bin/xo-server └─710 /usr/local/bin/node ./bin/xo-server
# XO not updating or you're stuck on a specific version. ## 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: 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:
@ -28,13 +38,13 @@ If you ever get stuck on a specific revision of XO, or are receiving an alert sa
Provide your name and email address in the quoted sections, without quotes and once done try updating again. Provide your name and email address in the quoted sections, without quotes and once done try updating again.
# Checking the logs ## 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. 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 journalctl -u xo-server -f -n 50
# Required Dependencies ## Required Dependencies
Your system must be able to install the following list of dependencies, usually this is automatic but some distributions might not have the required repositories. Plese confirm you can install these before creating a ticket. Your system must be able to install the following list of dependencies, usually this is automatic but some distributions might not have the required repositories. Plese confirm you can install these before creating a ticket.
@ -52,7 +62,7 @@ Check your distribution respositories list ie: ```/etc/apt/sources.list``` for m
These dependencies (on Ubuntu) are available from the ```multiverse``` and ```universe``` repositories. These dependencies (on Ubuntu) are available from the ```multiverse``` and ```universe``` repositories.
# System Performance or General Errors Guidance ## System Performance or General Errors Guidance
While XOCE can and does operate without issue for many people there are benefits to using using more than the absolute minimum system specifications for the guest OS. While XOCE can and does operate without issue for many people there are benefits to using using more than the absolute minimum system specifications for the guest OS.