PDA

View Full Version : [ubuntu] connection Time out problem



cloud25
March 4th, 2011, 11:51 AM
i am doing the private cloud in my laptop by following the UEC beginner guide procedure .in the step of running an instance i got problem as connection time out after creating the ssh key ..which as follow..


server@node:~$ cd ~/.euca
server@node:~/.euca$ source eucarc
server@node:~/.euca$ cd -
/home/server
server@node:~$ euca-add-keypair mykey > mykey.priv
server@node:~$ chmod 600 mykey.priv
server@node:~$ euca-describe-keypairs
[Errno 110] Connection timed out


how to overcome this error???/

Rusty au Lait
March 4th, 2011, 11:13 PM
2 questions.

Do other euca-xxx commands time-out as well?

Is there a second file named mykey.priv in the ~/.euca subdirectory?

If the install went without error, I suspect the problem is sourcing eucarc

cloud25
March 5th, 2011, 04:56 AM
but there is no sub directory in that location of ~/.euca..is it possible to run an instance through web browser.

raymdt
March 5th, 2011, 10:29 AM
But there is no sub directory in that location of ~/.euca

You didn't make Step 5 and Step 7 of this tutorial

https://help.ubuntu.com/community/UEC/PackageInstall

Rusty au Lait
March 7th, 2011, 11:15 PM
~/.euca is a hidden sub-directory.

If, from your home directory, the command
ls -A
does not show the sub-directory named '.euca', your problem does concern your install.

raymdt
March 8th, 2011, 12:09 PM
I suppose that somebody who want to install uec should know that .euca is a hidden directory.:D