On Wed, 2006-10-11 at 09:07 -0400, Tom Diehl wrote: > Hi, > > I just noticed that using an include statment in /etc/yum.conf appears to > be broken. > > I have the following in my yum.conf file: > include='http://yumconf.tntechs.com/yum.conf/yumconf.php?ver=5.92\&fqdn=tigger.tntechs.com\&group=tntechs\&dist=FC' > > If I do a yum update I get the following error: > > (tigger pts9) # yum update > CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/'http://yumconf.tntechs.com/yum.conf/yumconf.php?ver=5.92\&fqdn=tigger.tntechs.com\&group=tntechs\&dist=FC' > (tigger pts9) # > > I do think that file:///etc/'http://... Is supposed to be there, since I do > not have that in the config file. :-) > > If I run yum with a -c option then it works as expected. > > Has the syntax for the include statment changed?? > > FWIW, this is on rawhide with all of the updates. get rid of the 'quotes' surrounding the include= line. -sv