PDA

View Full Version : [ubuntu] Error after installing any software.



kcode
March 20th, 2009, 08:51 AM
This is what I get after installing any software, after installing updates :



Errors were encountered while processing:
system-tools-backends
E: Sub-process /usr/bin/dpkg returned an error code (1)


Thanks

Partyboi2
March 20th, 2009, 08:57 AM
Open a terminal and try


sudo dpkg --configure -a

and post the output.

kcode
March 20th, 2009, 09:29 AM
Heres the output:

[CODE}
Setting up system-tools-backends (2.6.0-1ubuntu1.1) ...
* Starting System Tools Backends system-tools-backends invoke-rc.d: initscript system-tools-backends, action "start" failed.
dpkg: error processing system-tools-backends (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
system-tools-backends
[/CODE]

Partyboi2
March 20th, 2009, 09:34 AM
Try

sudo invoke-rc.d system-tools-backends stop
then

sudo dpkg --configure -a

Bugreport (https://bugs.launchpad.net/ubuntu/intrepid/+source/system-tools-backends/+bug/294389)