Comment 6 for bug 1308047

Revision history for this message
TW.Bert (tw-bert-nl) wrote :

AH, found out something. I found myself in a perpertual loop of `dpkg --configure -a`.

If you have the same problem and it hangs, just execute in a different prompt:
/etc/init.d/apache2 stop
The postinst from the .deb will continue, and the install will complete succesfully.
This works in case of a hanging condition in `dpkg --configure -a` as well as a hanging condition with `apt-get install libapache2-mod-mono` (The first is Ctrl+C interruptable, the second isn't, but Ctrl+C does not solve the problem anyway).

Hope this helps, TW