From: "Tom 'spot' Callaway" <tcallawa@xxxxxxxxxx> Date: Thu, 29 Jun 2006 15:27:58 -0500 > Try this: As you can see from my response and his acknowledgment, this wasn't the problem he was running into. The default inetd package in Ubuntu, from iputils, is simply buggy, because it sets it's sockets to non-blocking and leaves that setting on the socket when it passes the connection on to the real application from inetd. Applications expect the socket to be in blocking mode. As a result, tftpd craps out because it unexpectedly gets -EAGAIN on a read(). To be honest this is a horrible selection of a default inetd implementation, netkit-inetd is probably what should be used instead. Changing over to netkit-inetd fixes the problem. - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html