Jarli01 / xenorchestra_installer

A simple install script for Xen Orchestra
GNU General Public License v3.0
432 stars 86 forks source link

Issue with xo-update.sh /xo-install.sh #97

Closed bkrajmalnik1 closed 3 years ago

bkrajmalnik1 commented 3 years ago

Latest attempt to update via xo-update.sh failed to properly build the system. After the failure on the upgrade, I reinstalled using xo-install.sh. However, the system was not operational. The problem with xo-install.sh in this case was that due to the existence of the xo-server service (and the fact that pull request https://github.com/Jarli01/xenorchestra_installer/pull/94 changed the service file), the existing service file was unable to launch the service. After reviewing the change, I manually modified the service file and that resolved the issue.

Therefore, we may want to always create the service file, even if it exists, since there is a change in service operating parameters.

Jarli01 commented 3 years ago

This was addressed in the most recent push. Please let us know if you continue to experience issues.