Displaying 5 results from an estimated 5 matches for "http_caching".
2013 Jan 29
7
Seriously, am I the only one having trouble with the RHEL puppetlabs repos?
....
RHEL5:
http://yum.puppetlabs.com/el/5/products/x86_64/repodata/primary.sqlite.bz2:
[Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.sqlite.bz2 from puppetlabs-products:
[Errno 256] No more mirrors to try.
I can get around it by setting "http_caching=none" in yum.conf but that
*really* sucks.
If I''m being stupid and there''s an obvious solution to my problem, I beg of
you to tell me what it us and humiliate me in front of the entire Puppet
users community. I''d be so happy.
--
\*..+.-
--Greg Chavez
+//..;};
--...
2010 Oct 23
0
How to install and update a src rpm?
...lateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 176, in populate
db_fn = repo._retrieveMD(mydbtype)
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1524,
in _retrieveMD
cache=self.http_caching == 'all')
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 827, in _getFile
raise Errors.NoMoreMirrorsRepoError, errstr
yum.Errors.NoMoreMirrorsRepoError: failure:
repodata/primary.sqlite.bz2 from pgdg84-source: [Errno 256] No more
mirrors to try.
2007 Dec 17
21
New error in Centos 5.1
Just started a "pilot" puppet server for real after messing around in
VMs for the past week or so... I used the 0.24.0 since it was available,
and on the test run, got this:
err: Could not prefetch package provider ''yum'': Execution of
''/usr/bin/python
/usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py''
returned 512: /usr/bin/python:
2007 Nov 13
16
Switching from webrick to mongrel
I got tired of restarting my puppetmaster when it stopped responding and
finally switched to mongrel last night.
When running under mongrel, what sort of concurrent connection rates are
people able to get? I dont know how many individual puppetmaster
processes I should spawn, or how to tell when I should span more.
Perhaps I need more than two, because this morning I had a look at how
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
...local=local,
+ copy_local=1,
+ text=text,
+ reget=None,
+ checkfunc=checkfunc,
+ cache=self.http_caching == 'all')
+ except URLGrabError, e2:
+ raise Errors.RepoError, 'Error downloading file %s: %s' % (local, e)
+ self.repoMDFile = remoteDfl
+ remote = remoteDfl
# if we have a 'fresh' repomd.xml then upd...