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

    Best posts made by baggar11

    • RE: HIGH CPU Fog Services after update r5029 v6759

      I can confirm the 100% cpu usage issue. I don’t have any storage nodes in my setup and have a c2750 based atom processor running my FOG virtual machine. I only have 2 test images, each around 1G.

      I found that when I downgraded to version 6753, the high cpu usage disappeared. 6755, 6757 and up all produced the issue.

      The next git commit has this in the log.

      Author: Tom Elliott <tommygunsster@gmail.com>
      Date:   Wed Mar 16 00:42:03 2016 +0000
      
      Ensure variables are set even on initial startup (init.php).
      
      git-svn-id: https://svn.code.sf.net/p/freeghost/code/trunk@5027 71f96598-fa45-0410-b640-bcd6f8691b32
      

      Hope that helps!

      -baggar11

      posted in FOG Problems
      B
      baggar11
    • RE: HIGH CPU Fog Services after update r5029 v6759

      Sorry guys! I have been rolling the dev version for so long without issue, I totally forgot about the startup services possibly being an issue. I’m all set now. Here’s what I did.

      Ran this on each service

      sudo update-rc.d FOG*service* disable
      

      Then, as suggested, added these line to my rc.local

      sleep 5
      service FOG*service* start
      
      posted in FOG Problems
      B
      baggar11
    • 1 / 1