PDA

View Full Version : [ubuntu_studio] upgrade to 9.09 and sudo dpkg --configure -a hang



geevn
August 14th, 2009, 07:59 PM
I have upgraded to 9.09 and interrupted the install when it was taking way tooo long,
by restarting the virtual machine. I have installed and used earlier versions of ubuntu studio
just fine. After the restart, everything is normal and I got a lot of new and upgraded programs.

When I tried to run synaptic package manager, I got the error as seen in the screenshot attached.
Then I go to a term. and run sudo dpkg --configure -a
The command was taking more than an hour and a half, and hangs at
"creating /etc/ssl/certs/java/cacerts ..." I couldn't interrupt the command or the terminal nor could
start system monitor or other apps. The only way out was to restart the virtual machine

geevn
August 14th, 2009, 10:09 PM
sorry I forgot to actually ask the question and request help.
I really appreciate any help in getting past this problem, completing the install, and getting package manager to work again. Thanks.

geevn
August 15th, 2009, 10:57 AM
After reading man pages for dpkg, I went ahead and did
dpkg --audit and listed the pkgs that need to be configured.
I purged the offending package, which was ca-certificates-java.
Since it was safe to use the --force-depends flag, i went ahead and
used it, to actually purge the pkg. That fixed it