Results 1 to 6 of 6

Thread: connection Time out problem

  1. #1
    Join Date
    Feb 2011
    Beans
    10

    Arrow connection Time out problem

    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???/

  2. #2
    Join Date
    Apr 2010
    Beans
    92

    Re: connection Time out problem

    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

  3. #3
    Join Date
    Feb 2011
    Beans
    10

    Arrow Re: connection Time out problem

    but there is no sub directory in that location of ~/.euca..is it possible to run an instance through web browser.

  4. #4
    Join Date
    Dec 2010
    Beans
    99

    Re: connection Time out problem

    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

  5. #5
    Join Date
    Apr 2010
    Beans
    92

    Re: connection Time out problem

    ~/.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.
    Last edited by Rusty au Lait; March 8th, 2011 at 05:19 AM.

  6. #6
    Join Date
    Dec 2010
    Beans
    99

    Re: connection Time out problem

    I suppose that somebody who want to install uec should know that .euca is a hidden directory.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •