Anseml,

If it weren't your help I would have already gave up. At least for this
weekend. Thanks again.
 
> Try additionally specifying something like "group=nogroup" (of course
> that group must exist) in combination with "user=nobody".

I did it:

{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = nobody
        group                   = nogroup
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /tftpboot
}
> You can find out if they exist with
> grep nogroup /etc/group
> grep nobody /etc/passwd

After the group change I have the same message about user nobody:
Mar  9 15:18:21 k7s5a in.tftpd[18887]: cannot set groups for user nobody

[EMAIL PROTECTED] cpn]# grep nobody /etc/passwd
nobody:x:65534:65533:Nobody:/:/bin/sh
[EMAIL PROTECTED] cpn]# grep nogroup /etc/group
nogroup:x:65534:nobody
[EMAIL PROTECTED] cpn]#

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

Yes it exists and is 1,4 MB

> 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.
 
[EMAIL PROTECTED] cpn]# arp -a -n
? (192.168.0.3) at 00:07:95:FD:44:24 [ether] on eth0
? (192.168.0.1) at 00:E0:7D:7E:10:F5 [ether] on eth0

There is something that could be important. When I try to restart ypbind it
fails:

Mar  9 15:21:26 k7s5a ypbind: ypbind shutdown failed
Mar  9 15:21:26 k7s5a ypbind: domainname not set - aborting.
Mar  9 15:21:26 k7s5a ypbind: ypbind startup failed

Is it necessary to have ypbind running? If so where do I set the domain name?

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