Seite 1 von 2

Windows 10 BUILD 1903

Verfasst: 22 Mai 2019, 14:56
von ittk
Die Win10 BUILD 1903 ist endlich offiziell released.

Aber es gibt anscheinend mit der unattended.xml specialize Sektion aus dem win10-x64 Paket 4.1.0.0-15 wohl Probleme, sodass es nicht mehr installiert wird.

Kann das jemand bestätigen?

Re: Windows 10 BUILD 1903

Verfasst: 22 Mai 2019, 17:37
von SisterOfMercy
Please look at this topic: viewtopic.php?f=7&t=11112

Re: Windows 10 BUILD 1903

Verfasst: 23 Mai 2019, 11:10
von n.wenselowski
Hi,

Aktualisiere dein Netboot-Produkt:

Code: Alles auswählen

opsi-package-updater --repo uib_windows_experimental --use-inactive-repo -v update win10-x64 win10

Re: Windows 10 BUILD 1903

Verfasst: 24 Mai 2019, 08:07
von ittk
Danke, hat funktioniert.
n.wenselowski hat geschrieben:Hi,

Aktualisiere dein Netboot-Produkt:

Code: Alles auswählen

opsi-package-updater --repo uib_windows_experimental --use-inactive-repo -v update win10-x64 win10

Re: Windows 10 BUILD 1903

Verfasst: 23 Jun 2019, 15:16
von a.ahindi
hi all ,

i try opsi-package-updater --repo uib_windows_experimental --use-inactive-repo -v update win10-x64 win10
but the command not worked (-bash: opsi-package-updater: command not found )
i try opsi-product-updater -i -vv and make an update and still the opsi-package-updater still not worked
also i read the manual
4.5. Install the Minimal opsi Products
To deploy software with opsi prepared packages exist. They contain amongst other things the agent that is required for managing clients.

It is possible to install the packages in automated or manual fashion. The automated way is recommended.

For this there is the tool opsi-package-updater. It will automatically retrieve current packages and then install them on the server. The configuration is made in the file /etc/opsi/opsi-package-updater.conf.

You should now download and install the opsi products with the command:

opsi-package-updater -v install
If the opsi-package-updater fails, it may be necessary to add a required proxy to the .repo configuration files under /etc/opsi/package-updater.repos.d/:

[repository_uib_windows]

proxy =
If you want to update installed packages sometime later you can use the following command:

opsi-package-updater -v update
More information on opsi-package-updater can be found in the manual.

and i cant find /etc/opsi/opsi-package-updater.conf file

Re: Windows 10 BUILD 1903

Verfasst: 24 Jun 2019, 07:56
von ThomasT
I assume you are still on opsi4.0, please check if there is a command called opsi-product-updater. If so, please update to 4.1 following the instructions in the release notes.

Re: Windows 10 BUILD 1903

Verfasst: 24 Jun 2019, 08:49
von a.ahindi
ThomasT hat geschrieben:I assume you are still on opsi4.0, please check if there is a command called opsi-product-updater. If so, please update to 4.1 following the instructions in the release notes.
yes i have opsi-product-updater
i do the updates

Code: Alles auswählen

opsi-package-updater -v install
i search in manual and find this command for the updates what should i do to update opsi to version 4.1

Re: Windows 10 BUILD 1903

Verfasst: 24 Jun 2019, 09:03
von ThomasT

Re: Windows 10 BUILD 1903

Verfasst: 24 Jun 2019, 09:39
von a.ahindi
i do the steps but when i run

Code: Alles auswählen

apt install opsi-server

i get
The following packages have unmet dependencies:
opsi-server : Depends: opsiconfd (>= 4.1.1) but 4.0.7.13-1 is to be installed
E: Unable to correct problems, you have held broken packages.

Re: Windows 10 BUILD 1903

Verfasst: 24 Jun 2019, 10:15
von m.radtke
Hi
install

Code: Alles auswählen

opsi-depotserver
first and then

Code: Alles auswählen

opsi-server


Cheers
Mathias