Results 1 to 5 of 5

Thread: system-tools-backends error - please help

  1. #1
    Join Date
    Feb 2009
    Beans
    43

    system-tools-backends error - please help

    Every time I try to install a package with synaptic I get this error:

    E: system-tools-backends: subprocess post-installation script returned error exit status 1.

    I tried copying the details log but was not able to.

    Any help is greatly appreciated!

  2. #2
    Join Date
    Jun 2007
    Beans
    14,790

    Re: system-tools-backends error - please help

    Try to get more detailed output by running in a terminal:
    Code:
    sudo dpkg --configure -a
    or maybe
    Code:
    sudo apt-get install <packagename>

  3. #3
    Join Date
    Feb 2009
    Beans
    43

    Re: system-tools-backends error - please help

    zac@Home-Office-PC:~$ sudo dpkg --configure -a
    [sudo] password for zac:
    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

    zac@Home-Office-PC:~$ sudo apt-get install system-tools-backends
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    system-tools-backends is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0B of additional disk space will be used.
    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

  4. #4
    Join Date
    Jun 2007
    Beans
    14,790

    Re: system-tools-backends error - please help

    Code:
    sudo invoke-rc.d system-tools-backends stop
    sudo dpkg --configure -a
    https://lists.ubuntu.com/archives/ub...er/009348.html

  5. #5
    Join Date
    Feb 2009
    Beans
    43

    Re: system-tools-backends error - please help

    Problem fixed, thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •