On Thursday 12 June 2008 10:15:07 [EMAIL PROTECTED] 
wrote:
> Okay, my problem as it is. Tried the Out-of-the-box LTSP install with the
> newest version of ubuntu. I have 1 NIC which I configured. Started the
> TFTPD_HDA. When I try to boot, the clients (tried with several different)
> seem to get the IP addresses, but when they start to download the kernel
> image the Ubuntu startup screen drops, login screen fails to start and the
> client goes to initramfs state. Tried to re-install the server, update the
> kernel images, update ssh keys, tried pretty much everything, but no
> success. Do I have to conf the TFTP server? Where to

What does 'out of the box' really mean

An out of the box install works! I've played with 1/2 dozen hardy installs.

EG I use xinetd so I had to enable tftp:
[eeyore] /home/jam [56]% cat /etc/xinetd.d/tftp 
# default: off
# description: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, 
\
#       and to start the installation process for some operating systems.
service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /var/lib/tftpboot
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}

a) use wireshark to see whats happening
b) then ask about what-is-going-wrong

wireshark is really now days

James

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_____________________________________________________________________
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