I am running this as root. I also tried the installer for 5.0.7 which I still had sitting in /root/zcs_5.0.7/, it gives me the same errors. I'm thinking maybe some automatic RedHat updates may have been installed? Although when I attempt to run the RedHat software updater within the OS to see if there are any new packages available, here's the error message that I get:
Component: pirut
Summary: TB008f8aa3 up2dateUtils.py:36:_getOSVersionAndRelease:RpmErro r: RPM error. The message was:
Could not determine what version of Red Hat Linux you are running.
If you get this error, try running
rpm --rebuilddb
Traceback (most recent call last):
File "/usr/sbin/pup", line 617, in ?
main()
File "/usr/sbin/pup", line 609, in main
pup = PackageUpdater(not options.autoapply, options.config)
File "/usr/sbin/pup", line 84, in __init__
GraphicalYumBase.__init__(self, False, config)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 137, in __init__
plugin_types=(yum.plugins.TYPE_CORE,))
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 118, in doConfigSetup
errorlevel=errorlevel)
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 183, in _getConfig
self.plugins.run('init')
File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 169, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/rhnplugin.py", line 110, in init_hook
login_info = up2dateAuth.getLoginInfo()
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 211, in getLoginInfo
login()
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 175, in login
maybeUpdateVersion()
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 45, in maybeUpdateVersion
systemVer = up2dateUtils.getVersion()
File "/usr/share/rhn/up2date_client/up2dateUtils.py", line 46, in getVersion
os_release, version, release = _getOSVersionAndRelease()
File "/usr/share/rhn/up2date_client/up2dateUtils.py", line 36, in _getOSVersionAndRelease
raise up2dateErrors.RpmError(
RpmError: RPM error. The message was:
Could not determine what version of Red Hat Linux you are running.
If you get this error, try running
rpm --rebuilddb
Local variables in innermost frame:
cfg:
ts:
Great. |