[CentOS] Yum error

2014-12-22 Thread Alessandro Baggi
Hi there, I've installed C7 and I'm trying to use targetcli and other. Until yesterday all works good. Today I've runned yum update, that has updated glibc. Then I installed targetcli and targetd. After some operation on an md device like mount/umont. After this, during yum install lsof I get:

Re: [CentOS] Yum error

2014-12-22 Thread Alessandro Baggi
On 12/22/2014 02:39 PM, Mark Milhollan wrote: On Mon, 22 Dec 2014, Alessandro Baggi wrote: File "/usr/lib/python2.7/site-packages/yum/fssnapshots.py", line 156, in __init__ self._vgnames = _list_vg_names() File "/usr/lib/python2.7/site-packages/yum/fssnapshots.py", line 59, in _list_vg_

Re: [CentOS] Yum error

2014-12-22 Thread Nicolas Thierry-Mieg
On 12/22/2014 02:54 PM, Alessandro Baggi wrote: On 12/22/2014 02:39 PM, Mark Milhollan wrote: On Mon, 22 Dec 2014, Alessandro Baggi wrote: File "/usr/lib/python2.7/site-packages/yum/fssnapshots.py", line 156, in __init__ self._vgnames = _list_vg_names() File "/usr/lib/python2.7/site-

Re: [CentOS] Yum error

2014-12-22 Thread Alessandro Baggi
On 12/22/2014 03:01 PM, Nicolas Thierry-Mieg wrote: On 12/22/2014 02:54 PM, Alessandro Baggi wrote: On 12/22/2014 02:39 PM, Mark Milhollan wrote: On Mon, 22 Dec 2014, Alessandro Baggi wrote: File "/usr/lib/python2.7/site-packages/yum/fssnapshots.py", line 156, in __init__ self._vgname

Re: [CentOS] CentOS Digest, Vol 119, Issue 19

2014-12-22 Thread Xinhuan Zheng
Hello Brian, >GPG is really what you want to be using for this. OpenSSL is a general >toolkit that provide a lot of good functions, but you need to cobble some >things together yourself. GPG is meant to handle all of the other parts >of >dealing with files. >I will expand on what someone else me

Re: [CentOS] yum upgrade not working

2014-12-22 Thread Tim Dunphy
Hi Ned., What does rpm say? 'rpm -q --whatprovides /usr/lib64/libyaml-0.so.1' This is what rpm reports back at that command: [root@ops:~] #rpm -q --whatprovides /usr/lib64/libyaml-0.so.1 libyaml-0.1.2-3.el5.x86_64 > > > Can someone please point me in the right direction for solving these > >

Re: [CentOS] yum upgrade not working

2014-12-22 Thread Tim Dunphy
Removing that libyaml package allowed me to upgrade! Thanks for the tip! Tim On Sat, Dec 20, 2014 at 9:25 PM, Tim Dunphy wrote: > Hey all, > > I'm attempting to upgrade a Centos 5.9 machine to CentOS 5.10. > > But when I try the yum update command I get this response: > > --> Finished Dependen

Re: [CentOS] yum upgrade not working

2014-12-22 Thread Jussi Hirvi
This often helps to avoid broken dependencies: yum --disablerepo=\* --enablerepo=base --enablerepo=updates update After that, a regular yum update. - Jussi On 22.12.2014 17.39, Tim Dunphy wrote: Removing that libyaml package allowed me to upgrade! Thanks for the tip! ___

Re: [CentOS] yum upgrade not working

2014-12-22 Thread Tim Dunphy
> > This often helps to avoid broken dependencies: > yum --disablerepo=\* --enablerepo=base --enablerepo=updates update > After that, a regular yum update. Cool! Thanks for the tip! On Mon, Dec 22, 2014 at 10:50 AM, Jussi Hirvi wrote: > This often helps to avoid broken dependencies: > > yum --

Re: [CentOS] openvpn client and KDE Network Manager - with CentOS7

2014-12-22 Thread Rex Dieter
CS DBA wrote: > Hi All, > > I am switching from Fedora20 to CentOS7 since I now run all my Linux > development in a VM and I get a more robust feature set (i.e. shared > folders with the host that "just work", etc) > > The only issue I have thus far is VPN connections. Looking at what's > instal