Hi All, I have tried to install the gluster rpms in a couple of ways and have been unsuccessful on rhel6 (I was successful with F20 after I disabled firewalld and installed iptables). I ran into issues using the provided yum repo configuration (http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo), which I have captured my log here: http://www.fpaste.org/72143/08590291/ I also try to run the wget command and pull the rpm's in and it failed as well. I have captured my log here: http://www.fpaste.org/72146/85953013/ Any help would be appreciated! Thanks, Jason Jason D. Marley, RHCJA, RHCSA Senior Consultant Red Hat, Inc jason.marley at redhat.com | http://www.redhat.com
On Mon, Jan 27, 2014 at 4:54 PM, Jason Marley <jmarley at redhat.com> wrote:> Hi All, > > I have tried to install the gluster rpms in a couple of ways and have been unsuccessful on rhel6 (I was successful with F20 after I disabled firewalld and installed iptables).My Puppet-Gluster module can automatically configure your repo either automatically (to the latest stable version) or build the correct repo file from a version string. You can either use that piece of the module directly, or browse it to know what pattern to use. Alternatively, you can use it generate your own repo file. https://github.com/purpleidea/puppet-gluster/blob/master/manifests/repo.pp#L18 I've attached the gluster.repo file that it generated for CentOS6.5. Try doing a 'sudo yum clean all' before/after switching to this file. HTH, James> > I ran into issues using the provided yum repo configuration (http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo), which I have captured my log here: http://www.fpaste.org/72143/08590291/ > > I also try to run the wget command and pull the rpm's in and it failed as well. I have captured my log here: http://www.fpaste.org/72146/85953013/ > > Any help would be appreciated! > > Thanks, > Jason > > Jason D. Marley, RHCJA, RHCSA > Senior Consultant > Red Hat, Inc > jason.marley at redhat.com | http://www.redhat.com > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- A non-text attachment was scrubbed... Name: gluster.repo Type: application/octet-stream Size: 226 bytes Desc: not available URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20140127/f60e7c62/attachment.obj>
John Mark Walker
2014-Jan-28 04:09 UTC
[Gluster-users] yum issue with rhel 6, gluster-repo
Ah, the libcrypto version mismatch: --> Finished Dependency Resolution Error: Package: glusterfs-3.4.2-1.el6.x86_64 (glusterfs-epel) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: glusterfs-libs-3.4.2-1.el6.x86_64 (glusterfs-epel) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: glusterfs-3.4.2-1.el6.x86_64 (glusterfs-epel) Requires: libssl.so.10(libssl.so.10)(64bit) I recall someone else running into this, although I forgot the solution - can anyone pitch in? -JM ----- Original Message -----> Hi All, > > I have tried to install the gluster rpms in a couple of ways and have been > unsuccessful on rhel6 (I was successful with F20 after I disabled firewalld > and installed iptables). > > I ran into issues using the provided yum repo configuration > (http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo), > which I have captured my log here: http://www.fpaste.org/72143/08590291/ > > I also try to run the wget command and pull the rpm's in and it failed as > well. I have captured my log here: http://www.fpaste.org/72146/85953013/ > > Any help would be appreciated! > > Thanks, > Jason > > Jason D. Marley, RHCJA, RHCSA > Senior Consultant > Red Hat, Inc > jason.marley at redhat.com | http://www.redhat.com > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users >
On 01/27/2014 04:54 PM, Jason Marley wrote:> Hi All, > > I have tried to install the gluster rpms in a couple of ways and have been unsuccessful on rhel6 (I was successful with F20 after I disabled firewalld and installed iptables). > > I ran into issues using the provided yum repo configuration (http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo), which I have captured my log here: http://www.fpaste.org/72143/08590291/ >I'm able to install from that yum repo using that yum .repo file on both my real RHEL 6.5 vm and my CentOS 6.5 vm. Have you tried `yum clean all` first? If not, give it a go and let me know what happened. Regards, -- Kaleb