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

Fog won't upload or download images or register computers.

Scheduled Pinned Locked Moved FOG Problems
22 Posts 4 Posters 8.6k Views
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.
  • W
    Wayne Workman @Sandi Trogdon
    last edited by Jun 15, 2016, 2:39 PM

    @Sandi-Trogdon The picture is a huge help. So, on your fog server, run this: cat /tftpboot/default.ipxe and give us the output.

    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/

    T 1 Reply Last reply Jun 15, 2016, 2:41 PM Reply Quote 0
    • T
      Tom Elliott @Wayne Workman
      last edited by Jun 15, 2016, 2:41 PM

      @Wayne-Workman unlikely that will lead us anywhere as it cannot access the file.

      @Sandi-Trogdon Is firewall possibly blocking access?

      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 Jun 15, 2016, 2:43 PM Reply Quote 0
      • W
        Wayne Workman @Tom Elliott
        last edited by Jun 15, 2016, 2:43 PM

        @Tom-Elliott said in Fog won't upload or download images or register computers.:

        Is firewall possibly blocking access?

        He said other computers are fine, so I doubt it’s firewall.

        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 2 Replies Last reply Jun 15, 2016, 2:57 PM Reply Quote 0
        • S
          Sandi Trogdon @Wayne Workman
          last edited by Jun 15, 2016, 2:57 PM

          @Wayne-Workman fog@Image1:~$ cat /tftpboot/default.ipxe
          #!ipxe
          cpuid --ext 29 && set arch x86_64 || set arch i386
          params
          param mac0 ${net0/mac}
          param arch ${arch}
          isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
          isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
          :bootme
          chain http://10.13.2.107/fog/service/ipxe/boot.php##params

          I have successfully downloaded to this computer, but when I had trouble uploading I deleted the host from my fog server and was trying to reregister it again. Prior to the failed upload it did install some Windows updates. Might one of them be the culprit?

          1 Reply Last reply Reply Quote 0
          • S
            Sandi Trogdon @Wayne Workman
            last edited by Jun 15, 2016, 3:01 PM

            @Wayne-Workman I did check on this machine and firewall is turned off.

            W 1 Reply Last reply Jun 15, 2016, 3:03 PM Reply Quote 0
            • W
              Wayne Workman @Sandi Trogdon
              last edited by Jun 15, 2016, 3:03 PM

              @Sandi-Trogdon Can you post the entire photo? We need to see the other values, like what DHCP is giving, what boot file is being used, network configs… all that stuff is cut out in the photo you gave.

              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 Jun 15, 2016, 3:23 PM Reply Quote 0
              • S
                Sandi Trogdon @Wayne Workman
                last edited by Jun 15, 2016, 3:23 PM

                @Wayne-Workman Here is the rest of the info. It was actually on another screen
                0_1466004197939_IMG_0299.JPG

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Jun 15, 2016, 4:29 PM

                  @Sandi-Trogdon said:

                  I did check on this machine and firewall is turned off.

                  Can you please run this command and post the output here: sudo iptables -L -n -v

                  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 Jun 15, 2016, 4:34 PM Reply Quote 1
                  • S
                    Sandi Trogdon @Sebastian Roth
                    last edited by Jun 15, 2016, 4:34 PM

                    @Sebastian-Roth fog@Image1:~$ sudo iptables -L -n -v
                    [sudo] password for fog:
                    Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
                    pkts bytes target prot opt in out source destination

                    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
                    pkts bytes target prot opt in out source destination

                    Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
                    pkts bytes target prot opt in out source destination

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Jun 15, 2016, 4:39 PM

                      @Sandi-Trogdon Ok, just wanted to make sure! Seems fine firewall-wise. Have you tried restarting the TFTP daemon? sudo service tftpd-hpa restart

                      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 Jun 15, 2016, 4:54 PM Reply Quote 1
                      • S
                        Sandi Trogdon @Sebastian Roth
                        last edited by Jun 15, 2016, 4:54 PM

                        @Sebastian-Roth Just tried that, no luck. This machine is having issues with the mouse and keyboard right now too. I wonder if I should just scrap it and reload Windows and then start over. Hate to do it because it has one of my larger images on it ready to upload.

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman
                          last edited by Jun 15, 2016, 4:56 PM

                          Possibly related:

                          https://forums.fogproject.org/topic/7763/ipxe-login-after-upgrading-to-latest-trunk-no-such-file-or-directory/22

                          and

                          https://forums.fogproject.org/topic/7774/default-ipxe

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

                          216

                          Online

                          12.4k

                          Users

                          17.4k

                          Topics

                          155.9k

                          Posts
                          Copyright © 2012-2025 FOG Project