Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-22555

10.4.13 MSI install or upgrade fails

Details

    Description

      When completing install mariadb-10.4.13-winx64.msi.
      MariaDB's Windows service cannot be started.

      10.4.12 was OK.
      10.4.13 is failed.

      Installed OS was clean. It does not have Visual Studio CPP runtime.
      Was 10.4.13 build as release mode??

      Please, check it.

      Attachments

        1. finish.jpg
          22 kB
          Toshimitsu Nakanishi
        2. mariadbd-access-denied.CSV
          20 kB
          Ilguiz Latypov
        3. mariadbd-access-denied-with-others.CSV
          76 kB
          Ilguiz Latypov
        4. mariadb-log.txt
          318 kB
          Toshimitsu Nakanishi

        Issue Links

          Activity

            Perhaps, it's about Symantec's failing to validate Microsoft's SHA-2 signatures.

            https://www.zdnet.com/article/symantec-cannot-handle-sha-2-and-breaks-windows-7-and-server-2008-r2/

            eelgheez Ilguiz Latypov added a comment - Perhaps, it's about Symantec's failing to validate Microsoft's SHA-2 signatures. https://www.zdnet.com/article/symantec-cannot-handle-sha-2-and-breaks-windows-7-and-server-2008-r2/
            eelgheez Ilguiz Latypov added a comment - - edited

            My naive stripping the files in bin and lib of their signatures using https://github.com/ng-pe/RemoveSignCode possibly got me further where I got another error

            0xC0000139
            STATUS_ENTRYPOINT_NOT_FOUND
            

            The event log had this in the System folder,

            mariadbd.exe - Entry Point Not Found
            The procedure entry point GetSystemTimePreciseAsFileTime could not be located in the dynamic link library KERNEL32.dll.
            

            eelgheez Ilguiz Latypov added a comment - - edited My naive stripping the files in bin and lib of their signatures using https://github.com/ng-pe/RemoveSignCode possibly got me further where I got another error 0xC0000139 STATUS_ENTRYPOINT_NOT_FOUND The event log had this in the System folder, mariadbd.exe - Entry Point Not Found The procedure entry point GetSystemTimePreciseAsFileTime could not be located in the dynamic link library KERNEL32.dll.

            See, there is an actual reason why 10.5 msi did not want to install on EOLed Windows. I also think you took unrelated bug report for commenting eelgheez

            wlad Vladislav Vaintroub added a comment - See, there is an actual reason why 10.5 msi did not want to install on EOLed Windows. I also think you took unrelated bug report for commenting eelgheez

            Sorry to hijack the solved issue. (But the not-in-my-backyard vision of the older Windows versions made me step away from trying MariaDB, sorry. I doubt that getting a system time could not be interpolated for the older Windows).

            eelgheez Ilguiz Latypov added a comment - Sorry to hijack the solved issue. (But the not-in-my-backyard vision of the older Windows versions made me step away from trying MariaDB, sorry. I doubt that getting a system time could not be interpolated for the older Windows).

            It is not about getting system time. It is about getting precise system time. We would not use that function GetSystemTimePreciseAsFileTime just for the sake of forcing you off the obsolete Windows version (abandoned by its vendor), because that function is also more expensive than the non-precise variation GetSystemTimeAsFileTime we used previously.

            wlad Vladislav Vaintroub added a comment - It is not about getting system time. It is about getting precise system time. We would not use that function GetSystemTimePreciseAsFileTime just for the sake of forcing you off the obsolete Windows version (abandoned by its vendor), because that function is also more expensive than the non-precise variation GetSystemTimeAsFileTime we used previously.

            People

              wlad Vladislav Vaintroub
              viewhero Toshimitsu Nakanishi
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.