On Thu, 2008-03-20 at 23:26 -0400, Ric Moore wrote: > As of late, I've started getting this error: > yum install python-gtk > Loading "kernel-module" plugin > Loading "basearchonly" plugin > Loading "fastestmirror" plugin > Loading "fedorakmod" plugin > Loading "downloadonly" plugin > Loading "priorities" plugin > Loading "protectbase" plugin > Loading "tsflags" plugin > Loading "merge-conf" plugin > Loading "refresh-updatesd" plugin > Loading "allowdowngrade" plugin > Loading "changelog" plugin > Loading "protect-packages" plugin > Loading "presto" plugin > Loading "skip-broken" plugin > Loading "security" plugin > Repository fedora is listed more than once in the configuration > Repository fedora-debuginfo is listed more than once in the > configuration > Repository fedora-source is listed more than once in the configuration > Determining fastest mirrors > Could not retrieve mirrorlist > http://ayo.freshrpms.net/fedora/linux/7/mirrors-freshrpms error was > [Errno 12] Timeout: <urlopen error timed out> > Error: Cannot find a valid baseurl for repo: freshrpms > > So, I've looked and looked, but do not find the repos noted being listed > twice anywhere. And, the freshrpms thing is happening even while the > freshrpm repo is inactive without me enabling it. Anyone have a clue?? > Everything worked until a day ago. Ric ---- locating duplicated repo... # grep -l '\[fedora\]' /etc/yum.repos.d/* /etc/yum.repos.d/fedora.repo freshrpms... # cat /etc/yum.repos.d/freshrpms.repo [freshrpms] name=RPMForge: Freshrpms #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/ mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-freshrpms gpgcheck=1 enabled=1 priority=110 Craig