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

    client 0.11.17 do not install with MSI

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    3
    16
    682
    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.
    • D
      Daniel Miller
      last edited by

      There is always that chance, but I would have thought the case statement I added would have eliminated any changes to the windows and linux install process. let me poke around it

      D 1 Reply Last reply Reply Quote 0
      • D
        Daniel Miller @Daniel Miller
        last edited by

        Installing the release msi interactively and targeting a non-https FOG installation is successful and functions as expected on one of my test systems, so I don’t think there is anything inherently wrong with the installation logic. Going to spin up an https fog instance to test against

        1 Reply Last reply Reply Quote 1
        • D
          Daniel Miller
          last edited by

          @Sebastian-Roth
          OK, I was able to replicate the error with 0.11.17 with a command line installation using:

          msiexec /i FOGService.msi /quiet USETRAY="1" HTTPS="1" WEBADDRESS="192.168.137.11" WEBROOT="/fog" ROOTLOG="1" /l*v "FOGService.msi.log"
          

          I was also able to replicate the issue on 0.11.16 using the same command line.

          MSI (s) (04:10) [14:51:08:538]: Invoking remote custom action. DLL: C:\windows\Installer\MSI34C8.tmp, Entrypoint: InstallCert
          SFXCA: Extracting custom action to temporary directory: C:\windows\Installer\MSI34C8.tmp-\
          SFXCA: Binding to CLR version v4.0.30319
          Calling custom action SetupHelper!SetupHelper.CustomActions.InstallCert
          MSI (s) (04!08) [14:51:09:303]: Note: 1: 2205 2:  3: Error 
          MSI (s) (04!08) [14:51:09:303]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
          MSI (s) (04!08) [14:51:09:303]: Product: FOG Service -- Unable to install CA certificate
          
          Unable to install CA certificate
          ...[clip]...
          MSI (s) (04:10) [14:51:09:741]: Note: 1: 2205 2:  3: Error 
          MSI (s) (04:10) [14:51:09:741]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708 
          MSI (s) (04:10) [14:51:09:741]: Note: 1: 2205 2:  3: Error 
          MSI (s) (04:10) [14:51:09:741]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
          MSI (s) (04:10) [14:51:09:741]: Product: FOG Service -- Installation failed.
          
          MSI (s) (04:10) [14:51:09:741]: Windows Installer installed the product. Product Name: FOG Service. Product Version: 0.11.16. Product Language: 1033. Manufacturer: FOG. Installation success or error status: 1603.
          

          will need to dig into who is trying to talk to what, where, and how…

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @Daniel-Miller Nice catch!!

            @lebrun78 Are you sure this is working fine for you with 0.11.16 version?

            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

            L 1 Reply Last reply Reply Quote 0
            • L
              lebrun78 @Sebastian Roth
              last edited by

              @Sebastian-Roth
              I did not try with certificats and client 0.11.16.
              Without certificat 0.11.16 was working

              Fog Version: Fog 1.5.10
              Server OS: AlmaLinux release 8.8

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                Possibly the installer doesn’t handle pining to a HTTPS server directly. Not sure at the moment.

                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

                L 1 Reply Last reply Reply Quote 0
                • L
                  lebrun78 @Sebastian Roth
                  last edited by lebrun78

                  @Sebastian-Roth
                  Hello
                  msi install works when passing https=0, so if I copy a settings.json file after installation, will the operation be sustainable ?

                  Fog Version: Fog 1.5.10
                  Server OS: AlmaLinux release 8.8

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @lebrun78 said in client 0.11.17 do not install with MSI:

                    msi install works when passing https=0, so if I copy a settings.json file after installation, will the operation be sustainable ?

                    Yes I would say so but this is definitely something we need to find and fix in the fog-client too.

                    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
                      Sebastian Roth Moderator
                      last edited by

                      @Daniel-Miller @lebrun78 I have looked through the code and can’t find an obvious issue related to using HTTPS! I’ll need to add some more debugging output and figure that out. Will be back.

                      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
                        Sebastian Roth Moderator
                        last edited by

                        @lebrun78 @Daniel-Miller Ok, I found what is causing this! Thanks again for reporting. I moved this topic to bug reports. Will push out a fix soon. Will be in the next fog-client release to come out soon.

                        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
                          Sebastian Roth Moderator
                          last edited by

                          @Daniel-Miller @lebrun78 Can you please try the new MSI package? https://github.com/FOGProject/fog-client/releases/download/0.11.17/FOGService-fixed_HTTPS_install.msi

                          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

                          L 1 Reply Last reply Reply Quote 0
                          • L
                            lebrun78 @Sebastian Roth
                            last edited by lebrun78

                            @Sebastian-Roth
                            I am on leave for 10 days
                            I’ll test the new installer when I get back.

                            Merry Christmas

                            Fog Version: Fog 1.5.10
                            Server OS: AlmaLinux release 8.8

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Sebastian Roth

                              @lebrun78 Leave should be over now, hello back again!? 😉

                              I have tested this so many times over the last days. Marking as solved as I know it is.

                              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

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Daniel Miller @Sebastian Roth
                                last edited by

                                @Sebastian-Roth Looks good from this end.

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

                                195

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project