Hi Alejandro,

I use Debian Etch too and yes, I also need some manual steps.

On Monday 30 April 2007 16:19, Alejandro Mesias wrote:
> I tried several times o use this "ltsp-server-standalone" in Debian Etch
> (testing) and always i had problem with tftp boot.
>
> I did all corrections, used the /etc/ltsp/dhcpd.conf and, verified the
> files in /var/lib/tftpboot/ltsp/i386/

Maybe you need a special zpxe - file for your thin client? 
For example: I got a neoware e140. It works with this configuration in 
dhcpd.conf:

host x04 {
   hardware ethernet     XX:XX:XX:XX:XX:XX;
   fixed-address         192.168.0.54;
   next-server 192.168.0.11;
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
                    filename "/ltsp/i386/eb-5.4.3-via-rhine.zpxe";
                    }
   else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
                      filename "/ltsp/i386/pxelinux.0";
                      }
}

You can get the *.zpxe files from http://rom-o-matic.net/

For me it is a via rhine network card. 

But when your thin clients run perfectly with ubuntu, this may not the 
problem.

>
> Everything is correct, but, when i try to boot an Thin Client (one of these
> diskless small computers), it only start to charge the tftp file, but it
> doesnt charge the full files to start the boot in the thin client, it stops
> in tftpd.
>

What kind of thin client do you have?

> One thing who i dont understand is: The file /etc/defalt/tftpd-hpd is set
> the "run-deamon=off" is it correct? the ltsp 5 use an different way to use
> the tftp ?
>

Here is my /etc/default/tftpd-hpa

#Defaults for tftpd-hpa
RUN_DAEMON="no"
OPTIONS="-l -s /var/lib/tftpboot"

So long!

Juergen


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_____________________________________________________________________
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