ich habe Probleme in einer Univention 2.4-2 Umgebung eine Opsi-Multidepot Setup einzurichten.
Die Installation von opsi4ucs und opsi4ucs-ldap-schema auf dem Master hat problemlos funktioniert. Ich kann auf die Konfigurationsoberfläche von opsi zugreifen und Clients anlegen.
Die Installation von opsi4ucs auf dem slave, der ebenfalls als Depotserver dienen soll, war etwas hakelig. Das Paket hat sich beschwert, dass die uid 983 nicht eindeutig ist, da bereits auf dem Master vorhanden. Ich habe den User opsiconfd dann manuell angelegt und danach lief die Installation ohne Probleme durch.
Wenn ich nun allerdings auf dem slave opsi-setup --register-depot ausführe, bekomme ich folgende Fehlermeldung, mit der ich leider nichts anfangen kann:
Code: Alles auswählen
root@hes-slave:~# opsi-setup --register-depot
[5] [Dez 08 13:17:55] Getting current system config (opsi-setup|70)
[5] [Dez 08 13:17:55] System information: (opsi-setup|120)
[5] [Dez 08 13:17:55] distributor : Univention (opsi-setup|121)
[5] [Dez 08 13:17:55] distribution : Univention Corporate Server 2.4-2-0 (golden beech) (opsi-setup|122)
[5] [Dez 08 13:17:55] ip address : 192.168.100.240 (opsi-setup|123)
[5] [Dez 08 13:17:55] netmask : 255.255.255.0 (opsi-setup|124)
[5] [Dez 08 13:17:55] subnet : 192.168.100.0 (opsi-setup|125)
[5] [Dez 08 13:17:55] broadcast : 192.168.100.255 (opsi-setup|126)
[5] [Dez 08 13:17:55] fqdn : depot.test.ucs (opsi-setup|127)
[5] [Dez 08 13:17:55] hostname : depot (opsi-setup|128)
[5] [Dez 08 13:17:55] domain : test.ucs (opsi-setup|129)
[5] [Dez 08 13:17:55] win domain : TEST (opsi-setup|130)
[5] [Dez 08 13:18:33] Creating depot 'depot.test.ucs' (opsi-setup|2384)
[2] [Dez 08 13:18:33] Traceback: (Logger.py|742)
[2] [Dez 08 13:18:33] line 94 in 'processResult' in file '/var/lib/python-support/python2.5/OPSI/Backend/JSONRPC.py' (Logger.py|742)
[2] [Dez 08 13:18:33] ==>>> Backend I/O error: {'desc': 'Insufficient access'} (error on server) (JSONRPC.py|98)
[2] [Dez 08 13:18:33] Traceback: (Logger.py|742)
[2] [Dez 08 13:18:33] line 3137 in '<module>' in file '/usr/bin/opsi-setup' (Logger.py|742)
[2] [Dez 08 13:18:33] line 3115 in 'main' in file '/usr/bin/opsi-setup' (Logger.py|742)
[2] [Dez 08 13:18:33] line 2385 in 'registerDepot' in file '/usr/bin/opsi-setup' (Logger.py|742)
[2] [Dez 08 13:18:33] line 1 in 'host_createObjects' in file '<string>' (Logger.py|742)
[2] [Dez 08 13:18:33] line 603 in '_jsonRPC' in file '/var/lib/python-support/python2.5/OPSI/Backend/JSONRPC.py' (Logger.py|742)
[2] [Dez 08 13:18:33] line 123 in 'execute' in file '/var/lib/python-support/python2.5/OPSI/Backend/JSONRPC.py' (Logger.py|742)
[2] [Dez 08 13:18:33] line 135 in 'waitForResult' in file '/var/lib/python-support/python2.5/OPSI/Backend/Backend.py' (Logger.py|742)
[2] [Dez 08 13:18:33] ==>>> Backend I/O error: {'desc': 'Insufficient access'} (error on server) (opsi-setup|3145)
Vielen Dank für jede Hilfe.
Mit freundlichen Grüßen,
Philip Reetz