Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2007-07-03 11:25:34
Size: 1547
Editor: ?MartinEricRacine
Comment:
Revision 11 as of 2007-09-16 23:55:44
Size: 1745
Editor: ?VagrantCascadian
Comment: mention bug in etch
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
etch is still affected by: http://bugs.debian.org/416868

so you may need to add a line even if the dhcp server and tftp server are the same:

 next-server ip.addres.of.server;
Line 29: Line 35:
== If you want to use newer LTSP related packages with ltspfs: == == If you want to use newer LTSP related packages (with ltspfs and pulseaudio sound): ==
Line 47: Line 53:
 apt-get install ltsp-server ltspfs  apt-get install ltsp-server-standalone ltspfs
Line 53: Line 59:
` --apt-key pkg-ltsp-keyring --late-packages ltspfsd` ` --apt-key /etc/apt/trusted.gpg`

On a Debian 4.0 (Etch) or newer system:

1. If you have a DHCP server already up and running on your network:

  • apt-get install ltsp-server openssh-server

1. Otherwise, if you want your LTSP server to function as the DHCP server:

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

2. Build the LTSP client environment:

  • ltsp-build-client

3. Configure /etc/dhcp3/dhcpd.conf:

See examples in /usr/share/doc/ltsp-server/examples/dhcpd.conf and /etc/ltsp/dhcpd.conf and adapt to your network.

etch is still affected by: http://bugs.debian.org/416868

so you may need to add a line even if the dhcp server and tftp server are the same:

  • next-server ip.addres.of.server;

3. Alternately, configure /etc/dnsmasq.conf:

See examples in /usr/share/doc/ltsp-server/examples/dhcpd-dnsmasq and /etc/ltsp/dhcpd-dnsmasq and adapt to your network.

4. Configure /etc/exports:

  • /opt/ltsp *(ro,no_root_squash,no_subtree_check)

5. Boot a PXE capable machine and enjoy.

1. Add the key(s) for the repository to your keyring(after verifying that you trust them):

2. Add to /etc/apt/sources.list:

3. Update:

  • apt-get update

4. Install new packages:

  • apt-get install ltsp-server-standalone ltspfs

5. When building a chroot, you'll need to tell it to use the backport sources:

 ltsp-build-client \   --extra-mirror "http://pkg-ltsp.alioth.debian.org/debian etch-ltsp-backports main" \   --apt-key /etc/apt/trusted.gpg