个人工具

UbuntuHelp:UbuntuLTSP/LTSPQuickInstall

来自Ubuntu中文

跳转至: 导航, 搜索

Installing an LTSP Server

Please don't edit this page, if you want to add additional info about tweaking, add a new page in the UbuntuLTSP directory

Installing from CD

Starting with the Hardy Heron (8.04) release the LTSP installer functionality was moved to the Ubuntu alternate CD. All future releases follow this format. LTSPQuickInstall?action=AttachFile&do=get&target=iso.png Get the Lucid Lynx iso from http://releases.ubuntu.com/releases/10.04/. The installer will set up an out of the box working LTSP install for you if your server has two network cards built in. If that is not the case it will tell you what to modify to run with a single network card. Once you boot up the CD, hit F4. The "Modes" menu will pop up. Select "Install an LTSP Server". Now just move on with the install. LTSPQuickInstall?action=AttachFile&do=get&target=ltsp-install-ubuntu.png Towards the end of the install the installer will start to build the client environment from the packages on the CD. LTSPQuickInstall?action=AttachFile&do=get&target=building_ltsp.png Which then will be compressed into an image... LTSPQuickInstall?action=AttachFile&do=get&target=compressing_ltsp.png If the installer is done and has rebooted into your new system you will be able to boot your first Thin Client right away.

Installing on top of an already running desktop system

You need to set up one static network interface where you will attach the thin clients, install two packages and run one command. Configure your spare interface for the thin clients to have the IP 192.168.0.1 (and make sure it is up and running). If you can't get the new GNOME network manager to work you can always install the older, simpler version of network manager by going to the "add/remove" window and searching "network". Make sure to search "all available packages" and "apply" the changes. You will find the new network manager under settings -> network. Then follow the instructions below.

sudo apt-get install ltsp-server-standalone openssh-server

Now create your Thin Client environment on the server with.

sudo ltsp-build-client

/!\ If you are on a 64-bit system but your clients have another architecture use the --arch option eg. sudo ltsp-build-client --arch i386 After that, you will be able to boot your first thin client. If it doesn't boot try rebooting the server. /!\ Note that if you want to use another IP than the above, you need to edit the /etc/ltsp/dhcpd.conf file to match the IP values and restart the dhcp server.

Comments and hints

If you change the IP data after you have done the initial setup, please run the command sudo ltsp-update-sshkeys to make the ssh server aware of the change. This workstation isn't authorized to connect to server error message on client, please run commands sudo ltsp-update-sshkeys and sudo ltsp-update-image (in this order) reference: https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/144296 Dont use the ltsp-utils package from universe (only available in dapper) with this ltsp implementation, it is for a different ltsp version, installing them together will break. For more comprehensive documentation of LTSP 5 that's available in Ubuntu, please see the Edubuntu Handbook at http://doc.ubuntu.com/edubuntu/edubuntu/handbook/C/ A beginner's working example of an LTSP server using 2 nic cards http://ubuntuforums.org/showthread.php?t=599166&highlight=ltsp Is there an LTSP forum anywhere? http://ubuntuforums.org/showthread.php?t=603151 Please type ltsp or LTSP in the Keyword box here http://ubuntuforums.org/search.php and tap the enter key. tx LTSP Gutsy Wiki Update http://ubuntuforums.org/showthread.php?t=611516 https://help.ubuntu.com/community/?action=fullsearch&context=180&value=ltsp&titlesearch=Titles