OK its probably going to be something obvious I've missed but I am having a problem doing the YUM for MySQL. I inserted the control statements to /etc/yum.conf for ART but YUM seems unhappy
First I did a YUM SEARCH MYSQL (as a normal user)to look things over and YUM complained with
Code:
-bash2-2.05b$ yum search mysql
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 2 - Atomic PSA
Error - /var/cache/yum/atomic-psa/header.info cannot be found
Please ask your sysadmin to update the headers on this system.
I thought that maybe since atomic was new on my system it needed auth to allocate this file so I tried again and tried reloading the headers as root and got
Code:
[root@localhost mysystem.net]# yum clean headers
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 2 - Atomic PSA
Error - /var/cache/yum/atomic-psa/header.info cannot be found
Please run yum in non-caching mode to correct this header.
OK maybe it wants everything totaly clean, so I then got:
Code:
[root@localhost mysystem.net]# yum clean all
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 2 - Atomic PSA
Error - /var/cache/yum/atomic-psa/header.info cannot be found
Please run yum in non-caching mode to correct this header.
[root@localhost mysystem.net]#
my /etc/yum.conf with domian names masked and exrtra comment lines at bottom removed is:
Code:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
# THIS CONTAINS MY PSA COMPATIBLE RPMS
[atomic-psa]
name=Atomic Rocket Turtle - $releasever - Atomic PSA
baseurl=ftp://ftp.shinn.net/pub/Linux/atomic/psa/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/psa/$releasever/
baseurl=http://shinn.net/pub/Linux/atomic/psa/$releasever/
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://ftp.MYISP.net/fedora/core/$releasever/i386/os
OK so after doing the commands I thought were suppossed to fix the headers I tried one that would read them but had no hopes of it loading them so... of course it seems that it did. I tried YUM LIST and that forced the header info to be fixed and now my search command works with no complaints. Am I missing something or is this thing just funky??
It lloks like it should be safe to go forward with my YUM INSTALL MYSQL since a trial download-only run came back with the correct files from the correct place (Release: 2.rhfc2.art)
Thanks
Paul