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

    Problem with some hostname and AD integration

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    5
    35
    18.6k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      The only other thing I can think of them is the client does not have the proper ca certificated stored. This means it cannot verify the servers public key and therefor will not attempt further communication using encryption based protocols. Snapins and maybe printers and possibly all client services beside hostname do not require encryption.

      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

      Matthieu JacquartM 1 Reply Last reply Reply Quote 0
      • Matthieu JacquartM
        Matthieu Jacquart @Tom Elliott
        last edited by

        @Tom-Elliott I agree with that, question is : how to modidy certificate stored by new client ?

        Fog 1.5.9.138
        Debian 11
        Vmware ESXi

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @Matthieu Jacquart
          last edited by

          @Matthieu-Jacquart There’s a few ways.

          The easiest way, supposedly, is to simply uninstall the “new client” fog and reinstall. Another way is to go into the Certificate Store and look for FOG CA Certificate. Or whatever it’s labeled as.

          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
          • Matthieu JacquartM
            Matthieu Jacquart
            last edited by

            For uninstalling/reinstalling client, already did (a lot of time ^^)
            With rebbot between, and each time douwnloading client from web interface to be sure it is up to date.

            For the other solution, where is the certificate store ?

            Fog 1.5.9.138
            Debian 11
            Vmware ESXi

            1 Reply Last reply Reply Quote 0
            • T
              tmerrick
              last edited by

              I just upgraded to 4491 and now the hostnamechanger fails on my clients also with an Invalid Host Certificate. I am running on Red Hat 6.6 and it did work before the upgrade. I have taken one client and uninstalled/reinstalled the new client and it still does not work. I am also seeing problems on previously installed new clients when the hostnamechanger runs on them.

              1 Reply Last reply Reply Quote 0
              • Matthieu JacquartM
                Matthieu Jacquart
                last edited by

                I feel less alone… ^^
                I agree with that, I updated svn each day and trouble began last thursday I think, don’t remember precise svn version at this date.

                Fog 1.5.9.138
                Debian 11
                Vmware ESXi

                1 Reply Last reply Reply Quote 0
                • T
                  tmerrick
                  last edited by tmerrick

                  I have some more information. I deleted the fog certificate and then did a repair on fog and got the message “Failed to download CA certificate”. So it still looks like a problem with the certificate on the server.

                  Later I uninstalled the fog client, rebooted, and successfully reinstalled it. Still getting the same errors though.

                  1 Reply Last reply Reply Quote 0
                  • T
                    tmerrick
                    last edited by

                    Here is the directory of the fog certificate area on the server:

                    -rw-r--r-- 1 apache apache  1287 Aug 25 07:51 ca.cert.der
                    -rw-r--r-- 1 apache apache  1797 Aug 25 07:51 ca.cert.pem
                    -rw-r--r-- 1 apache apache 35147 Aug 25 07:51 gpl-3.0.txt
                    -rw-r--r-- 1 apache apache    89 Aug 25 07:51 hostimport.csv
                    -rw-r--r-- 1 apache apache  4493 Aug 25 07:51 index.php
                    drwxr-xr-x 2 apache apache  4096 Aug 25 07:51 ssl
                    [root@clstfogi other]# ls -l ssl
                    total 4
                    -rw-r--r-- 1 apache apache 1675 Aug 25 07:51 srvpublic.crt
                    

                    It looks like all of the files were regenerated when I reinstalled this morning, unless there is one missing. Are the files being created wrong?

                    1 Reply Last reply Reply Quote 0
                    • J
                      Joe Schmitt Senior Developer
                      last edited by Joe Schmitt

                      I found the issue, a fix has been pushed. A variable was misnamed. Soon as you apply the patch the clients will work again.

                      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.

                      1 Reply Last reply Reply Quote 1
                      • T
                        tmerrick
                        last edited by

                        It works now in git 4493.

                        1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          Woot woot.

                          This was particularly problemattic to figure out. I’m sorry I’m such an idiot.

                          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
                          • Matthieu JacquartM
                            Matthieu Jacquart
                            last edited by Matthieu Jacquart

                            It works great, thank you @Tom-Elliott and @Jbob ! You make a great job.
                            I lost few hours this time but usually I gain so much time thanks to fog, that’s not a big deal.

                            Oh, is there a difference between git and svn version ?

                            And last question, I reinstalled computers yesterday with 0.3 client, is there a way to uninstall it in bulk before installing new clients (with command “msiexec /i FOGService.msi /quiet WEBADDRESS=“192.168.1.2” WEBROOT=”")

                            Fog 1.5.9.138
                            Debian 11
                            Vmware ESXi

                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @Matthieu Jacquart
                              last edited by

                              @Matthieu-Jacquart said:

                              Oh, is there a difference between git and svn version ?

                              No difference, it just comes from a different place. This explains it: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk#Additional_information_on_svn_and_git_.26_FOG_Trunk

                              And last question, I reinstalled computers yesterday with 0.3 client, is there a way to uninstall it in bulk before installing new clients (with command “msiexec /i FOGService.msi /quiet WEBADDRESS=“192.168.1.2” WEBROOT=”")

                              There are many ways to remotely remove and install software. Most of the ways I know use Active Directory with GPO or Scripting or Powershell.

                              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!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              1 Reply Last reply Reply Quote 0
                              • Matthieu JacquartM
                                Matthieu Jacquart
                                last edited by

                                Ok thanks

                                I have software to deploy software (GPO or I prefer PDQ deploy), but I don’t know the tips to remove it, I’m going to search 😉

                                Fog 1.5.9.138
                                Debian 11
                                Vmware ESXi

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

                                286

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project