So, I have a snapin to deploy drivers to a laptop. The laptop also receives a snapin for Office 2007. The Office snapin deploys correctly. The fog Snapin does not. The fog log shows the snapin downloading for the drivers and then begining installation. Nothing happens. I check task manager and see the process running. If I try to run the task it says that the file is not a 7 zip file. Turns out that the file is only 300MB instead of 500MB that it should be. I am blown away. Any thoughts as to what I could change or tweak to make this work. I posted earlier about adobe snapins not working and never came away with any answers.
[url]http://fogproject.org/forum/threads/problems-deploying-acrobat-snapins.4295/#post-12036[/url]
Maybe try reinstalling the whole server? Could the server or the client be trying to run the snapin before it is completely downloaded? Thank you in advance.
Latest posts made by Andrew Downs
-
Weird Snapin Behavior
-
RE: Problems Deploying Acrobat Snapins
I removed the snapin and added it again. Remade the snapin and added it again. There are 2 snapins that I was having trouble with and neither are downloading. I don’t know what the deal is. I made a work around that might work. I just made a script that maps the network share that the AI’s are located on and then runs them. Do you have any more ideas to get the regular snapin install to work?
-
RE: Problems Deploying Acrobat Snapins
Okay, so I looked in the apache2 logs and there is a ton of information which means not a lot to me. To get a better Idea of what was going on I restarted the server to get fresh logs. I had a snapin already queued before the restart. The client pinged the server a lot once it checked in but it looks like the only errors were from me canceling the snapin on a different computer. I uploaded the access and error logs for apache2 but had to add .txt in order for it to upload to the forum. Hope that this gives you some info. Thank you.
[url=“/_imported_xf_attachments/0/313_access.log.txt?:”]access.log.txt[/url][url=“/_imported_xf_attachments/0/314_error.log.txt?:”]error.log.txt[/url]
-
Problems Deploying Acrobat Snapins
Hello All,
This is my first time posting so bear with me if I don’t give enough information. So, I installed Fog on a Debian virtual instance located on a ESXi server. It works wonderfully with most features. Uploading and Deploying images and Deploying most snapins works well. But I am having problems Deploying Adobe Acrobat Standard 9 and 10. I setup the server for larger snapins like Ubuntu per this post:
[URL=‘http://www.fogproject.org/wiki/index.php?title=Managing_FOG#Snap-ins’]http://fogproject.org/forum/threads/how-to-make-a-simple-snapin-start-to-finish.304/[/URL]
I did an administrative install of Adobe Acrobat onto a server share, updated the server shares version of Adobe to the latest update, tested the server share to ensure that it will install, and then zipped them into a executable using SFXMaker. The snapins are pretty large coming in at 1.1 and 0.8 GB respectively. The server has worked with larger file sizes, MS Office 2007 was 297 MB, and so that makes me think that I have the configuration setup properly. I uploaded the files to the Fog server without any errors. When I assign a client to download it from the server I get this message in the fog.log:
[QUOTE] 5/13/2013 6:57 AM FOG::SnapinClient Starting FOG Snapin Download
5/13/2013 6:57 AM FOG::SnapinClient Failed to download file.
5/13/2013 6:57 AM FOG::SnapinClient The remote server returned an error: (500) Internal Server Error.
5/13/2013 6:57 AM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at FOG.SnapinClient.startWatching()[/QUOTE]I cannot figure out what i am doing wrong. Any help would be appreciated.