Fehler bei Client-Erstellung

Antworten
Christof
Beiträge: 9
Registriert: 02 Jul 2008, 16:00

Fehler bei Client-Erstellung

Beitrag von Christof »

Hey,
bei mir funktioniert die Client Erstellung nicht.
Wenn ich die benötigten Daten eingebe und auf anlegen klicke erscheint eine Fehlermeldung mit Backendmissingdataerror und maximum recursion depth exceeded.
Wäre schön wenn jemand mir helfen könnte.

(Opsi-depotserver version: 3.3)
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1828
Registriert: 29 Mai 2008, 15:14

Re: Fehler bei Client-Erstellung

Beitrag von j.schneider »

Hallo,

bitte die Log-Datei /var/log/opsi/opsiconfd/<client-ip>.log posten.
Dabei <client-ip> durch die IP-Adresse des Rechners ersetzten auf dem der Configeditor gestartet wurde.

Gruß
Jan Schneider
Christof
Beiträge: 9
Registriert: 02 Jul 2008, 16:00

Re: Fehler bei Client-Erstellung

Beitrag von Christof »

Hallo!

Vielen Dank für die schnelle Rückantwort :D

Anbei ein Auszug aus dem Log:

Code: Alles auswählen

(1) Jul 02 18:44:57      line 1271 in 'getPcpatchPassword' in file '/var/lib/python-support/python2.4/OPSI/Backend/File31.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 1271 in 'getPcpatchPassword' in file '/var/lib/python-support/python2.4/OPSI/Backend/File31.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 1271 in 'getPcpatchPassword' in file '/var/lib/python-support/python2.4/OPSI/Backend/File31.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 1094 in 'getOpsiHostKey' in file '/var/lib/python-support/python2.4/OPSI/Backend/File31.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 174 in 'openFile' in file '/var/lib/python-support/python2.4/OPSI/Backend/File.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 569 in 'debug' in file '/var/lib/python-support/python2.4/OPSI/Logger.py' (Logger.py|543)
(1) Jul 02 18:44:57      line 333 in 'log' in file '/var/lib/python-support/python2.4/OPSI/Logger.py' (Logger.py|543)
(1) Jul 02 18:44:57      ==>>> maximum recursion depth exceeded (opsiconfd|613)
(2) Jul 02 18:44:57 Failed to process rpc: maximum recursion depth exceeded (opsiconfd|617)
(2) Jul 02 18:44:57 Configured depotId 'POSOPSI01.opsinet.net' for host 'demo01.hagen.de.opsinet.net' not in list of known depotIds ['posopsi01.opsinet.net'] (opsiconfd|529)
(4) Jul 02 18:56:17 Client '127.0.0.1' did not send cookie (opsiconfd|271)
(4) Jul 02 18:56:17 New session created (opsiconfd|938)
(4) Jul 02 18:56:17 Authorization request from root@127.0.0.1 (opsiconfd|366)
(4) Jul 02 18:56:17 BackendManager created. (opsiconfd|403)
(2) Jul 02 18:56:17 Configured depotId 'POSOPSI01.opsinet.net' for host 'demo01.hagen.de.opsinet.net' not in list of known depotIds ['posopsi01.opsinet.net'] (opsiconfd|529)
(2) Jul 02 18:56:18 Directory '/var/lib/opsi/config/depots/posopsi01.opsinet.net/products' does not exist (File31.py|1569)
(2) Jul 02 18:56:18 Directory '/var/lib/opsi/config/depots/posopsi01.opsinet.net/products' does not exist (File31.py|1569)
(2) Jul 02 18:56:18 Directory '/var/lib/opsi/config/depots/posopsi01.opsinet.net/products' does not exist (File31.py|1569)
(2) Jul 02 18:57:13 The host 'demo01' uses the same hardware ethernet address (opsiconfd|529)
(2) Jul 02 18:57:13 Configured depotId 'POSOPSI01.opsinet.net' for host 'demo01.hagen.de.opsinet.net' not in list of known depotIds ['posopsi01.opsinet.net'] (opsiconfd|529)
Reicht das?
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1828
Registriert: 29 Mai 2008, 15:14

Re: Fehler bei Client-Erstellung

Beitrag von j.schneider »

Hallo,

bitte in der Datei /var/lib/opsi/config/global.ini folgendes ändern:

<< depotid = POSOPSI01.opsinet.net
>> depotid = posopsi01.opsinet.net

Gruß
Jan Schneider
Christof
Beiträge: 9
Registriert: 02 Jul 2008, 16:00

Re: Fehler bei Client-Erstellung

Beitrag von Christof »

vielen dank, jetzt läuft es ;)
Antworten