Hallo Clodoaldo,

am 09.03.2003, 13:46 schriebst Du:

> It happens the same message about the user nobody.

Try additionally specifying something like "group=nogroup" (of course
that group must exist) in combination with "user=nobody". You can find
out if they exist with

grep nogroup /etc/group
grep nobody /etc/passwd

>> 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";

And  that file does exist, doesn't it? And has a size of some one MB
or so...?

Then, turn on the thinclient and some seconds after it starts booting,
as root enter "arp -a -n". What is the output of that? It should list
the booting client with hardware address and the assigned IP.

Gru�,
 Anselm                            mailto:[EMAIL PROTECTED]



-------------------------------------------------------
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