Cloudmin GPL install fails on fresh Centos 7 box

I have a fresh install of Centos 7. I have already installed Xen, using these instructions: https://wiki.centos.org/HowTos/Xen/Xen4QuickStart

I downloaded cloudmin-gpl-redhat-install.sh but it seems to want to install Centos 6 stuff.

Specifically, it says: "Enabling Xen kernel repo for CentOS 6 " which is not gonna work. The install script fails a few lines later.

Below is the result when I run the install script.

Please advise if there's anything I can do to help solve the problem.

Thanks! -Bob

  • Welcome to the Cloudmin GPL for Xen installer, version 1.1 *

Operating systems supported by this installer are:

Fedora Core 3-12 on i386 and x86_64 CentOS and RHEL 3-7 on i386 and x86_64

If your OS is not listed above, this script will fail (and attempting to run it on an unsupported OS is not recommended, or...supported). Continue? (y/n) Y

Checking for yum .. .. found OK

Installing wget .. Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirror.clarkson.edu * centos-virt-xen-epel: ftp.cse.buffalo.edu * extras: mirror.clarkson.edu * updates: mirror.clarkson.edu Package wget-1.14-18.el7_6.1.x86_64 already installed and latest version Nothing to do .. done

Checking for curl or wget... found /usr/bin/curl -s

Creating Cloudmin licence file Downloading GPG keys for packages .. .. done

Importing GPG keys .. gpg-pubkey-a0bdbcf9-42d1d837 gpg-pubkey-11f63c51-3c7dc11d .. done

Creating YUM repository for Cloudmin packages .. .. done

Enabling Xen kernel repo for CentOS 6 .. Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirror.clarkson.edu * centos-virt-xen-epel: ftp.cse.buffalo.edu * extras: mirror.clarkson.edu * updates: mirror.clarkson.edu cloudmin-universal | 2.5 kB 00:00:00 Package wget-1.14-18.el7_6.1.x86_64 already installed and latest version Nothing to do Loaded plugins: fastestmirror, langpacks Cannot open: http://au1.mirror.crc.id.au/repo/kernel-xen-release-6-5.noarch.rpm. Skipping. Error: Nothing to do .. repo install failed

Status: 
Active

Comments

Hi Jamie,

Thanks for your comment. Short story, different error but still failed. FYI I checked the bios, all virtualization is turned on. CPU is a Xeon e3-1270.

Result:

  • Welcome to the Cloudmin GPL for KVM installer, version 1.1 *

Operating systems supported by this installer are:

Fedora Core 3-12 on i386 and x86_64 CentOS and RHEL 3-7 on i386 and x86_64

If your OS is not listed above, this script will fail (and attempting to run it on an unsupported OS is not recommended, or...supported). Continue? (y/n) y

Checking for hardware support for KVM .. .. not found. Make sure your CPU has Intel VT-x or AMD-V support

Just so you know I'm just kicking the tires on the box for now. If you want me to reload Centos 7 and let you log in and mess around, I'm fine with that.

Thanks, -Bob

Sorry to be shooting from the hip, but I think I'm set for now. I did an OS reload. Trying to install Xen had the same problem, but I got KVM to work without too much trouble.

So is Cloudmin for Xen not as ready for prime time? The offer to again reload the OS and have you debug the Xen install script is still on the table, but I get the sense that Cloudmin might be more robust with KVM.

For everyday use (mostly Linux and maybe windows guests) I'm thinking they are pretty much the same. Some articles even suggest an advantage for KVM with Linux guests. Thoughts?

Thanks, -Bob

Hello, the step to have the xen running.

modify the cloudmin-gpl-redhat-install.sh script as follow

1) change the xen repo for the following
yum install http://au1.mirror.crc.id.au/repo/kernel-xen-release-el7-latest.noarch.rpm

2) change the install of the perl which include xen with this line
yum install -y perl openssl perl-Net-SSLeay bind bind-utils kernel-xen kernel-xen-devel xen413 xen-libs lsof perl-Data-Dumper bzip2

3) run the script

4) if you are using realtek you have to change driver for r8168
https://github.com/mtorromeo/r8168

narmel, thank you, finally i was able to get past those errors. Another error on my part was running the script on a CentOS 8 server. i reinstalled wtih centos7, made the changes to the install.sh file you suggested, and now we're getting somewhere. Thanks a lot!