Error messageProcessing was halted because there were too many errors. E: Sub-process /usr/bin/dpkg returned an error code (1)

Asked by Michael Madsen

I tried following the suggested fix on:
https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure#Step_1_Switch_to_.22Main_Server.22_using_Software_Sources

but it didn't work. Step 6 on the previously mentioned site suggests running the following command and then
providing the output:
~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386 (20130424)]/ raring main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://archive.ubuntu.com/ubuntu raring main restricted
     6 deb-src http://archive.ubuntu.com/ubuntu raring main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://archive.ubuntu.com/ubuntu raring-updates main restricted
    11 deb-src http://archive.ubuntu.com/ubuntu raring-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://archive.ubuntu.com/ubuntu raring universe
    17 deb-src http://archive.ubuntu.com/ubuntu raring universe
    18 deb http://archive.ubuntu.com/ubuntu raring-updates universe
    19 deb-src http://archive.ubuntu.com/ubuntu raring-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://archive.ubuntu.com/ubuntu raring multiverse
    27 deb-src http://archive.ubuntu.com/ubuntu raring multiverse
    28 deb http://archive.ubuntu.com/ubuntu raring-updates multiverse
    29 deb-src http://archive.ubuntu.com/ubuntu raring-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://archive.ubuntu.com/ubuntu raring-backports main restricted universe multiverse
    37 deb-src http://archive.ubuntu.com/ubuntu raring-backports main restricted universe multiverse
    38
    39 deb http://archive.ubuntu.com/ubuntu raring-security main restricted
    40 deb-src http://archive.ubuntu.com/ubuntu raring-security main restricted
    41 deb http://archive.ubuntu.com/ubuntu raring-security universe
    42 deb-src http://archive.ubuntu.com/ubuntu raring-security universe
    43 deb http://archive.ubuntu.com/ubuntu raring-security multiverse
    44 deb-src http://archive.ubuntu.com/ubuntu raring-security multiverse
    45
    46 ## Uncomment the following two lines to add software from Canonical's
    47 ## 'partner' repository.
    48 ## This software is not part of Ubuntu, but is offered by Canonical and the
    49 ## respective vendors as a service to Ubuntu users.
    50 # deb http://archive.canonical.com/ubuntu raring partner
    51 # deb-src http://archive.canonical.com/ubuntu raring partner
    52
    53 ## This software is not part of Ubuntu, but is offered by third-party
    54 ## developers who want to ship their latest software.
    55 deb http://extras.ubuntu.com/ubuntu raring main
    56 deb http://archive.getdeb.net/ubuntu quantal-getdeb apps
    57 # deb-src http://archive.getdeb.net/ubuntu quantal-getdeb apps
    58 deb-src http://extras.ubuntu.com/ubuntu raring main
    59 deb http://archive.canonical.com/ raring partner
    60 # deb-src http://archive.canonical.com/ raring partner

/etc/apt/sources.list.d/bumblebee-stable-raring.list

     1 # deb http://ppa.launchpad.net/bumblebee/stable/ubuntu raring main
     2 # deb-src http://ppa.launchpad.net/bumblebee/stable/ubuntu raring main

/etc/apt/sources.list.d/upubuntu-com-openoffice-raring.list

     1 # deb http://ppa.launchpad.net/upubuntu-com/openoffice/ubuntu raring main
     2 # deb-src http://ppa.launchpad.net/upubuntu-com/openoffice/ubuntu raring main

/etc/apt/sources.list.d/upubuntu-com-office-raring.list

     1 # deb http://ppa.launchpad.net/upubuntu-com/office/ubuntu raring main
     2 # deb-src http://ppa.launchpad.net/upubuntu-com/office/ubuntu raring main

/etc/apt/sources.list.d/xorg-edgers-ppa-raring.list

     1 # deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu raring main
     2 # deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu raring main

/etc/apt/sources.list.d/dropbox.list

     1 # deb http://linux.dropbox.com/ubuntu precise main

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

The procedure was not correctly followed.

The following line is in step 6 for a good reason:

"The troubleshooters at Launchpad need to see the full Terminal output from running the previous list of diagnostic commands."

I wrote 'commands', not 'command'.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

wget https://dl.dropbox.com/u/8850924/fixpackage
chmod +x ./fixpackage
sudo ./fixpackage

What is the full output please?

You do know that Raring is EOL mid January 2014.

Can you help with this problem?

Provide an answer of your own, or ask Michael Madsen for more information if necessary.

To post a message you must log in.