• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. lorentedford
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    lorentedford

    @lorentedford

    Hello my name is Loren I enjoy many hobbies including Amateur Radio, Gaming, Live Streaming and toying with servers…

    What my setup looks like!

    Twitch Channels Where I live stream!
    Twitch CSGO Channel
    Twitch Main Channel

    0
    Reputation
    339
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website lorentedford.com Location Olney, IL USA Age 39

    lorentedford Unfollow Follow

    Latest posts made by lorentedford

    • RE: Fog Server installation issues

      @wayne-workman

      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…

      posted in FOG Problems
      L
      lorentedford
    • RE: Fog Server installation issues

      @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.

      posted in FOG Problems
      L
      lorentedford
    • 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/380

      For 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.4

      Fog 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??

      posted in FOG Problems
      L
      lorentedford