0

I'm following this construction to install (version 4.1.2) on a CentOS 6.2 (x86_64) system.
When I use this command

yum install http://au1.mirror.crc.id.au/repo/kernel-xen-release-6-3.noarch.rpm

I face this error:

Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: ftp.sh.cvut.cz
 * extras: ftp.sh.cvut.cz
 * updates: ftp.sh.cvut.cz
Setting up Install Process
Cannot open: http://au1.mirror.crc.id.au/repo/kernel-xen-release-6-3.noarch.rpm. Skipping.
Error: Nothing to do

there is a third-party repository with some mirror list, but I don't know if I could use them? and how would that possible?
I would appreciate if any one could lead me to a available link to download Xen Repository.

user758667
  • 113
  • 5

1 Answers1

0

You received the error because the file does not exist.

The reason the file does not exist is that the file in the repo is named kernel-xen-release-6-4.noarch.rpm, while your howto has a 3 instead of the 4.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972