Results 1 to 7 of 7

Thread: Gusty LTSP Screen Viewer

  1. #1
    Join Date
    Jul 2006
    Beans
    80

    Gusty LTSP Screen Viewer

    I upgraded to using Gusty with LTSP. The multiple screen sessions has been solved in this release however I can no longer use the screen viewer in the Thin Client Manager. I installed x11vnc on the thin client by doing the following

    sudo mount --bind /dev /opt/ltsp/i386/dev
    sudo mount -t proc none /opt/ltsp/i386/proc
    # Make sure that resolv will work iin chroot
    sudo cp /etc/resolv.conf /opt/ltsp/i386/etc/

    Now chroot the /opt/ltsp/i386
    sudo chroot /opt/ltsp/i386
    sudo apt-get install x11vnc

    I also installed ssh the same way. On Feisty all this worked. What I have noticed is that on feisty If I were to vnc to the machine I would do
    vncviewer IPAddress:0 (the ipaddress would be the ip from the dhcp server for the thin client)
    And all would be good. Same idea with ssh for example ssh user@ipaddress. (once again the IP is from the DHCP server)

    Now on Gusty I have found it wants to use the LTSP servers IP for everything. How can I get this to use the ip supplied from the dhcp server?
    For example say the server has an ip of 192.168.1.1 and the client has 192.168.1.5
    On feisty I would do vncviewer 192.168.1.5:0 and vnc would work. Same with ssh. Example ssh user@192.168.1.5
    On gusty to use vncviewer I can only do vncviewer 192.168.1.1:1 (the server IP)
    If I do vncviewer 192.168.1.5:0 I get unable to connect to host connection refused (111)
    Last edited by bazz; November 4th, 2007 at 10:28 PM.

  2. #2
    Join Date
    Aug 2005
    Beans
    230
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Gusty LTSP Screen Viewer

    This one has me stumped too currently.. Did you get any further with this?

  3. #3
    Join Date
    Jul 2006
    Beans
    80

    Re: Gusty LTSP Screen Viewer

    Yes a bit.
    I just did a system update with the pre release updates repos. enabled and the screen viewer works, but ssh i get permission denied.

  4. #4
    Join Date
    Apr 2006
    Location
    buffalostoneluser
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Thumbs down Re: Gusty LTSP Screen Viewer

    howdy
    bump. haha!
    trails

  5. #5
    Join Date
    Jul 2006
    Beans
    80

    Re: Gusty LTSP Screen Viewer

    Why bunmp? The screen viewer works with the update, just not ssh.

  6. #6
    Join Date
    Aug 2005
    Beans
    230
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Gusty LTSP Screen Viewer

    Quote Originally Posted by bazz View Post
    Yes a bit.
    I just did a system update with the pre release updates repos. enabled and the screen viewer works, but ssh i get permission denied.
    I wasn't aware of this repo. Can you post details?

  7. #7
    Join Date
    Jul 2006
    Beans
    80

    Re: Gusty LTSP Screen Viewer

    I think it is this
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy-proposed restricted main multiverse universe

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
  •