I'm having troubles with my fairly new SME Server. It seems to have lost its configuration database, such that the base repository is not found when I try to install some software.
I do a:
yum install --enablerepo=base <package>
and I get:
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Cannot find a valid baseurl for repo: base
================================================================
No new rpms were installed. No additional commands are required.
================================================================
I also tried 
db yum_repositories show base
, with the following result:
base=repository
    BaseURL=http://mirror.centos.org/centos/4/os/$basearch
    EnableGroups=0
    Exclude=kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,initscripts
    GPGCheck=yes
    MirrorList=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    Name=CentOS - os
    Visible=yes
    status=enabled
Any ideas what is wrong with my machine (if anything)? Or is it simply something screwy with the centos.org site?
Cheers,
mvdw