https://bugzilla.novell.com/show_bug.cgi?id=810926 https://bugzilla.novell.com/show_bug.cgi?id=810926#c0 Summary: MIT Kerberos is broken Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: chris@infosun.fim.uni-passau.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 The service starts fail. $ systemctl start krb5kdc.service The log entry in /var/log/messages about that: 2013-03-22T06:13:06.951894+01:00 server systemd[1]: Starting Kerberos 5 KDC... 2013-03-22T06:13:06.985386+01:00 server systemd[6165]: Failed at step EXEC spawning /usr/sbin/krb5kdc: No such file or directory 2013-03-22T06:13:06.985853+01:00 server systemd[1]: krb5kdc.service: control process exited, code=exited status=203 2013-03-22T06:13:07.005230+01:00 server systemd[1]: Failed to start Kerberos 5 KDC. 2013-03-22T06:13:07.005637+01:00 server systemd[1]: Unit krb5kdc.service entered failed state $ systemctl start kadmind.service The log entry in /var/log/messages about that: 2013-03-22T06:15:34.191278+01:00 betty systemd[1]: Starting Kerberos 5 Password-changing and Administration... 2013-03-22T06:15:34.241954+01:00 betty systemd[6360]: Failed at step EXEC spawning /usr/sbin/kadmind: No such file or directory 2013-03-22T06:15:34.242514+01:00 betty systemd[1]: kadmind.service: control process exited, code=exited status=203 2013-03-22T06:15:34.255741+01:00 betty systemd[1]: Failed to start Kerberos 5 Password-changing and Administration. 2013-03-22T06:15:34.256285+01:00 betty systemd[1]: Unit kadmind.service entered failed state Both binaries krb5kdc and kadmind are in /usr/lib/mit/sbin/ and not in /usr/sbin/ . Although the init scripts set this well: $ cat /etc/init.d/krb5kdc ... prog="Kerberos 5 KDC" krb5kdc=/usr/lib/mit/sbin/krb5kdc krbdir=/var/lib/kerberos/krb5kdc ... I use an update installation from 12.2 to 12.3 if this should play any role. Reproducible: Always Steps to Reproduce: 1. systemctl start krb5kdc.service 2. systemctl start kadmind.service Actual Results: Services did not start. Expected Results: Services should start. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.