I try to install LTSP and I follow these instructions from
https://help.ubuntu.com/community/Ub...SPQuickInstall
This page aims to describe the quickest way to get a ltsp server running on an existing ubuntu or kubuntu (xubuntu comes with a ltsp option in the installer, edubuntu even sets up ltsp in its default install) desktop system.
You need to set up one static 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, 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
after the comand "sudo ltsp-build-client", i got this error.
lsaguilos@trialserver:/opt/ltsp$ sudo ltsp-build-client
NOTE: adding default dist and components to security mirror:
http://security.ubuntu.com//ubuntu feisty main restricted
I: Retrieving Release
E: Failed getting release file
http://archive.ubuntu.com/ubuntu/dists/feisty/Release
error: LTSP client installation ended abnormally
please help.