Anselm,

Your support is appreciated.

> You could make "user=nobody" instead of "user=tftp". What happens then?

It happens the same message about the user nobody.

> Please post your dhcpd.conf.

ddns-update-style             none;
allow booting;
allow bootp;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.2;
option domain-name-servers    192.168.0.2;
option domain-name            "local";
option root-path              "192.168.0.2:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.2;

    host ws001 {
        hardware ethernet     00:07:95:FD:44:24;
        fixed-address         192.168.0.3;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
        }
}

/etc/exports:

/opt/ltsp/i386                  192.168.0.0/255.255.255.0(ro,no_root_squash)
/var/opt/ltsp/swapfiles         192.168.0.0/255.255.255.0(rw,no_root_squash)
/home                  192.168.0.0/255.255.255.0(rw,no_root_squash)

/etc/hosts:

127.0.0.1       localhost.local localhost
192.168.0.2     k7s5a.local     k7s5a
192.168.0.1     vta5
192.168.0.3     ws001

/etc/resolv.conf:

domain local
search local localdomain
nameserver 127.0.0.1
nameserver 192.168.0.2

/etc/yp.conf:

domain local server 192.168.0.2
ypserver 192.168.0.2

Please let me know about any other necessary information.

Clodoaldo

_______________________________________________________________________
Busca Yahoo!
O servi�o de busca mais completo da Internet. O que voc� pensar o Yahoo! encontra.
http://br.busca.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.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