Nach Opsi-Update Probleme mit Installation Win7

Antworten
eih
Beiträge: 39
Registriert: 09 Sep 2009, 14:21
Wohnort: Berlin

Nach Opsi-Update Probleme mit Installation Win7

Beitrag von eih »

Hallo allerseits,
seit des Updates von Opsi auf 4.0.6 funktioniert meine Win7-Installation nicht mehr. Es kommt recht schnell die Fehlermeldung
"Die Antwortdatei für die unbeaufsichtigte Installation enthält einen ungültigen Produkt Key." Nun arbeite ich schon ewig mit der selben unattend.xml
und verwende für alle Installationen den generischen KMS-Client-Key.

Code: Alles auswählen

nereos:/var/lib/opsi/depot/win7# dpkg -l | grep opsi
ii  opsi-atftpd                        0.7.dfsg-5                        amd64        advanced TFTP server - opsi version with pcre, fifo and max-blksize patches
ii  opsi-configed                      4.0.6.3.5.1-2                     all          OPSI config editor
ii  opsi-depotserver                   4.0.6.4-1                         all          opsi depotserver configuration package
ii  opsi-linux-bootimage               20150916-3                        amd64        opsi bootimage for netboot tasks.
ii  opsi-utils                         4.0.6.9-1                         all          utilites for working with opsi.
ii  opsiconfd                          4.0.5.3-4                         all          opsi configuration service
ii  opsipxeconfd                       4.0.5.5-2                         all          opsi pxe configuration daemon
ii  python-opsi                        4.0.6.28-1                        all          opsi python library

nereos:/var/lib/opsi/depot/win7# dpkg -l | grep samba
ii  samba                              2:3.6.6-6+deb7u5                  amd64        SMB/CIFS file, print, and login server for Unix
ii  samba-common                       2:3.6.6-6+deb7u5                  all          common files used by both the Samba server and client
ii  samba-common-bin                   2:3.6.6-6+deb7u5                  amd64        common files used by both the Samba server and client
ii  samba-doc                          2:3.6.6-6+deb7u5                  all          Samba documentation
Hat jemand eine Idee?
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Nach Opsi-Update Probleme mit Installation Win7

Beitrag von n.wenselowski »

Hi,

Rechte schon neu gesetzt?
Eventuell von Samba 3 auf 4 gewechselt?

Funktioniert die Vorlage von uib?


Gruß

Niko

Code: Alles auswählen

import OPSI
eih
Beiträge: 39
Registriert: 09 Sep 2009, 14:21
Wohnort: Berlin

Re: Nach Opsi-Update Probleme mit Installation Win7

Beitrag von eih »

Hi,
Die Rechte hatte ich gesetzt. Das half nicht.

Inzwischen habe ich eine Lösung gefunden. Es hat geholfen, alle Dateien in installfiles zu löschen und die Windows-Installationsdateien vom Original-ISO-Image neu in den Ordner zu packen.

Code: Alles auswählen

mkdir -p /tmp/installfiles
mount -o loop <iso-file> /tmp/installfiles
rmdir /var/lib/opsi/depot/win7/installfiles
cp -pr /tmp/installfiles  /var/lib/opsi/depot/win7/
umount <iso-file>
opsi-set-rights
Dann ging es auf einmal wieder.
Antworten