<div class="gmail_quote">On 7 October 2011 18:38, Aaron Gray <span dir="ltr">&lt;<a href="mailto:aaronngray.lists@gmail.com">aaronngray.lists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="gmail_quote"><div class="im">On 7 October 2011 18:29, Soham Chakraborty <span dir="ltr">&lt;<a href="mailto:sohamwonderpiku4u@gmail.com" target="_blank">sohamwonderpiku4u@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Is it possible for you to check the connection status by netstat when you transfer a file? Also, once you start transferring a file, can you get the PID and attach strace to it?<br>

<br></blockquote><div><br></div></div></div></blockquote><div><br></div><div>Just getting the following for the tftpd :-</div><div><br></div><div><div>Process 6225 attached - interrupt to quit</div><div>restart_syscall(&lt;... resuming interrupted call ...&gt;^C &lt;unfinished ...&gt;</div>

<div>Process 6225 detached</div></div><div><br></div><div><div>&gt;<span class="Apple-style-span" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "> I guess, it is running as a xinetd controlled daemon, if so, is there anything else listening on the tftp port?</span></div>

</div><div><span class="Apple-style-span" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" color="#500050" face="arial, sans-serif">How do I ascertain this ?</font></span></div>

<div><br></div><div>Thanks,</div><div><br></div><div>Aaron</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div class="im">
<div>
</div></div><div>Okay more to go on, thanks, I will have to do that later as another session, Soham.</div><div><br></div><div>Cheers, </div><div><br></div><font color="#888888"><div>Aaron</div></font><div><div></div><div class="h5">

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Soham<br><br><div class="gmail_quote"><div><div></div><div>On Fri, Oct 7, 2011 at 8:18 PM, Aaron Gray <span dir="ltr">&lt;<a href="mailto:aaronngray.lists@gmail.com" target="_blank">aaronngray.lists@gmail.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>
<br><br><div class="gmail_quote"><div>On 7 October 2011 15:26, Thomas Dineen <span dir="ltr">&lt;<a href="mailto:tdineen@ix.netcom.com" target="_blank">tdineen@ix.netcom.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Aaron:<br>
    <br>
    1) Update to the newest version of server and client.<br>
    I have found that there are F14 and F15 bugs that are<br>
    covered in the updates!<br></div></blockquote><div><br></div></div><div>I have done :-</div><div><br></div><div>    yum reinstall tftp</div><div>    yum reinstal tftp-server</div><div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div bgcolor="#FFFFFF" text="#000000">
    <br>
    2) Be aware of configuration requirements.<br></div></blockquote><div><br></div></div><div>It used to work, I installed two servers with PXE using it.</div><div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div bgcolor="#FFFFFF" text="#000000">
    <br>
    3) Be aware of SELinux, you will likely also have to enable<br>
    variables in SELinux. Update you SELinux, more bugs here.<br></div></blockquote><div><br></div></div><div>I tried disable SELinux.</div><div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div bgcolor="#FFFFFF" text="#000000">
    <br>
    4) Of course recheck you firewall.<br></div></blockquote><div><br></div></div><div><font face="&#39;courier new&#39;, monospace">-A INPUT -m state --state NEW -m udp -p udp --dport 69 -j ACCEPT</font></div>

<div><br></div><div>But the firewall does not apply to local usage.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">





<font color="#888888">
    <br>
    Thomas Dineen</font><div><div></div><div><br></div></div></div></blockquote><div><br></div><div>Still not working :(</div><div><br></div><div>Thanks,</div><div><br></div><font color="#888888"><div>Aaron</div></font><div>



<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div bgcolor="#FFFFFF" text="#000000"><div><div>
    <br>
    <br>
    On 10/7/2011 7:07 AM, Aaron Gray wrote:
    <blockquote type="cite">TFTP seems to have stopped working on my F14 machine.
      <div><br>
      </div>
      <div>It appears both server and client are not working. </div>
      <div><br>
      </div>
      <div>I have it working on my F15 machine and have tried between
        the two (with iptables rule) and F14 server and client do not
        work.</div>
      <div><br>
      </div>
      <div>tftp appears to log in but, on transferring a file it just
        says &quot;Transfer timed out.&quot; after a while.</div>
      <div><br>
      </div>
      <div>I have reinstalled both client and server. And I am using the
        same &#39;/etc/xinetd.d/tftp&#39; file on F15 as on F14.</div>
      <div><br>
      </div>
      <div>There do not appear to be any logs for TFTP.</div>
      <div><br>
      </div>
      <div>AFAICS I am not doing anything wrong or differently.</div>
      <div><br>
      </div>
      <div>Help !</div>
      <div><br>
      </div>
      <div>Many thanks in advance,</div>
      <div><br>
      </div>
      <div>Aaron</div>
      <div><br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div></div><br>
<br></div></div>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
<br></blockquote></div><br>
<br>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
<br></blockquote></div></div></div><br>
</blockquote></div><br>