Displaying 4 results from an estimated 4 matches for "repoerror".
Did you mean:
reporterror
2008 Dec 30
3
Anaconda crash during Centos 5.2 installation.
...es with various installation resquest (the last
is "Server", "Customize after installation") unfortunately, it's
reproductible:
Traceback (most recent call first):
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 42, in
newFunc
raise Errors.RepoError
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 596, in
searchPrco
results.extend(self.searchFiles(name))
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 40, in
newFunc
return func(*args, **kwargs)
File "/usr/lib/python2.4/sit...
2011 Aug 25
2
Puppet Error during Yum execution
...ion
repoXML = self.repoXML
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1417,
in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1413,
in _getRepoXML
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve repository metadata (repomd.xml)
for repository: base. Please verify its path and try again
Here is the relevant package version information:
# ruby --version
ruby 1.8.7 (2010-06-23 patchlevel 299) [x86_64-linux]
# puppet --version
0.25.5
# python --vers...
2007 Apr 18
0
Cusor not synced up ... and installs crashing
...After a few minutes I get a Python error.
"An unhanded exception has occurred. This is most likely a bug" etc. I
have saved a copy of the system state to a remote host and will post a
bug as requested.
I had checked the install extra package from Centos.. Based on the line
"RepoError: Cannot find a valid baseurl for repo:
PackagesfromCentOSExtras" in the state file I restarted the install
without checking the box for Centos extra and it ran fine util after the
firstboot package was installed. then It crashed again. The suspect
line in the state file seems like "I...
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
..."""
remote = self.repoMDFile
+ remoteDfl = self.repoMDFileDfl
local = self.cachedir + '/repomd.xml'
if self.repoXML is not None:
return
@@ -524,7 +528,18 @@
except URLGrabError, e:
- raise Errors.RepoError, 'Error downloading file %s: %s' % (local, e)
+ try:
+ result = self.__get(relative=remoteDfl,
+ local=local,
+ copy_local=1,
+ text=text,
+...