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

    aboushard

    @aboushard

    0
    Reputation
    198
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aboushard Unfollow Follow

    Latest posts made by aboushard

    • Image task not completing on Dell Optiplex 790
      Server
      • FOG Version: 1.3.5
      • OS: Ubuntu 16.04
      Client
      • Service Version: Being obtained will update once I am sent the information
      • OS: Windows 7
      Description

      I have Dell Optiplex 790s that we will image with a known good image taken from a Dell Optiplex 790. FOG will image the computer it will reboot and you can log into it. After awhile it will reboot. What I found is the imaging task never “completes” for this machine. It still showing as an active task and the FOG client is rebooting the machine. I found this thread which is similar and I tried the fix in it but it didn’t work. https://forums.fogproject.org/topic/6295/capture-task-not-completing-after-finishing-and-then-loops/36 Usually I would research this more before posting but I am under a real time crunch on this one and I need to get all of you FOG experts involved. Thanks to everyone in advance for help on this.

      posted in FOG Problems
      A
      aboushard
    • RE: After upgrading to Fog 1.2.0 after a reboot I get a Database Upgrade screen

      [quote=“cadyfish, post: 35529, member: 24458”]aboushard,

      Try post 8 in [url]http://fogproject.org/forum/threads/fog-is-inoperable-after-server-reboot.11460/[/url][/quote]

      I will try that.

      posted in FOG Problems
      A
      aboushard
    • After upgrading to Fog 1.2.0 after a reboot I get a Database Upgrade screen

      I am running Ubuntu 14.04 x64 server version with 2GB RAM. After upgrading to FOG 1.2.0 when I reboot I get the message to update my database, then I get the following database error: (the only way to correct it that I have found is to rerun the install, I know very little about databases) any help would be appreciated. This below is only part of what appears on the webpage it is to long for me to post.

      [CODE]Database Schema Installer / UpdaterUpdate/Install Failed!

      The following errors occured
      Update ID: 1 - 0

      Database Error:

      Database SQL:

      CREATE DATABASE fog


      Update ID: 1 - 1

      Database Error:

      Database SQL:

      CREATE TABLE fog.groupMembers (
      gmID int(11) NOT NULL auto_increment,
      gmHostID int(11) NOT NULL,
      gmGroupID int(11) NOT NULL,
      PRIMARY KEY (gmID),
      KEY new_index (gmHostID),
      KEY new_index1 (gmGroupID)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC


      Update ID: 1 - 2

      Database Error:

      Database SQL:

      CREATE TABLE fog.groups (
      groupID int(11) NOT NULL auto_increment,
      groupName varchar(50) NOT NULL,
      groupDesc longtext NOT NULL,
      groupDateTime datetime NOT NULL,
      groupCreateBy varchar(50) NOT NULL,
      groupBuilding int(11) NOT NULL,
      PRIMARY KEY (groupID),
      KEY new_index (groupName)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1[/CODE]

      posted in FOG Problems
      A
      aboushard