I decided to perform a network upgrade from ubuntu 10.10 to natty using Update Manager. After all download of packages was completed install began, and now the install is stuck with the following output on the terminal (yes, I have spanish version).
Configurando lirc (0.8.7-0ubuntu4.2) ... Instalando una nueva versión del fichero de configuración /etc/init.d/lirc ... * Loading LIRC modules
Below are the processes that have been running since like three hours. So I asume they are hung.
$ ps -ef | grep lirc
root 9982 15803 0 08:36 pts/2 00:00:00 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/lirc.postinst configure 0.8.7~pre3-0ubuntu1
root 9988 9982 0 08:36 pts/2 00:00:00 /bin/sh /var/lib/dpkg/info/lirc.postinst configure 0.8.7~pre3-0ubuntu1
root 10113 9988 0 08:36 pts/2 00:00:00 /bin/sh /tmp/update-manager-cNPFtx/imported/invoke-rc.d lirc start
root 10129 10113 0 08:36 pts/2 00:00:00 /bin/sh /etc/init.d/lirc start
root 10141 10129 0 08:36 pts/2 00:00:12 modprobe lirc_sir
root 12417 29713 0 11:31 pts/3 00:00:00 grep lirc
Is there any way I can make the upgrade install to proceed and at least have a usable system after I reboot my machine?
May the folowing bug be related with this update issue? https://bugs.launchpad.net/ubuntu/natty/+source/lirc/+bug/778026
Please let me know which other details should I give so you can help me on this. Thanks in advance.