Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "
Tipps und Tricks"-Bereich.
-
gagamail
- Beiträge: 110
- Registriert: 21.08.2002 16:21:48
- Wohnort: wien
-
Kontaktdaten:
Beitrag
von gagamail » 16.04.2005 23:14:28
hi leute!
ich habe seit gestern ein kleines problem mit dem upgrade des systems.
Code: Alles auswählen
nowhere:~# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 3617 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
dpkg: dependency problems prevent configuration of hotplug:
hotplug depends on debconf (>= 0.2.26); however:
Package debconf is not configured yet.
dpkg: error processing hotplug (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
debconf
hotplug
E: Sub-process /usr/bin/dpkg returned an error code (1)
nowhere:~#
ich habe schon folgendes probiert:
- debconf ohne rücksicht auf abhängigkeiten löschen (dpkg -r --force-depends debconf)
- debconf manuell herunterladen (von einem debian mirror) und mit dpkg -i installieren
- hotplug auf dem selben weg de- und installieren.
nichts davon hat geholfen.
kann mir von euch jemand weiterhelfen?
lg ,christian
-
KBDCALLS
- Moderator
- Beiträge: 22449
- Registriert: 24.12.2003 21:26:55
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Dortmund
-
Kontaktdaten:
Beitrag
von KBDCALLS » 16.04.2005 23:48:13
Habs zwar nocht nicht gebraucht vieleicht bringt dich ja
Überprüfung auf kaputte Pakete.
Und auch mal ein
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
- Kennst du unsere Verhaltensregeln
- Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.
-
gagamail
- Beiträge: 110
- Registriert: 21.08.2002 16:21:48
- Wohnort: wien
-
Kontaktdaten:
Beitrag
von gagamail » 16.04.2005 23:54:14
danke für den tipp!
leider hat weder das eine noch das andere etwas geholfen.
das 'dpkg --audit' zeigt zwar den status der pkgs an, aber ein 'dpkg --configure debconf' hilft auch nicht.
das 'apt-get install -f' führt mich auch nicht weiter. leider.
lg, christian
Code: Alles auswählen
nowhere:~/foo# dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
hotplug Linux Hotplug Scripts
The following packages are only half configured, probably due to problems
configuring them the first time. The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
debconf Debian configuration management system
nowhere:/etc/mysql# dpkg --configure debconf
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 1570 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
Errors were encountered while processing:
debconf
nowhere:~/foo# apt-get install -f
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 1599 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
dpkg: dependency problems prevent configuration of hotplug:
hotplug depends on debconf (>= 0.2.26); however:
Package debconf is not configured yet.
dpkg: error processing hotplug (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
debconf
hotplug
E: Sub-process /usr/bin/dpkg returned an error code (1)
nowhere:~/foo# apt-get install -f debconf
Reading Package Lists... Done
Building Dependency Tree... Done
debconf is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 1624 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
dpkg: dependency problems prevent configuration of hotplug:
hotplug depends on debconf (>= 0.2.26); however:
Package debconf is not configured yet.
dpkg: error processing hotplug (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
debconf
hotplug
E: Sub-process /usr/bin/dpkg returned an error code (1)
nowhere:~/foo#
-
Joghurt
- Beiträge: 5244
- Registriert: 30.01.2003 15:27:31
- Wohnort: Hamburg
-
Kontaktdaten:
Beitrag
von Joghurt » 16.04.2005 23:55:45
Dein Python scheint defekt. Dieses Paket musst du neu installieren (apt-get --reinstall install)
-
gagamail
- Beiträge: 110
- Registriert: 21.08.2002 16:21:48
- Wohnort: wien
-
Kontaktdaten:
Beitrag
von gagamail » 17.04.2005 00:01:02
hi!
habe die python debs aus /var/cache/apt/archives gelöscht, damit er sie neu herunterladen muß und ein reinstall gemacht. das hat leider auch nichts geholfen. ausser ich habe etwas falsch gemacht dabei.
lg ,christian
Code: Alles auswählen
nowhere:/var/cache/apt/archives# ls pyth*
python2.3_2.3.5-1_i386.deb python_2.3.5-1_all.deb
nowhere:/var/cache/apt/archives# rm python*
nowhere:/var/cache/apt/archives# apt-get --reinstall install python
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 126kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://debian.inode.at testing/main python 2.3.5-1 [126kB]
Fetched 126kB in 0s (353kB/s)
(Reading database ... 40119 files and directories currently installed.)
Preparing to replace python 2.3.5-1 (using .../python_2.3.5-1_all.deb) ...
Unpacking replacement python ...
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 2012 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
dpkg: dependency problems prevent configuration of hotplug:
hotplug depends on debconf (>= 0.2.26); however:
Package debconf is not configured yet.
dpkg: error processing hotplug (--configure):
dependency problems - leaving unconfigured
Setting up python (2.3.5-1) ...
Errors were encountered while processing:
debconf
hotplug
E: Sub-process /usr/bin/dpkg returned an error code (1)
nowhere:/var/cache/apt/archives# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up debconf (1.4.30.13) ...
/var/lib/dpkg/info/debconf.postinst: line 84: 2039 Illegal instruction $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
dpkg: error processing debconf (--configure):
subprocess post-installation script returned error exit status 132
dpkg: dependency problems prevent configuration of hotplug:
hotplug depends on debconf (>= 0.2.26); however:
Package debconf is not configured yet.
dpkg: error processing hotplug (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
debconf
hotplug
E: Sub-process /usr/bin/dpkg returned an error code (1)
nowhere:/var/cache/apt/archives#
-
Joghurt
- Beiträge: 5244
- Registriert: 30.01.2003 15:27:31
- Wohnort: Hamburg
-
Kontaktdaten:
Beitrag
von Joghurt » 17.04.2005 00:40:44
Das Paket "python2.3"
-
gagamail
- Beiträge: 110
- Registriert: 21.08.2002 16:21:48
- Wohnort: wien
-
Kontaktdaten:
Beitrag
von gagamail » 17.04.2005 00:43:36
danke joghurt!
du bist der held der nacht
!!!
Code: Alles auswählen
nowhere:/var/cache/apt/archives# rm python*
nowhere:/var/cache/apt/archives# apt-get --reinstall install python2.3
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 2903kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://debian.inode.at testing/main python2.3 2.3.5-1 [2903kB]
Fetched 2903kB in 1s (2776kB/s)
(Reading database ... 40119 files and directories currently installed.)
Preparing to replace python2.3 2.3.5-1 (using .../python2.3_2.3.5-1_i386.deb) ...
Unpacking replacement python2.3 ...
Setting up debconf (1.4.30.13) ...
Setting up hotplug (0.0.20040329-22) ...
Installing new version of config file /etc/hotplug/net.agent ...
Setting up python2.3 (2.3.5-1) ...
Compiling python modules in /usr/lib/python2.3 ...
Compiling optimized python modules in /usr/lib/python2.3 ...
nowhere:/var/cache/apt/archives#
-
Ice2
- Beiträge: 6
- Registriert: 17.05.2005 09:35:26
-
Kontaktdaten:
Beitrag
von Ice2 » 17.05.2005 09:44:03
so, ich hab das hier ueber google gefunden, ich hab die gleiche fehlermeldung ( naja beinahe) , nur das ich nichts installieren kann:
Code: Alles auswählen
root@MERKUR:~# apt-get install python2.3-moinmoin
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
moinmoin-common
Vorgeschlagene Pakete:
miscfiles wordlist python2.3-4suite python2.3-gdchart python-gdchart python-4suite
Empfohlene Pakete:
python-moinmoin exim4 mail-transport-agent
Die folgenden NEUEN Pakete werden installiert:
moinmoin-common python2.3-moinmoin
0 aktualisiert, 2 neu installiert, 0 zu entfernen und 84 nicht aktualisiert.
Es müssen 1309kB Archive geholt werden.
Nach dem Auspacken werden 16,4MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n]
Hole:1 http://ftp.de.debian.org testing/main moinmoin-common 1.3.4-3 [728kB]
Hole:2 http://ftp.de.debian.org testing/main python2.3-moinmoin 1.3.4-3 [580kB]
Es wurden 1309kB in 11s geholt (111kB/s)
Wähle vormals abgewähltes Paket moinmoin-common.
(Lese Datenbank ... dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/moinmoin-common_1.3.4-3_all.deb (--unpack):
files list file for package `locales' is missing final newline
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/moinmoin-common_1.3.4-3_all.deb
Bearbeitung wurde angehalten, da zu viele Fehler auftraten.
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@MERKUR:~#
so, ich hab keine ahnung wie ich mir helfen kann, bin auch noch nich so lange bei linux. habs schon mit den sachen die hier standen ausprobiert, aber hat nich gefunzt
-
rolo
- Beiträge: 2697
- Registriert: 29.08.2002 12:12:25
- Lizenz eigener Beiträge: neue BSD Lizenz
- Wohnort: hannover
Beitrag
von rolo » 17.05.2005 10:17:41
hi und willkommen im debianforum,
ein gut gemeinter tip:
mach besser einen eigenen thread auf, und wärm diesen doch schon älteren und vielleicht auch doch mit anderem gehalt nicht neu auf. poste dort doch bitte mal deine /etc/apt/sources.list. hast du eventuell verschiedene debian versionen gemischt?
bis denn
Zuletzt geändert von
rolo am 17.05.2005 10:20:13, insgesamt 1-mal geändert.
-
Ice2
- Beiträge: 6
- Registriert: 17.05.2005 09:35:26
-
Kontaktdaten:
Beitrag
von Ice2 » 17.05.2005 10:19:44
ich hab da irgendwie datum 16.5 gelesen^^ x)
-
rolo
- Beiträge: 2697
- Registriert: 29.08.2002 12:12:25
- Lizenz eigener Beiträge: neue BSD Lizenz
- Wohnort: hannover
Beitrag
von rolo » 17.05.2005 10:23:58
17.04
macht ja nix, aber hält die themen besser zusammen und vielleicht erhälst du eher eine antwort. jeder der jetzt antworten will, muß ja den ganzen thread nochmal durchgehen um den anschluss zu finden, falls es einen gibt. ich hab meinen post oben nochmal bearbeitet.
-
Ice2
- Beiträge: 6
- Registriert: 17.05.2005 09:35:26
-
Kontaktdaten:
Beitrag
von Ice2 » 17.05.2005 10:26:12
Code: Alles auswählen
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
# Stable Sources
#deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
#deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free
# Testing Sources
#deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
#deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free
# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
# Unstable Sources
#deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
#deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
# Experimental
deb http://ftp.de.debian.org/debian ../project/experimental main contrib non-free
# Experimental Sources
so, hab schon einen neuen thread aufgemacht, aber ich denke mal das is jetz nich so schlimm
-
Joghurt
- Beiträge: 5244
- Registriert: 30.01.2003 15:27:31
- Wohnort: Hamburg
-
Kontaktdaten:
Beitrag
von Joghurt » 17.05.2005 10:56:08
Ice2 hat geschrieben: Code: Alles auswählen
files list file for package `locales' is missing final newline
Auch hier ist mit der Datenbank etwas nicht in Ordnung. Bei viel Bandbreite schau mal im Wiki unter "complete Reinstall" oder so ähnlich nach. Vorher kannst du aber folgendes machen
Code: Alles auswählen
# rm /var/lib/dpkg/info/locales.lst #(defekte) Dateiliste des Paketes locales löschen
#apt-get --reinstall install locales #Paket neu installieren, um Paketliste wiederzubekommen