• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. kek
    3. Best
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 30
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by kek

    • RE: Incredibly slow logins to web interface

      @SNP said:

      I have the same problem in 1.20, can some one help me where i find where this javascrip are in 1.20.
      (From a big fan of fog, fog has saved us a lot of time.)

      For fog 1.20, files are located at:
      fog/management/ajax/login.info.php <- Comment out entire page after <?php
      fog/lib/fog/ProcessLogin.class.php <- Comment out lines 230-233 and 244

      posted in FOG Problems
      K
      kek
    • RE: FOGImageReplicator runs in a loop

      @Sebastian-Roth Thank you very much for your help! After you pointed me to the right file, i found a very easy and good working solution.

      /var/www/html/fog/lib/fog/fogbase.class.php:

      Changed line 2305 from:

      $size = filesize($file);
      

      to:

      $size = exec("stat -c %s ".$file);
      

      I found this nice solution over here:

      stackoverflow

      Reverted my changes that i showed in the last post, restarted FOGImageReplicator service, and it works perfect!

      We know that this can’t work for forever, and Updates are also nice and good, so we need to change a few internal things, and also reinstall this Server with x64 Debian.

      Thanks for your great support. Keep up this very very nice project!

      posted in FOG Problems
      K
      kek
    • 1 / 1