• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    tftp issue

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    12
    3.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      belac
      last edited by

      getting tftp timeout. looking at the wiki article: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP
      under the tftp settings file section it says that on ubuntu the file should look something like this:
      '# /etc/default/tftpd-hpa
      '# FOG Modified version
      TFTP_USERNAME=“root”
      TFTP_DIRECTORY=“/tfptboot”
      TFTP_ADDRESS=“0.0.0.0:69”
      TFTP_OPTIONS=“-s”

      When i look at mine the tftp address is just “:69”
      would this cause issues?

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        I think that might be OK with Ubuntu but I’m not sure. You can always add in the IP address and see what happens.

        Have you verified that TFTP is running, that you can get a file using another computer?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        B 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          What is the contents of your tftpd-hpa file?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          B 1 Reply Last reply Reply Quote 0
          • B
            belac @Tom Elliott
            last edited by

            @Tom-Elliott

            here is the contents of the tftpd-hpa file from my fog server:

            /etc/default/tftpd-hpa

            FOG Modified version

            TFTP_USERNAME=“root”
            TFTP_DIRECTORY=“/tftpboot”
            TFTP_ADDRESS=“:69”
            TFTP_OPTIONS=“-s”

            @Wayne
            I have two windows vm’s running on a vmware cluster, same subnet, that i use to create images. both are win7. from the one vm i run the tftp test referenced in that article and it succeeds.

            tftp is running on the fog server, and other systems are able to pxe boot. i also disabled the firewall.

            Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @belac
              last edited by

              @belac What happens if you run sudo service tftpd-hpa restart

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              B 1 Reply Last reply Reply Quote 0
              • B
                belac @Tom Elliott
                last edited by

                @Tom-Elliott the service sops and then starts.

                1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @belac
                  last edited by

                  @belac said:

                  other systems are able to pxe boot.

                  The system that cannot network boot with FOG, this is the one you tested getting the boot file via TFTP with?

                  Do you have dual DHCP servers running? Have you checked for IP conflicts for that one problematic host and with the FOG server?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 0
                  • B
                    belac @Wayne Workman
                    last edited by

                    @Wayne-Workman what ip is supposed to be there, in the tftpd-hpa file? the article says 0.0.0.0, is that correct?

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @belac
                      last edited by

                      @belac Yes it’s correct as far as I am aware.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        0.0.0.0 just means to use any interface.

                        I believe just :69 means to use anything, so even if network is not up when it starts, it won’t crash simply because network does come up.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                        • B
                          belac
                          last edited by

                          I was able to work around the issue. I had to migrate the trouble vm to the same host fog was running on and disable the second nic on the dhcp server (while pxe booting it was grabbing the ip of the second nic, not sure why).

                          thanks for the help guys.

                          1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @Tom Elliott
                            last edited by

                            @Tom-Elliott said:

                            0.0.0.0 just means to use any interface.

                            I believe just :69 means to use anything, so even if network is not up when it starts, it won’t crash simply because network does come up.

                            WiKi updated to reflect this: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP#Ubuntu:

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            156

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project