After upgrading to ubuntu 11.04, hivetool stoped working or rather thinlinc agent/server
Problem:
root@no1# hivetool
Traceback (most recent call last):
File "/usr/bin/hivetool", line 4, in <module>
import hiveconf
ImportError: No module named hiveconf
Solution:
root@no1# /usr/lib/hiveconf/setup.sh
Created /usr/local/lib/python2.6/dist-
packages/hiveconf.pth
Created /usr/local/lib/python2.7/dist-packages/hiveconf.pth
root@no1# hivetool
root@no1# /etc/init.d/vsmserver start
Starting ThinLinc vsmserver
Created /usr/local/lib/python2.7/dist-packages/hiveconf.pth
root@no1# hivetool
root@no1# /etc/init.d/vsmserver start
Starting ThinLinc vsmserver
Fixed