Shaul Karl wrote: > [05:26:34 /tmp]# apt-get dist-upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > Calculating Upgrade... Done > 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > 1 packages not fully installed or removed. > Need to get 0B of archives. After unpacking 0B will be used. > Do you want to continue? [Y/n] > Setting up kbd (0.99-6) ... > dpkg: error processing kbd (--configure): > subprocess post-installation script returned error exit status 10 > Errors were encountered while processing: > kbd > [05:28:18 /tmp]# /var/lib/dpkg/info/kbd.postinst
It's be useful if you ran that command agian and then ran "echo $?". If that returns something other than 0, then you can reproduce the problem, and then running "sh -ex /var/lib/dpkg/info/kbd.postinst" and mailing the output in to a bug report would be useful. -- see shy jo