Paulette Chadru kirjoitti:

If I run manually in.tftpd -l /tftpboot, it works fine, so I think that's the inet configuration who causes the problem.

I found same kind of issue with Ubuntu Breezy. I installed "xinetd" and "tftpd-hpa".

I think you should add missing file "tftp" in directory /etc/xinetd.d.

# /etc/xinetd.d/tftp

service tftp
  {

   disable                 = no
   socket_type             = dgram
   wait                    = yes
   user                    = root
   server                  = /usr/sbin/in.tftpd
   server_args             = -v -s /var/lib/tftpboot
   interface               = 192.168.1.2 # Change this, of cource.
  }


Then restart xinetd. Now tftpd should work.

Best regads, Asmo Koskinen.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_____________________________________________________________________
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