Hi there,
I'm trying to evaluate UniCluster 4.1.1 on my Red Hat Enterprise Linux 5 server.
I have a very strange thing happening... I run the unicluster repo RPM and that seems to go fine:
rpm -ivh unicluster-repo-4.1.1-0.noarch.rpm
warning: unicluster-repo-4.1.1-0.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 58df166e
Preparing... ########################################### [100%]
1:unicluster-repo ########################################### [100%]
To proceed you will need to create an account on http://unicluster.org and then
run "/opt/tortuga/sbin/uninetwork-register" with your unicluster.org username
and password. After you've completed registering, run "yum install unicluster"
to install UniCluster.
Then, before running /opt/tortuga/sbin/uninetwork-register, I check some random package with yum.... it works.
[root@localhost Desktop]# yum info python
Loaded plugins: rhnplugin, security, uninetwork
**********************************************************
* Can't open /opt/tortuga/etc/unicluster-repo.conf. *
* You may need to run /opt/tortuga/sbin/uninetwork-register *
**********************************************************
Installed Packages
Name : python
Arch : i386
Version : 2.4.3
Release : 27.el5
Size : 21 M
Repo : installed
Summary : An interpreted, interactive, object-oriented programming language.
URL : http://www.python.org/
License : PSF - see LICENSE
Description: Python is an interpreted, interactive, object-oriented programming
: language often compared to Tcl, Perl, Scheme or Java. Python
: includes modules, classes, exceptions, very high level dynamic data
: types and dynamic typing. Python supports interfaces to many system
: calls and libraries, as well as to various windowing systems (X11,
: Motif, Tk, Mac and MFC).
:
: Programmers can write new built-in modules for Python in C or C++.
: Python can be used as an extension language for applications that
: need a programmable interface. This package contains most of the
: standard Python modules, as well as modules for interfacing to the
: Tix widget set for Tk and RPM.
:
: Note that documentation for Python is provided in the python-docs
: package.
So, then I say ok, let me run uninetwork-register.
[root@localhost sbin]# /opt/tortuga/sbin/uninetwork-register
To register you will need to have already signed up for a free account on
http://unicluster.org/ and have Internet access.
Do you wish to proceed [yes]: yes
Please enter your unicluster.org username: robertagigon
Please enter your unicluster.org password:
Please re-enter your unicluster.org password:
Username and password verified.
Looks good, right? So let's try yum again.
[root@localhost sbin]# yum info python
Loaded plugins: rhnplugin, security, uninetwork
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 157, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 187, in getOptionsConfig
self.conf
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 664, in
conf = property(fget=lambda self: self._getConfig(),
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 253, in _getConfig
self.plugins.run('init')
File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 179, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/uninetwork.py", line 174, in init_hook
repo = UniNetworkRepo(uninetworkChannel)
File "/usr/lib/yum-plugins/uninetwork.py", line 219, in __init__
self.metadata_cookie = 'cookie'
AttributeError: can't set attribute
Huh?????
Let's remove uninetwork from the mix...
[root@localhost pluginconf.d]# mv uninetwork.conf ~/Desktop
[root@localhost pluginconf.d]# ls
rhnplugin.conf security.conf
Try yum again...
[root@localhost pluginconf.d]# yum info python
Configuration file /etc/yum/pluginconf.d/uninetwork.conf not found
Unable to find configuration file for plugin uninetwork
Loaded plugins: rhnplugin, security
Installed Packages
Name : python
Arch : i386
Version : 2.4.3
Release : 27.el5
Size : 21 M
Repo : installed
Summary : An interpreted, interactive, object-oriented programming language.
URL : http://www.python.org/
License : PSF - see LICENSE
Description: Python is an interpreted, interactive, object-oriented programming
: language often compared to Tcl, Perl, Scheme or Java. Python includes
: modules, classes, exceptions, very high level dynamic data types and
: dynamic typing. Python supports interfaces to many system calls and
: libraries, as well as to various windowing systems (X11, Motif, Tk,
: Mac and MFC).
:
: Programmers can write new built-in modules for Python in C or C++.
: Python can be used as an extension language for applications that need
: a programmable interface. This package contains most of the standard
: Python modules, as well as modules for interfacing to the Tix widget
: set for Tk and RPM.
:
: Note that documentation for Python is provided in the python-docs
: package
Any thoughts on what's going on here???
Many thanks,
Roberta
