Frans Pop wrote:
> During a test installation using D-I, I noticed the following error in the 
> installation syslog:
>    Use of uninitialized value in join or string
>    at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, <GEN0> line 10.
> 
> This was during base-installer, during the installation of mdadm just after 
> debootstrap has finished. It is probably related to the fact that mdadm 
> asks a debconf question (which RAID devices should be started during boot).

Could you get a log of a DEBCONF_DEBUG=. run?

If I were able to reproduce this, I'd probably add this debug code to
the front of _change in Stack.pm, to get a call trace:

sub _change {
        use Carp;
        Carp::cluck("_change called");

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to