Hi,
My apt-get dist-upgrade went fine.
All but virtualbox-ose (to new version 4.0.2) which causes apt-get to exit with error.
However, no matter of the apt-get error, Virtualbox is upgraded and works fine. I can start it and run all my virtual machines.
But how do I fix it so it does not err on apt-get d-u?
The apt-get error I get is below.
I tried removing the virtualbox-ose-qt: it removes fine but I still get the error when running apt-get.
Without virtualbox-ose-qt I don't have VBox in menu, so I reinstalled virtualbox-ose-qt back.
Thanks
Code:
root@siduxbox:/home/manul# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up virtualbox-ose (4.0.2-dfsg-1) ...
dpkg: error processing virtualbox-ose (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
dpkg: dependency problems prevent configuration of virtualbox-ose-qt:
virtualbox-ose-qt depends on virtualbox-ose (= 4.0.2-dfsg-1); however:
Package virtualbox-ose is not configured yet.
dpkg: error processing virtualbox-ose-qt (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
Processing triggers for python-central ...
Errors were encountered while processing:
virtualbox-ose
virtualbox-ose-qt
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@siduxbox:/home/manul#
|