Page 1 of 1

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

Posted: Tue Aug 02, 2005 3:28 pm
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!

Posted: Tue Aug 02, 2005 10:00 pm
by scott
what distro are you running? That looks yum 2.1.x related to me

fedora core 2

Posted: Wed Aug 03, 2005 3:35 am
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]