Page 1 of 1

Yum Issue

Posted: Mon May 04, 2009 5:54 am
by chencho
Hi all.

Currently I'm ussing Centos 5 and Plesk 8.4 with ART repo.

I want to update my server using "yum update", but i have a issue:

Code: Select all

Loading "fastestmirror" plugin
Repository atomic is listed more than once in the configuration
Repository plesk is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * extras: ftp.cica.es
 * plesk: www.atomicorp.com
 * base: ftp.cica.es
 * atomic: www.atomicorp.com
 * addons: ftp.cica.es
 * updates: ftp.cica.es
http://www.atomicorp.com/channels/plesk/latest/centos/5/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: plesk. Please verify its path and try again
The server installation was on June of 2008 (all works fine).

Now i try to update ART repos using the rpm at this page:

http://www.atomicorp.com/channels/

We try "wget http://www.atomicorp.com/channels/atomi ... noarch.rpm" but we heave 404 error.

Also we try "wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh". This works, but when try to make yum update the problem still here.

What's the correct way to update?

Thanks in advance.

---

I try with "yum clean all" and then "wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh", but it fails.

---

The last changes that i made:

Remove plesk.repo ant atomic.repo

Edit CentOS-Base.repo and comment the [Plesk] section

Now i can use yum update, but i'm not sure if atomic packages will be installed

Re: Yum Issue

Posted: Mon May 04, 2009 9:10 am
by scott
You should see a list of active repos when you run: yum repolist

Re: Yum Issue

Posted: Mon May 04, 2009 9:51 am
by chencho
Hi.

Here is my repolist:

Code: Select all

addons               CentOS-5 - Addons                         enabled
atomic               Atomic Rocket Turtle - 5 - Atomic PSA-Co  enabled
base                 CentOS-5 - Base                           enabled
extras               CentOS-5 - Extras                         enabled
plesk                Plesk Server Administrator                enabled
updates              CentOS-5 - Updates                        enabled
I dont know if "plesk" must be Atomic Rocket Turtle too or it is ok.

Re: Yum Issue

Posted: Mon May 04, 2009 4:48 pm
by scott
That looks good to me. My guess is that someone manually added a plesk repository to your CentOS-Base.repo file, which is what broke things for you.

Re: Yum Issue

Posted: Tue May 05, 2009 3:20 am
by chencho
Thanks.

Tonigh will update the server.