I'm running into a problem doing F10 kickstart installs where the updates repo is being ignored: 09:09:51 WARNING : ignoring duplicate repository updates with URL ['http://fedora.cora.nwra.com/fedora/linux/updates/10/x86_64/'] although it clearly isn't a duplicate. In the anaconda code, it just seems to assume that if a repo can't be added it's because it is duplicate: for repo in extraRepos: try: self.repos.add(repo) log.info("added repository %s with URL %s" % (repo.name, repo.mirrorlist or repo.baseurl)) except: log.warning("ignoring duplicate repository %s with URL %s" % (repo.name, repo.mirrorlist or repo.baseurl)) So I don't have any information as to *why* we were not able to add repository. Is there some way to enable verbose debug logging for the anaconda yum instance? Thanks! (please CC me, using gmane) - Orion _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list