Results 1 to 10 of 10

Thread: Desktop on Cloud Trial Fails

  1. #1
    Join Date
    Nov 2005
    Beans
    51

    Desktop on Cloud Trial Fails

    Just completed the "Ubuntu in the Cloud" AWS Trial - wicked cool.

    However, I wanted to hand this off to my business partner who is Microsoft-centric (e.g. he needs a GUI) - so I installed Desktop, but could not get it to run.

    #sudo apt-get install ubuntu-desktop
    #/etc/init.d/dgm start
    #startx

    It fails consistently with:
    Primary device is not PCI
    (EE) No devices detected.

    Is this a limitation in the could trial or am I missing something?

    Thanks

  2. #2
    Join Date
    Aug 2010
    Beans
    261
    Distro
    Ubuntu

    Re: Desktop on Cloud Trial Fails

    Sure there is no VGA card. You need to install a vnc server
    sudo apt-get install tightvncserver

    then connect to that with a vnc viewer from windows. If the default port 5901 is not open, you might want to start the server on port 80 or so

  3. #3
    Join Date
    Oct 2010
    Beans
    11

    Re: Desktop on Cloud Trial Fails

    You could also try ssh tunneling

    ssh -X -C

    Though X Windows tunneled through the cloud is slow.

  4. #4
    Join Date
    Feb 2007
    Beans
    95

    Re: Desktop on Cloud Trial Fails

    I'm not familiar with the trial but if you get an Ubuntu "server" on AWS EC2 to try out and want a gui.

    Here's what I would do as it works great:

    1)
    Log into the AWS EC2 "server" and install a "minimal" desktop
    $ sudo apt-get install xorg gdm gnome-core
    2)
    Install the high performance jpeg library libjpeg-turbo on both the AWS EC2 server and your local PC.
    3)
    Finally, install x2go - see the x2go Wiki. Its quick and easy and works great with EC2. x2go has Mac, Windows and Linux "clients".

    x2go is a terrific remote desktop solution and supports audio, printing and shared file systems. It also implements the NX protocol so remote PC's get very good performance.

    Add the x2go respository PPA to BOTH your AWS EC2 Ubuntu "server" and to your local PC.

    How To add the x2go repository

    Install the x2go "client" on your local Ubuntu PC.

    Install the x2go "server-side"] on your AWS EC2 Ubuntu server.

    Install the x2goGnomeBindings on the AWS EC2 Ubuntu server

    If your local PC is Windows then install the x2go 32bit Windows Client
    reboot your AWS EC2 server (remember its PUBLIC IP address).
    reboot your local PC

    On your local Ubuntu PC:

    Click on "Applications"
    ==> Click on Internet
    ==> Click on "x2go Client"

    Enter your AWS EC2 Ubuntu server's IP address as the HOST you want to reach
    and enter you Login ID on that machine.

    Change the Desktop type to match what you use on the EC2 ubuntu (gnome, kde, etc).

    Click OK.

    Then to login (assuming your EC2 instance is running and has x2go-server installed.

    Just click on the Session Box on the right of the x2go client screen
    and enter your remote Ubuntu Password.

    The first time you log in you may get prompted to accept the SSH connection but after you accept once you won't get prompted again.

    On an AWS EC2 "micro" instance ... which I think the "trial" uses you might have to wait 10 seconds before your session will pop up with your remote AWS EC2 Ubuntu desktop.

    Some screen shots - note some of the pictures are a little outdated.


    I think if you consider your own/home Internet speed and the fact that the remote AWS EC2 Ubuntu server is running on an EC2 "micro" instance .. that the performance is actually still pretty good.

    x2go is near releasing a new version which will include a java-plugin that will allow you to use any Java enabled Browser as your Desktop client. You can find that beta now and see how well it works (audio, printing etc).

    Brian

    Quote Originally Posted by LinuxLars View Post
    Just completed the "Ubuntu in the Cloud" AWS Trial - wicked cool.

    However, I wanted to hand this off to my business partner who is Microsoft-centric (e.g. he needs a GUI) - so I installed Desktop, but could not get it to run.

    #sudo apt-get install ubuntu-desktop
    #/etc/init.d/dgm start
    #startx

    It fails consistently with:
    Primary device is not PCI
    (EE) No devices detected.

    Is this a limitation in the could trial or am I missing something?

    Thanks

  5. #5
    Join Date
    Aug 2010
    Beans
    261
    Distro
    Ubuntu

    Re: Desktop on Cloud Trial Fails

    That's awesome, thanks Brian

  6. #6
    Join Date
    Jun 2010
    Beans
    22

    Re: Desktop on Cloud Trial Fails

    Brian. this is really great. Thanks for writing this up. I followed the instructions but I still get an error.

    Code:
    "amazon_public_dns": Permission denied (public key).
    Do you have any experience with this error? Any help is great.

    Thanks


    Quote Originally Posted by bmullan View Post
    I'm not familiar with the trial but if you get an Ubuntu "server" on AWS EC2 to try out and want a gui.

    Here's what I would do as it works great:

    1)
    Log into the AWS EC2 "server" and install a "minimal" desktop
    $ sudo apt-get install xorg gdm gnome-core
    2)
    Install the high performance jpeg library libjpeg-turbo on both the AWS EC2 server and your local PC.
    3)
    Finally, install x2go - see the x2go Wiki. Its quick and easy and works great with EC2. x2go has Mac, Windows and Linux "clients".

    x2go is a terrific remote desktop solution and supports audio, printing and shared file systems. It also implements the NX protocol so remote PC's get very good performance.

    Add the x2go respository PPA to BOTH your AWS EC2 Ubuntu "server" and to your local PC.

    How To add the x2go repository

    Install the x2go "client" on your local Ubuntu PC.

    Install the x2go "server-side"] on your AWS EC2 Ubuntu server.

    Install the x2goGnomeBindings on the AWS EC2 Ubuntu server

    If your local PC is Windows then install the x2go 32bit Windows Client
    reboot your AWS EC2 server (remember its PUBLIC IP address).
    reboot your local PC

    On your local Ubuntu PC:

    Click on "Applications"
    ==> Click on Internet
    ==> Click on "x2go Client"

    Enter your AWS EC2 Ubuntu server's IP address as the HOST you want to reach
    and enter you Login ID on that machine.

    Change the Desktop type to match what you use on the EC2 ubuntu (gnome, kde, etc).

    Click OK.

    Then to login (assuming your EC2 instance is running and has x2go-server installed.

    Just click on the Session Box on the right of the x2go client screen
    and enter your remote Ubuntu Password.

    The first time you log in you may get prompted to accept the SSH connection but after you accept once you won't get prompted again.

    On an AWS EC2 "micro" instance ... which I think the "trial" uses you might have to wait 10 seconds before your session will pop up with your remote AWS EC2 Ubuntu desktop.

    Some screen shots - note some of the pictures are a little outdated.


    I think if you consider your own/home Internet speed and the fact that the remote AWS EC2 Ubuntu server is running on an EC2 "micro" instance .. that the performance is actually still pretty good.

    x2go is near releasing a new version which will include a java-plugin that will allow you to use any Java enabled Browser as your Desktop client. You can find that beta now and see how well it works (audio, printing etc).

    Brian
    Last edited by Ezrie; December 12th, 2010 at 10:26 AM.

  7. #7
    Join Date
    Aug 2010
    Beans
    261
    Distro
    Ubuntu

    Re: Desktop on Cloud Trial Fails

    Hi Ezrie,

    You may check my blog on x2go in the cloud
    http://foss-boss.blogspot.com/2010/1...-on-cloud.html

    It should go smoothly if you're running Linux on client side. If you're running Windows, try reading the comments for possible on how to resolve things

  8. #8
    Join Date
    Jun 2010
    Beans
    22

    Re: Desktop on Cloud Trial Fails

    Thanks. I'll give it a go!

    Quote Originally Posted by kim0 View Post
    Hi Ezrie,

    You may check my blog on x2go in the cloud
    http://foss-boss.blogspot.com/2010/1...-on-cloud.html

    It should go smoothly if you're running Linux on client side. If you're running Windows, try reading the comments for possible on how to resolve things

  9. #9
    Join Date
    Jun 2010
    Beans
    22

    Re: Desktop on Cloud Trial Fails

    Finaly got it working. Great info on your site. Now just dealing with its incredible slowness.


    Quote Originally Posted by kim0 View Post
    Hi Ezrie,

    You may check my blog on x2go in the cloud
    http://foss-boss.blogspot.com/2010/1...-on-cloud.html

    It should go smoothly if you're running Linux on client side. If you're running Windows, try reading the comments for possible on how to resolve things

  10. #10
    Join Date
    Aug 2010
    Beans
    261
    Distro
    Ubuntu

    Re: Desktop on Cloud Trial Fails

    It's a blogspot blog (i.e. it runs on google) Check your ISP hehe

Tags for this Thread

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
  •