Page 1 of 1

Problem upgrade w/yum in psa 7.5.4

Posted: Mon Dec 26, 2005 9:57 am
by edelapatte
Hi all,
I have a problem in upgrading my Plesk 7.5.4 in using yum.
I have a dedicated server installed with Plesk 7.5.4. with Fedora Core 3. I am trying to upgrade MySQL from 3.23 to version 4.x. I have updated yum.conf. When I do a 'yum update' or even 'yum list' I get the following error:

Repository base already added, not adding again
Setting up Update Process
Setting up Repos
http://www.atomicrocketturtle.com/atomi ... repomd.xml: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
Cannot open/read repomd.xml file for repository: psa-7.5
failure: repodata/repomd.xml from psa-7.5: [Errno 256] No more mirrors to try.

I have no idea what is wrong!!

The content of yum.conf is:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
exclude=spamassassin

#[base]
#name=Fedora Core $releasever - $basearch - Base
#mirrorlist=http://fedora.redhat.com/download/mirro ... releasever

#[updates-released]
#name=Fedora Core $releasever - $basearch - Released Updates
#mirrorlist=http://fedora.redhat.com/download/mirro ... releasever

# THIS CHANNEL CONTAINS MY PSA COMPATIBLE RPMS (php, mysql, qmail-scanner, etc)
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/
baseurl=http://www.atomicrocketturtle.com/atomi ... eleasever/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... eleasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... eleasever/
baseurl=http://www.atomicrocketturtle.com/atomi ... eleasever/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... eleasever/

If anybody knows what I did wrong or what else I forgot maybe to do. Please let me know.

Posted: Mon Dec 26, 2005 10:02 am
by Danny

Posted: Mon Dec 26, 2005 4:32 pm
by edelapatte
Thanks for the reply but ..
Uhh Uhh I am a bit confused. You proposed to change a line which do not occur in my yum.conf. So probably I missed something (again?). The line ending with .../RPMS/ does not exist in one of the lines in my yum.conf.

So which one do you really mean?

Posted: Mon Dec 26, 2005 5:28 pm
by phatPhrog
You should be okay if you just remove all the:

baseurl=http://www.atomicrocketturtle.com/atomic/.....

The archives have been changed to

3es.atomicrocketturtle.com

Also...I don't know if it matters with your setup but for whatever reason it does mine. On the exclude=spamassassin, updates aren't excluded on our server unless we use

exclude=spamassassin*

Until we added the asterisk, spamassassin always came up in updates.

Posted: Tue Dec 27, 2005 5:53 am
by edelapatte
It solved after removing all the lines with www.atomicrocketturtle.com to 3es.atomic... And because I first red the comments on the homepage it should be obvious. Thanks

After the upgrade I got the 2002-error about sock(2) etc. Just restarted mysql again and it disappears.