Die Suche ergab 1549 Treffer

von SisterOfMercy
13 Mär 2024, 16:20
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 1221

Re: Problem mit If Schleife Vergleich

Comapring a stringlist with a string seems no to be a problem reffering to the opsi reference card or i missread something. I first splitted my string and took it from 0 to 3 but it doesn't help, when your multivalue on String 0 can be a random value from the multivalue list in opsi-configed. You m...
von SisterOfMercy
13 Mär 2024, 15:11
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 1221

Re: Problem mit If Schleife Vergleich

You are comparing a StringList with a String. This is probably causing the syntax error. I think you need one of the functions here: https://docs.opsi.org/opsi-docs-en/4.3/opsi-script-manual/prim-section.html#opsi-script-stringlist-transform For instance, the getSubListByContaining function. If ther...
von SisterOfMercy
12 Mär 2024, 18:15
Forum: Bugs
Thema: opsi paket matlab
Antworten: 7
Zugriffe: 1507

Re: opsi paket matlab

I see a directory, but you have a complete .opsi package? Try copying the .opsi file to /var/lib/opsi/workbench/ If you don't have that directory you must be running a very old version of opsi. Anyway, if the .opsi file is in a location that opsi considers its own, you should be able to run this: # ...
von SisterOfMercy
11 Mär 2024, 19:45
Forum: Freier Support
Thema: Wohin schickt der OPSI Agent die Daten?
Antworten: 1
Zugriffe: 707

Re: Wohin schickt der OPSI Agent die Daten?

To the opsi server, where else? :?:
von SisterOfMercy
11 Mär 2024, 16:35
Forum: Bugs
Thema: opsi paket matlab
Antworten: 7
Zugriffe: 1507

Re: opsi paket matlab

Show the output of ls --hal
von SisterOfMercy
07 Mär 2024, 13:09
Forum: Bugs
Thema: opsi paket matlab
Antworten: 7
Zugriffe: 1507

Re: opsi paket matlab

Do you have enough rights on the directory the package is currently in?
von SisterOfMercy
01 Mär 2024, 14:23
Forum: Freier Support
Thema: Auto Setup für neue Clients
Antworten: 16
Zugriffe: 677

Re: Auto Setup für neue Clients

Ne genau das tut es nicht Wenn man in opsi-client-agent beim setup_after_install z.b. windomain hinzufügt und es dann ein update von opsi-client-agent gibt dann wird der client-agent auf setup gesetzt und danach wird wieder windomain ausgeführt. It is different when you use a metapackage. The metap...
von SisterOfMercy
29 Feb 2024, 23:38
Forum: Freier Support
Thema: Auto Setup für neue Clients
Antworten: 16
Zugriffe: 677

Re: Auto Setup für neue Clients

Okay, das könnte in der Tat funktionieren. Muss mal schauen, wie wir seinerzeit die Abhängigkeiten in dem Meta-Paket definiert hatten. Das die Pakete, die das Meta-Paket dann triggert, nochmal installiert werden bei jedem zukünftigen OCA-Update wäre allerdings suboptimal. Danke trotzdem für den Den...
von SisterOfMercy
29 Feb 2024, 03:49
Forum: Freier Support
Thema: Schriftenpaket
Antworten: 9
Zugriffe: 2474

Re: Schriftenpaket

[Registry_Add_Font_Propertys] openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] set "Lato Black (TrueType)"=REG_SZ:"Lato-Black.ttf" Just don't bother with that. Use FontReg. So much easier when you have a shitton of fonts. http://code.kliu.org/misc/...
von SisterOfMercy
28 Feb 2024, 12:59
Forum: Freier Support
Thema: [GELÖST] Nochmal: Grafana-Login
Antworten: 9
Zugriffe: 438

Re: Nochmal: Grafana-Login

Der ServiceClient ist NICHT der Opsi-Server auf dem Grafana läuft. Es ist ein separater Linux-Rechner von dem aus wir alle Komponenten im Netz administireren. Uhm, don't you have a seperate login for that server then? I think that if you edit /etc/opsi/opsiconfd.conf that you should be able to go t...