Ich habe noch etwas experimentiert. Meine uib-windows.repo sieht nun wie folgt aus:
Code: Alles auswählen
; This repository provides products for deploying and managing Microsoft
; Windows clients with opsi.
[repository_uib_windows]
description = opsi Windows Support
active = true
baseUrl = http://download.uib.de
dirs = opsi4.1/stable/packages/windows/localboot/, opsi4.1/stable/packages/windows/netboot/
autoInstall = false
autoUpdate = true
autoSetup = false
; Set Proxy handler like: http://10.10.10.1:8080
proxy =
; Comma separated list of productIds that will be updated
; If a product package file matches this regular expression it will be downloaded.
; Regular Expressions made under excludes can override anything under this.
includeProductIds =
; Comma separated list of regular expressions
; If a product package file matches one of these regular expressions it will not be downloaded
excludes = ^win7.*
In der Auflistung der Pakete mit folgendem Befehl FEHLEN dann auch alle Win7-Pakete
Wenn ich jedoch alle Win7-Pakete entferne
In welch
und anschliessend
sind sie wieder installiert worden.
In der /var/log/opsi/opsi-package-updater-log findet sich dann folgendes:
Code: Alles auswählen
Sep 01 12:42:04 [notice] win7-x64-captured_4.1.0.1-14.opsi - installation required: product 'win7-x64-captured' is not installed and ]auto install is set for repository 'uib_windows' (Updater.py|192)
Sep 01 12:42:04 [notice] Setting rights on directory u'/var/lib/opsi/repository' (Rights.py|117)
autoInstall steht für dieses Repo jedoch auf FALSE. Zmindest steht es so im uib-windows.repo das Log sagt aber etwas anderes
Wo ist mein Fehler? Hoffentlich ist es meiner...
Regards