← Back to team overview

registry team mailing list archive

[Bug 668891] [NEW] Austin installation fails on Lucid (on kvm)

 

Public bug reported:

I tried this tutorial : http://wiki.openstack.org/NovaInstall/Austin and
I have things to report.


Environment : 
Linux nova-server 2.6.32-24-server #39-Ubuntu SMP  x86_64 GNU/Linux running on a KVM virtual machine (may be the cause...)


1 : You can add 2 required packages in the doc : python-setuptools and unzip 


2 : Missing files :
I had to copy files in the installation dir :
cp /root/austin/nova-2010.1/nova/auth/novarc.template /usr/local/lib/python2.6/dist-packages/nova-2010.1-py2.6.egg/nova/auth/
cp -r /root/austin/nova-2010.1/CA/ /usr/local/lib/python2.6/dist-packages/nova-2010.1-py2.6.egg/nova/../
and have to process ./genrootca.sh in CA directory to get "nova-manage project zipfile IRT anne" working


3 : and finally I'm stuck here :

euca-upload-bundle -m /tmp/kernel.manifest.xml -b mybucket
Checking bucket: mybucket                                                                                       # hang a little
Traceback (most recent call last):
  File "/usr/bin/euca-upload-bundle", line 231, in <module>
    main()
  File "/usr/bin/euca-upload-bundle", line 214, in main
    bucket_instance = ensure_bucket(conn, bucket, canned_acl)
  File "/usr/bin/euca-upload-bundle", line 87, in ensure_bucket
    bucket_instance = connection.get_bucket(bucket)
  File "/usr/lib/pymodules/python2.6/boto/s3/connection.py", line 275, in get_bucket
    rs = bucket.get_all_keys(headers, maxkeys=0)
  File "/usr/lib/pymodules/python2.6/boto/s3/bucket.py", line 204, in get_all_keys
    headers=headers, query_args=s)
  File "/usr/lib/pymodules/python2.6/boto/s3/connection.py", line 342, in make_request
    data, host, auth_path, sender)
  File "/usr/lib/pymodules/python2.6/boto/connection.py", line 459, in make_request
    return self._mexe(method, path, data, headers, host, sender)
  File "/usr/lib/pymodules/python2.6/boto/connection.py", line 437, in _mexe
    raise e
socket.error: [Errno 111] Connection refused

** Affects: nova
     Importance: Undecided
         Status: New

-- 
Austin installation fails on Lucid (on kvm)
https://bugs.launchpad.net/bugs/668891
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References