On Thu, 2006-09-14 at 12:52 -0400, Brian Long wrote:
> On Thu, 2006-09-14 at 10:55 -0500, inode0 wrote:
> > On 9/14/06, Howard Johnson <[EMAIL PROTECTED]> wrote:
> > > Hmm. Looks worse now. Took me about 5 runs to get anything other than
> > > that metadata checksum mismatch error out of "yum list available". To be
> > > fair, I guess we're testing new RHN infrastructure too, here (I figure
> > > RHN now has to serve yum metadata repos, which it won't have done
> > > previously). I'll keep prodding it with a stick now and again.
> > 
> > Running yum update seems to always generate this error for me.
> 
> Have you tried "yum clean metadata" and then your other commands?  Yum
> by default caches the metadata for 2 hours (I don't know if Red Hat has
> changed this default in RHEL 5).

Good point Brian. I'll try that now.

Hmph. No dice with metadata_expire = 0 in /etc/yum.conf. I'm getting
either the attached traceback (can we get it so that "RHN's down"
produces a slightly prettier output? Something that isn't a python
error?) or the metadata checksum mismatch.

I'll try and remember and bugzilla it when I get home.

And I've just remembered seeing that the RHN plugin sets the metadata
expiry to zero for the repos it adds to the repo sack anyway, so the
main metadata expiry time shouldn't have an impact.

-- 
Howard Johnson <[EMAIL PROTECTED]>
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 85, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 183, in getOptionsConfig
    errorlevel=opts.errorlevel)
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 127, in 
doConfigSetup
    self.plugins.run('init')
  File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 152, in run
    func(conduitcls(self, self.base, conf, **kwargs))
  File "/usr/lib/yum-plugins/rhnplugin.py", line 46, in init_hook
    svrChannels = rhnChannel.getChannelDetails()
  File "/usr/share/rhn/up2date_client/rhnChannel.py", line 91, in 
getChannelDetails
    up2dateChannels = rpcServer.doCall(s.up2date.listChannels, 
up2dateAuth.getSystemId())
  File "/usr/share/rhn/up2date_client/rpcServer.py", line 235, in doCall
    ret = apply(method, args, kwargs)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/share/rhn/up2date_client/rpcServer.py", line 45, in _request1
    ret = self._request(methodname, params)
  File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 331, in _request
    verbose=self._verbose
  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 192, in 
request
    return self._process_response(fd, connection)
  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 220, in 
_process_response
    return self.parse_response(fd)
  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 244, in 
parse_response
    return u.close()
  File "/usr/lib/python2.4/xmlrpclib.py", line 744, in close
    raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault -1: 'IMPORTANT MESSAGE FOLLOWS:\n\nRed Hat Network is 
currently experiencing technical difficulties.\n\nWe apologize for any 
inconvenience this outage may cause.\n\nThank you for using Red Hat 
Network.\n\n--the RHN team\n\n'>
_______________________________________________
rhelv5-beta-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list

Reply via email to