trouble updating mysql with yum

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
antxx
New Forum User
New Forum User
Posts: 2
Joined: Thu Sep 22, 2005 11:37 am

trouble updating mysql with yum

Unread post by antxx »

I was finally able to understand how to install rpm, and setup yum. I am trying to update mysql3.2 to 4 because one of my scripts demands it...

I got this with "yum update mysql":

Setting up Update Process
Setting up Repo: psa-7.5
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: base
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic-app-vault
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: updates
Cannot find a valid baseurl for repo: updates
[root@rangeproducts at261392]# yum update mysql
Setting up Update Process
Setting up Repo: psa-7.5
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: base
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic-app-vault
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: updates
Cannot find a valid baseurl for repo: updates
[root@rangeproducts at261392]# mv yum.conf /etc
mv: overwrite `/etc/yum.conf'? y
[root@rangeproducts at261392]# yum update mysql
Setting up Update Process
Setting up Repo: psa-7.5
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: base
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atomic-app-vault
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: updates
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
psa-7.5 : ##################################################

104/104
base : ##################################################

1619/1619
atomic : ##################################################

167/167
atomic-app: ##################################################

4/4
updates : ##################################################

624/624
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mysql.i386 0:4.1.12-1.rhfc2.art set to be updated
--> Running transaction check
--> Processing Dependency: mysql= 3.23.58 for package: mysql-devel
--> Processing Dependency: libmysqlclient.so.10 for package: mysql-server
--> Processing Dependency: libmysqlclient.so.10 for package: libdbi-dbd-mysql
--> Processing Dependency: mysql= 3.23.58 for package: mysql-server
--> Processing Dependency: libmysqlclient.so.10 for package: perl-DBD-MySQL
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package mysql-devel.i386 0:4.1.12-1.rhfc2.art set to be updated
---> Package mysql-server.i386 0:4.1.12-1.rhfc2.art set to be updated
---> Downloading header for mysql to pack into transaction set.
http://3es.atomicrocketturtle.com/3...8-9.1.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
Error: failure: RPMS/mysql-3.23.58-9.1.i386.rpm from updates: [Errno 256] No more mirrors to try.

Not sure why it can't do anything when it comes to update URL...My yum config is:

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

[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/

[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/

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

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

so i don't know anymore...
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Looks like you might have hit the archive while it was still rsync'ing. Just to doublecheck, you are on FC2 right?
antxx
New Forum User
New Forum User
Posts: 2
Joined: Thu Sep 22, 2005 11:37 am

Unread post by antxx »

ok, just in time...I succeeded in making the update. I removed:

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

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

from the .conf and it went well. I am on FC2 with Plesk 5.3. Yum rocks :) ! At least, i restarted apache after update, just to be sure, but i had absolutely no problems. In the last 10 months on dedicated servers, this is the very first software that truly impress me.
Post Reply