Hide Forgot
The following was filed automatically by anaconda: anaconda 15.27 exception report Traceback (most recent call first): File "<string>", line 84, in next File "/usr/lib/yum-plugins/langpacks.py", line 76, in postreposetup_hook for event, elem in iterparse(infile): File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 184, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/python2.7/site-packages/yum/repos.py", line 92, in doSetup self.ayum.plugins.run('postreposetup') File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 596, in _getRepos self._repos.doSetup(thisrepo) File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 568, in doRepoSetup return self._getRepos(thisrepo, True) File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 1280, in <lambda> self.__withFuncDo(anaconda, lambda r: self.ayum.doRepoSetup(thisrepo=r.id), File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 1310, in __withFuncDo fn(repo) File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 1282, in doRepoSetup callback=RepoSetupPulseProgress(anaconda.intf)) File "/usr/lib/python2.7/site-packages/pyanaconda/iw/task_gui.py", line 48, in setupRepo anaconda.backend.doRepoSetup(anaconda, thisrepo=repo.id, fatalerrors=False) File "/usr/lib/python2.7/site-packages/pyanaconda/iw/task_gui.py", line 370, in run if not setupRepo(self.anaconda, newRepoObj): File "/usr/lib/python2.7/site-packages/pyanaconda/iw/task_gui.py", line 550, in _addRepo if dialog.run() in [gtk.RESPONSE_CANCEL, gtk.RESPONSE_DELETE_EVENT]: ParseError: not well-formed (invalid token): line 1, column 0
Created attachment 497870 [details] Attached traceback automatically from anaconda.
I've hit this twice now when I try to add a local updates-testing mirror for i386 F15. It's possible that I have some malformed repodata since this is a freshly created local mirror. I will look into it.
Your mirror is handing out total garbage, for some strange reason. Check out the data attribute in the traceback.
I have confirmed that my local updates-testing repo is corrupt which (In reply to comment #3) > Your mirror is handing out total garbage, for some strange reason. Check out > the data attribute in the traceback. Yeah, I confirmed that my local mirror is broken and am fixing. Wasn't sure if anaconda was expected to crash in that situation instead of just alerting the user that there were problems with the repo.