Upgraded from 10.10 to 11.04, 64-bit on a quad-core CPU, Nvidia GT240 video card. I used KpackageKit to do a dist upgrade.
Downloading packages went very slowly, so I let it go overnight. This morning I answered a few prompts to keep/replace some config files. I got an error on package nspluginwrapper during the process.
2011-04-29 06:09:04,858 ERROR got an error from dpkg for pkg: 'nspluginwrapper': 'subprocess installed post-installation script returned error exit status 139'
Then it said the upgrade aborted. It said dpkg --configure -a would be run, but that there was a bug in update manager.
Here is what I think are the relevant lines in /var/log/dist-upgrade/main.log
2011-04-29 06:22:48,729 ERROR Exception during pm.DoInstall()
Traceback (most recent call last):
File "/tmp/update-manager-z5Vpu3/DistUpgradeView.py", line 202, in run
res = pm.do_install(self.writefd)
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
2011-04-29 06:22:48,752 ERROR SystemError from cache.commit(): installArchives() failed
2011-04-29 06:22:48,752 ERROR found exception: 'E:Sub-process /usr/bin/dpkg returned an error code (1)'
There were other ERRORS in that log around specific packages, and I can include the whole thing if it would be helpful.
I wouldn't think that a few package errors would result in a message that the upgrade aborted.
But the system rebooted fine, and everything seems to be OK. I'll post any updates if I have them.
Downloading packages went very slowly, so I let it go overnight. This morning I answered a few prompts to keep/replace some config files. I got an error on package nspluginwrapper during the process.
2011-04-29 06:09:04,858 ERROR got an error from dpkg for pkg: 'nspluginwrapper': 'subprocess installed post-installation script returned error exit status 139'
Then it said the upgrade aborted. It said dpkg --configure -a would be run, but that there was a bug in update manager.
Here is what I think are the relevant lines in /var/log/dist-upgrade/main.log
2011-04-29 06:22:48,729 ERROR Exception during pm.DoInstall()
Traceback (most recent call last):
File "/tmp/update-manager-z5Vpu3/DistUpgradeView.py", line 202, in run
res = pm.do_install(self.writefd)
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
2011-04-29 06:22:48,752 ERROR SystemError from cache.commit(): installArchives() failed
2011-04-29 06:22:48,752 ERROR found exception: 'E:Sub-process /usr/bin/dpkg returned an error code (1)'
There were other ERRORS in that log around specific packages, and I can include the whole thing if it would be helpful.
I wouldn't think that a few package errors would result in a message that the upgrade aborted.
But the system rebooted fine, and everything seems to be OK. I'll post any updates if I have them.
Comment