Kadmind dies after startup on FC14 x64 arch
Brian Candler
B.Candler at pobox.com
Mon Mar 14 12:22:25 EDT 2011
On Sun, Mar 13, 2011 at 12:15:41PM -0500, Maple Thorpe wrote:
> Service kadmin is started as root user but kadmind dies
> and /var/log/kadmin.log contains message "Permission denied while
> mapping update log ('var/kerberos/krb5kdc/principal.ulog').
"Permission denied" while things are running as root suggests it could be a
problem with SELINUX. You could try turning it off globally to see if that
fixes the problem.
> open("/var/kerberos/krb5kdc/principal.ulog", O_RDWR) = 15
You're right, that looks successful. Are you saying that kadmind behaves
differently if you run it under strace? Or do you still get the permission
denied error logged, possibly this one:
> sendto(4, "<30>Mar 13 09:22:15 kadmind[5813"..., 43, MSG_NOSIGNAL, NULL,
> 0) = 43
(try adding -s 128 to the strace command line to see more of this message)
More information about the Kerberos
mailing list