Got this message during install of rev 3203 - Failed to get client version
-
- 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 - Changing permissions on apache log files…OK
-
Tom is working on this, I think…
See here:
[url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/[/url] -
This has long been fixed. Just update to the latest and all should be fine.
-
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
-
@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!!