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

    Topics created by BigDawg986

    • BigDawg986B

      Solved Is there a way to find image upload history?

      FOG Problems
      • • • BigDawg986
      2
      0
      Votes
      2
      Posts
      803
      Views

      Wayne WorkmanW

      yeah, but only with CLI on the server

      some roughly written history is in the history table.

      mysql
      use fog
      select * from history;
      or
      select * from history where longtext like '%some image name here%';

      Just simply doing the select * statement, you’ll see the sort of entries being made. You can then format a like search for the field you want and the sort of data you’re looking for.

      AND… I can’t be positive on my SQL syntax above… but I think you get the idea…

    • BigDawg986B

      HP z series workstations hang after exiting Fog menu

      FOG Problems
      • • • BigDawg986
      7
      0
      Votes
      7
      Posts
      2.2k
      Views

      JunkhackerJ

      check for a bios update and/or use undionly.kkpxe instead of undionly.kpxe (undionly.kkpxe works better with buggy bios/pxe rom configurations)

    • BigDawg986B

      IPXE fails to boot to menu in 1.2

      FOG Problems
      • • • BigDawg986
      11
      0
      Votes
      11
      Posts
      4.2k
      Views

      W

      I have a few questions about your network.

      1.)What network switches do you have?
      2.)Is STP enabled?
      3.)Are the host and server on different VLANS?

    • BigDawg986B

      BASH exploit

      General
      • • • BigDawg986
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      N

      There is no good reason to still be using the 10.04 LTS branch. There are newer LTS branches out. However, this all comes down to personal setup and preference, and does not impact FOG.

    • BigDawg986B

      Hdparm issue: Inappropriate ioctl for device

      FOG Problems
      • • • BigDawg986
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      BigDawg986B

      This worked! Thanks Tom. From what I can tell the first time I downloaded this kernel something went awry although I got no error messages and the file was possibly corrupted, only 4655 bytes?. (I used a -no-certificate-check with wget, if i dont use the no cert, i get an SSL error) I noticed this a.m. it was much smaller than a kernel file should be. So this time I downloaded it in my Windows browser and pushed it up to my Fog box via FTP. Success. Thanks a gain Tom!

    • BigDawg986B

      Printer issues

      Windows Problems
      • • • BigDawg986
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      Tom ElliottT

      I’m assuming this issue is happening on both XP and Windows 7? Or is it limited to only Windows 7 machines?

      I ask because it could be a permissions issue. I don’t know much about how to install local printers to a host as I haven’t had to play with them too much. All of our printers are on a printer server, so we use the network printer option for our systems. It works, mostly, but once in a while we get the IDS Message, and these are on Windows 7 systems. Once we acknowledge those messages they install fine. We don’t get those messages or issues on our Windows XP machines though.

      It makes me think the printer is trying to install as the local user rather than the Administrator of the system.

    • BigDawg986B

      Unable to register host...

      FOG Problems
      • • • BigDawg986
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      C

      Do you have auto updates enabled or have you recently updated your mysql? I’ll look through the code to see what the exact statement is and why it might be broken now even though it worked before.

      It looks like it’s at [url]http://freeghost.svn.sourceforge.net/viewvc/freeghost/tags/0.31/packages/web/service/auto.register.php?revision=701&view=markup[/url] line 62, but I don’t see anything wrong with the statement.

      Look at your /var/www/fog/service/auto.register.php and see if it’s been modified recently and check your apache logs to see if there are any errors about the PHP.

      I don’t have much else for you at this point.

    • BigDawg986B

      Stay logged in to WebUI?

      FOG Problems
      • • • BigDawg986
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      C

      I think there is another spot in the php.ini file that needs to be updated. Also, FOG keeps me logged in for days if I stay at a screen that refreshes itself, like the home page showing the bandwitch graphs, or the active tasks screen.

      If I leave it on something like the hosts listing, it times out after a few hours.

    • BigDawg986B

      Odd one: one image not changing hostname or joining after imaging

      Windows Problems
      • • • BigDawg986
      9
      0
      Votes
      9
      Posts
      5.3k
      Views

      J

      Little late to the party, but I am also seeing this type of issue on our main Windows XP image. After sysprep is done, fog services will not fire. Fog.log shows the following:

      [CODE]
      8/8/2012 9:40 AM FOG::GreenFog Starting green fog…
      8/8/2012 9:40 AM FOG::GreenFog Attempting to connect to fog server…
      8/8/2012 9:41 AM N/A Call was canceled by the message filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED))
      8/8/2012 9:41 AM FOG::SnapinClient Sleeping for 497 seconds.
      8/8/2012 9:41 AM N/A Call was canceled by the message filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED))
      8/8/2012 9:41 AM N/A Call was canceled by the message filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED))
      8/8/2012 9:41 AM FOG::AutoLogOut Unable to continue, MAC is null!
      8/8/2012 9:41 AM FOG::UserTracker Unable to determine MAC address, exiting…
      8/8/2012 9:41 AM FOG::TaskReboot Attempting to connect to fog server…
      8/8/2012 9:41 AM N/A Call was canceled by the message filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED))
      8/8/2012 9:41 AM FOG::HostnameChanger Host name was not found in the database.
      [/CODE]

      A temporary solution I have is to tell sysprep to run the net stop “Fog Service” and net start “Fog Service” commands on first login after the imaging is done, but this still fails when trying to join the domain. So my current solution would be to add a batch script that runs any time the computer logs in to restart the service.

    • BigDawg986B

      Solved Please please please, single partition re-sizable for Win 7 images

      Feature Request
      • • • BigDawg986
      1
      0
      Votes
      1
      Posts
      721
      Views

      No one has replied

    • 1 / 1