Die Suche ergab 1578 Treffer
- 13 Mär 2024, 15:11
- Forum: Freier Support
- Thema: Problem mit If Schleife Vergleich
- Antworten: 11
- Zugriffe: 4927
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...
- 12 Mär 2024, 18:15
- Forum: Bugs
- Thema: opsi paket matlab
- Antworten: 7
- Zugriffe: 5903
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: # ...
- 11 Mär 2024, 19:45
- Forum: Freier Support
- Thema: Wohin schickt der OPSI Agent die Daten?
- Antworten: 1
- Zugriffe: 1109
Re: Wohin schickt der OPSI Agent die Daten?
To the opsi server, where else? 

- 11 Mär 2024, 16:35
- Forum: Bugs
- Thema: opsi paket matlab
- Antworten: 7
- Zugriffe: 5903
Re: opsi paket matlab
Show the output of ls --hal
- 07 Mär 2024, 13:09
- Forum: Bugs
- Thema: opsi paket matlab
- Antworten: 7
- Zugriffe: 5903
Re: opsi paket matlab
Do you have enough rights on the directory the package is currently in?
- 01 Mär 2024, 14:23
- Forum: Freier Support
- Thema: Auto Setup für neue Clients
- Antworten: 18
- Zugriffe: 7347
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...
- 29 Feb 2024, 23:38
- Forum: Freier Support
- Thema: Auto Setup für neue Clients
- Antworten: 18
- Zugriffe: 7347
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...
- 29 Feb 2024, 03:49
- Forum: Freier Support
- Thema: Schriftenpaket
- Antworten: 10
- Zugriffe: 6205
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/...
- 28 Feb 2024, 12:59
- Forum: Freier Support
- Thema: [GELÖST] Nochmal: Grafana-Login
- Antworten: 10
- Zugriffe: 5007
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...
- 28 Feb 2024, 12:52
- Forum: Freier Support
- Thema: Client startet nicht in WinPE (SSD nicht in UEFI als Bootoption sichtbar)
- Antworten: 5
- Zugriffe: 1756
Re: Client startet nicht in WinPE (SSD nicht in UEFI als Bootoption sichtbar)
Because we supply two different domains with it. Now, why would you need two different windows netboot products for two different domains? If you are deploying a different version of windows, say 22h2 and some ltsc version, you can easily do this with one netboot product, by changing the imagename ...