• Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. TJ333
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    TJ333

    @TJ333

    2
    Reputation
    432
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 40

    TJ333 Unfollow Follow

    Latest posts made by TJ333

    • How to add to Boot Menu

      I want to add a recovery disk to the FOG boot menu but I can’t figure out how to do this.

      Everything I have found seems to be for the wrong version or I can’t understand it.

      Can anyone point me in the right direction to get started? I want to boot to a Microsoft Dart 7 disk.

      posted in General
      T
      TJ333
    • RE: Troble with MySQL after Upgrading from .32 to 1.2.0

      Found the answers while looking through the release thread. The config.php has become /var/www/fog/lib/fog/Config.class.php. Added my SQL password in and it all worked.

      posted in FOG Problems
      T
      TJ333
    • Troble with MySQL after Upgrading from .32 to 1.2.0

      After upgrading to 1.2.0 one of my FOG servers is not completing the upgrade.

      I get a lot oferrors when I click the Install/Upgrade Now button. I would think it is a SQL password issue. I cannot find the config.php files in order to change that on for 1.2.0. Here is a sample of the errors I get.

      [QUOTE]
      Update/Install Failed!

      [SIZE=5][B]The following errors occured[/B][/SIZE]

      [B]Update ID:[/B] 1 - 0

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      CREATE DATABASE fog

      [B]Update ID:[/B] 1 - 1

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      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

      [B]Update ID:[/B] 1 - 2

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      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

      [B]Update ID:[/B] 1 - 3

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      CREATE TABLE fog.history (
      hID int(11) NOT NULL auto_increment,
      hText longtext NOT NULL,
      hUser varchar(200) NOT NULL,
      hTime datetime NOT NULL,
      hIP varchar(50) NOT NULL,
      PRIMARY KEY (hID)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1[/QUOTE]

      and the apache error log files has:
      [QUOTE]
      Update/Install Failed!

      [SIZE=5][B]The following errors occured[/B][/SIZE]

      [B]Update ID:[/B] 1 - 0

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      CREATE DATABASE fog

      [B]Update ID:[/B] 1 - 1

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      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

      [B]Update ID:[/B] 1 - 2

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      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

      [B]Update ID:[/B] 1 - 3

      [B]Database Error:[/B]

      [B]Database SQL:[/B]
      CREATE TABLE fog.history (
      hID int(11) NOT NULL auto_increment,
      hText longtext NOT NULL,
      hUser varchar(200) NOT NULL,
      hTime datetime NOT NULL,
      hIP varchar(50) NOT NULL,
      PRIMARY KEY (hID)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1[/QUOTE]

      posted in FOG Problems
      T
      TJ333
    • RE: Enable FOG Rename after Driver Install

      I am creating a SAD pack from [url]http://driverpacks.net/[/url] and then calling it in a script on first login. Sysprep does one automated login for me.

      posted in Windows Problems
      T
      TJ333
    • RE: Enable FOG Rename after Driver Install

      [FONT=book antiqua][SIZE=3]That did it. I tried using sc config “Fog service” start= auto before but I added it to the run in GUI section of sysprep to try and get it to run. That does not work. What does work is creating a separate batch file to enable FOG and have sysprep call the batch file. [/SIZE][/FONT]

      [FONT=book antiqua][SIZE=3]Thank you for the help.[/SIZE][/FONT]

      posted in Windows Problems
      T
      TJ333
    • RE: Enable FOG Rename after Driver Install

      net stop “Fog service” is how I am entering the command because that is what works on the command line. Unfortunately despite trying to put it in both sysprep and the driver script in different places it does not seem to be effective in stopping FOG service before it starts renaming.

      posted in Windows Problems
      T
      TJ333
    • Enable FOG Rename after Driver Install

      I ahve an automated process for installing drivers on my computers after an image. But FOg rename/join domain reboots the computer part way through the driver install process.

      Is there a way to only start FOG rename after the first reboot or delay it a set amount?

      posted in Windows Problems
      T
      TJ333
    • RE: LSASS erros afer Imaging

      Sorry, I thought I had posted the solution to this.

      What i had to do was update the kernel that FOG uses and then delete the affected workstations from the system.

      I used kernel [FONT=sans-serif][COLOR=#000000]2.6.35.7 KS since it was on a Dell Optiplex 755.[/COLOR][/FONT]
      [FONT=sans-serif][COLOR=#000000][url]http://www.fogproject.org/wiki/index.php/WorkingDevices[/url][/COLOR][/FONT]
      [FONT=sans-serif][COLOR=#000000]I can’t find the instructions on how to replace the kernel right now but you need to put it in [/COLOR][/FONT][FONT=monospace][COLOR=#000000]/tftpboot/fog/kernel/ and name it bzImage.[/COLOR][/FONT]

      [FONT=monospace][COLOR=#000000]Depending on your issue just deleting the system from FOG and re-registering it might be a solution.[/COLOR][/FONT]

      posted in Windows Problems
      T
      TJ333
    • LSASS erros afer Imaging

      On my last batch of computers I have beeng etting:
      LSASS.exe - operation failed
      The requested operation was unsuccessful.

      in a pop up window. XP does not load the login screen and the mouse and keyboard do not work. I have to hold down the power button to get the system to turn off.

      This has been on Dell Optiplex 755 and 760s. Out of 6 computers only one of them would take the image. I cannot see what is different between the computer in question. I have tried multiple windows XP images and even makin an entirly new image with different sysprep files to try and resolve this issue. I can push my images to other computers successfuly.

      Any suggestions on how to troubleshoot this?

      posted in Windows Problems
      T
      TJ333
    • RE: FOG Client Using 32 Mb opf RAM?

      i should have the same .net installed on both the XP and 7 but they could be handling it in different ways. Stopping on the low memory computers after image is probaly the way I’ll hadle it.

      posted in FOG Problems
      T
      TJ333