I am trying to set up a new LTSP server on a Debian Etch computer.

The clients work fine with an existing old Mandrake LTSP server.

I have followed instructions at
http://wiki.ltsp.org/twiki/bin/view/Ltsp/Debian

but when trying to boot the client just sits on loading the vmlinuz file

Any LTSP gurus out there? We can cross your palm with silver if you can
help get this working.

______________________________________________________________________________
ltspcfg gives the following:-

ltspcfg v0.16                                 The Linux Terminal Server
Project (http://www.LTSP.org)

Interface IP Address      Netmask         Network         Broadcast       
Used
eth2      192.168.1.11    255.255.255.0   192.168.1.0     192.168.1.255  
<-----

Service    Installed   Enabled   Running   Notes
dhcpd      Yes         Yes       Yes       Version 3
tftpd      Yes         Yes       Yes       Has '-s' flag
portmapper Yes         Yes       Yes
nfs        Yes         Yes       Yes
xdmcp      Yes         Yes       Yes       gdm, kdm   Using: kdm

File                                Configured  Notes
/etc/hosts                          Yes
/etc/hosts.allow                    Yes
/etc/exports                        Yes
/opt/ltsp/i386/etc/lts.conf         Yes

Configured runlevel: 2         (value of initdefault in /etc/inittab)
   Current runlevel: 2         (output of the 'runlevel' command)

Installation dir...: /opt/ltsp

Press <enter> to return to the main menu...
__________________________________________________________________________
Here is the dhcp.conf.....

##########
#
#   dynamic-dhcpd.conf version of /etc/dhcp3/dhcpd.conf
#    *** Rename to dhcpd.conf before using ***
#
#  FOR LTSP WORKSTATIONS WITH DYNAMIC IP ADDRESSES
#
#   (1) assignment of dynamic IP addresses to 10 workstations;
#   (2) workstations assigned addresses xxx.xxx.xxx.101 to xxx.xxx.xxx.110;
#   (3) server assigned IP address xxx.xxx.xxx.100 during Linux
#       installation.
#
#
# How to Edit this File:
#   (1) IP addresses requiring change are marked "Change IP";
#   (2) IP file format = xxx.xxx.xxx.yyy;
#   (3) replace all IP addresses with your IP address;
#   (4) obtain your specific IP address information from dhcpd.conf.sample
#       file created when LTSP was installed;
#   (5) end each line with a ";" except after a parenthesis;
#       keep your "{   }" straight;
#       use "#" to prevent interpretation of text on the line beyond "#".
#
##  Beginning of file


# - In Debian 3.1 SARGE, the "next-server" statement should be commented
#   out; it is not needed and possibly harmful.
# - In Debian TESTING or UNSTABLE, or anything with dhcp3-server >= 3.0.3,
#   the "next-server" statement is needed or Etherboot will walk in
#   circles saying "No IP address".  To activate, uncomment the line.
next-server                  192.168.1.11;     # <--Change IP

ddns-update-style            none;
default-lease-time           21600;
max-lease-time               21600;
option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;     # <--Change IP
option routers               192.168.1.1;       # <--Change IP
option domain-name-servers   203.96.16.35;     # <--Change IP
#option domain-name-servers   192.168.1.11;     # <--Change IP
#option domain-name           "ascot";            # <--Accept/Change
option root-path             "192.168.1.11:/opt/ltsp/i386"; # <--Change IP
option option-128 code 128 = string;
option option-129 code 129 = text;

#next line added by Robert
option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;

shared-network WORKSTATIONS {
   subnet 192.168.1.0   netmask 255.255.255.0 {          # <--Change IP

     range dynamic-bootp 192.168.1.101   192.168.1.110;  # <--Change 2 IP's


     use-host-decl-names         on;
     option log-servers          192.168.1.185;          # <--Change IP
     if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
     {
     filename   "/tftpboot/lts/2.6.16.1-ltsp-2/pxelinux.0";  #<--Check
version
     }
     else
     {

     filename   "/tftpboot/lts/vmlinuz-2.6.17.8-ltsp-1";  #<--Check version
     }
    }
   }

# stuff below here added by Robert

group {
  use-host-decl-names on;
# Counter computer
   host ws001 {
    hardware ethernet 00:50:fc:69:c7:da;
    fixed-address 192.168.1.150;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Office computer
  host ws002 {
    hardware ethernet 00:50:fc:69:c7:d1;
#   hardware ethernet 00:40:F4:3A:BD:FF;
    fixed-address 192.168.1.151;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Nick and "Simon" bench computer
   host ws003 {
     hardware ethernet 00:50:fc:69:c7:BA;
     fixed-address 192.168.1.152;
     filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Glenns bench computer
   host ws005 {
     hardware ethernet 00:50:FC:69:C7:D3;
     fixed-address 192.168.1.153;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
#  My Room
    host ws006 {
     hardware ethernet 00:40:F4:3A:AE:7F;
     fixed-address 192.168.1.154;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
     option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Craigs-bench computer
    host ws007 {
     hardware ethernet 00:50:fc:69:c7:d8;
     fixed-address 192.168.1.155;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Nicks bench computer
     host ws008 {
     hardware ethernet 00:50:FC:69:C7:D9;
     fixed-address 192.168.1.156;
#    filename "/lts/vmlinuz-2.4.19-ltsp-1";
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# Phills computer
     host ws009 {
     hardware ethernet 00:50:FC:69:C7:D7;
     fixed-address 192.168.1.157;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";
  }
# My Test-Staffroom computer
     host ws010 {
     hardware ethernet 00:50:FC:69:C7:D6;
     fixed-address 192.168.1.158;
    filename   "/lts/vmlinuz-2.6.17.8-ltsp-1";
    option root-path "192.168.1.11:/opt/ltsp/i386";

  }}

##  End of file
#
##########


Reply via email to