Hello,
I tried to install OpsCenter 1.3.1 on my Ubuntu 10.04LTS box for an trial. My issue so far is that I'm not able to create users, I keep getting python errors. I'm not a pythonite, so I'm kind of stuck. Anyone have any ideas? Here's the basic info
root@control-01:/etc/opscenter#
root@control-01:/etc/opscenter#
root@control-01:/etc/opscenter# cat /etc/issue
Ubuntu 10.04.3 LTS \n \lroot@control-01:/etc/opscenter# python --version
Python 2.6.5
root@control-01:/etc/opscenter# python2.6 --version
Python 2.6.5
root@control-01:/etc/opscenter# python
python python2 python2.6 python2.6-config python-config
root@control-01:/etc/opscenter# python
python python2 python2.6 python2.6-config python-config
root@control-01:/etc/opscenter# python2 --version
Python 2.6.5
root@control-01:/etc/opscenter# python2.6-config
Usage: /usr/bin/python2.6-config [--prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--help]
root@control-01:/etc/opscenter#
root@control-01:/etc/opscenter#
root@control-01:/etc/opscenter#
root@control-01:/etc/opscenter# dpkg-query --list | grep ops
ii opscenter-free 1.3-1 Simple and powerful management of Cassandra
root@control-01:/etc/opscenter# python2.6 /usr/share/opscenter/bin/set_passwd.py wang
Unable to import needed OpsCenter packges.
This script must currently be run with python2.6 on Redhat systems and
either python2.5 or 2.6 on Debian systems.root@control-01:/etc/opscenter# python2.6 /usr/share/opscenter/bin/set_passwd.py wang admin
Unable to import needed OpsCenter packges.
This script must currently be run with python2.6 on Redhat systems and
either python2.5 or 2.6 on Debian systems.root@control-01:/etc/opscenter# python2 /usr/share/opscenter/bin/set_passwd.py wang admin
Unable to import needed OpsCenter packges.
This script must currently be run with python2.6 on Redhat systems and
either python2.5 or 2.6 on Debian systems.root@control-01:/etc/opscenter# python /usr/share/opscenter/bin/set_passwd.py wang admin
Unable to import needed OpsCenter packges.
This script must currently be run with python2.6 on Redhat systems and
either python2.5 or 2.6 on Debian systems.root@control-01:/etc/opscenter# python2.6 -c "import opscenterd;print opscenterd;"
<module 'opscenterd' from '/usr/lib/python2.6/dist-packages/opscenterd/__init__.pyc'>
root@control-01:/etc/opscenter# cat /usr/share/opscenter/bin/set_passwd.py
