staging.inyokaproject.org

Fehler beim öffnen von synaptic

Status: Gelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

Huffman

Anmeldungsdatum:
3. Juli 2008

Beiträge: Zähle...

Hallo zusammen,

seit gestern erhalte ich beim Öffnen des Synaptic-Paketmanagers folgende Fehlermeldung:

E: Wow, you exceeded the number of descriptions this APT is capable of.
E: Problem with MergeList /var/lib/dpkg/status
E: Die Paketlisten oder die Status-Datei konnte nicht geöffnet oder eingelesen werden.
E: _cache->open() failed, please report.


Dann terminiert das Programm.

Einer von Euch ne Idee woran das liegt?

Danke für alle Antworten!

Huffman

zerwas Team-Icon

Avatar von zerwas

Anmeldungsdatum:
13. April 2005

Beiträge: 2561

Zeige bitte einmal den Inhalt der Datei /etc/apt/sources.list

ditsch Team-Icon

Avatar von ditsch

Anmeldungsdatum:
13. November 2005

Beiträge: 12007

Hallo und willkommen bei ubuntuusers!

Wie zerwas bereits andeutete, hast du wahrscheinlich recht viele Fremdquellen in deiner sources.list.

Huffman

(Themenstarter)

Anmeldungsdatum:
3. Juli 2008

Beiträge: 3

Danke für die schnelle Antwort!
Hier mal die source.list

deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
deb http://de.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
deb http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ gutsy universe
deb http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted
deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://archive.canonical.com/ gutsy partner
deb http://ppa.launchpad.net/punischdude/ubuntu hardy main
deb-src http://ppa.launchpad.net/punischdude/ubuntu hardy main

Chrissss Team-Icon

Anmeldungsdatum:
31. August 2005

Beiträge: 37971

Da tummeln sich ja Paketquellen zu Gutsy und Hardy, bööööööööööse. Mein Tipp.

1) Nenne deine sources.list um

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak

2) Klicke dir eine neue Zusammen

Paketquellen_freischalten#GNOME

Du kannst alle Quellen anhaken, vergiss dabei die zweite Lasche mit den Updates nicht. Bis auf die "proposed"-Quellen solltest du alles aktivieren. Dann sollte wieder alles klappen

3)

sudo apt-get update
sudo apt-get dist-upgrade

Huffman

(Themenstarter)

Anmeldungsdatum:
3. Juli 2008

Beiträge: 3

Hier werden Sie geholfen!

Danke an alle für Eure Antworten!

Huffman

Antworten |