<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 1/28/22 15:07, Tommy Trussell wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CABNyZMzjZ6kDOwKj=o-YNLLhrZBiOwqyBDFmqwoAWzY5vmKWuA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">On Fri, Jan 28, 2022 at 12:26 PM Jerry Geis <<a
            href="mailto:jerry.geis@gmail.com" moz-do-not-send="true"
            class="moz-txt-link-freetext">jerry.geis@gmail.com</a>>
          wrote:<br>
        </div>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div dir="ltr">
              <div dir="ltr"><br>
              </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Thu, Jan 27, 2022
                  at 11:03 PM Tommy Trussell <<a
                    href="mailto:tommy.trussell@gmail.com"
                    target="_blank" moz-do-not-send="true"
                    class="moz-txt-link-freetext">tommy.trussell@gmail.com</a>>
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <div dir="ltr">
                    <div dir="ltr"><br>
                    </div>
                    <div class="gmail_quote">
                      <div>I have not used tftp in awhile, but have you
                        checked the permissions on the file "jerry" in
                        /tftpboot ? The file may be invisible to the
                        daemon due to the wrong group or file
                        permissions.</div>
                      <div><br>
                      </div>
                      <div>You might also try to put a different file
                        onto the server using tftp and see what
                        permissions the resulting file has. </div>
                      <div><br>
                      </div>
                      <div>The man page for your version of tftpd will
                        likely contain some useful information.</div>
                      <div><br>
                      </div>
                    </div>
                  </div>
                  <br>
                </blockquote>
                <div>HI Tommy,</div>
                <div><br>
                </div>
                <div>The file has permission:</div>
                -rw-r--r-- 1 root    root         8 Nov 21 20:11 jerry<br>
                <div><br>
                </div>
                <div>The directory has:</div>
                <div>drwxrwxrwx   2 root root      12288 Nov 21 20:11
                  tftpboot <br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>How do you start the tftp service/server?   If not mistaken, by
      default it expects the tftpboot directory in /var/lib
      (/var/lib/tftpboot)  when you start the server/service  the -s
      option tells it where to find it's root<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite"
cite="mid:CABNyZMzjZ6kDOwKj=o-YNLLhrZBiOwqyBDFmqwoAWzY5vmKWuA@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div dir="ltr">
              <div class="gmail_quote">
                <div><br>
                </div>
                <div>Seems like that should be readble by all?</div>
                <div><br>
                </div>
                <div>Thanks</div>
                <div>Jerry</div>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>I was under the impression that most implementations of
            tftp are very picky about the permissions and I would think
            they would NOT share any files owned by root. </div>
          <div><br>
          </div>
          <div>For example see if there's a tftp group already created
            and maybe chown the file (and maybe its directory) to
            tftp:tftp ?</div>
          <div><br>
          </div>
          <div>Does the man page for your version of tftpd say anything
            about the default permissions? </div>
          <div><br>
          </div>
          <div>Also I suggested you try using a client to put a file in
            the server's directory. What permissions does it give that
            file? I would think it might be the same permissions needed
            for reading a file.</div>
          <div><br>
          </div>
          <div>If you can't tell I'm stabbing in the dark but suggesting
            how I would go about it. I ALWAYS start with the man page.
            The information might be inscrutable, but there's usually
            some nugget of information that gets me closer to
            understanding.</div>
        </div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
    </blockquote>
  </body>
</html>