SVN 4393 Cloud 5445 - FOGService.msi missing on fresh insall
-
On freshly installed and upgraded Ubuntu 14.04.3, installing SVN 4393,
The following files are present in /var/www/fog/client
FOGCrypt.zip
FogPrep.zip
FogService.zip (the legacy client)Missing:
FOGService.msi (the new client)Noticed it when I was reinstalling a box to test out something else.
-
-
I have it but my server isn’t a fresh install. Could explain the problem I am having.
-
@Psycholiquid Maybe! That’s been my experience as well, my existing install that was a slightly older SVN had it no issue, but this fresh install it’s missing.
-
wget https://github.com/FOGProject/fog-client/releases/download/0.9.7/FOGService.msi -O /var/www/html/fog/client/FOGService.msi chown apache:apache /var/www/html/fog/client/FOGService.msi chmod 644 /var/www/html/fog/client/FOGService.msi
Depending on RHEL/Fedora/CentOS/Ubuntu/Debian you may need to change the destination path and owner:group information…
-
@Wayne-Workman I’m wondering if this issue isn’t linked with one of my other open bug reports at https://forums.fogproject.org/topic/6174/svn-4380-cloud-5419-on-ubuntu-14-04-3-fog-client-404-not-found
/var/www/html/fog/%whatever% isn’t valid on my ubuntu install, the link to /var/www/fog doesn’t get made, seemingly. If the installer is trying to drop files to an invalid path, boom missing msi.
-
If possible can you try again with a fresh install and latest trunk? I’m taking another approach to file getting that I hope will work this time.
-
@Tom-Elliott I’m giving it a try this morning.
-
@Psycholiquid From an updated trunk I am now seeing the .msi being put in place. Tested and is updating clients also
-
@Tom-Elliott Yep, it’s there now for me as well.