Die Suche ergab 21 Treffer

von siil-itman
25 Feb 2026, 12:54
Forum: Free Support
Thema: Password protection measures on Windows Clients
Antworten: 0
Zugriffe: 16291

Password protection measures on Windows Clients

I need to apply certain settings to non-domain systems on a remote site, namely

Min Password Length
Password History
Max Password Age
Account Lockout threshold
Screensaver policy

I'm looking at the config-win10 and microsoft-windows-policies and can't see those settings in there (let me ...
von siil-itman
25 Feb 2026, 11:42
Forum: Free Support
Thema: Product on Depots: Warning
Antworten: 2
Zugriffe: 7602

Re: Product on Depots: Warning

The problem has cleared overnight so it looks like the cron job has done it. I won't be in so much of a rush next time!
von siil-itman
24 Feb 2026, 08:31
Forum: Free Support
Thema: Product on Depots: Warning
Antworten: 2
Zugriffe: 7602

Product on Depots: Warning

WARNING - Product 'opsi-configed' is outdated on depot 'opsi.**'. Installed version '4.3.19.3-1' < available version '4.3.19.5-1'.

When I check in /var/lib/opsi/repository I'm seeing the files for 4.3.19.3-1
Initially I ran
opsi-ackage-updater -v update
That reports "no new packages available"

I ...
von siil-itman
23 Feb 2026, 10:10
Forum: Free Support
Thema: opsiconfd.service fails after update
Antworten: 2
Zugriffe: 7766

Re: opsiconfd.service fails after update

Thank you, that fixed it.
von siil-itman
23 Feb 2026, 09:02
Forum: Free Support
Thema: opsiconfd.service fails after update
Antworten: 2
Zugriffe: 7766

opsiconfd.service fails after update

Just applied the update for opsiconfd to v4.3.49.7-1
After the update the service fails on startup


Feb 23 10:53:48 systemd[1]: opsiconfd.service: Main process exited, code=exited, status=1/FAILURE
Feb 23 10:53:47 opsi.siil.com.qa opsiconfd[633098]: NameError: name 'hybrid' is not defined
Feb 23 ...
von siil-itman
11 Feb 2026, 14:17
Forum: Free Support
Thema: Remote Opsi
Antworten: 11
Zugriffe: 14842

Re: Remote Opsi

I will look into the "intro support".
For the item 4, I've found the logs on the system and I'm seeing a recurring [3] entry
Connection to opsi service https://***:4447 failed:
Opsi service verification error:
Max tries exceeded with url: /rpc certificate verify failed:
unable to get local ...
von siil-itman
11 Feb 2026, 12:13
Forum: Free Support
Thema: Remote Opsi
Antworten: 11
Zugriffe: 14842

Re: Remote Opsi

Herr Schneider, hoping for a bit more clarification
We now have the following setup
Opsi-config server at head office - client is showing as connected and I can push out software to this system
Opsi-depot server at remote site connected via IPSec tunnel - client is showing as connected but when I ...
von siil-itman
08 Feb 2026, 08:26
Forum: Free Support
Thema: Remote Opsi
Antworten: 11
Zugriffe: 14842

Re: Remote Opsi

ok, my mistake in the proxy setup

I removed
listen 4447;

changed
listen 443 ssl;
to
listen 4447 ssl;
It now works!
von siil-itman
05 Feb 2026, 14:40
Forum: Free Support
Thema: Remote Opsi
Antworten: 11
Zugriffe: 14842

Re: Remote Opsi

I've setup our opsi to route from outside via our reverse proxy (nginx) but the external agents are not able to connect.

I'm seeing the traffic hit the reverse proxy but it's not going past the reverse proxy.
This is my conf file for the connection

server {
listen 4447;
server_name opsi.example ...
von siil-itman
04 Feb 2026, 07:20
Forum: Free Support
Thema: Remote Opsi
Antworten: 11
Zugriffe: 14842

Re: Remote Opsi

Cleared the errors, had a typo in the opsiconfd.conf :shock: