Seite 1 von 1

[resolved] Error with opsi-package-updater

Verfasst: 30 Mär 2026, 14:30
von bourhis
Hi,

when I tried to update my package with "opsi-package-updater -v update" I have this error :
Opsi rpc error: Backend error: Failed to install package '/var/lib/opsi/repository/win11-x64_4.3.0.6-1.opsi' on depot 'bropsi.iutb.univ-brest.fr': Backend temporary error: Product 'win11-x64' currently locked on depot 'bropsi.iutb.univ-brest.fr', use argument 'force' to ignore (opsipackageupdater.py:455)

How to use this option 'force' ?
I try : 'opsi-package-updater -v update force' or '-force' or '--force' with no success.

Regards

Re: Error with opsi-package-updater

Verfasst: 31 Mär 2026, 16:20
von bourhis
Hi,

I found a solution; instead of running:

Code: Alles auswählen

opsi-package-updater -v update
I first downloaded the new version of the package, before forcing its installation:

Code: Alles auswählen

opsi-package-updater -v download
opsi-package-manager --force --install win11-x64_4.3.0.6-1.opsi
Regards