I'm following along with <http://foolish.digitalinc.info/docs/gift/> and am trying to add dries as a repository, but clearly it's not working. This is from Fedora, FC4. What's the error, please? [root@localhost yum.repos.d]# yum whatprovides gift-fasttrack Searching Packages: Setting up repositories http://dries.studentenweb.org/yum/fedora/linux/4/i386/dries/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 404: Date: Sun, 19 Feb 2006 04:11:51 GMT Server: Apache Vary: accept-language,accept-charset Accept-Ranges: bytes Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 Content-Language: en Trying other mirror. Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try. Error: failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try. [root@localhost yum.repos.d]# pwd /etc/yum.repos.d [root@localhost yum.repos.d]# ll total 80 -rw-r--r-- 1 root root 146 Feb 18 23:11 dries.repo -rw-r--r-- 1 root root 1123 Jun 3 2005 fedora-devel.repo -rw-r--r-- 1 root root 312 Jun 3 2005 fedora-extras-devel.repo -rw-r--r-- 1 root root 299 Jun 3 2005 fedora-extras.repo -rw-r--r-- 1 root root 294 Jun 3 2005 fedora.repo -rw-r--r-- 1 root root 330 Jun 3 2005 fedora-updates.repo -rw-r--r-- 1 root root 337 Jun 3 2005 fedora-updates-testing.repo -rw-rw-r-- 1 root root 1032 Feb 13 05:59 jpackage.repo -rw-r--r-- 1 root root 1032 Oct 4 15:35 jpackage.repo.1 -rw-r--r-- 1 root root 1084 Aug 19 2005 livna.repo [root@localhost yum.repos.d]# cat dries.repo -n 1 [dries] 2 name=Extra Fedora rpms dries - $releasever - $basearch 3 baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries [root@localhost yum.repos.d]# date Sat Feb 18 23:12:01 EST 2006 [root@localhost yum.repos.d]# thanks, Thufir