Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
-
Yes, right now, apparently, there is an issue with Xen Orchestra's installer that the XO team is working on.
-
@scottalanmiller
oh i see
also was having different issues with inconsistency with the old one that was why i just upgraded to xenserver 7 and wanted to start from scratchissues like i will be able to create vm from cloudinit images and then all of a sudden i can't anymore
so many inconsistencies. One time i will do something and another it wont work again -
@scottalanmiller There is an issue while installing XO from the source, due to a breaking change in a dependency.
-
-
Not yet.
-
Fixed in
next-release
. -
@olivier
So how do i get new release? wait till its released right and try install again? am guessing -
You can switch on
next-release
if you want to have it now.Otherwise, the next
stable
will be in 1 week or so. -
@scottalanmiller how do i switch on
next-release
from the installer script? -
@xogurunoob said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
@scottalanmiller how do i switch on
next-release
from the installer script?git checkout next-release
-
@DustinB3403
how?
i use this for the installation
curl https://raw.githubusercontent.com/scottalanmiller/xenorchestra_installer/master/xo_install.sh | bash
-
@xogurunoob you install Xen orchestra using the script, and then you can change your xo-server version by running the above from the /opt/xo-server and /opt/xo-web
-
@DustinB3403
and then do what next? re-run the script again? or restart server? -
@xogurunoob The details can be found in this post from the XO site.
Another option is this script, which was written by Dustin.
-
@Danp
so after git checkout , i should ran that script? -
@xogurunoob Yes. After you switch to the desired branch using
git checkout
and then run the update script. -
@Danp
the update script does not complete
it hangs at the last line below> [email protected] build /opt/xo-web > gulp distclean && gulp build --production (node:935) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. [12:41:24] Using gulpfile /opt/xo-web/gulpfile.js [12:41:24] Starting 'clean'... [12:41:24] Finished 'clean' after 47 ms [12:41:24] Starting 'distclean'... [12:41:24] Finished 'distclean' after 379 μs (node:945) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. [12:41:24] Using gulpfile /opt/xo-web/gulpfile.js [12:41:24] Starting 'buildPages'... [12:41:25] Starting 'installBowerComponents'... [12:41:27] Starting 'copyFontMfizz'... [12:41:28] Finished 'buildPages' after 3.31 s [12:41:28] Finished 'copyFontMfizz' after 324 ms [12:41:28] Finished 'installBowerComponents' after 2.4 s [12:41:28] Starting 'buildScripts'... [12:41:28] Starting 'buildStyles'... [12:41:29] Starting 'copyAssets'... [12:41:38] Finished 'buildStyles' after 9.34 s [12:41:44] gulp-imagemin: Minified 11 images (saved 13.05 kB - 13.3%) [12:41:51] Finished 'copyAssets' after 21 s [12:42:49] Finished 'buildScripts' after 1.33 min [12:42:49] Starting 'build'... [12:42:49] Finished 'build' after 8.8 μs Updated version v4.16.0
-
-
It would have been nice if you has posted the complete console output
-
What happens when you reboot?
-
-
Updated version v4.16.0
This doesn't make sense. It should be showing 4.16.1.
-
@Danp said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
It would have been nice if you has posted the complete console output
Doing so would have shown us the repo settings for both xo-web and xo-server. As is, we have no idea if you have switched to the correct repo.