Fog Server installation issues
-
I didn’t realize you guys all had a forum as well so i posted here…
https://community.ubuntu.com/t/fog-server-installation-issues/380For the past week i have been working on trying to setup a fog server… At first I thought maybe i tried to new of version of Ubuntu 16.04 LTS so i went back to Ubuntu 14.04 LTS the issue i get is this…
root@ubuntu:~/fog_1.4.4/bin# sh ./installfog.sh ./installfog.sh: 20: ./installfog.sh: [[: not found ./installfog.sh: 84: ../lib/common/functions.sh: Syntax error: "(" unexpected (expecting "fi")
Now here is line 20 of ./installfog.sh
if [[ ! $EUID -eq 0 ]]; then
Now here is line 84 of ./installfog.sh
no-upgrade)
The Documentation is lacking on the issue to my knowledge… Any thoughts has some one ran into this?
Version of Fog Server is 1.4.4Fog Readme File
# FOGProject starting point ## Introduction FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes features like memory and disk test, disk wipe, av scan & task scheduling. ## Install Stable (1.4.0) 0. Install and update your chosen linux server 1. Download the file(s) - All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer; - **tar/zip** `wget http://downloads.sourceforge.net/project/freeghost/FOG/1.4.0/fog_1.4.0.tar.gz | tar -xzfC fog_1.4.0/` - **SVN** ` svn checkout https://svn.code.sf.net/p/freeghost/code/tags/1.4.0/ fog_1.4.0/` - **git** ` git clone https://github.com/fogproject/fogproject.git fog_1.4.0/` 2. Go into the downloaded source/bin folder - `cd fog_1.4.0/bin` 3. Run the Install and follow all prompts accordingly - `sudo ./installfog.sh` 4. Enjoy
I did download this from https://fogproject.org/
Download link https://gigenet.dl.sourceforge.net/project/freeghost/FOG/fog_1.4.4/fog_1.4.4.tar.gz
Any thoughts on this?? -
@lorentedford Not sure how you broke it, but I’d recommend wiping what you have and starting over. Here’s a recent article /w video I made covering debian. These steps will work exactly the same on Debian 9, so use Debian 9.
-
@wayne-workman All installations are fresh installs if you wish i will gladly take videos of my installations using your download distro from the front page of your website.
-
@lorentedford I don’t need a video. Don’t use
sh
to run the installer, just do a./installfog.sh
These instructions will work: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk -
Thanks this actually worked now having issues with the client side on windows and linux at moment searching the internet on how to resolve this…
-
@lorentedford Create a new thread for that if you need some help.