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

    Image failing to upload with FOG 1.2

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    3
    26
    7.3k
    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.
    • Wayne WorkmanW
      Wayne Workman @SantRamos
      last edited by

      @SantRamos

      Can you delete the host, and do a “Full host registration” from the boot menu please?

      this will eliminate the possibility of typos.

      Then after registration, from the FOG web UI, create an upload task for the newly created host.

      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/

      S 1 Reply Last reply Reply Quote 0
      • S
        SantRamos @Wayne Workman
        last edited by

        @Wayne-Workman

        I get an “Invalid MAC Address” response when I try to register from the boot menu.

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

          @SantRamos said:

          @Wayne-Workman

          I get an “Invalid MAC Address” response when I try to register from the boot menu.

          Now we’re cooking.

          Please try to set your DHCP option 067 to undionly.kkpxe and see if you get the same error or not.

          Another area to look at is the boot menu’s “Compatibility” items…

          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/

          S 1 Reply Last reply Reply Quote 0
          • S
            SantRamos @Wayne Workman
            last edited by

            @Wayne-Workman

            When I’ve tried changing to “undionly.kkpxe” it will go to the FOG menu but won’t load windows. When I go through the “Compatibility” options I can ping the server, it displays a MAC address, and the “Check FOG Compatibility” passes.

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

              @SantRamos What is the model of the target device? Also, when you choose “display MAC” in the compatibility menu, does it display the correct MAC ?

              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/

              S 1 Reply Last reply Reply Quote 0
              • S
                SantRamos @Wayne Workman
                last edited by

                @Wayne-Workman

                It’s a Dell Latitude E6520. When I go through “Display MAC” it displays the correct one.

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

                  @SantRamos said:

                  It’s a Dell Latitude E6520.

                  Is this the only model affected, or will no model upload an image?

                  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/

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    SantRamos @Wayne Workman
                    last edited by

                    @Wayne-Workman

                    No model will upload.

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

                      @SantRamos Can you ensure that your firewall is turned off on 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/

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        SantRamos @Wayne Workman
                        last edited by

                        @Wayne-Workman

                        Yes, the firewall is turned off on both the FOG server and the host I am trying to upload from.

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

                          Are you using the Location plugin?

                          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

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            SantRamos @Tom Elliott
                            last edited by

                            @Tom-Elliott

                            No, we’re not using the location plugin.

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

                              @SantRamos I think I know where your failure is… when you say “fails to initialize” I think that’s the actual error, right?

                              Look through this: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP

                              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/

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                SantRamos @Wayne Workman
                                last edited by

                                @Wayne-Workman

                                When I check on the status I get

                                fog@ubuntu:~$ service tftpd-hpa status
                                status: unable to connect to system bus: failed to connect to socket /var/run/bus/system_bus_socket: no such file or directory
                                
                                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                • Wayne WorkmanW
                                  Wayne Workman @SantRamos
                                  last edited by

                                  @SantRamos The command might be different in Ubuntu 10…

                                  Can you try the “testing TFTP” parts at the top? If that works, tftp is indeed running and ok.

                                  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/

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    SantRamos @Wayne Workman
                                    last edited by

                                    @Wayne-Workman

                                    I can tftp from a windows machine on the network and get the undionly.kpxe file.

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

                                      @SantRamos Then TFTP is fine.

                                      Can you take a photo of the error you’re seeing and post it?

                                      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/

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        SantRamos @Wayne Workman
                                        last edited by SantRamos

                                        @Wayne-Workman

                                        I get this every once in a while when restarting the machine I’m trying to pull the image from. But other than that, there isn’t an error; it just fails to begin the upload.

                                        __.jpg

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

                                          @SantRamos Smells like an IP conflict…

                                          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
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post

                                          140

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project