<div dir="ltr"><div>I'm trying runnig a windows image on nova</div><div>I run the image under KVM (qemu), i have disabled the firewall and have activated the RDP connection.</div><div>I run succesfully the "euca-bundle-image" command but i'm trying to execute the "euca-upload-bundle" i have the following error !</div>
<div>any idea about that !! i really need help !</div><div><br></div><div>#euca-upload-bundle -b image-bucket -m /tmp/windows.img.manifest.xml</div><div>Checking bucket: image-bucket</div><div>Traceback (most recent call last):</div>
<div>  File "/usr/bin/euca-upload-bundle", line 261, in <module></div><div>    main()</div><div>  File "/usr/bin/euca-upload-bundle", line 239, in main</div><div>    bucket_instance = ensure_bucket(conn, bucket, canned_acl)</div>
<div>  File "/usr/bin/euca-upload-bundle", line 94, in ensure_bucket</div><div>    bucket_instance = connection.get_bucket(bucket)</div><div>  File "/usr/lib/python2.6/site-packages/boto/s3/connection.py", line 275, in get_bucket</div>
<div>    rs = bucket.get_all_keys(headers, maxkeys=0)</div><div>  File "/usr/lib/python2.6/site-packages/boto/s3/bucket.py", line 204, in get_all_keys</div><div>    headers=headers, query_args=s)</div><div>  File "/usr/lib/python2.6/site-packages/boto/s3/connection.py", line 342, in make_request</div>
<div>    data, host, auth_path, sender)</div><div>  File "/usr/lib/python2.6/site-packages/boto/connection.py", line 460, in make_request</div><div>    return self._mexe(method, path, data, headers, host, sender)</div>
<div>  File "/usr/lib/python2.6/site-packages/boto/connection.py", line 438, in _mexe</div><div>    raise e</div><div>socket.gaierror: [Errno -2] Name or service not known</div><div><br></div></div>