Well, thanks for the answer.
I try to reinstall... and it works...
sorry for the "noise" !
O.FERRE
Die Suche ergab 66 Treffer
- 13 Feb 2025, 17:44
- Forum: Free Support
- Thema: [SOLVED] Problem with opsi 4.3
- Antworten: 2
- Zugriffe: 13862
- 13 Feb 2025, 15:44
- Forum: Free Support
- Thema: [SOLVED] Problem with opsi 4.3
- Antworten: 2
- Zugriffe: 13862
[SOLVED] Problem with opsi 4.3
Hi all, I'm trying to upgrade from 4.2 to 4.3 ; I've got a problem with opsiconfd. For example, when I try to run this commad : opsiconfd setup I've got this error message opsicommon.exceptions.OpsiServiceConnectionError: Opsi service connection error: HTTPSConnectionPool(host='myipserver', port=444...
- 11 Jul 2023, 16:35
- Forum: Free Support
- Thema: [SOLVED] Problem to create new netboot product
- Antworten: 5
- Zugriffe: 4713
Re: Problem to create new netboot product
Hi All,
I just resolved this problem...
It was a mistake in my /etc/hosts file... I haven't got the good IP !
Sorry for the noise !
Olivier
I just resolved this problem...
It was a mistake in my /etc/hosts file... I haven't got the good IP !

Sorry for the noise !
Olivier
- 02 Jun 2023, 19:26
- Forum: Free Support
- Thema: [SOLVED] Problem to create new netboot product
- Antworten: 5
- Zugriffe: 4713
Re: Problem to create new netboot product
Hi,
and the strange, it's that I can install computer without problem (pxe boot and connection to opsiserver to get the netboot products).
No problem to connect to https://server:4447/rpc
Thanks
Olivier
and the strange, it's that I can install computer without problem (pxe boot and connection to opsiserver to get the netboot products).
No problem to connect to https://server:4447/rpc

Thanks
Olivier
- 02 Jun 2023, 16:35
- Forum: Free Support
- Thema: [SOLVED] Problem to create new netboot product
- Antworten: 5
- Zugriffe: 4713
Re: Problem to create new netboot product
Thanks for your reply. Yes, the opsiconfd service is running I've just restart the server. ● opsiconfd.service - opsi server daemon Loaded: loaded (/lib/systemd/system/opsiconfd.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2023-06-02 16:23:26 CEST; 9min ago Main PID: ...
- 02 Jun 2023, 08:20
- Forum: Free Support
- Thema: [SOLVED] Problem to create new netboot product
- Antworten: 5
- Zugriffe: 4713
Re: Problem to create new netboot product
Hi, for more information : I got the same problem when I try to install another product ! opsi-package-manager -i wipedisk_2.3-7.opsi or opsi-package-manager -i ubuntu22-04_4.2.0.1-13.opsi" But, there are few months, I was able to install win11-x64_4.2.0.3-6.opsi and win10-x64_4.2.0.3-6.opsi wi...
- 01 Jun 2023, 17:25
- Forum: Free Support
- Thema: [SOLVED] Problem to create new netboot product
- Antworten: 5
- Zugriffe: 4713
[SOLVED] Problem to create new netboot product
Hi all, I try to create a new netboot product opsi-package-manager --install win10-x64_4.2.0.3-6.opsi --new-product-id new_product And this is the error message. HTTPSConnectionPool(host='server_hostname', port=4447): Max retries exceeded with url: /rpc (Caused by NewConnectionError('<urllib3.connec...
- 31 Mär 2023, 11:51
- Forum: Free Support
- Thema: Bitlocker Question
- Antworten: 1
- Zugriffe: 2382
Re: Bitlocker Question
Hi, you can use a postinst powershell script : a command like this : Enable-BitLocker -MountPoint "c:" -EncryptionMethod XtsAes256 -UsedSpaceOnly -TpmProtector -SkipHardwareTest I think it is a critical operation ; be sure to backup the recoverypassword. And another thing : when I create a...
- 30 Mär 2023, 10:42
- Forum: Free Support
- Thema: Modify opsipxeconfd
- Antworten: 3
- Zugriffe: 2912
Re: Modify opsipxeconfd
Hi,
to be more precise, I would like to execute a script during the execution of opsi linux boot image
https://ibb.co/qkB6kmC
And after fill in the HostID.
Olivier
to be more precise, I would like to execute a script during the execution of opsi linux boot image
https://ibb.co/qkB6kmC
And after fill in the HostID.
Olivier
- 28 Mär 2023, 19:14
- Forum: Free Support
- Thema: Modify opsipxeconfd
- Antworten: 3
- Zugriffe: 2912
Re: Modify opsipxeconfd
Hi Mathias, Thanks for your answer. The script make a connection to a GLPI database to remove the packages list of a computer. After this, a postinst script install the fusioninventory agent on the computer and execute a contact. This script is useful in case of reinstallation of computer and to mak...