The command "/usr/share/debconf/frontend 
/var/lib/dpkg/info/console-setup.postinst configure 1.13ubuntu7" causes the 
code below from the "usr/share/debconf/frontend" to get executed.

Does this mean that there is something wrong in the dpkg "database"
files?

-- snippet of code from usr/share/debconf/frontend --

my $confmodule=make_confmodule(@ARGV);

$confmodule->owner($package);

1 while ($confmodule->communicate);

$frontend->shutdown;

Debconf::Db->save;

exit $confmodule->exitcode;

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to