On Sun, 2005-06-05 at 23:38 -0400, Ignacio Vazquez-Abrams wrote: > They lack the old-style headers. Try the following instead: > > rpmmd extras-fc4 http://download.fedora.redhat.com/pub/fedora/linux/ extras/4/i386/ > That doesn't work. With that line added in /etc/sysconfig/rhn/sources (with or without the space before extras - a typo or should that be there?) or with the following: rpmmd development http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/ I get: An error has occurred: exceptions.AttributeError See /var/log/up2date for more information And in /var/log/up2date: [Sun Jun 5 21:55:46 2005] up2date File "/usr/sbin/up2date", line 1265, in ? sys.exit(main() or 0) File "/usr/sbin/up2date", line 328, in main sources = sourcesConfig.getSources() File "/usr/share/rhn/up2date_client/sourcesConfig.py", line 263, in getSources scfg = SourcesConfigFile(filename="/etc/sysconfig/rhn/sources") File "/usr/share/rhn/up2date_client/sourcesConfig.py", line 42, in __init__ self.load() File "/usr/share/rhn/up2date_client/sourcesConfig.py", line 83, in load self.parseRpmmd(line)