Merge pull request #48 from FoxieHazmat/master

addedSupportInformation
This commit is contained in:
Dustin B 2019-05-02 08:51:42 -04:00 committed by GitHub
commit 70406d1191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 6 deletions

View File

@ -16,6 +16,10 @@ 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
# Problems?
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
I'm often asked "why can't this be run on CentOS or Fedora" to which my only reply is and has ever been: The goal was to be the XCP-ng of XS. Which means I wanted a solution that offered as much as XOA offers, while using what is available freely and from open sources. Without restrictions. I'm often asked "why can't this be run on CentOS or Fedora" to which my only reply is and has ever been: The goal was to be the XCP-ng of XS. Which means I wanted a solution that offered as much as XOA offers, while using what is available freely and from open sources. Without restrictions.

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://github.com/Jarli01/xenorchestra_installer/issues/new) 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.