Die Suche ergab 140 Treffer

von bourhis
09 Apr 2026, 09:31
Forum: Free Support
Thema: [resolved] "opsi-client-agent": startup timeout issue ("Waiting for certified installer")
Antworten: 1
Zugriffe: 749

[resolved] "opsi-client-agent": startup timeout issue ("Waiting for certified installer")

Hello,

Since updating "opsi-client-agent" to version 4.3.17.10-1, it seems to regularly freeze on "Waiting for certified installer": it can take several minutes to start (after which everything works normally).

Is this a problem on my server or with this version of the client?
If it's a local ...
von bourhis
31 Mär 2026, 16:20
Forum: Free Support
Thema: [resolved] Error with opsi-package-updater
Antworten: 1
Zugriffe: 25599

Re: Error with opsi-package-updater

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
von bourhis
31 Mär 2026, 14:19
Forum: Free Support
Thema: [resolved] Problem with "invalid main GPT header" installing netboot product
Antworten: 1
Zugriffe: 5414

[resolved] Problem with "invalid main GPT header" installing netboot product

Hi,

when I try to install "win11-x64" netboot product, during the step "Create new partition table on /dev/sda", I frequently obtain this error message :

RuntimeError("Command '/usr/sbin/sgdisk --clear -g -p /dev/sda' failed (2):
Caution: invalid main GPT header, but valid backup; regenerating ...
von bourhis
30 Mär 2026, 14:30
Forum: Free Support
Thema: [resolved] Error with opsi-package-updater
Antworten: 1
Zugriffe: 25599

[resolved] Error with opsi-package-updater

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 ...
von bourhis
10 Mär 2026, 13:51
Forum: Free Support
Thema: Autodesk 2026 instalations
Antworten: 4
Zugriffe: 66120

Re: Autodesk 2026 instalations

Hi,

I don't have any problems installing AutoCAD 2026 except that, sometimes, the installer seems to freeze and I have to reboot the PC and manually set the installation status to "installed" (via "opsi-configed").

I'm performing a standard installation with:
setup.exe -q

Regards.
von bourhis
18 Nov 2025, 13:56
Forum: Free Support
Thema: Howto use a "winget" command via "Opsi" ?
Antworten: 2
Zugriffe: 45218

Re: Howto use a "winget" command via "Opsi" ?

Hi,

I tried this option without any more success...

Regards
von bourhis
12 Nov 2025, 09:28
Forum: Free Support
Thema: "windows_partition_size" is not taken care
Antworten: 3
Zugriffe: 46422

Re: "windows_partition_size" is not taken care

Hello,

Half of our PCs are configured for dual-booting with Windows and Linux. Since we started using Opsi (2011), I install Windows via Opsi with the following settings: "windows_partition_size" = "70%" and "data_partition_create" = "False". I then run the automatic Linux installation with Debian ...
von bourhis
05 Nov 2025, 14:18
Forum: Free Support
Thema: [resolved] opsi-package-updater ConnectionError
Antworten: 2
Zugriffe: 42944

Re: opsi-package-updater ConnectionError

I find the solution : the "dirs" parameter of "/etc/opsi/package-updater.repos.d/uib.repo" !

initialy I have :

dirs = opsi4.1/products/localboot, opsi4.1/products/netboot

and if I change it by :

dirs = opsi4.1/stable/packages/windows/localboot, opsi4.1/stable/packages/windows/netboot

that's ...
von bourhis
05 Nov 2025, 13:19
Forum: Free Support
Thema: [resolved] opsi-package-updater ConnectionError
Antworten: 2
Zugriffe: 42944

[resolved] opsi-package-updater ConnectionError

Hi,


opsi-package-updater -v update

return this error :

[3] [2025-11-05 13:11:29.130] [ ] Failed to connect to repository uib: 404 - (Updater.py:1384)
[3] [2025-11-05 13:11:29.136] [ ] Failed to connect to repository 'uib': 404 - (opsipackageupdater.py:457)
Traceback (most recent call last ...
von bourhis
05 Nov 2025, 11:22
Forum: Free Support
Thema: "windows_partition_size" is not taken care
Antworten: 3
Zugriffe: 46422

Re: "windows_partition_size" is not taken care

Hi,

I wanted to clarify that:
- If I check the "data_partition_create" parameter, it works: the "DATA" partition is correctly created using the unallocated disk space.

Regards.