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

tftp issue

Scheduled Pinned Locked Moved Solved
FOG Problems
3
12
4.0k
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 Jul 29, 2015, 6:42 PM

    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
    • W
      Wayne Workman
      last edited by Jul 29, 2015, 7:02 PM

      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 Jul 30, 2015, 2:37 PM Reply Quote 0
      • T
        Tom Elliott
        last edited by Jul 29, 2015, 9:02 PM

        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 Jul 29, 2015, 9:51 PM Reply Quote 0
        • B
          belac @Tom Elliott
          last edited by Jul 29, 2015, 9:51 PM

          @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.

          T W 2 Replies Last reply Jul 29, 2015, 9:53 PM Reply Quote 0
          • T
            Tom Elliott @belac
            last edited by Jul 29, 2015, 9:53 PM

            @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 Jul 29, 2015, 10:12 PM Reply Quote 0
            • B
              belac @Tom Elliott
              last edited by Jul 29, 2015, 10:12 PM

              @Tom-Elliott the service sops and then starts.

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @belac
                last edited by Jul 29, 2015, 10:15 PM

                @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 Jul 30, 2015, 2:37 PM

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

                  W 1 Reply Last reply Jul 30, 2015, 3:02 PM Reply Quote 0
                  • W
                    Wayne Workman @belac
                    last edited by Jul 30, 2015, 3:02 PM

                    @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
                    • T
                      Tom Elliott
                      last edited by Jul 30, 2015, 3:05 PM

                      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

                      W 1 Reply Last reply Jul 30, 2015, 3:12 PM Reply Quote 0
                      • B
                        belac
                        last edited by Jul 30, 2015, 3:09 PM

                        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
                        • W
                          Wayne Workman @Tom Elliott
                          last edited by Jul 30, 2015, 3:12 PM

                          @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
                          1 / 1
                          • First post
                            9/12
                            Last post

                          218

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project