Problems Installing from YUM

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
jcoulter
New Forum User
New Forum User
Posts: 2
Joined: Fri Feb 10, 2006 4:35 pm
Location: Virginia

Problems Installing from YUM

Unread post by jcoulter »

I am having trouble installing clamav/spamassassin/qmail-scanner via YUM. Here is what I typed and the responses:
[root@CWS-1 misc]# yum install clamav spamassassin qmail-scanner
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 2 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 2 - Base OS RPMS mirror
Server: Fedora Core 2 updates (from fedoralegacy.org)
Server: Atomic Rocket Turtle - 2 - SW-Soft PSA 6.0 RPMS
retrygrab() failed for:
http://3es.atomicrocketturtle.com/atomi ... eader.info
Executing failover method
failover: out of servers to try
Error getting file http://3es.atomicrocketturtle.com/atomi ... eader.info
[Errno 4] IOError: HTTP Error 404: Not Found
Here is what I did prior to the above
rpm -e psa-spamassassin
rpm -e spamassassin
rpm -e drweb
rpm -e drweb-qmail
I added the below to /etc/yum.conf
I added the below channels to /etc/yum.conf
# 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/

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

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

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

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.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/
I did rpm --import RPM-GPG-KEY_art.txt. When I did this, it gave me no messages at all so I assume it did what it was supposed to do.

I added channels.xml to /var/www/html/atomic. I didn't do this at first. After getting the error at the beginning of the post, I added this file. Didn't change anything.

I'm new at the YUM stuff, so what I have done wrong?

Thanks!
jcoulter
New Forum User
New Forum User
Posts: 2
Joined: Fri Feb 10, 2006 4:35 pm
Location: Virginia

Unread post by jcoulter »

Ok ... I've gotten this to work. The channel info for yum.conf I got off the main site but found here something slightly different. I changed my yum.conf and it appears to have worked.
Post Reply