<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 10/07/2011 03:38 PM, Aaron Gray wrote:
    <blockquote
cite="mid:CANkmNDfmMM+JrFoQguHNxozVAo1efeMnXsUMcFZ2og6CumU0mg@mail.gmail.com"
      type="cite">
      <div>Hi,</div>
      <div><br>
      </div>
      I think this is a development problem. I have tried everything
      obvious to get TFTP to work on F14 but to no avail. Could some one
      in the know look in to this please.
      <div><br>
      </div>
      <div>I have tftp -server working on F14 and have done PXE
        Instillations using it. Since then I have done a yum update and
        ever since then have not been able to get it to work.</div>
    </blockquote>
    <br>
    Well you can run yum downgrade on the updates that you performed to
    nail down the one that potentially broke it.<br>
    <br>
    <blockquote
cite="mid:CANkmNDfmMM+JrFoQguHNxozVAo1efeMnXsUMcFZ2og6CumU0mg@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Below in the two posts are what I have tried, as far as I can
        see it is exhaustive.</div>
      <div><br>
      </div>
      <div>Many thanks in advance,</div>
    </blockquote>
    <br>
    Well posts or not here is a quick debugging guide for tftp which
    should tell you what's going on and note that using ip-aliase are
    broken in tftp as it seem to be in (x)inetd based services in
    general...<br>
    <br>
    Run <br>
    <br>
    #tcpdump port <span style="color: #000000;">69</span> <span
      style="color: #660033;">-v</span><br>
    <br>
    #touch /var/lib/tftpboot/my-test-file.txt<br>
    #chmod 777 /var/lib/tftpboot/my-test-file.txt<br>
    <br>
    #tftp $IP<br>
    tftp&gt; status<br>
    tftp&gt; trace<br>
    tftp&gt; verbose <br>
    tftp&gt; put my-test-file.txt ( or get my-test-file.txt ) <br>
    tftp&gt; quit <br>
    <br>
    JBG<br>
  </body>
</html>