Fehler bei OCA installation

Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: Fehler bei OCA installation

Beitrag von j.schneider »

Das ist eine seltsame Mischung aus File- und MySQL-Backend.
Das Haupt-Backend (.*) ist aber MySQL.
Das sollte helfen:

Code: Alles auswählen

backend_.*         : mysql, opsipxeconfd
host_.*            : mysql, opsipxeconfd
productOnClient_.* : mysql, opsipxeconfd
configState_.*     : mysql, opsipxeconfd
license.*	   : mysql
softwareLicense.*  : mysql
audit.* 	   : mysql
.*                 : mysql
fkrupp_PSO1
Beiträge: 7
Registriert: 15 Mär 2024, 13:04

Re: Fehler bei OCA installation

Beitrag von fkrupp_PSO1 »

Installation geht wieder. Danke dir.

dispatch.conf entsprechend angepasst
Folgende Befehle ausgeführt:

Code: Alles auswählen

opsi-setup --init-current-config
opsi-set-rights
systemctl restart opsiconfd.service
systemctl restart opsipxeconfd.service
Und nochmal:

Code: Alles auswählen

opsi-setup --cleanup-backend
Antworten