> >> >> On Nov 5, 2006, at 6:36 AM, Nadeem Shahbaz wrote: >> >>> On 11/5/06, redhatdude@xxxxxxxxxxxxx <redhatdude@xxxxxxxxxxxxx> wrote: >>>> >>>> Thanks for the help so far guys. Anyway, I'm trying to get the source >>>> using yumdownloader and I get the following messages but no source. >>>> What's wrong? >>> >>> /etc/yum.conf must be listing all these repos along with >>> /etc/yum.repo.d/fedora-*. Either remove repos conf files under >>> /etc/yum.repo.d/ or hash enteries in yum.conf file. BTW yumdownloader >>> do not download sources (atleast do not work for me) ... I don't know >>> why, may be any FC person could tell the reason ? anyways, you can >>> download source from >>> http://rpm.pbone.net/index.php3/stat/26/dist/51/size/2864401/name/ >>> postfix-2.3.3-2.src.rpm >>> >>> Nadeem >>> >> >> This is what I have in yum.conf and those errors only appear when I >> use yumloader. >> >> [main] >> cachedir=/var/cache/yum >> keepcache=0 >> debuglevel=2 >> logfile=/var/log/yum.log >> pkgpolicy=newest >> distroverpkg=redhat-release >> tolerant=1 >> exactarch=1 >> obsoletes=1 >> gpgcheck=1 >> plugins=1 >> metadata_expire=1800 >> >> # PUT YOUR REPOS HERE OR IN separate files named file.repo >> # in /etc/yum.repos.d >> >> -- >> fedora-list mailing list >> fedora-list@xxxxxxxxxx >> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >> >> > > Do you have the core-source repo present/enabled? > yumdownloader --enable-repo core-source --source postfix > This will enable the core-source repo, asuming that you have it configured > on your system. > > fix: yumdownloader --enable-repo=core-source --source postfix