Corporate Home Open Source Home
Syndicate content
Eucalyptus
7 replies [Last post]
muellers-esel
Offline
Joined: 05/17/2010

If I try to upload the bundled image I allways got timeout.

#euca-upload-bundle -b centos_sop -m /opt/euca-centos-5.5-sop.manifest.xml

Checking bucket: centos_sop
Traceback (most recent call last):
File "/usr/bin/euca-upload-bundle", line 226, in
main()
File "/usr/bin/euca-upload-bundle", line 209, 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/python2.5/site-packages/boto/s3/connection.py", line 238, in get_bucket
rs = bucket.get_all_keys(None, maxkeys=0)
File "/usr/lib/python2.5/site-packages/boto/s3/bucket.py", line 204, in get_all_keys
headers=headers, query_args=s)
File "/usr/lib/python2.5/site-packages/boto/s3/connection.py", line 305, in make_request
data, host, auth_path, sender)
File "/usr/lib/python2.5/site-packages/boto/connection.py", line 419, in make_request
return self._mexe(method, path, data, headers, host, sender)
File "/usr/lib/python2.5/site-packages/boto/connection.py", line 398, in _mexe
raise e
socket.error: (110, 'Connection timed out')

graziano
Offline
Joined: 01/14/2010
Hello, it looks like we are

Hello,

it looks like we are having some unexptected load off our walrus machine, which causes issues. We are investigating the problem for a permanent fix. For now, plese try again.

cheers
graziano

muellers-esel
Offline
Joined: 05/17/2010
where is this error loged to?

Hi graziano,

to wich logfile will be that information saved? I do not found any.

graziano
Offline
Joined: 01/14/2010
Hello, I'm not sure I'm

Hello,

I'm not sure I'm following you: which information are you talking about? I'm not sure you should have any log on your side.

cheers
graziano

muellers-esel
Offline
Joined: 05/17/2010
where is this error loged to?

hi,

as I asked before i cant upload the bundled image of an existing instance. It allways shows the failure "socket.error: (110, 'Connection timed out')". Therefor I want to know where can I see whats happend at this point. Would that failure being logged somewhere.

"Hello,

it looks like we are having some unexptected load off our walrus machine, which causes issues. We are investigating the problem for a permanent fix. For now, plese try again.

cheers
graziano"

As you say it is a walrus error, I want to know where it is logged to.

muellers-esel
Offline
Joined: 05/17/2010
Creating an image from an existing VM

I've tested a bit more. So I found that every euca-* call ends up with an timeout.

"[root@localhost opt]# euca-describe-availability-zones verbose
(110, 'Connection timed out')"

graziano
Offline
Joined: 01/14/2010
Hello, tipically the logs are

Hello,

tipically the logs are in /var/log/eucalyptus.

Since you cannot connect wih any command, it seems to be a network problem: from your client machine, can you reach the CLC machine? Also in your eucarc, which IP do you see? (hint: there shouldn't be any 127.0.0.1)

cheers
graziano

muellers-esel
Offline
Joined: 05/17/2010
Creating an image from an existing VM

Hi,

by testing arround with this error I found that the S3_URL was not set. So euca-upload bundle will try to use "http://localhost:8773/services/Walrus". After setting this value "export S3_URL="http://192.168.150.102:8773/services/Walrus" the proccess works.