How to debug anaconda add repo process?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux