iwasakims opened a new pull request, #1081: URL: https://github.com/apache/bigtop/pull/1081
https://issues.apache.org/jira/browse/BIGTOP-3901 Encryption types must be updated to fix the error on recent versions of Kerberos+ ``` Error: 'rm -f /etc/kadm5.keytab ; kdb5_util -P cthulhu -r BIGTOP.APACHE.ORG create -s && kadmin.local -q 'cpw -pw secure kadmin/admin'' returned 1 instead of one of [0] ``` In addition, dependencies of `Exec[kdb5_util]` must be fixed because kadmin.local belongs krb5-admin-server package in Ubuntu. ``` Error: /Stage[main]/Kerberos::Kdc/Exec[kdb5_util]/returns: change from 'notrun' to ['0'] failed: Loading random data Initializing database '/var/lib/krb5kdc/principal' for realm 'BIGTOP.APACHE.ORG', master key name 'K/[email protected]' sh: 1: kadmin.local: not found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
