[Users] Yum Installation Problems (ovirt 3.3, CentOS 6.5)

I have a brand new CentOS 6.5 x86_64 installation with all the updates as of today installed. I want to create a test All-In-One node, so I follow the documentation and run yum install epel-release-6-8.noarch.rpm yum localinstall http://ovirt.org/releases/ovirt-release-el.noarch.rpm These work fine. I then run yum install ovirt-engine-setup-plugin-allinone -y and I get Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: libsanlock_client.so.1()(64bit) Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: sanlock >= 2.4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock >= 2.3-4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock-python Is this expected? What's weird is that IIRC I did the same thing last week without problems. Should I just grab newer versions of libvirt? Thanks, Jon Forrest

On Tue, Feb 18, 2014 at 1:32 PM, Jon Forrest <nobozo@gmail.com> wrote:
I have a brand new CentOS 6.5 x86_64 installation with all the updates as of today installed. I want to create a test All-In-One node, so I follow the documentation and run
yum install epel-release-6-8.noarch.rpm yum localinstall http://ovirt.org/releases/ovirt-release-el.noarch.rpm
These work fine. I then run
yum install ovirt-engine-setup-plugin-allinone -y
and I get
Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: libsanlock_client.so.1()(64bit) Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: sanlock >= 2.4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock >= 2.3-4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock-python
Just to follow up on this - it turned out to be a local yum repo problem. I had created a local Yum mirror and, for reasons I don't completely yet understand, pointing to it caused this problem. Pointing to an external Yum mirror made the problem go away. Sorry for the noise. Jon Forrest

Il 18/02/2014 22:32, Jon Forrest ha scritto:
I have a brand new CentOS 6.5 x86_64 installation with all the updates as of today installed. I want to create a test All-In-One node, so I follow the documentation and run
yum install epel-release-6-8.noarch.rpm yum localinstall http://ovirt.org/releases/ovirt-release-el.noarch.rpm
These work fine. I then run
yum install ovirt-engine-setup-plugin-allinone -y
Can you please post the output of yum repolist enabled ?
and I get
Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: libsanlock_client.so.1()(64bit) Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates) Requires: sanlock >= 2.4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock >= 2.3-4 Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3) Requires: sanlock-python
Is this expected? What's weird is that IIRC I did the same thing last week without problems. Should I just grab newer versions of libvirt?
Thanks, Jon Forrest _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

On 2/21/2014 2:54 AM, Sandro Bonazzola wrote:
Il 18/02/2014 22:32, Jon Forrest ha scritto:
I have a brand new CentOS 6.5 x86_64 installation with all the updates as of today installed. I want to create a test All-In-One node, so I follow the documentation and run
yum install epel-release-6-8.noarch.rpm yum localinstall http://ovirt.org/releases/ovirt-release-el.noarch.rpm
These work fine. I then run
yum install ovirt-engine-setup-plugin-allinone -y
Can you please post the output of yum repolist enabled ?
Just in case you didn't notice, I recently posted a message saying that this problem is due to me fooling around with my yum settings. For reasons I still don't understand, have my [base] repo point to a local mirror causes the problem I described, but pointing to the standard mirror list makes the problem go away. I'm trying to figure out why this is happening. Jon
participants (2)
-
Jon Forrest
-
Sandro Bonazzola