Yum Problem, Cannot find baseurl or name for server...

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
madtoast

Yum Problem, Cannot find baseurl or name for server...

Unread post by madtoast »

Hey, I am trying to add one of your repos to my yum.conf and I get this error.

Code: Select all

Error: Cannot find baseurl or name for server 'psa-7.5'. Skipping
Gathering header information file(s) from server(s)
Finding updated packages
Downloading needed headers
No Packages Available for Update
No actions to take
This is my yum.conf

Code: Select all

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

#[base]
#name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

#[updates-released]
#name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
Any help is greatly appreciated, Thanks!
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 »

what distro are you running? That looks yum 2.1.x related to me
madtoast

fedora core 2

Unread post by madtoast »

I'm running a fairly stripped down Fedora Core 2, it is a dedicated server with Aplus.net

Code: Select all

Looking in Installed Packages:
Name   : yum
Arch   : noarch
Version: 2.0.7
Release: 1.1
Size   : 449.82 kB
Group  : System Environment/Base
Repo   : Locally Installed
Summary: RPM installer/updater
Description:
 Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically prompting the user as necessary.


[/code]
Post Reply