how to solve this problem ?
in client side show:
Error! No root-path. Check your DHCP configuration, to make sure that 'option root-path' is specified
my conf is: ** /etc/dhcp.conf
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.168.255;
option routers 192.168.168.21;
option domain-name-servers 192.168.168.21;
option domain-name "LTSP_TEST";
option root-path "192.168.168.21:/ltsp_4.1/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
subnet 192.168.168.0 netmask 255.255.255.0 {
use-host-decl-names on;
option log-servers 192.168.168.21;
range dynamic-bootp 192.168.168.224 192.168.168.226;
# filename "/lts/vmlinuz-2.4.26-ltsp-3";
filename "/lts/vmlinuz-2.6.9-ltsp-3";
}** /etc/hosts [...] 192.168.168.1 ws001.ltsp ws001 192.168.168.2 ws002.ltsp ws002 192.168.168.3 ws003.ltsp ws003 ... ... # all ip range [...]
** /etc/hosts.allow [...] bootpd: 0.0.0.0 in.tftpd: 192.168.168. portmap: 192.168.168. [...]
** /etc/exports [...] /ltsp_4.1 192.168.168.0/255.255.255.0(ro,no_root_squash,sync) /var/opt/ltsp/swapfiles 192.168.168.0/255.255.255.0(rw,no_root_squash,async) [...]
** /ltsp_4.1/i386/etc
[...]
[Default]
SERVER = 192.168.168.21
XSERVER = auto
X_MOUSE_PROTOCOL = "PS/2"
X_MOUSE_DEVICE = "/dev/psaux"
X_MOUSE_RESOLUTION = 400
X_MOUSE_BUTTONS = 3
USE_XFS = N
SCREEN_01 = startx
[...]
regards!
-- Roberto Leiva M. Santiago - Chile
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _____________________________________________________________________ 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
