• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. kpeterson
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    kpeterson

    @kpeterson

    2
    Reputation
    218
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kpeterson Unfollow Follow

    Best posts made by kpeterson

    • RE: Schema update issues RC-9

      @Quazz

      SQL logs all look good, like Sebastian said probably a problem with the checkout but I have no idea what to do. I guess first thing I will try is pull down a fresh copy of RC9

      posted in FOG Problems
      K
      kpeterson
    • RE: Schema update issues RC-9

      @Wayne-Workman
      I feel dumb now, should have tried that yesterday. Simply deleting those folders/doing another git clone and everything is working fine now. Thanks a lot for the help!

      posted in FOG Problems
      K
      kpeterson

    Latest posts made by kpeterson

    • RE: Schema update issues RC-9

      @Wayne-Workman
      I feel dumb now, should have tried that yesterday. Simply deleting those folders/doing another git clone and everything is working fine now. Thanks a lot for the help!

      posted in FOG Problems
      K
      kpeterson
    • RE: Schema update issues RC-9

      @Quazz

      SQL logs all look good, like Sebastian said probably a problem with the checkout but I have no idea what to do. I guess first thing I will try is pull down a fresh copy of RC9

      posted in FOG Problems
      K
      kpeterson
    • RE: Schema update issues RC-9

      @Sebastian-Roth said in Schema update issues RC-9:

      /var/www/html/fog/lib/db/pdodb.class.php

      The function is indeed there, this is what I have

      public function insertId()
      {
      return self::$_link->lastInsertId();
      }

      Anything else I should check?

      posted in FOG Problems
      K
      kpeterson
    • Schema update issues RC-9

      Keep getting the following error when trying to update schema after updating to RC-9

      PHP Fatal error: Call to undefined method PDODB::insertId() in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 524

      posted in FOG Problems
      K
      kpeterson
    • RE: Invalid Host Certificate error Client Trunk 7348

      @Tom-Elliott Just tested it and its working fine again now. Thanks!

      posted in Windows Problems
      K
      kpeterson
    • RE: Invalid Host Certificate error Client Trunk 7348

      Same thing here on Windows 7 and current trunk version I can go through the web browser to http://fog-server/fog/management/other/ssl/srvpublic.crt and it displays the certificate but I noticed in apache error_log the following

      [client 192.168.6.106:64285] client denied by server configuration: /var/www/html/fog/management/other/ssl/srvpublic.crt

      The entry in the apache log file is the fog client trying to view the certificate, I made a post about this yesterday but haven’t heard anything back yet.

      posted in Windows Problems
      K
      kpeterson
    • Fog client Invalid host certificate

      Hello, I just updated to trunk version 7326 (last update was done a few days ago) and now all the computers we have using fog client keep showing the following in fog.log

      4/26/2016 3:29 PM Middleware::Communication Response: Invalid host certificate
      4/26/2016 3:29 PM Middleware::Communication URL: http://fog-server/fog/management/other/ssl/srvpublic.crt

      This is stopping the client from working, any ideas? I’m hoping its just something related to a git commit in the last day or so. Thanks

      posted in FOG Problems
      K
      kpeterson