I am not sure where I got it from, but its here:
http://www.linuxbox.nu/~arthur/tftp-hpa-0.28.tar.bz2 I use Linux from Scratch at home, and have had to set the -vv flag before to get more information. Arthur H. Johnson II The Linux Box http://www.linuxbox.nu [EMAIL PROTECTED] -- Anyone who is capable of getting himself made President should on no account be allowed to do the job. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" On 13 Feb 2002, Dave Brooks wrote: > I've just tried the -v and -vv switches (seperately, not at the same > time), and I'm getting an error: > > Feb 13 15:44:43 server in.tftpd[19126]: Usage: in.tftpd [-c] [-l] [-u > user] [-t timeout] [-r option...] [-s] [directory ...] > Feb 13 15:44:43 server in.tftpd[19127]: Usage: in.tftpd [-c] [-l] [-u > user] [-t timeout] [-r option...] [-s] [directory ...] > Feb 13 15:44:43 server in.tftpd[19128]: Usage: in.tftpd [-c] [-l] [-u > user] [-t timeout] [-r option...] [-s] [directory ...] > Feb 13 15:44:43 server xinetd[839]: tftp service was deactivated because > of looping > > I'm guessing that the version I have does not support these flags. Is > there a newer one, and where would I find it? > > TIA > > Dave Brooks > > On Wed, 2002-02-13 at 14:59, Arthur H. Johnson II wrote: > > > > You can also add -v or -vv. That will make the logs VERY verbose and > > helps in debugging. > > > > Arthur H. Johnson II > > The Linux Box > > http://www.linuxbox.nu > > [EMAIL PROTECTED] > > -- > > Anyone who is capable of getting himself > > made President should on no account > > be allowed to do the job. > > -- Douglas Adams, > > "The Hitchhiker's Guide to the Galaxy" > > > > On Wed, 13 Feb 2002, Andy Rabagliati wrote: > > > > > On Wed, 13 Feb 2002, G. David Sword wrote: > > > > > > > On Wed, 2002-02-13 at 06:27, Ola Ketil Siqveland wrote: > > > > > Hi > > > > > I try to coonnect to my server by usin a 3c590 PCI network card > > > > > with use of floppy boot disk, > > > > > but i stop after > > > > > Serarching for server (DHCP).... > > > > > > > > Did you enable tftp? - you need to restart xinetd to pick up changes in > > > > the config. files > > > > > > I also find it handy to add the -l switch to tftp - /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 = -l -s /tftpboot > > > } > > > > > > Cheers, Andy! > > > > > > _____________________________________________________________________ > > > 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.openprojects.net > > > > > > > > > _____________________________________________________________________ > > 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.openprojects.net > > > > _____________________________________________________________________ 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.openprojects.net
