• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. apathetic_admin
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 26
    • Posts 93
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by apathetic_admin

    • apathetic_adminA

      Solved Cannot update from 1.3 RC-10 to RC-11

      Bug Reports
      • • • apathetic_admin
      6
      0
      Votes
      6
      Posts
      1.4k
      Views

      Q

      @apathetic_admin I recommend doing the SQL query Wayne suggested instead.

      UPDATE `hosts` SET `hostEnforce`='1';
    • apathetic_adminA

      Solved RC-1 Hosts Disappear When a New Host is Added

      Bug Reports
      • • • apathetic_admin
      14
      0
      Votes
      14
      Posts
      3.9k
      Views

      Tom ElliottT

      @apathetic_admin said in RC-1 Hosts Disappear When a New Host is Added:

      It appears that the old host data is still in the database, so I’m not really sure where to go from here, if I should just suck it up or if maybe we can get it back.

      I’ve not seen this. I’ve only heard of one other case of this, but it was during a time when the DB was plagued with all sorts of issues (because of my coding having some error or another).

      This should not have happened to begin with, but it’s not something that’s a common occurrence and if it were, I’m sure it would’ve been posted all up and down the forums by now.

    • apathetic_adminA

      Solved More PHP errors after upgrade to trunk

      FOG Problems
      • • • apathetic_admin
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      apathetic_adminA

      @Tom-Elliott Man, it’s always just that easy.

      Muchas gracias.

    • apathetic_adminA

      Solved High CPU, PHP Errors after update to trunk (github) 7234

      FOG Problems
      • • • apathetic_admin
      9
      0
      Votes
      9
      Posts
      3.0k
      Views

      Tom ElliottT

      @Sebastian-Roth he was on version 6152.

    • apathetic_adminA

      Solved 6267, tried upgrading to 7234, fog.csr not found

      Bug Reports
      • • • apathetic_admin
      8
      0
      Votes
      8
      Posts
      1.7k
      Views

      apathetic_adminA

      @Wayne-Workman That seemed to make it happy, thanks.

    • apathetic_adminA

      Solved Windows 10, PXE, black screen, and a beep

      Windows Problems
      • • • apathetic_admin
      4
      0
      Votes
      4
      Posts
      2.5k
      Views

      Wayne WorkmanW

      @apathetic_admin Don’t beat yourself up over something you didn’t know. What’s important is you asked for help where you needed it - instead of just giving up or being too proud to ask for help.

      Part of being good in I.T. / comp-sci is knowing where to get answers.

    • apathetic_adminA

      BitLocker snapin

      General
      • • • apathetic_admin
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      Wayne WorkmanW

      All snapins do run as the “SYSTEM” user, it’s how the fog client is designed.

      What exactly does bitlocker need to operate? I’m new to bitlocker.

    • apathetic_adminA

      Solved 6267 installfog.sh fails at Creating SSL Certificate

      Bug Reports
      • • • apathetic_admin
      3
      0
      Votes
      3
      Posts
      909
      Views

      apathetic_adminA

      Was just updating, not a new install. No idea why, no idea if it’s still happening, I rolled my snapshot back and haven’t tried again.

    • apathetic_adminA

      Solved Communication Response: Invalid security token

      FOG Problems
      • • • apathetic_admin
      3
      0
      Votes
      3
      Posts
      2.5k
      Views

      apathetic_adminA

      @Wayne-Workman Yeah I ended up doing that, I guess as long as my p2ving is what made it angry then there’s nothing to worry about.

    • apathetic_adminA

      Solved ALL Snapins Disappeared Last Night

      FOG Problems
      • • • apathetic_admin
      6
      0
      Votes
      6
      Posts
      1.2k
      Views

      Tom ElliottT

      @apathetic_admin https://forums.fogproject.org/topic/6603/opt-fog-snapins-disappearing/18#

      I’ve added @Wayne-Workman’s code and actually (I think) improved upon the snapins creations/edits altogether. Hopefully this is properly solved. Thanks for the patience.

    • apathetic_adminA

      Solved Printer Problems

      Windows Problems
      • • • apathetic_admin
      15
      0
      Votes
      15
      Posts
      6.3k
      Views

      A

      @Arrowhead-IT Removing the IP_ was exactly the fix. My printer mapped successfully both ways, locally, and via my samba share. This is good stuff.

      @apathetic_admin I’m not sure if this helps you or not but creating TCP/IP definitions has been successful for me. The Samba directions via the Wiki were pretty straight forward. I really didn’t like the idea of placing a ton of printer drivers locally on my “master” images, so the Samba share worked great.

    • apathetic_adminA

      Solved SSL Certificate is only valid for IP address, not hostname

      FOG Problems
      • • • apathetic_admin
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      apathetic_adminA

      @Wayne-Workman Yeah, that’s why I’m trying to work out my issues now - this is a fresh upgrade on a new server (installed FOG on new hardware, then moved my snapins and database over). Only place I have the new client installed is on a new image I’m working on, so this is the time to get this worked out. Next I have to try and figure out why the old FOG clients aren’t auto-upgrading like I would have thought they would.

    • apathetic_adminA

      Solved Failed to set disk guid (sgdisk -U) restoreUUIDinformation

      FOG Problems
      • • • apathetic_admin
      17
      0
      Votes
      17
      Posts
      6.6k
      Views

      C

      @Tom-Elliott
      Works perfectly now! Thank you very much!

    • apathetic_adminA

      pxe boot unable to locate configuration file

      General
      • • • apathetic_admin
      6
      0
      Votes
      6
      Posts
      2.1k
      Views

      apathetic_adminA

      @Tom-Elliott
      Thanks again as always!

    • apathetic_adminA

      Add Snapin to all hosts by OS

      FOG Problems
      • • • apathetic_admin
      8
      0
      Votes
      8
      Posts
      2.1k
      Views

      apathetic_adminA

      INSERT INTO snapinAssoc (saHostID,saSnapinID) SELECT hostID,122 FROM hosts WHERE hostOS=‘1’

      This will only work on FOG <1.0, but here it is, in case anybody is searching the forum for something similar. In this case, my saSnapinID is 122, and we were looking for all hosts with a hostOS of 1 (which was XP).

      Thanks to Tom for all of his help!

    • apathetic_adminA

      Lsass.exe - Operation Failed on all newly updated XP images

      Windows Problems
      • • • apathetic_admin
      6
      0
      Votes
      6
      Posts
      2.3k
      Views

      apathetic_adminA

      Oddly enough, this problem fixed itself. All of the workstations are working just the way they are supposed to, no errors, images deployed just peachy. Going to chalk this one up to gremlins.

    • apathetic_adminA

      Chocolatey scripts for snapins?

      General
      • • • apathetic_admin
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      apathetic_adminA

      My current setup is that each snapin is actually a batch file that calls a generically named installer package. That way I can copy over new packages to the server without having to rebuild snapins inside of FOG.

    • apathetic_adminA

      FOG::GUIWatcher Message found, attempting to notify GUI! + FOG::GUIWatcher Dispatch Failed! forever

      Windows Problems
      • • • apathetic_admin
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      apathetic_adminA

      It’s Windows 7, FOG .32, and whatever client ships with FOG.32. I have another Windows 7 image that does not have this behavior, so I have to think that it’s just something that I did differently, but I can’t fathom what it could be. I disabled UAC to see if that was the cause, but it is not. Perhaps I had UAC disabled when I built my first image, and this second one I did not disable UAC while building the image? I dunno.

    • apathetic_adminA

      FOG server on multiple IPs on multiple VLANs

      Linux Problems
      • • • apathetic_admin
      12
      0
      Votes
      12
      Posts
      8.7k
      Views

      R

      You need to get your network admin to setup the network to allow multicasting across subnets see example here:-
      [url]http://www.fogproject.org/wiki/index.php/Cisco_Multi_Cast[/url]

    • apathetic_adminA

      Looking for a Friendly Hylafax Client

      General
      • • • apathetic_admin
      1
      0
      Votes
      1
      Posts
      840
      Views

      No one has replied

    • 1
    • 2
    • 1 / 2