[oe-commits] [meta-openembedded] 09/10: mariadb: Add pam_auth to server package.

git at git.openembedded.org git at git.openembedded.org
Wed Feb 19 02:17:32 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c90be40eb9f4028368ab5030e7f9a78d05707572
Author: Jeremy A. Puhlman <jpuhlman at mvista.com>
AuthorDate: Tue Feb 18 13:55:22 2020 -0800

    mariadb: Add pam_auth to server package.
    
    When pam is enabled, the pam plugin in pulled into the
    server package but not the auth tool which results in
    following error on boot:
    
    Starting to install database for mariadb
    chown: cannot access '/usr/lib/plugin/auth_pam_tool_dir': No such file
    or directory
    Cannot change ownership of the '/usr/lib/plugin/auth_pam_tool_dir'
    directory
     to the 'mysql' user. Check that you have the necessary permissions and
    try again.
    
    Signed-off-by: Jeremy A. Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 23de69d..6888c64 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -299,6 +299,7 @@ FILES_${PN}-server = "\
     ${sbindir}/ndbd \
     ${sbindir}/ndb_mgmd \
     ${libdir}/plugin/*.so \
+    ${libdir}/plugin/auth_pam_tool_dir/auth_pam_tool \
     ${datadir}/mysql/ \
     ${localstatedir}/mysql/ \
     ${sysconfdir}/init.d/mysqld \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list