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

galera_new_cluster is not POSIX-compliant

    XMLWordPrintable

Details

    Description

      The standard shell in Ubuntu is dash, but the bootstrap command galera_new_cluster is not POSIX-compliant. galera_new_cluster's shebang looks like:

      #!/bin/sh
      

      which is a link to dash on ubuntu:

      root@galera-training-0:~# ls -ln /bin/sh
      lrwxrwxrwx 1 0 0 4 Feb 16 08:37 /bin/sh -> dash
      

      this results in this error:

      root@galera-node-0:~# galera_new_cluster
      /usr/bin/galera_new_cluster: 8: [: unexpected operator
      

      Attachments

        Activity

          People

            danblack Daniel Black
            mds Marcel da Silva
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.