Jarli01 / xenorchestra_installer

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

Unable to get the universe and multiverse repositories to install the required packages. #79

Closed ErickXMendez closed 4 years ago

ErickXMendez commented 4 years ago

Check your distribution respositories list ie: /etc/apt/sources.list for multiverse.

build-essential
redis-server
libpng-dev
git
python-minimal
libvhdi-utils
nfs-common
lvm2
cifs-utils

These dependencies (on Ubuntu) are available from the multiverse and universe repositories.

How do I get those repositories? I tried using "sudo add-apt-repository universe" and the same with the multiverse but it's not integrated within xcp-ng.

Is there any command I might have missed?

**I tried yum update but it's using the original xcp repo.

Jarli01 commented 4 years ago

You DO NOT install XO on XCP-NG, you install XO as a VM on XCP-NG or XenServer, Please install a Ubuntu 20.04 VM and try the installation again using this script.

Danp2 commented 4 years ago

In addition, you should remove any repos you enabled under XCP-NG. Otherwise, you may inadvertently install packages / updates that aren't compatible.

ErickXMendez commented 4 years ago

Thnaks Jarli01 and also Danp2 for the great help.

Please consider pushing a extra line saying that you need to create a vm on the xen server instead of directly running the code.

Thanks.

Jarli01 commented 4 years ago

Happy to have helped.