2/12/2015 2:21 PM FOG::SnapinClient The remote server returned an error: (500) Internal Server Error.
2/12/2015 2:21 PM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at FOG.SnapinClient.startWatching()
2/12/2015 2:21 PM FOG::SnapinClient Attempting to connect to fog server…
2/12/2015 2:21 PM FOG::SnapinClient Module is active…
2/12/2015 2:21 PM FOG::SnapinClient Snapin Found:
2/12/2015 2:21 PM FOG::SnapinClient ID: 2
2/12/2015 2:21 PM FOG::SnapinClient RunWith:
2/12/2015 2:21 PM FOG::SnapinClient RunWithArgs:
2/12/2015 2:21 PM FOG::SnapinClient Name: Libre Office Installer
2/12/2015 2:21 PM FOG::SnapinClient Created: 2015-02-12 17:35:26
2/12/2015 2:21 PM FOG::SnapinClient Args:
2/12/2015 2:21 PM FOG::SnapinClient Reboot: No
2/12/2015 2:21 PM FOG::SnapinClient Starting FOG Snapin Download
Which lead me to inspect my php config and I found the issue. Memory_limit was way too low.
During the fog upgrade fog tried to install php which failed conflicting with php53. So uninstalled that and let it install php. That broke fog, so we swapped back to php53. I think during that we lost some config settings.
It appears I know have it working.
Might be nice to not have fog try to install php if a php is already installed.