Die Suche ergab 2207 Treffer

von j.schneider
18 Jun 2026, 07:48
Forum: Freier Support
Thema: health-check monitoring mit Docker-Image funktioniert nicht
Antworten: 2
Zugriffe: 33

Re: health-check monitoring mit Docker-Image funktioniert nicht

Hallo,

ohne bash sind ein paar Umgebungsvariablen nicht gesetzt.
So sollte es funktionieren:

Code: Alles auswählen

docker exec opsi-docker-opsi-server-1 bash -l -c "opsiconfd health-check --format checkmk" 2>/dev/null
Das Docker-Image wird demnächst auf Debian 13 aktualisiert.

Grüße
Jan Schneider
von j.schneider
18 Jun 2026, 07:39
Forum: Freier Support
Thema: opsi-configed - Redis Warnung
Antworten: 7
Zugriffe: 465

Re: opsi-configed - Redis Warnung

Hallo,

es sollte keine Beschränkung hinsichtlich Sonderzeichen geben.
Es ist aber eine URL, daher bitte URL Encoding verwenden.

Grüße
Jan Schneider
von j.schneider
17 Jun 2026, 13:56
Forum: Freier Support
Thema: opsi-configed - Redis Warnung
Antworten: 7
Zugriffe: 465

Re: opsi-configed - Redis Warnung

Die Umgebungen in denen OPSI läuft sind zu unterschiedlich, um das automatisch zu ändern.
Deswegen haben wir es in den Health-Check eingebaut.

Grüße
Jan Schneider
von j.schneider
17 Jun 2026, 10:28
Forum: Freier Support
Thema: opsi-configed - Redis Warnung
Antworten: 7
Zugriffe: 465

Re: opsi-configed - Redis Warnung

Hallo,

im einfachsten Fall kann man folgendes verwenden:

redis.conf

Code: Alles auswählen

unixsocket /path/to/redis-server.sock
requirepass secret
opsiconfd.conf

Code: Alles auswählen

redis-internal-url = unix://default:secret@/path/to/redis-server.sock
Grüße
Jan Schneider
von j.schneider
16 Jun 2026, 07:31
Forum: Freier Support
Thema: Create admin user on a Windows server
Antworten: 1
Zugriffe: 56

Re: Create admin user on a Windows server

Hello,

from the documentation:
There is now a file docker-compose.yml in the opsi-server folder. Open this file with a text editor and look for the environment variable OPSI_ADMIN_PASSWORD. You will need the specified password for logging into the OPSI server as the adminuser user in subsequent ...
von j.schneider
12 Jun 2026, 14:09
Forum: News
Thema: OPSI 4.3 May 2026 Release
Antworten: 5
Zugriffe: 1350

Re: OPSI 4.3 May 2026 Release

Dear opsi community,

we are pleased to announce the official release of the latest version of opsi today.

This release includes a new opsiconfd that defaults back to using ` /var/lib/opsi/tmp ` as the temporary directory
to avoid problems during the installation of OPSI packages that can arise ...
von j.schneider
12 Jun 2026, 14:09
Forum: News
Thema: OPSI 4.3 Mai 2026 Release
Antworten: 14
Zugriffe: 3840

Re: OPSI 4.3 Mai 2026 Release

Liebe opsi-Community,

wir freuen uns, heute die offizielle Freigabe des neuesten opsi-Releases bekannt zu geben.

Dieses Releases bringt einen neuen opsiconfd der standardmäßig wieder ` /var/lib/opsi/tmp ` als temporäre Verzeichnis verwendet,
um Probleme bei der Installation von OPSI-Paketen zu ...
von j.schneider
12 Jun 2026, 12:38
Forum: Free Support
Thema: Can not install Win11-x64 - opsi:4.3
Antworten: 6
Zugriffe: 493

Re: Can not install Win11-x64 - opsi:4.3

The Client is using the TFTP (UDP) protocol to fetch files from the server.
This is most likely a networking problem between the client and the opsi server running as a docker container on Windows.
Get a TFTP client and manually try to fetch files from the opsi server.
For example:

# tftp 192.168 ...
von j.schneider
09 Jun 2026, 07:20
Forum: Free Support
Thema: Can not install Win11-x64 - opsi:4.3
Antworten: 6
Zugriffe: 493

Re: Can not install Win11-x64 - opsi:4.3

Hello,

you need to configure your DHCP server to provide PXE information to the network device (option 66 and 67).

https://docs.opsi.org/opsi-docs-en/4.3/ ... erver.html

Best regards
Jan Schneider
von j.schneider
02 Jun 2026, 09:43
Forum: Freier Support
Thema: [solved] No module named 'opsicommon'
Antworten: 6
Zugriffe: 725

Re: No module named 'opsicommon'

Hallo Jens,

das sieht jetzt danach aus, als würde der opsiconfd einfach nicht laufen.

Grüße
Jan