• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sapeurorca
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 39
    • Best 0
    • Controversial 0
    • Groups 0

    sapeurorca

    @sapeurorca

    0
    Reputation
    934
    Profile views
    39
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sapeurorca Unfollow Follow

    Latest posts made by sapeurorca

    • Error joins domains and change name

      Hello,

      I have a problem to integrate a pc with the fog client.

      • c:\fog.log:

      --------------------------------Authentication--------------------------------

      16/10/2018 14:10 Client-Info Version: 0.11.16
      16/10/2018 14:10 Client-Info OS: Windows
      16/10/2018 14:10 Middleware::Authentication Waiting for authentication timeout to pass
      16/10/2018 14:10 Middleware::Communication Download: http://192.168.xxx.xxx/fog/management/other/ssl/srvpublic.crt
      16/10/2018 14:10 Data::RSA FOG Server CA cert found
      16/10/2018 14:10 Middleware::Authentication Cert OK
      16/10/2018 14:10 Middleware::Authentication No token found at C:\Program Files (x86)\FOG\token.dat, this is expected if the client has not authenticated before
      16/10/2018 14:10 Middleware::Authentication ERROR: Could not get security token
      16/10/2018 14:10 Middleware::Authentication ERROR: Le fichier ‘C:\Program Files (x86)\FOG\token.dat’ est introuvable.
      16/10/2018 14:10 Middleware::Communication POST URL: http://192.168.xxx.xxx/fog/management/index.php?sub=requestClientInfo&authorize&newService
      16/10/2018 14:10 Middleware::Response Invalid security token


      Thank you for your help

      Fog Server : 1.5.4
      Client : 0.11.16

      posted in FOG Problems
      S
      sapeurorca
    • RE: Too much traffic on the server FOG

      The Fog Client and Fog Server are up to date and database is fixed.

      Now the Fog Server working properly now.

      Thank You for your help.

      posted in FOG Problems
      S
      sapeurorca
    • RE: Too much traffic on the server FOG

      @Sebastian-Roth I do not think it’s the update that damaged it. I think that de database was damaged before and and that’s why I had problems on the server. It’s a suposition, I did not think to check before.

      I will try your solution.

      posted in FOG Problems
      S
      sapeurorca
    • RE: Too much traffic on the server FOG

      Hello, I started by updating the FOG Server.
      Now FOG Server it’s in 1.5.4 but the client it’s not update.

      I noticed an error in the database, in the base “usertracking” and very much traffic :

      • Traffic => 8Go in 30minutes on the database

      • 0_1537167844607_Erreur BD.JPG

      These values ​​are normal?

      Thank you

      posted in FOG Problems
      S
      sapeurorca
    • RE: Too much traffic on the server FOG

      Okay thanks, I’ll try this solution and I’ll come back.

      posted in FOG Problems
      S
      sapeurorca
    • Too much traffic on the server FOG

      Hello,

      I use FOG 1.3.3, FOG Service 0.11.8 and i think i have a problem between the server and the client.

      The CPU on server Fog is 100% and kill apache and mysql with “Out of memory: Kill process or sacrifice child”.
      I suppose that the process is “ksoftirqd” and I assumed a problem with the network card.

      For test, i have just change IP adress and i restart this server. After the restart, the server it’s OK, for sure, i change again with normal IP and the server crash again.
      I suppose that is the FOG Client communicate with this IP adress, but why ?

      I have 2000 Client.

      Thank you for help.

      posted in FOG Problems
      S
      sapeurorca
    • RE: Assign multiple host to a group

      It does not matter, I fully understand. But it helped me a lot, thanks again and congratulations to all the FOG team

      posted in FOG Problems
      S
      sapeurorca
    • RE: Assign multiple host to a group

      To make a return from my experience.
      After some small modification, the script works super well, I have to integrate my 300 PC in a group in a single manipulation.

      To help some, I correct two small mistake:

      $listOfNames = array_filter(array_unique(explode(',', $hostnames)));
      
      $hostIDs = FOGCore::getSubObjectIDs(
          'Host', array('name' => $listOfNames)
      );
      
      

      Thank you Tom Elliott for your help and your script.

      posted in FOG Problems
      S
      sapeurorca
    • RE: Assign multiple host to a group

      Thank you very much for your answer and your script.
      I will look at all these in great detail, all this information will be very useful.

      I think now I should be able to get through.

      Thanks again.

      posted in FOG Problems
      S
      sapeurorca
    • RE: Assign multiple host to a group

      OK thank you for the information. Is it possible to do this with the hosts name rather than with the hosts ID?

      And on 1.3.3, there is no solution? Because it was not yet planned for me to pass it in 1.4.0. I had seen this topic, but the script was not given.
      https://forums.fogproject.org/topic/7918/creating-group-from-file

      thank you

      posted in FOG Problems
      S
      sapeurorca