pp <[EMAIL PROTECTED]> wrote:
> How can You explain such situation that the same package is
> installed without any error on one machine while returns "10 status"
> on the other??
> After debconf-loadtemplate all is fine...
> Both machines uses sid.
I will answer myself:
It happens cause there is db_reset for template entry.
form manual of debconf-devel:
"RESET question
This resets the question to its default value (as is specified in
the 'Default' field
of its template)."
so it looks like it tries to reset a question from debconf database instead of
templates
installed package.
Piotras