Yum Issue

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
chencho
Forum User
Forum User
Posts: 24
Joined: Sun Jul 06, 2008 5:18 pm

Yum Issue

Unread post 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
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum Issue

Unread post by scott »

You should see a list of active repos when you run: yum repolist
chencho
Forum User
Forum User
Posts: 24
Joined: Sun Jul 06, 2008 5:18 pm

Re: Yum Issue

Unread post 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.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum Issue

Unread post 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.
chencho
Forum User
Forum User
Posts: 24
Joined: Sun Jul 06, 2008 5:18 pm

Re: Yum Issue

Unread post by chencho »

Thanks.

Tonigh will update the server.
Post Reply