Ubuntu Fehlermeldung

McMatze

Enthusiast
Thread Starter
Mitglied seit
14.05.2005
Beiträge
275
Ort
Bremen
Hi!
Erstmal sorry, wenn ich dieses Thema in den falschen Bereich gepostet haben sollte, weiß aber nicht, wo ich das sonst posten soll.

Also, zum Thema:
Soll für die Arbeit eine LDAP-Anbindung machen.
Habe mir dazu auch schon ein passendes Tutorial rausgesucht.

Aber wenn ich folgendes eingebe (gleich der erste Befehl aus dem HowTo)
Code:
# apt-get install make gcc gcc++ gengetopt libpopt-dev python-crypto
bekomme ich schon eine Fehlermeldung:
Reading package lists... Done
Building dependency tree... Done
make is already the newest version.
gcc is already the newest version.
gcc is already the newest version.
gengetopt is already the newest version.
libpopt-dev is already the newest version.
python-crypto is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up slapd (2.2.26-5ubuntu2.4) ...
Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.2... done.
Starting OpenLDAP: (db4.2_recover not found), slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).

Below, you can find the command line options used by this script to
run slapd and slurpd. Do not forget to specify those options if you
want to look to debugging output:
slapd -4
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error processing slapd (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Was habe ich falsch gemacht? Kann es sein, dass ich da schon einmal slapd installiert habe und das jetzt nicht zusammen funktioniert?
Ich bin am verzweifeln... :(
Kann mir BITTE jemand helfen? Danke...
 
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
lass... jedenfalls auf nem produktivsystem. wer nichtmal weisz, was apt tut, sollte die finger von produktivsystemen lassen, bis er es weisz. so long... 'man apt'
 
1. Eine prinzipielle Empfehlung. Wenn man Pakete erst saugen muss zunächst einen
Code:
apt-get -d install PAKET
laufen lassen. Dann werden die erforderlichen Pakete zunächst NUR downgeloadet. Mehr zu apt-get unter
Code:
man apt-get

2. Ich kenne ldap nicht, aber falls das ein Dienst ist und er (vielleicht) schon installiert ist, solltest du vorher unbedingt den Dienst mit
Code:
/etc/init.d/(s)ldap(d) stop
beenden.

3. Dass du tatsächlich NUR die erste Befehlszeile deiner Anleitung angegeben hast ist seltsam bei dem Output, weil er hier
Setting up slapd (2.2.26-5ubuntu2.4) ...
definitiv slapd versucht zu installieren.

4. Versuch mal folgendes
Code:
apt-get -d install make gcc gcc++ gengetopt libpopt-dev python-crypto slapd ldap-utils
apt-get install make
apt-get install gcc
apt-get install gcc++
apt-get install gengetopt
apt-get install libpopt-dev
apt-get install python-crypto
apt-get install slapd ldap-utils

5. Schau dich mal auf www.debianforum.de um. Ist zwar Ubuntu was du nutzt, aber ich kenne keine Ubuntuforen.

HTH
 
apt-get -d install make gcc gcc++ gengetopt libpopt-dev python-crypto slapd ldap-utils
apt-get install make
apt-get install gcc
apt-get install gcc++
apt-get install gengetopt
apt-get install libpopt-dev
apt-get install python-crypto

das ist sinnfrei. Die Tool sind ja drauf und uptodate. Hast Du genügen Rechte für diese Operationen?
 
Eigentlich habe ich volle Root-Rechte, also dementsprechend auch alle Rechte...
Hinzugefügter Post:
Ein Nachtrag:
Habe den Befehl
Code:
# dpkg-reconfigure slapd
ausprobiert. Und da bekomme ich die Fehlermeldung
/usr/sbin/dpkg-reconfigure: slapd is broken or not fully installed
Wie kann ich das denn deinstallieren bzw. neu installieren?
 
Zuletzt bearbeitet:
*heul*

Ich verzweifle. Das mit dem deinstallieren hat geklappt (danke für den Link ;)). Aber wenn ich danach dann slapd neusinstallieren möchte, bekomme ich wieder die altbekannte Fehlermeldung... :(
 
Poste bitte nochmal genau welche Befehle du zum deinstallieren verwendet hast und die Fehlermeldung.
 
Also:
Erster Befehl:
Code:
# apt-get remove slapd -s
Ausgabe:
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
slapd
0 upgraded, 0 newly installed, 1 to remove and 12 not upgraded.
1 not fully installed or removed.
Remv slapd [2.2.26-5ubuntu2.4]

Zweiter Befehl:
Code:
# apt-get remove slapd
Ausgabe:
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
slapd
0 upgraded, 0 newly installed, 1 to remove and 12 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 2462kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 18111 files and directories currently installed.)
Removing slapd ...
Stopping OpenLDAP: slapd.

Dann versuche ich neu zu installíeren:
Code:
# apt-get install slapd ldap-utils
Ausgabe:
Reading package lists... Done
Building dependency tree... Done
ldap-utils is already the newest version.
Recommended packages:
db4.2-util
The following NEW packages will be installed:
slapd
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B/873kB of archives.
After unpacking 2462kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package slapd.
(Reading database ... 18008 files and directories currently installed.)
Unpacking slapd (from .../slapd_2.2.26-5ubuntu2.4_i386.deb) ...
Setting up slapd (2.2.26-5ubuntu2.4) ...
Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.2... done.
Starting OpenLDAP: (db4.2_recover not found), slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).

Below, you can find the command line options used by this script to
run slapd and slurpd. Do not forget to specify those options if you
want to look to debugging output:
slapd -4
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error processing slapd (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)
So, das sollte es gewesen sein.


Sollte ich nicht vllt gleich den ganzen Rouer neukonfigurieren?! -.-
 
'Probier mal
apt-get install slapd --fix-missing

Hab aber nachgelsen das ist ein bekannter bug wo es noch keine lösung offiezell für gibt
Ich nix verstehn auf der japanischen seite aber du muss vieleicht mal
/etc/ldap/slapd.conf anpassen ode4r erstellen und dann
dpkg --pending --configure
und nochmal probieren
 
Zuletzt bearbeitet:
Wie soll ich die denn anpassen? Was soll ich da denn eintragen? ...
 
Also mit deinem "HowTo" komme ich irgendwie auch nciht weiter.

Bei
Code:
# dpkg-reconfigure slapd
bekomme ich nur die Fehlermeldung
/user/sbin/dpkg-reconfigure: slapd is broken or not fully installed


Mitlerweile bin ich echt verzweifelt. Egal ob ich update, upgrade oder install mache, immer kommt am Ende diese Fehlermeldung:
Setting up slapd (2.2.26-5ubuntu2.4) ...
Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.2... done.
Starting OpenLDAP: (db4.2_recover not found), slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).

Below, you can find the command line options used by this script to
run slapd and slurpd. Do not forget to specify those options if you
want to look to debugging output:
slapd -4
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error processing slapd (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
Zuletzt bearbeitet:
Was ist denn "angeblich" installiert:
Code:
dpkg -l "*" | grep slap

Geht ein deinstallieren?
Code:
apt-get remove slapd --purge (-s)
Wenn das nicht tut, dann vielleicht
Code:
dpkg -r slapd --purge

Und danach ein
Code:
apt-get reinstall slapd
oder
Code:
apt-get -f install (slapd)

Das meiste von dem oben habe ich jetzt hier ergoogelt. Wichtig sind die Follow-Ups! Da hat nämlich
Ansonsten hilft es dir vielleicht, wenn du die Zeile
slapd slapd/dump_database_destdir string /var/backups/slapd-VERSION
in debconf-set-selections reinpumpst, um da manuell den default-Wert zu setzen.
zum Erfolg geführt.

HTH
 
Erstmal möchte ich bedanken für die viele Hilfe eurerseits.

@ Oberräuber
Wenn ich deinen ersten befehl eingebe, dann kommt die Fehlermeldung:
dpkg: unknown option -1
:(

EDIT: Habe einfach mal trotzdem zu deinstallieren. Hat auch geklappt. Habe slapd auch wieder neu installiert. Werde dann gleich mal versuchen, mit dem HowTo weiter zu kommen.

Aber erstmal GROßEN DANK!
 
Zuletzt bearbeitet:
Code:
# apt-get install slapd ldap-utils
Reading package lists... Done
Building dependency tree... Done
ldap-utils is already the newest version.
Recommended packages:
db4.2-util

The following NEW packages will be installed:
slapd
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B/873kB of archives.
After unpacking 2462kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package slapd.
(Reading database ... 18008 files and directories currently installed.)
Unpacking slapd (from .../slapd_2.2.26-5ubuntu2.4_i386.deb) ...
Setting up slapd (2.2.26-5ubuntu2.4) ...
Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.2... done.
Starting OpenLDAP: (db4.2_recover not found), slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).

Also nach dem da oben ist db4.2-util und damit auch db4.2_recover nur recommended und nicht dependend. Aber wäre ja ein Versuch wert zunächst
Code:
apt-get install db4.2-util
und danach
Code:
apt-get install slapd
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh