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

    Got this message during install of rev 3203 - Failed to get client version

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    4
    5
    2.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.
    • M
      Maurice Tift
      last edited by

      • Changing permissions on apache log files…OK
        • Downloading kernels and inits…OK
        • Downloading New FOG Client file…[B]Failed to get client version[/B]

      Debian Wheezy 7.8 64 bit

      Apache Log
      Fri Apr 03 20:45:53 2015] [notice] caught SIGTERM, shutting down
      PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0

      [Fri Apr 03 20:45:54 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.39-0+deb7u1
      configured – resuming normal operations

      "Never wear anything that panics the cat." - [URL='http://www.brainyquote.com/quotes/authors/p/p_j_orourke.html']P. J. O'Rourke [/URL]

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

        Tom is working on this, I think…

        See here:
        [url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/[/url]

        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
        • Tom ElliottT
          Tom Elliott
          last edited by

          This has long been fixed. Just update to the latest and all should be fine.

          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
          • A
            ArchFan
            last edited by

            Unfortunately I just experienced the same error on rev 3494, same as OP - Wheezy 7.8 x64. Let me know if I can provide any logs or other info

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

              @ArchFan said:

              Unfortunately I just experienced the same error on rev 3494, same as OP - Wheezy 7.8 x64. Let me know if I can provide any logs or other info

              Firstly, there is nothing wrong with your installer. Sometimes the downloads for the new client just don’t work.

              If you want a band-aid to get the new version installed, everything but (maybe) the client…

              You can go to the directory where your installer is (the trunk directory, not bin).

              and go from there to here:

              /trunk/lib/ubuntu

              and edit functions.sh

              Replace this:
              [CODE]if [ -z “$clientVer” ]; then
              echo “Failed to get client version”
              exit 1
              fi
              [/CODE]

              with this:

              [CODE]if [ -z “$clientVer” ]; then
              echo “Failed to get client version”
              #exit 1
              fi
              [/CODE]

              Note that the only difference is the hash mark in front of “exit 1”.

              This allows the installer to attempt to download the client, but not exit the installation script if it fails. Please also continue to run the installer until you do get a good copy of the client. Just know that the new client WILL NOT be there until it says successfully downloaded!!

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

              187

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project