Seite 1 von 1
[GELÖST]opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 20 Apr 2011, 07:27
von Cherry
Guten Morgen,
ich habe gerade meinen Opsi Server upgedatet.
Jetzt lässt sich der opsiconfd nicht mehr starten.
/etc/init.d/opsiconfd start
Starting opsi config service..Traceback (most recent call last):
File "/usr/bin/opsiconfd", line 12, in <module>
from opsiconfd.opsiconfd import main
ImportError: No module named opsiconfd.opsiconfd
.......... (failed).
Kann ich das Modul irgendwo herunterladen?
danke
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 20 Apr 2011, 15:07
von Cherry
Nun kommt folgende Fehlermeldung beim Starten von opsiconfd:
/etc/init.d/opsiconfd start
Starting opsi config service..Traceback (most recent call last):
File "/usr/bin/opsiconfd", line 12, in <module>
from opsiconfd.opsiconfd import main
File "/usr/lib/pymodules/python2.6/opsiconfd/opsiconfd.py", line 71, in <module>
from OPSI.Backend.BackendManager import BackendManager
File "/usr/lib/pymodules/python2.6/OPSI/Backend/BackendManager.py", line 49, in <module>
from OPSI.Backend.JSONRPC import JSONRPCBackend
File "/usr/lib/pymodules/python2.6/OPSI/Backend/JSONRPC.py", line 53, in <module>
from OPSI.Util.HTTP import urlsplit, getSharedConnectionPool
File "/usr/lib/pymodules/python2.6/OPSI/Util/HTTP.py", line 42, in <module>
from httplib import HTTPConnection, HTTPSConnection, HTTPException, FakeSocket
ImportError: cannot import name HTTPSConnection
.......... (failed).
Hoffe mir kann wer helfen.
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 20 Apr 2011, 15:16
von ueluekmen
Hi,
was sagt denn
Falls debian/ubuntu.
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 20 Apr 2011, 15:21
von Cherry
Hallo,
opsi-atftpd 0.7.dfsg-1.4 advanced TFTP server - opsi version with pcre, fifo and max-blksize patches
ii opsi-configed 4.0.1.7-3 OPSI config editor
ii opsi-depotserver 4.0.1-6 opsi depotserver configuration package
ii opsi-linux-bootimage 20110117-1 Linux-Bootimage fuer das Softwareverteilungssystem OPSI
ii opsi-utils 4.0.1-3 opsi utils
ri opsiconfd 4.0.1-8 opsi configuration service
ii opsipxeconfd 4.0-1 opsi pxe configuration daemon
ii python-opsi 4.0.1-21 opsi python library
danke für die hilfe!
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 21 Apr 2011, 10:44
von Cherry
Zusatz: Es ist ein Debian Lenny
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 21 Apr 2011, 14:38
von d.oertel
Hi
und dann nochmal probieren ...
gruss
d.oertel
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 21 Apr 2011, 14:51
von Cherry
nach dem Update kommt leider folgender Fehler beim Starten des Dienstes opsiconfd:
/etc/init.d/opsiconfd start
Starting opsi config service..Traceback (most recent call last):
File "/usr/bin/opsiconfd", line 12, in <module>
from opsiconfd.opsiconfd import main
File "/usr/lib/pymodules/python2.6/opsiconfd/opsiconfd.py", line 71, in <module>
from OPSI.Backend.BackendManager import BackendManager
File "/usr/lib/pymodules/python2.6/OPSI/Backend/BackendManager.py", line 49, in <module>
from OPSI.Backend.JSONRPC import JSONRPCBackend
File "/usr/lib/pymodules/python2.6/OPSI/Backend/JSONRPC.py", line 53, in <module>
from OPSI.Util.HTTP import urlsplit, getSharedConnectionPool
File "/usr/lib/pymodules/python2.6/OPSI/Util/HTTP.py", line 42, in <module>
from httplib import HTTPConnection, HTTPSConnection, HTTPException, FakeSocket
ImportError: cannot import name HTTPSConnection
danke für Ihre hilfe
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 23 Apr 2011, 13:15
von d.oertel
Hi,
und nochmal probieren
gruss
d.oertel
Re: opsiconfd lässt sich nach update nicht mehr starten
Verfasst: 26 Apr 2011, 07:06
von Cherry
Danke, dadurch wurde das Problem gelöst.