Results 1 to 2 of 2

Thread: LTSP - 64bit server / 32bit clients

  1. #1
    Join Date
    Nov 2009
    Location
    Cheshire, U.K.
    Beans
    11
    Distro
    Ubuntu 11.04 Natty Narwhal

    LTSP - 64bit server / 32bit clients

    Hey All,

    I have a bit of a question that I'm wondering if someone knows the answer too before I start.

    I have a new AMD Quad core machine with 8Gb of ram currently running 64bit Ubuntu and have a load of other machines all P4 < 3Ghz (32bits) around the house which I'm looking at running off the big AMD box now.

    My question is LTSP how does/will it/what if? The AMD is running 64bit software, how is that going to affect the clients who obviously are only 32bits. Or do I need to have 32bit running on the AMD in order to run 32bit clients?

    Thanks!!

    Damian

  2. #2
    Join Date
    Mar 2007
    Beans
    8

    Re: LTSP - 64bit server / 32bit clients

    Yes. You can run 32-bit thin clients on a 64-bit LTSP server.

    On the server, do this:
    Code:
    sudo -s
    su -
    ltsp-build-client --arch i386
    exit
    Power off or disconnect any thin clients you have running, then do:
    Code:
    sudo /etc/init.d/nbd-server restart
    Here is a good explanation of the whole process of setting up a 64-bit server with 32-bit clients:

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
  •