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

    Updating to SVN 3542 - hung

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    21
    7.8k
    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.
    • Matt RozemaM
      Matt Rozema
      last edited by

      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
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        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
        • Matt RozemaM
          Matt Rozema
          last edited by

          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
          • cspenceC
            cspence Developer
            last edited by

            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…

            Matt RozemaM 1 Reply Last reply Reply Quote 0
            • Matt RozemaM
              Matt Rozema @cspence
              last edited by

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

              cspenceC 1 Reply Last reply Reply Quote 0
              • cspenceC
                cspence Developer @Matt Rozema
                last edited by

                @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
                • Matt RozemaM
                  Matt Rozema
                  last edited by

                  Oh I see.

                  Ubuntu Server 12.04.2 LTS

                  1 Reply Last reply Reply Quote 0
                  • cspenceC
                    cspence Developer
                    last edited by

                    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
                    • Matt RozemaM
                      Matt Rozema
                      last edited by

                      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
                      • cspenceC
                        cspence Developer
                        last edited by

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

                        1 Reply Last reply Reply Quote 0
                        • Matt RozemaM
                          Matt Rozema
                          last edited by

                          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... 
                          
                          cspenceC 1 Reply Last reply Reply Quote 0
                          • cspenceC
                            cspence Developer @Matt Rozema
                            last edited by

                            @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
                            • Matt RozemaM
                              Matt Rozema
                              last edited by

                              Done.
                              I got exactly the same result.

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

                                @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

                                Matt RozemaM 1 Reply Last reply Reply Quote 0
                                • C
                                  contewit
                                  last edited by contewit

                                  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
                                  • Matt RozemaM
                                    Matt Rozema @Tom Elliott
                                    last edited by

                                    @Tom-Elliott Nope, no proxy here.

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      contewit
                                      last edited by contewit

                                      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
                                      • Wayne WorkmanW
                                        Wayne Workman
                                        last edited by

                                        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
                                        • Matt RozemaM
                                          Matt Rozema
                                          last edited by

                                          Should I give 3557 a shot? Thoughts?

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

                                            @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
                                            • First post
                                              Last post

                                            184

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project