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

Updating to SVN 3542 - hung

Scheduled Pinned Locked Moved Solved
FOG Problems
5
21
8.4k
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.
  • M
    Matt Rozema
    last edited by Jun 12, 2015, 6:08 PM

    I’m updating to the latest svn 3542 today.

    The installer has hung at “Downloading New FOG Client file…”

    How long should this part take?

    • Matt.
    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Jun 12, 2015, 6:11 PM

      If it works, maybe a minute or two… if it takes longer than that, it’s failed.

      Update to the latest svn and try again. A mistake was made in a recent svn that caused the fog client download to try and try for something like 2.5 days… when it should have been 2.5 minutes lol… whoops. So svn up, buddy.

      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
      • M
        Matt Rozema
        last edited by Jun 12, 2015, 7:26 PM

        Done! Now I’m up to 3543. I get the following output when it reached the client download part.

        * Downloading New FOG Client file...wget: --tries: Invalid number `-T'.
        wget: --tries: Invalid number `-T'.
        wget: --tries: Invalid number `-T'.
        wget: --tries: Invalid number `-T'.
        wget: --tries: Invalid number `-T'.
        wget: --tries: Invalid number `-T'.
        Failed to get client version
        
        
        1 Reply Last reply Reply Quote 0
        • C
          cspence Developer
          last edited by Jun 12, 2015, 8:50 PM

          Well, at least it didn’t hang.

          @Matt-Rozema: What distribution and version are you running? I think whatever you are using is using an older wget…

          M 1 Reply Last reply Jun 12, 2015, 8:52 PM Reply Quote 0
          • M
            Matt Rozema @cspence
            last edited by Jun 12, 2015, 8:52 PM

            @cspence said:

            Well, at least it didn’t hang.

            @Matt-Rozema: What distribution and version are you running? I think whatever you are using is using an older wget…

            Yeah, I’m glad it didn’t hang too.
            I’m at revision 3543.

            C 1 Reply Last reply Jun 12, 2015, 8:53 PM Reply Quote 0
            • C
              cspence Developer @Matt Rozema
              last edited by Jun 12, 2015, 8:53 PM

              @Matt-Rozema said:

              Yeah, I’m glad it didn’t hang too.
              I’m at revision 3543.

              Sorry, I meant Linux Distribution/Version (like Debian 7 for example).

              1 Reply Last reply Reply Quote 0
              • M
                Matt Rozema
                last edited by Jun 12, 2015, 9:00 PM

                Oh I see.

                Ubuntu Server 12.04.2 LTS

                1 Reply Last reply Reply Quote 0
                • C
                  cspence Developer
                  last edited by Jun 12, 2015, 9:04 PM

                  Found the issue. Just forgot a number in the code. It shouldn’t cause any major problems.

                  Now keep in mind, for some reason, your machine is unable to query the web server during the install. I still need to figure out what’s going on with that…

                  1 Reply Last reply Reply Quote 0
                  • M
                    Matt Rozema
                    last edited by Jun 12, 2015, 9:06 PM

                    What’s the url for the client download?
                    I can try a manual wget and see what happens.

                    1 Reply Last reply Reply Quote 0
                    • C
                      cspence Developer
                      last edited by Jun 12, 2015, 9:07 PM

                      http://127.0.0.1/fog/service/getclient.php

                      1 Reply Last reply Reply Quote 0
                      • M
                        Matt Rozema
                        last edited by Jun 12, 2015, 9:14 PM

                        It just sits there.

                         wget http://127.0.0.1/fog/service/getclient.php
                        --2015-06-12 15:12:13--  http://127.0.0.1/fog/service/getclient.php
                        Connecting to 127.0.0.1:80... connected.
                        HTTP request sent, awaiting response... 
                        
                        C 1 Reply Last reply Jun 12, 2015, 9:35 PM Reply Quote 0
                        • C
                          cspence Developer @Matt Rozema
                          last edited by Jun 12, 2015, 9:35 PM

                          @Matt-Rozema said:

                          It just sits there.

                           wget http://127.0.0.1/fog/service/getclient.php
                          --2015-06-12 15:12:13--  http://127.0.0.1/fog/service/getclient.php
                          Connecting to 127.0.0.1:80... connected.
                          HTTP request sent, awaiting response... 
                          

                          Can you do the same thing but with the IP swapped out for the one you said FOG would use?

                          1 Reply Last reply Reply Quote 0
                          • M
                            Matt Rozema
                            last edited by Jun 12, 2015, 9:39 PM

                            Done.
                            I got exactly the same result.

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Jun 12, 2015, 9:47 PM

                              @Matt-Rozema Are you, by chance, behind a proxy?

                              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

                              M 1 Reply Last reply Jun 12, 2015, 10:10 PM Reply Quote 0
                              • C
                                contewit
                                last edited by contewit Jun 12, 2015, 4:05 PM Jun 12, 2015, 10:04 PM

                                It is happening to me as well. Confirmed that the webserver is completely unresponsive, no matter what fog-specific URL is requested. (The default apache page responds just fine).

                                Also confirmed the issue was introduced in r3542 (3541 works fine)

                                1 Reply Last reply Reply Quote 0
                                • M
                                  Matt Rozema @Tom Elliott
                                  last edited by Jun 12, 2015, 10:10 PM

                                  @Tom-Elliott Nope, no proxy here.

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    contewit
                                    last edited by contewit Jun 12, 2015, 4:23 PM Jun 12, 2015, 10:22 PM

                                    I think i found the problem; MYSQL.class.php changed its method to require a valid queryResult from reap_async_query before incrementing the processed counter. I admit to hypothesizing since i’m not intimately familiar with the code, but the return value of reap_async_query is only useful for queries that have return data. If an insert/update/etc query is getting passed in, i think it will always return FALSE - which will cause the process counter to never be incremented, causing an infinite loop.

                                    </speculation>

                                    1 Reply Last reply Reply Quote 1
                                    • W
                                      Wayne Workman
                                      last edited by Jun 12, 2015, 11:27 PM

                                      Perhaps it’s time to start hosting the FOG revisions and kernels and inits on the new web service?

                                      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
                                      • M
                                        Matt Rozema
                                        last edited by Jun 15, 2015, 7:13 PM

                                        Should I give 3557 a shot? Thoughts?

                                        T 1 Reply Last reply Jun 15, 2015, 7:26 PM Reply Quote 0
                                        • T
                                          Tom Elliott @Matt Rozema
                                          last edited by Jun 15, 2015, 7:26 PM

                                          @Matt-Rozema yes please.

                                          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

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            19/21
                                            Last post

                                          151

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project