autoInstall wird trotz false ausgeführt

Antworten
dark alex
Beiträge: 326
Registriert: 11 Mär 2015, 10:09

autoInstall wird trotz false ausgeführt

Beitrag von dark alex »

Hallo!

ich installiere gerade ein OPSI 4.2 als neues System (wir wollen die Gelegenheit nutzen um mal nen cleanup durchzuführen) und habe gerade ein sehr seltsames Problem:

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.2/stable/packages/windows/localboot/, opsi4.2/stable/packages/windows/netboot/
autoInstall = false
autoUpdate = true
autoSetup = false
; Set Proxy handler like: http://10.10.10.1:8080
proxy =
So sieht unsere repo-config aus, trotzdem lädt der updater immer sämtliche pakete in OPSI hinein.

Code: Alles auswählen

[...]
[5] [2021-09-23 15:27:24.980] [               ] win10-sysprep-app-update-blocker_4.2.0.0-1.opsi - download of package is required:  local package not found   (Updater.py:578)
[5] [2021-09-23 15:27:25.005] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:25.007] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:25.011] [               ] Setting rights on '/var/lib/opsi/repository/win10-sysprep-app-update-blocker_4.2.0.0-1.opsi.md5'   (Rights.py:232)
[5] [2021-09-23 15:27:25.022] [               ] windows10-upgrade_21h1-1.opsi - installation required: product 'windows10-upgrade' is not installed and auto install is set for repository 'uib_windows'   (Updater.py:588)
[5] [2021-09-23 15:27:25.022] [               ] windows10-upgrade_21h1-1.opsi - download of package is required:  local package not found   (Updater.py:578)
[5] [2021-09-23 15:27:25.729] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:25.731] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:25.771] [               ] Setting rights on '/var/lib/opsi/repository/windows10-upgrade_21h1-1.opsi.md5'   (Rights.py:232)
[5] [2021-09-23 15:27:25.902] [               ] opsi-client-agent_4.1.1.47-1.opsi - installation required: product 'opsi-client-agent' is not installed and auto install is set for repository 'uib_windows'   (Updater.py:588)
[5] [2021-09-23 15:27:25.903] [               ] opsi-client-agent_4.1.1.47-1.opsi - download of package is required:  local package not found   (Updater.py:578)
[5] [2021-09-23 15:27:29.565] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:29.567] [               ] Setting rights recursively on '/var/lib/opsi/repository'   (Rights.py:232)
[5] [2021-09-23 15:27:29.767] [               ] Setting rights on '/var/lib/opsi/repository/opsi-client-agent_4.1.1.47-1.opsi.md5'   (Rights.py:232)
^Croot@OpsiMaster:~# opsi-package-updater -v install
[5] [2021-09-23 15:29:21.277] [               ] opsi-wan-config-off_4.1.0-1.opsi - installation required: product 'opsi-wan-config-off' is not installed and auto install is set for repository 'uib_windows'   (Updater.py:588)
[5] [2021-09-23 15:29:21.278] [               ] opsi-client-agent_4.1.1.47-1.opsi - installation required: product 'opsi-client-agent' is not installed and auto install is set for repository 'uib_windows'   (Updater.py:588)
[5] [2021-09-23 15:29:21.492] [               ] jedit_5.5.0-6.opsi - installation required: product 'jedit' is not installed and auto install is set for repository 'uib_windows'   (Updater.py:588)
[5] [2021-09-23 15:29:21.493] [               ] jedit_5.5.0-6.opsi - download of package is required:  local package not found   (Updater.py:578)
^
[...]
Kann mir jemand sagen, was ich falsch mache?
dark alex
Beiträge: 326
Registriert: 11 Mär 2015, 10:09

Re: autoInstall wird trotz false ausgeführt

Beitrag von dark alex »

Ich hab gerade direkt mit dme Klick des Absenden-Buttons (nach ner Stunde Suche) meinen Fehler selbst gefunden...

Ich Depp hab "install" statt "update" benutzt. Ich hab nix gesagt.
Antworten