Johannes Kloos <[EMAIL PROTECTED]> writes: > Package: krb5-kdc > Version: 1.4.4-7etch5 > Severity: grave > Justification: renders package unusable > > Hi, > I just tried upgrading krb5-kdc on an etch system. Configuration fails > with the following error: > subprocess post-installation script returned error exit status 10 > > I added a set -x to the postinst script and found that > db_get krb5-config/default_realm > fails. Counter-checking with debconf proves that this debconf question > does not exist: > > sushi:~# echo get krb5-config/default_realm |debconf-communicate > 10 krb5-config/default_realm doesn't exist > > Since this question is not included in the debconf template, this > renders the package uninstallable.
krb5-kdc depends on krb5-user, which in turn depends on krb5-config. krb5-config provides that configuration variable. So the next step is to investigate why krb5-config isn't installed on your system, or if it is installed, why its debconf setup failed. Probably unsurprisingly, I can't duplicate this; I have krb5-config installed and that debconf setting set. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

