• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Domain Join Not working

Scheduled Pinned Locked Moved Solved
FOG Problems
7
14
3.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    tneuber
    last edited by Jun 20, 2018, 6:38 PM

    Yes, i have the fog service installed on the image.

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Jun 20, 2018, 8:41 PM

      @tneuber fog-client log might be in C:\Program Files\FOG then… Without that it’s sort of impossible to help.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • T
        tneuber
        last edited by Jun 20, 2018, 8:57 PM

        location was in c:/Program Files (x86)/Fog/ but there is no fog.log file there. I’ve searched and searched even went into each individual folder with the language hoping it was buried.

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Jun 20, 2018, 10:33 PM

          Is the service actually running on the machine?

          Open a CMD as administrator, run: net start fogservice

          Then you can check the log file. (Assuming the service actually starts.)

          The location is either going to be %SYSTEMDRIVE%\fog.log or %SYSTEMDRIVE%\Program Files (x86)\FOG\fog.log

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • T
            Taspharel
            last edited by Jun 21, 2018, 6:51 AM

            And since you’re talking about Image, might you be using sysprep?

            Then make sure to follow these instructions here:

            https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_with_Sysprep

            Solved some problems for me.

            1 Reply Last reply Reply Quote 0
            • T
              tneuber
              last edited by Jun 21, 2018, 2:01 PM

              0_1529589648742_fog pic.PNG

              This image should show I have fog installed, and am in the fog folder in x86, however still now fog.log after starting the service.

              T 1 Reply Last reply Jun 21, 2018, 3:13 PM Reply Quote 0
              • T
                Tom Elliott @tneuber
                last edited by Jun 21, 2018, 3:13 PM

                @tneuber the fog.log typically resides on the root of the drive. I see you have it opened to program files, what about at c:\fog.log

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • S
                  Stershen
                  last edited by Jun 25, 2018, 12:44 PM

                  I am having this same problem. Here is a snip of my fog.log. 0_1529930596428_domain error.PNG

                  It looks like something to do with a cert error but I am new to fog so i’m not really sure. Thanks in advance for any help!

                  1 Reply Last reply Reply Quote 0
                  • T
                    Taspharel
                    last edited by Jun 26, 2018, 9:37 AM

                    Not necessarily the same problem, but I had to work around a certificate error by adding this to my setupcomplete.cmd file that is run after Windows Installs:

                    certutil -delstore "Root" "FOG Server CA"
                    certutil -delstore "Root" "FOG Project"
                    certutil -addstore "Root" "%windir%\System32\Sysprep\fog.ca.cer"
                    certutil -addstore "Root" "%windir%\System32\Sysprep\ca.cert.der"
                    

                    And of course add the certificate files to the folder referenced above.

                    1 Reply Last reply Reply Quote 0
                    • B
                      BSZAdmin
                      last edited by Jul 26, 2019, 8:03 AM

                      hey folks,
                      the thread is old, but we had also a fight with all the certificates.
                      after installation of fog 1.5.6 all the clients we imaged bevor stopped communicating with this fog server, they had certificate issues.
                      we created a gpo that deletes all the installed fog certificates with 3 powershell commands:
                      Get-Childitem Cert:LocalMachine\root | where-object Thumbprint -eq “4737f594b54cb9fe1103e3c325d9c6963e57c911” | remove-item -force

                      Get-Childitem Cert:LocalMachine\root | where-object Thumbprint -eq “c84f54d1f654e2f9f04d3c2bf99b3a36371856d4” | remove-item -force

                      Get-Childitem Cert:LocalMachine\root | where-object Thumbprint -eq “CBE3E738F63C3B1BB93A296F70E73E527D12C637” | remove-item -force

                      then it worked…

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post

                      203

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project