On Mon, 2004-02-23 at 02:58, Neil Stone wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Erik Myllymaki wrote:
> | I have a dozen ThinkNICs using LTSP4. They do not always want to boot
> | up. They will all boot up, but sometimes I have to reboot them a dozen
> | times before they do. A typical boot where they fail starts like a
> | successful boot but the whole PXE/tftp process moves at a snail's pace.
> |
> | I have tried four different kernels, three different tftpd packages and
> | the following two xinetd entries for tftp with no success:
> |
> |> service tftp
> |> {
> |>  disable = no
> |>  socket_type  = dgram
> |>  protocol  = udp
> |>  wait   = yes
> |>  user   = root
> |>  server   = /usr/sbin/in.tftpd
> |>  server_args  = -s /tftpboot
> |>  per_source  = 11
> |>  cps   = 100 2
> |>  flags   = IPv4
> |> }
> |
> |
> | service tftp
> | {
> |  disable  = no
> |  wait     = yes
> |  port     = 69
> |  flags    = REUSE
> |  socket_type = dgram
> |  protocol = udp
> |  user     = root
> |  server      = /usr/sbin/in.tftpd
> |  server_args = -s /tftpboot/
> | }
> |
> | thnaks in advance for any tips.
> |
> |
> Unsure if this will help in your case but in the "server_args" try
> removing the /tftpboot leaving just the -s
> 
> Neil

I wouldn't do that.  "-s /tftpboot/" tells the tftp daemon to change its
root directory to /tftpboot/ before serving files.  This is for
security; if someone were to find a way to break into the tftp daemon,
they would only be able to get at the files in /tftpboot.

If you do make this change, be sure to add /tftpboot to your "filename"
entries in /etc/dhcpd.conf, since these pathnames must be relative to
the tftp daemon's root.

Try running ethereal (or tethereal if you prefer textmode) during the
boot process.  Another thing to check is your name server; problems
there cause weird slowdowns.
-- 
David Johnston <[EMAIL PROTECTED]>
Little Bald Consulting, LLC


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_____________________________________________________________________
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