I find a problem in configuring my new LTSP5 server, on a debian etch system.
The loading process stops and always returns at a point in which these 
messages are displayed:

....
rootserver: 10.0.30.254 rootpath: /opt/ltsp/i386
filename  : /var/lib/tftpboot/ltsp/i386/nbi.img
Begin: Running /scripts/nfs-premount ...
Done.
nfsmount: need a path

my /etc/dhcp3/dhcpd.conf file is this:

##################################################
#authoritative;

ddns-update-style none;

  option domain-name "liceoquadri.it";
  option domain-name-servers 10.0.30.254;
  option broadcast-address 10.0.255.255;
  option routers 10.0.30.254;
  option subnet-mask 255.255.0.0;

  next-server   10.0.30.254;
  option root-path "/opt/ltsp/i386";

subnet 10.0.30.0 netmask 255.255.255.0 {
  range 10.0.30.1 10.0.30.199;
  if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
    filename "/ltsp/i386/pxelinux.0";
  }
  else{
    filename "/var/lib/tftpboot/ltsp/i386/nbi.img";
  }
}
###################################################

any suggestion?
Thanks in advance


------------

David Merlin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to