Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1525

Non-root Install - core dumps not working

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.1.5
    • 1.1.6
    • ?
    • None
    • 2018-15

    Description

      There are 2 issues causing core dumps to not be generated on non-root installs after the EnableCoreFile configuration parmataer is set to 'y'.

      1. Bug in the columnstore service script, these lines need to be removed from the start() function
      SUDO=
      if [ "$user" != "root" ]; then
      SUDO="$SUDO"
      fi

      2. The core file directory needs to be writeable by all users, so it needs permission command
      of:

      chmod 777 /var/log/mariadb/columnstore/corefiles

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            hill David Hill (Inactive)
            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.