[CentOS] yum update error

2012-10-15 Thread Michael Simpson
Hi folks

bit of an odd one
over the last few days i have been getting

[Errno 14] HTTP Error 500: Internal Server error
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=5arch=i386repo=updates error
was
[Errno 14] HTTP Error 500: Internal Server Error

(though not just with updates but any mirrorlist from CentOS-Base and
also fasttrack)

this happens when trying to do a yum update

when i try browsing to the mirrorlist address manually i get

Sorry, the requested URL
'http://backend/?ra=:::::::release=5arch=i386repo=os'
caused an error:

the x'd portion represents the boxes network address from my provider
independent ipv6 space which i recently moved to
I am dual-stacked

everything else is working and cached mirrors appear to work ok
using the baseurl instead also works but isn't something i want to do for long

any ideas?

mike
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2010-10-12 Thread Timothy Murphy
Timo Schoeler wrote:


 thus Timothy Murphy spake:
 For some reason all the perl man pages cause yum errors like
 -
 Transaction Check Error:
   file /usr/share/man/man1/c2ph.1.gz from install of
   perl-5.8.8-32.el5_5.2.x86_64 conflicts with file from package
   perl-5.8.8-32.el5_5.1.i386
 -

 Ran into this, too, recently. I don't know whether it's the
 'recommended' way, but removing perl-5.8.8-32.el5_5.1.i386 (on a 64bit
 machine), which was possible without removing anything else, and then
 updating (which included the installion of perl-5.8.8-32.el5_5.2.x86_64
 fixed it for me.

Thanks, I followed your advice.
Actually, sudo yum remove perl-5.8.8-32.el5_5.1.i386
also removed one version of gnumeric 
(which I don't use on this machine anyway).
---
-- Processing Dependency: libperl.so for package: gnumeric
-- Running transaction check
--- Package gnumeric.i386 1:1.6.3-15.el5.2 set to be erased
---
However, it turns out that there is still a working version of gnumeric
on the machine:
---
[...@helen ~]$ sudo rpm -qf /usr/bin/gnumeric
gnumeric-1.6.3-15.el5.2
---

I've always wondered what the 1: means at the beginning of a package name?

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2010-10-12 Thread Joseph L. Casale
I've always wondered what the 1: means at the beginning of a package name?

Epoch Tag, see http://www.rpm.org/max-rpm-snapshot/s1-rpm-inside-tags.html
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum update error

2010-10-11 Thread Timothy Murphy
For some reason all the perl man pages cause yum errors like
-
Transaction Check Error:
  file /usr/share/man/man1/c2ph.1.gz from install of
  perl-5.8.8-32.el5_5.2.x86_64 conflicts with file from package
  perl-5.8.8-32.el5_5.1.i386
-

1. I don't really see how the man pages can cause conflicts;
2. More importantly, how should I deal with this?
[I've updated everything else with yum --exclude=perl* update.]

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2010-10-11 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus Timothy Murphy spake:
 For some reason all the perl man pages cause yum errors like
 -
 Transaction Check Error:
   file /usr/share/man/man1/c2ph.1.gz from install of
   perl-5.8.8-32.el5_5.2.x86_64 conflicts with file from package
   perl-5.8.8-32.el5_5.1.i386
 -
 
 1. I don't really see how the man pages can cause conflicts;
 2. More importantly, how should I deal with this?
 [I've updated everything else with yum --exclude=perl* update.]

Ran into this, too, recently. I don't know whether it's the
'recommended' way, but removing perl-5.8.8-32.el5_5.1.i386 (on a 64bit
machine), which was possible without removing anything else, and then
updating (which included the installion of perl-5.8.8-32.el5_5.2.x86_64
fixed it for me.

HTH,

Timo



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD4DBQFMsvEDfg746kcGBOwRAugdAJdyBoSwrHhfdq9wGOcT4I4+MwdAAKCkj4qa
gcaDmDsde71I8W0JC/2oaQ==
=Uo2F
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2010-10-11 Thread John Doe
From: Timothy Murphy gayle...@eircom.net

 For some reason all the perl man pages cause yum errors  like
 -
 Transaction Check  Error:
   file /usr/share/man/man1/c2ph.1.gz from install of
perl-5.8.8-32.el5_5.2.x86_64 conflicts with file from package
perl-5.8.8-32.el5_5.1.i386
 -
 1. I  don't really see how the man pages can cause conflicts;
 2. More importantly,  how should I deal with this?

Simply because both packages contain several identical (as in filepath) files...
You try to install two versions of the perl package at the same time.
You have an old i386 version and try to install a newer x86_64.
I think I would remove the old i386 version and install the newer x86_64.

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2010-01-31 Thread Christoph Maser
Am Samstag, den 30.01.2010, 13:32 +0100 schrieb Majian:
 Hi ,all :

 Today I run the yum update command on my laptop, which is CentOS 5.4
 i386.
 Then the screen displays the following message :

 r...@kuku ~  yum update
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * addons: mirror.centos.net.cn
  * base: mirror.centos.net.cn
  * epel: mirrors.sohu.com
  * extras: mirror.centos.net.cn
  * rpmforge: ftp-stud.fht-esslingen.de
  * rpmfusion-free-updates: mirrors.cat.pdx.edu
  * rpmfusion-free-updates-testing: mirrors.cat.pdx.edu
  * rpmfusion-nonfree-updates: mirrors.cat.pdx.edu
  * rpmfusion-nonfree-updates-testing: mirrors.cat.pdx.edu
  * update: mirrors.163.com

Do not mix epel and rpmforge they are not compatible.

Chris


financial.com AG

Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | 
Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | 
Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert | Dr. Alexis Eisenhofer | Dr. 
Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID 
number/St.Nr.: DE205 370 553
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum update error

2010-01-30 Thread Majian
Hi ,all :

Today I run the yum update command on my laptop, which is CentOS 5.4 i386.
Then the screen displays the following message :

r...@kuku ~  yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.centos.net.cn
 * base: mirror.centos.net.cn
 * epel: mirrors.sohu.com
 * extras: mirror.centos.net.cn
 * rpmforge: ftp-stud.fht-esslingen.de
 * rpmfusion-free-updates: mirrors.cat.pdx.edu
 * rpmfusion-free-updates-testing: mirrors.cat.pdx.edu
 * rpmfusion-nonfree-updates: mirrors.cat.pdx.edu
 * rpmfusion-nonfree-updates-testing: mirrors.cat.pdx.edu
 * update: mirrors.163.com
Setting up Update Process
Resolving Dependencies
-- Running transaction check
-- Processing Dependency: liblua-5.1.so for package: mysql-proxy
--- Package lua.i386 0:5.1.4-1.el5.rf set to be updated
--- Package lua-devel.i386 0:5.1.4-1.el5.rf set to be updated
-- Finished Dependency Resolution
mysql-proxy-0.5.1-1.el5.i386 from installed has depsolving problems
  -- Missing Dependency: liblua-5.1.so is needed by package
mysql-proxy-0.5.1-1.el5.i386 (installed)
Error: Missing Dependency: liblua-5.1.so is needed by package
mysql-proxy-0.5.1-1.el5.i386 (installed)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest


Then I run yum update --skip-broken, but after I run that command ,
the screen displays these:

r...@kuku ~  yum update --skip-broken
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirrors.163.com
 * base: mirrors.163.com
 * epel: mirrors.sohu.com
 * extras: mirrors.163.com
 * rpmforge: ftp-stud.fht-esslingen.de
 * rpmfusion-free-updates: mirrors.cat.pdx.edu
 * rpmfusion-free-updates-testing: mirrors.cat.pdx.edu
 * rpmfusion-nonfree-updates: mirrors.cat.pdx.edu
 * rpmfusion-nonfree-updates-testing: mirrors.cat.pdx.edu
 * update: mirrors.163.com
Setting up Update Process
Resolving Dependencies
-- Running transaction check
-- Processing Dependency: liblua-5.1.so for package: mysql-proxy
--- Package lua.i386 0:5.1.4-1.el5.rf set to be updated
--- Package lua-devel.i386 0:5.1.4-1.el5.rf set to be updated
-- Finished Dependency Resolution
mysql-proxy-0.5.1-1.el5.i386 from installed has depsolving problems
  -- Missing Dependency: liblua-5.1.so is needed by package
mysql-proxy-0.5.1-1.el5.i386 (installed)
-- Running transaction check
--- Package lua.i386 0:5.1.4-1.el5.rf set to be updated
-- Processing Dependency: lua = 5.1.4-1.el5.rf for package: lua-devel
-- Finished Dependency Resolution
lua-devel-5.1.4-1.el5.rf.i386 from rpmforge has depsolving problems
  -- Missing Dependency: lua = 5.1.4-1.el5.rf is needed by package
lua-devel-5.1.4-1.el5.rf.i386 (rpmforge)

Packages skipped because of dependency problems:
lua-5.1.4-1.el5.rf.i386 from rpmforge
lua-devel-5.1.4-1.el5.rf.i386 from rpmforge

Could someone give me some advices?

Thanks in advance ~
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-08 Thread Filipe Brandenburger
Hi,

On Tue, Jul 7, 2009 at 15:07, Olaf Muellerdaily-pla...@istari.de wrote:
 since today I could not update my CentOS 5.3 system with yum cause of
 the following error message.

As pointed out in the rpmforge mailing list, if you are complaining
about dependency issues not because you need the specific packages
with problems, but because you want to run yum update and be able to
get the security updates from the other repositories not affected by
the issue, and if you are on CentOS 5, you may use the --skip-broken
option of yum (not available in CentOS 4!) to skip updating packages
for which the dependencies are not met.

This is the command you should run in this case:
# yum --skip-broken update

HTH,
Filipe
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum update error

2009-07-07 Thread Olaf Mueller
Hello,

since today I could not update my CentOS 5.3 system with yum cause of
the following error message.

# yum update
[...]
Resolving Dependencies
-- Running transaction check
--- Package exiv2.i386 0:0.18.2-1.el5.rf set to be updated
--- Package perl-Params-Util.i386 0:1.00-1.el5.rf set to be updated
--- Package perl-Moose.noarch 0:0.86-1.el5.rf set to be updated
-- Processing Dependency: perl(Class::MOP) = 0.89 for package:
perl-Moose
--- Package perl-MRO-Compat.noarch 0:0.11-1.el5.rf set to be updated
--- Package exiv2-devel.i386 0:0.18.2-1.el5.rf set to be updated
-- Finished Dependency Resolution
perl-Moose-0.86-1.el5.rf.noarch from rpmforge has depsolving problems
  -- Missing Dependency: perl(Class::MOP) = 0.89 is needed by package
perl-Moose-0.86-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Class::MOP) = 0.89 is needed by package
perl-Moose-0.86-1.el5.rf.noarch (rpmforge)

I have asked about the missing  perl(Class::MOP) = 0.89 package on the
rpmforge mailing list without getting any answer. So maybe could this
be a problem of CentOS or Epel repo?

Thank you very much for your help!


regards
Olaf

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-07 Thread Ralph Angenendt
Olaf Mueller wrote:
 I have asked about the missing  perl(Class::MOP) = 0.89 package on the
 rpmforge mailing list without getting any answer. So maybe could this
 be a problem of CentOS or Epel repo?

a) rpmforge and epel don't mix well
b) rpmforge perl packages get a mass rebuild at the moment, so ask again
   there.

Cheers,

Ralph


pgpJvFtftvfzv.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-07 Thread Olaf Mueller
Olaf Mueller wrote:

 I have asked about the missing  perl(Class::MOP) = 0.89 package on
 the rpmforge mailing list without getting any answer. So maybe could
 this be a problem of CentOS or Epel repo?
Ok, found it on the rpmforge list and the error is caused by rpmforge.
It was not an answer to my problem but an answer to an other perl
dependency error.

-
Dag Wieers wrote:

 On Tue, 7 Jul 2009, Joe Ogulin wrote:
[...]
 Feel free to jump in and help us with the perl packages. The only way
 to make this work is having people to actually commit to the work.
 
 The reason why it now breaks is because Christoph is updating all the
 perl packages and inter-dependencies are not taken care of right now.
 
-

So I have a repo where inter-dependencies are not taken care of right
now. Do I something missunderstood here, or behaved rpmforge like a
testing repo without saying that this is testing only and not stable? 

Either way, to keep thinks running I have to disable rpmforge repo.


regards
Olaf

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-07 Thread Olaf Mueller
Ralph Angenendt wrote:

Hello.

 a) rpmforge and epel don't mix well
Yes, you are right. Now I have disabled rpmforge.


regards
Olaf

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-07 Thread John R Pierce
Ralph Angenendt wrote:
 a) rpmforge and epel don't mix well
   


more specifically, EPEL doesn't mix well with -any- other repository as 
they insist on not using a repository tag

I for one leave EPEL disabled, and only enable it manually when I 
absolutely need something from it thats not available elsewhere.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error

2009-07-07 Thread Les Bell

Lanny Marcus lmmailingli...@gmail.com wrote:


IMHO, on my CentOS 5.3 (32 bit) Desktop, RPMForge works very well. I
have given it a much higher Priority than EPEL. When I added the EPEL
Repository, the number of excluded packages went from approximately
400 to 1705.  My belief is that if EPEL had a high priority, it would
replace a *LOT* of packages I do not want replaced.


Generally, you're right - but in this case, it seems to be purely an
rpmforge problem. I'm getting similar problems with a mail gateway which
has a lot of Perl modules to support amavisd/clamav/spamassassin:

There was a problem updating the system. The following error message
was reported:

Failed to build transaction: Missing Dependency: perl(Compress::Raw::Zlib)
= 2.020 is needed by package perl-IO-Compress-2.020-1.el5.rf.noarch
(rpmforge)

Checking svn at rpmforge shows:

Name: perl-Compress-Raw-Zlib
Version: 2.020
Release: 1

so it's in the repo. I assumed it was a problem with the mirror I was using
(ftp-stud.fht-esslingen.de) so I excluded in it fastestmirror.conf and
tried again, this time using fr2.rpmfind.net, but no joy:

Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.020 is needed by
package perl-IO-Compress-2.020-1.el5.rf.noarch (rpmforge)

At this point, I'm not going to worry too much about it - it's in the
system and should eventually turn up. If not, I guess I'll have to find
some time to help out at rpmforge, rebuilding those Perl modules. . .

Best,

--- Les Bell
[http://www.lesbell.com.au]
Tel: +61 2 9451 1144


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error this morning

2009-06-04 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Ralph Angenendt
Sent: Wednesday, June 03, 2009 5:22 PM
To: centos@centos.org
Subject: Re: [CentOS] yum update error this morning

 I did a yum clean all as well, but it didn't help. Uninstalling the file
 package, as mentioned in my previous mail, resolved the issue for me.
YMMV
 of course.

The issue with the file package was a completely different one than
the issue with the unsubscriptable object - although yum clean metadata
has solved that one for most people as well.

I did a yum update and got the update list, then installed the packages one
by one. When I got to file, I got the problem described previously. Removing
file package solved it for me. YMMV as said before.

What was the problem with file package anyway??
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error this morning

2009-06-04 Thread Szabo Akos

On Thu, 2009-06-04 at 09:40 +0200, Sorin Srbu wrote:
  I did a yum clean all as well, but it didn't help. Uninstalling the file
  package, as mentioned in my previous mail, resolved the issue for me.
 YMMV
  of course.
 
 The issue with the file package was a completely different one than
 the issue with the unsubscriptable object - although yum clean metadata
 has solved that one for most people as well.
 
 I did a yum update and got the update list, then installed the packages one
 by one. When I got to file, I got the problem described previously. Removing
 file package solved it for me. YMMV as said before.
 
 What was the problem with file package anyway??

I just donwload file package, and installed by hand, without problem:

yumdownloader file.x86_64
rpm -Uvh file-4.17-15.el5_3.1.x86_64.rpm
rm file-4.17-15.el5_3.1.x86_64.rpm

Of course I use x86-64 :)


-- 
Szabo Akos fo...@fatav.hu
Fatav Bt.


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum update error this morning

2009-06-03 Thread Jerry Geis
I am getting the following yum update error this morning. C 5.3 x86_64.

What shall I do?

Jerry
---

yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.nac.net
 * updates: centos.mirror.nac.net
 * addons: mirrors.unbornmedia.com
 * extras: centos.mirror.nac.net
Setting up Update Process
Resolving Dependencies
-- Running transaction check
--- Package vsftpd.x86_64 0:2.0.5-12.el5_3.1 set to be updated
--- Package sos.noarch 0:1.7-9.16.el5_3.5 set to be updated
--- Package pidgin.i386 0:2.5.5-3.el5 set to be updated
--- Package poppler.x86_64 0:0.5.4-4.4.el5_3.9 set to be updated
--- Package audit-libs.x86_64 0:1.7.7-6.el5_3.3 set to be updated
--- Package pango.i386 0:1.14.9-5.el5.centos set to be updated
--- Package audit-libs-python.x86_64 0:1.7.7-6.el5_3.3 set to be updated
--- Package acpid.x86_64 0:1.0.4-7.el5_3.1 set to be updated
--- Package audit.x86_64 0:1.7.7-6.el5_3.3 set to be updated
--- Package libwmf.x86_64 0:0.2.8.4-10.2 set to be updated
--- Package libpurple.i386 0:2.5.5-3.el5 set to be updated
--- Package crash.x86_64 0:4.0-7.2.3.el5.centos.1 set to be updated
--- Package ipsec-tools.x86_64 0:0.6.5-13.el5_3.1 set to be updated
--- Package file.x86_64 0:4.17-15.el5_3.1 set to be updated
--- Package freetype.x86_64 0:2.2.1-21.el5_3 set to be updated
--- Package libpurple.x86_64 0:2.5.5-3.el5 set to be updated
--- Package freetype-devel.x86_64 0:2.2.1-21.el5_3 set to be updated
--- Package pidgin.x86_64 0:2.5.5-3.el5 set to be updated
--- Package httpd.x86_64 0:2.2.3-22.el5.centos.1 set to be updated
--- Package libwmf.i386 0:0.2.8.4-10.2 set to be updated
--- Package gnome-session.x86_64 0:2.16.0-6.el5.centos.2 set to be updated
--- Package net-snmp-libs.x86_64 1:5.3.2.2-5.el5_3.1 set to be updated
--- Package audit-libs.i386 0:1.7.7-6.el5_3.3 set to be updated
--- Package httpd-manual.x86_64 0:2.2.3-22.el5.centos.1 set to be updated
--- Package freetype.i386 0:2.2.1-21.el5_3 set to be updated
--- Package mod_ssl.x86_64 1:2.2.3-22.el5.centos.1 set to be updated
--- Package pango.x86_64 0:1.14.9-5.el5.centos set to be updated
--- Package freetype-devel.i386 0:2.2.1-21.el5_3 set to be updated
--- Package ntp.x86_64 0:4.2.2p1-9.el5.centos.2 set to be updated
Traceback (most recent call last):
  File /usr/bin/yum, line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
  File /usr/share/yum-cli/yummain.py, line 229, in user_main
errcode = main(args)
  File /usr/share/yum-cli/yummain.py, line 145, in main
(result, resultmsgs) = base.buildTransaction()
  File /usr/lib/python2.4/site-packages/yum/__init__.py, line 647, in 
buildTransaction
(rescode, restring) = self.resolveDeps()
  File /usr/lib/python2.4/site-packages/yum/depsolve.py, line 704, in 
resolveDeps
for po, dep in self._checkFileRequires():
  File /usr/lib/python2.4/site-packages/yum/depsolve.py, line 939, in 
_checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not 
self.tsInfo.getNewProvides(filename):
  File /usr/lib/python2.4/site-packages/yum/transactioninfo.py, line 
414, in getNewProvides
for pkg, hits in self.pkgSack.getProvides(name, flag, 
version).iteritems():
  File /usr/lib/python2.4/site-packages/yum/packageSack.py, line 300, 
in getProvides
return self._computeAggregateDictResult(getProvides, name, flags, 
version)
  File /usr/lib/python2.4/site-packages/yum/packageSack.py, line 470, 
in _computeAggregateDictResult
sackResult = apply(method, args)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 861, 
in getProvides
return self._search(provides, name, flags, version)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 43, in 
newFunc
return func(*args, **kwargs)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 837, 
in _search
for pkg in self.searchFiles(name, strict=True):
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 43, in 
newFunc
return func(*args, **kwargs)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 586, 
in searchFiles
self._sql_pkgKey2po(rep, cur, pkgs)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 470, 
in _sql_pkgKey2po
pkg = self._packageByKey(repo, ob['pkgKey'])
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 413, 
in _packageByKey
po = self.pc(repo, cur.fetchone())
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 68, in 
__init__
self._read_db_obj(db_obj)
  File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 94, in 
_read_db_obj
setattr(self, item, _share_data(db_obj[item]))
TypeError: unsubscriptable object
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum update error this morning

2009-06-03 Thread Ron Lorah
Try: yum clean all
Then try yum update again

~Ron

Jerry Geis wrote:
 I am getting the following yum update error this morning. C 5.3 x86_64.

 What shall I do?

 Jerry
 ---

 yum update
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * base: centos.mirror.nac.net
  * updates: centos.mirror.nac.net
  * addons: mirrors.unbornmedia.com
  * extras: centos.mirror.nac.net
 Setting up Update Process
 Resolving Dependencies
 -- Running transaction check
 --- Package vsftpd.x86_64 0:2.0.5-12.el5_3.1 set to be updated
 --- Package sos.noarch 0:1.7-9.16.el5_3.5 set to be updated
 --- Package pidgin.i386 0:2.5.5-3.el5 set to be updated
 --- Package poppler.x86_64 0:0.5.4-4.4.el5_3.9 set to be updated
 --- Package audit-libs.x86_64 0:1.7.7-6.el5_3.3 set to be updated
 --- Package pango.i386 0:1.14.9-5.el5.centos set to be updated
 --- Package audit-libs-python.x86_64 0:1.7.7-6.el5_3.3 set to be updated
 --- Package acpid.x86_64 0:1.0.4-7.el5_3.1 set to be updated
 --- Package audit.x86_64 0:1.7.7-6.el5_3.3 set to be updated
 --- Package libwmf.x86_64 0:0.2.8.4-10.2 set to be updated
 --- Package libpurple.i386 0:2.5.5-3.el5 set to be updated
 --- Package crash.x86_64 0:4.0-7.2.3.el5.centos.1 set to be updated
 --- Package ipsec-tools.x86_64 0:0.6.5-13.el5_3.1 set to be updated
 --- Package file.x86_64 0:4.17-15.el5_3.1 set to be updated
 --- Package freetype.x86_64 0:2.2.1-21.el5_3 set to be updated
 --- Package libpurple.x86_64 0:2.5.5-3.el5 set to be updated
 --- Package freetype-devel.x86_64 0:2.2.1-21.el5_3 set to be updated
 --- Package pidgin.x86_64 0:2.5.5-3.el5 set to be updated
 --- Package httpd.x86_64 0:2.2.3-22.el5.centos.1 set to be updated
 --- Package libwmf.i386 0:0.2.8.4-10.2 set to be updated
 --- Package gnome-session.x86_64 0:2.16.0-6.el5.centos.2 set to be updated
 --- Package net-snmp-libs.x86_64 1:5.3.2.2-5.el5_3.1 set to be updated
 --- Package audit-libs.i386 0:1.7.7-6.el5_3.3 set to be updated
 --- Package httpd-manual.x86_64 0:2.2.3-22.el5.centos.1 set to be updated
 --- Package freetype.i386 0:2.2.1-21.el5_3 set to be updated
 --- Package mod_ssl.x86_64 1:2.2.3-22.el5.centos.1 set to be updated
 --- Package pango.x86_64 0:1.14.9-5.el5.centos set to be updated
 --- Package freetype-devel.i386 0:2.2.1-21.el5_3 set to be updated
 --- Package ntp.x86_64 0:4.2.2p1-9.el5.centos.2 set to be updated
 Traceback (most recent call last):
   File /usr/bin/yum, line 29, in ?
 yummain.user_main(sys.argv[1:], exit_code=True)
   File /usr/share/yum-cli/yummain.py, line 229, in user_main
 errcode = main(args)
   File /usr/share/yum-cli/yummain.py, line 145, in main
 (result, resultmsgs) = base.buildTransaction()
   File /usr/lib/python2.4/site-packages/yum/__init__.py, line 647, in 
 buildTransaction
 (rescode, restring) = self.resolveDeps()
   File /usr/lib/python2.4/site-packages/yum/depsolve.py, line 704, in 
 resolveDeps
 for po, dep in self._checkFileRequires():
   File /usr/lib/python2.4/site-packages/yum/depsolve.py, line 939, in 
 _checkFileRequires
 if not self.tsInfo.getOldProvides(filename) and not 
 self.tsInfo.getNewProvides(filename):
   File /usr/lib/python2.4/site-packages/yum/transactioninfo.py, line 
 414, in getNewProvides
 for pkg, hits in self.pkgSack.getProvides(name, flag, 
 version).iteritems():
   File /usr/lib/python2.4/site-packages/yum/packageSack.py, line 300, 
 in getProvides
 return self._computeAggregateDictResult(getProvides, name, flags, 
 version)
   File /usr/lib/python2.4/site-packages/yum/packageSack.py, line 470, 
 in _computeAggregateDictResult
 sackResult = apply(method, args)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 861, 
 in getProvides
 return self._search(provides, name, flags, version)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 43, in 
 newFunc
 return func(*args, **kwargs)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 837, 
 in _search
 for pkg in self.searchFiles(name, strict=True):
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 43, in 
 newFunc
 return func(*args, **kwargs)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 586, 
 in searchFiles
 self._sql_pkgKey2po(rep, cur, pkgs)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 470, 
 in _sql_pkgKey2po
 pkg = self._packageByKey(repo, ob['pkgKey'])
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 413, 
 in _packageByKey
 po = self.pc(repo, cur.fetchone())
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 68, in 
 __init__
 self._read_db_obj(db_obj)
   File /usr/lib/python2.4/site-packages/yum/sqlitesack.py, line 94, in 
 _read_db_obj
 setattr(self, item, _share_data(db_obj[item]))
 TypeError: unsubscriptable object
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

   

Re: [CentOS] Yum-update error

2008-01-07 Thread Ralph Angenendt
Harry Sukumar wrote:
 Could not retrieve mirrorlist
 http://mirrorlist.centos.org/?release=5arch=i386repo=extras error was

We had some problems with the mirrorlist.centos.org servers. All should
be back to normal now ...

Cheers,

Ralph


pgpEJJnkq6LLe.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum-update error

2008-01-06 Thread Harry Sukumar
 

Dear All,

 

Quick question: I am currently having issues with yum, I recently
updated centos 5 server using the command 

 

# yum update 

 

Yum was working fine till, before the update,

 

When I try to use yum now I am getting the following error,

 


---

[EMAIL PROTECTED] ~]# yum list all

Loading installonlyn plugin

Setting up repositories

Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=5arch=i386repo=extras error was

[Errno 14] HTTP Error 503: Service Unavailable

Error: Cannot find a valid baseurl for repo: extras

[EMAIL PROTECTED] ~]#

 




 

I tried to google on this but I seem to be running out of luck!! 

 

Could some one please help me solve this issues?

 

BTW: I am quite new to Linux Systems Administration, Gee Man I love
CentOS so much, 

 

I will summarise the solution  

 

Thanks for all your help in Advance, 

 

-

Harry S

 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum-update error

2008-01-06 Thread Akemi Yagi
On Jan 6, 2008 9:37 PM, Harry Sukumar [EMAIL PROTECTED] wrote:

 Dear All,

 Quick question: I am currently having issues with yum, I recently updated
 centos 5 server using the command

 # yum update

 Yum was working fine till, before the update,

 When I try to use yum now I am getting the following error,
 ---

 [EMAIL PROTECTED] ~]# yum list all

 Loading installonlyn plugin

 Setting up repositories

 Could not retrieve mirrorlist
 http://mirrorlist.centos.org/?release=5arch=i386repo=extras error was

 [Errno 14] HTTP Error 503: Service Unavailable

I believe there is some problem with CentOS mirror servers.  Just wait
and try again later.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Yum-update error

2008-01-06 Thread Harry Sukumar
Hi again,

Problem solved, I am able to connect to mirror server now,

I guess there was a problem with mirror server, someone seem to have
fixed it.

Everything rocks now

Special thanks to Akemi

Cheers!!!

Harry

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Akemi Yagi
Sent: Monday, 7 January 2008 3:52 PM
To: CentOS mailing list
Subject: Re: [CentOS] Yum-update error

On Jan 6, 2008 9:37 PM, Harry Sukumar [EMAIL PROTECTED] wrote:

 Dear All,

 Quick question: I am currently having issues with yum, I recently
updated
 centos 5 server using the command

 # yum update

 Yum was working fine till, before the update,

 When I try to use yum now I am getting the following error,


---

 [EMAIL PROTECTED] ~]# yum list all

 Loading installonlyn plugin

 Setting up repositories

 Could not retrieve mirrorlist
 http://mirrorlist.centos.org/?release=5arch=i386repo=extras error
was

 [Errno 14] HTTP Error 503: Service Unavailable

I believe there is some problem with CentOS mirror servers.  Just wait
and try again later.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos