Hi all! On Son, 26 Feb 2006, Stephen Gran wrote: > > > tex-common/groupname: UNKNOWN > > That looks like an untrapped error from debconf, off-hand. debconf will > return strings like "UNKNOWN THIS OR THAT" on error, and it looks like > it was truncated to just UNKNOWN.
In which circumstances such an error can occur? It is strange, I would have expected that debconf takes the default as given in the template if nothing was present. I am out of my understanding: In config at the core, lets see: db_get tex-common/managecache || true if [ "$RET" = true ]; then db_input low tex-common/groupname || true db_go fi and in postinst: db_get tex-common/managecache || true if [ $RET = true ] ; then db_get tex-common/groupname || true GROUP="$RET" if [ -n "$GROUP" ] ; then ... So it seems that the call to db_get tex-common/groupname || true returned something really strange, although I have no Idea how this could happen. Anyone any idea how to debug this? Best wishes Norbert ------------------------------------------------------------------------------- Dr. Norbert Preining <preining AT logic DOT at> Università di Siena gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 ------------------------------------------------------------------------------- RIPON (vb.) (Of literary critics.) To include all the best jokes from the book in the review to make it look as if the critic thought of them. --- Douglas Adams, The Meaning of Liff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]