bei der ausführung von "apt-get install opsi-depotserver" bekommeich immer die Fehlermeldung "ImportError: No module named dav" raus.
Ich versuche OPSI 3.3 aus den Repositories "deb http://download.uib.de/debian etch opsi3.3" auf ein Debian Lenny zu installieren. Ich gehe nach der Anleitung des Handbuches von OPSI.
Hier die schritte die ich bis her gemacht habe:
Code: Alles auswählen
apt-get install wget lsof host python-mechanize p7zip-full
apt-get install samba samba-common smbclient smbfs samba-doc
apt-get install mysql-server
Dann habe ich "deb http://download.uib.de/debian etch opsi3.3" eingefügt in meine sources.lst.
Code: Alles auswählen
apt-get update
apt-get remove tftpd
update-inetd --remove tftpd
apt-get install opsi-atftpd
apt-get install opsi-depotserver
apt-get install opsi-configed
Hier die komplette Ausgabe:
Code: Alles auswählen
opsi:~# apt-get install opsi-depotserver
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
opsi-depotserver ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 15 nicht aktualisiert.
4 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0B Plattenplatz zusätzlich benutzt.
Richte opsiconfd ein (2.0.0.8-1) ...
OK
update-rc.d: warning: /etc/init.d/opsiconfd missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Starting opsi config service..Traceback (most recent call last):
File "/usr/sbin/opsiconfd", line 47, in <module>
from twisted.web2.dav import static
ImportError: No module named dav
.......... (failed).
invoke-rc.d: initscript opsiconfd, action "start" failed.
dpkg: Fehler beim Bearbeiten von opsiconfd (--configure):
Unterprozess post-installation script gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von opsi-linux-bootimage:
opsi-linux-bootimage hängt ab von opsiconfd; aber:
Paket opsiconfd ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von opsi-linux-bootimage (--configure):
Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von opsipxeconfd:
opsipxeconfd hängt ab von opsi-linux-bootimage; aber:
Paket opsi-linux-bootimage ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von opsipxeconfd (--configure):
Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von opsi-depotserver:
opsi-depotserver hängt ab von opsi-linux-bootimage (>= 20080514); aber:
Paket opsi-linux-bootimage ist noch nicht konfiguriert.
opsi-depotserver hängt ab von opsiconfd (>= 2.0.0.4); aber:
Paket opsiconfd ist noch nicht konfiguriert.
opsi-depotserver hängt ab von opsipxeconfd (>= 0.3.2); aber:
Paket opsipxeconfd ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von opsi-depotserver (--configure):
Abhängigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
opsiconfd
opsi-linux-bootimage
opsipxeconfd
opsi-depotserver
E: Sub-process /usr/bin/dpkg returned an error code (1)
opsi:~#
ausgabe von dpkg -l | grep phyton
Code: Alles auswählen
opsi:~# dpkg -l | grep phyton
opsi:~#
Code: Alles auswählen
opsi:~# dpkg -l | grep opsi
ii opsi-atftpd 0.7.dfsg-1.4 advanced TFTP server - opsi version with pcre, fifo and max-bl
ii opsi-configed 1.3.1-3 OPSI config editor
iU opsi-depotserver 3.3-9 server fuer das Softwareverteilungssystem OPSI
iU opsi-linux-bootimage 20080826-1 Linux-Bootimage fuer das Softwareverteilungssystem OPSI
ii opsi-utils 3.3.0.10-1 OPSI utils
iF opsiconfd 2.0.0.8-1 OPSI configuration service
iU opsipxeconfd 0.3.4-1 OPSI PXE configuration daemon
ii python-opsi 3.3.0.24-1 OPSI python library
opsi:~#
Gruß,
vm