LTSP-4.1

Mar 23, 2005 - James McQuillan

LTSP Version 4.1

2 ways to install LTSP-4.1:

There are 2 ways to install ltsp-4.1,

  1. LTSP Installer
    You can download the LTSP installer, and use that to download the rest of the packages. We've got a really nice fast mirror serving the packages. Take a look at the installation instructions

    - OR -

  2. ISO image
    Download the ISO image and use the LTSP Installer to install from that. Take a look at ltsp ISO instructions for more info.


It includes the following:


LTSP Installer

  1. Download and install the ltsp-utils package

    RPM
    TGZ

  2. As root, run ltspadmin.

  3. If you have a previos version LTSP already installed, it is recommended that you install the ltsp-4.1 packages into a separate directory, such as: /opt/ltsp-4.1. You can configure this with the ltspadmin utility.

  4. Install ALL of the packages

  5. Choose the 'Configure LTSP' menu item, which will cause it to run the ltspcfg utility. Use this utility to setup the services.


ISO image installation

Download here: ltsp ISO images    

This ISO image of the LTSP-4.1 packages has been created for those who want to download a single file, and install it on multiple servers, without requiring additional downloads.

Installing LTSP from the ISO image:

  1. Download the ISO image from the URL above. Save it on your system. For this example, we'll put it in /tmp.

  2. Make sure you are either logged in as root, or you've switched to super user using 'su -' (Notice the '-', it's important)

  3. Run md5sum on the downloaded file, and make sure the result matches the number above.
    md5sum <ISO Image Name>

  4. Mount the ISO image, using the loopback device:
    mount -o loop /tmp/<ISO Image Name> /mnt

  5. Install the ltsp-utils package
    The ltsp-utils package is included on the ISO image.

    If your system is RPM based (Redhat,Suse,Mandrake,...) you can install the ltsp-utils RPM package:

    cd /mnt
    rpm -ivh ltsp-utils-0.11-0.noarch.rpm
    
    Or, if your system doesn't support RPM packages, you can install the TGZ package:
    cp /mnt/ltsp-utils-0.11.tgz /tmp
    cd /tmp
    tar xvzf ltsp-utils-0.11.tgz
    cd ltsp-utils
    ./install.sh
    
    Whether you installed the RPM or the TGZ package, you'll end up with ltspadmin in /usr/sbin.

  6. Run ltspadmin as root.

  7. From the main menu in ltspadmin, choose:
    "Configure the installer options"

  8. Specify the pathname to the files:
    file:///mnt

    Notice that the value MUST be in the form of a URL, and also, notice that there are 3 slashes '///'. The first 2 slashes are part of the URL specification ("file://"), the 3rd slash is for the root directory on your server.

  9. Leave the remaining options as is.

  10. If you have a previos version LTSP already installed, it is recommended that you install the ltsp-4.1 packages into a separate directory, such as: /opt/ltsp-4.1. You can configure this with the ltspadmin utility.

  11. Install ALL of the packages

  12. Choose the 'Configure LTSP' menu item, which will cause it to run the ltspcfg utility. Use this utility to setup the services.

  13. Unmount the ISO image from /mnt:
    umount /mnt

Please report any problems you have with this ISO image to the ltsp-discuss mailing list, or contact me on the #ltsp IRC channel on irc.freenode.net.


Sound package:

The client-side sound support is already built into the ltsp-core packages, but you will still need a package installed on the server, to setup the environment to re-direct the sound to the workstation.

Richard June has created the sound packages, and you can get them at the links below:

There's some great info about sound on ltsp on the LTSP Wiki. The url is: http://wiki.ltsp.org/twiki/bin/view/Ltsp/Sound.


Local dev documentation:

For some brief documentation on setting up local floppy and cdrom, take a look at localdev.txt.

There's some great info about accessing local devices on the LTSP Wiki. The url is: http://wiki.ltsp.org/twiki/bin/view/Ltsp/LocalDrives.


Thank you,
Jim McQuillan - jam@Ltsp.org