Die Suche ergab 9 Treffer
- 29 Jun 2025, 16:12
- Forum: Freier Support
- Thema: CI Anpassung opsi-client-agent
- Antworten: 1
- Zugriffe: 3995
CI Anpassung opsi-client-agent
Nach Anpassungen von Grafiken im Verzeichnis /var/lib/opsi/depot/opsi-client-agent/files/custom/ lässt sich der opsi-client-agent auf den Clients nicht mehr installieren. Es kommt eine Fehlermeldung, dass der MD5 Hashsum Check fehlschlägt. Was ja auch richtig ist, da sich die Grafiken geändert haben...
- 28 Jun 2025, 10:44
- Forum: Bugs
- Thema: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
- Antworten: 4
- Zugriffe: 6412
Re: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
Ich sehe gerade, das in neueren Versionen die URL wohl schon angepasst wurde
Die anderen Skripte sind wohl noch vor der Änderung erstellt worden.
Code: Alles auswählen
https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids
- 28 Jun 2025, 10:37
- Forum: Bugs
- Thema: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
- Antworten: 4
- Zugriffe: 6412
Re: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
Ich habe bei mir aktuell die selbe Situation. Sowohl vom Server als auch direkt auf meinem Rechner kann ich die URL nicht abrufen. Das Projekt nutzt jetzt andere URLs die in dem Skript hinterlegt werden sollten. https://github.com/pciutils/pciids/raw/refs/heads/master/pci.ids def link(): with cd(DST...
- 25 Jun 2025, 13:36
- Forum: Bugs
- Thema: opsi-cli selects product groups for client actions
- Antworten: 1
- Zugriffe: 9314
opsi-cli selects product groups for client actions
If I'm running a client action using the " --client-groups " filter/selection, not only the clients of the groups get selected, but also all products/packages. This results in an error message which is quite confusing. From my point of view, only client groups should be used for this filte...
- 20 Jun 2025, 16:18
- Forum: Freier Support
- Thema: For-Schleife mit Aufruf eigener Funktion mit Parameterübergabe -> Parameter illegal String?
- Antworten: 4
- Zugriffe: 6922
Re: For-Schleife mit Aufruf eigener Funktion mit Parameterübergabe -> Parameter illegal String?
Hallo, ich habe hier genau das selbe Problem. ; detect the device ID by driver description ; ------------------------------------------ if ($DeviceID$ = "NONE") for %deviceToCheck% = "1" to "9" do Sub_set_device_id_by_driver_description if ($DeviceID$ = "NONE"...
- 12 Jun 2025, 00:37
- Forum: Bugs
- Thema: opsi-cli uninstall tries uninstall multiple times for same depot
- Antworten: 1
- Zugriffe: 4956
opsi-cli uninstall tries uninstall multiple times for same depot
If I run the `opsi-cli package uninstall` command, the multiple depots, the same/first depots is used multiple times, causing the uninstall to fail. Running the command only for a single depot is completed. root@opsi:~# opsi-cli package uninstall --depots opsi-depot-nz.moll-nz.lan,opsi-depot-strasbo...
- 06 Jun 2025, 18:26
- Forum: Free Support
- Thema: Connection Timeout for opsi-cli package install
- Antworten: 4
- Zugriffe: 5155
Re: Connection Timeout for opsi-cli package install
Thank you very much.
The latest version seems to be working.
The latest version seems to be working.
- 06 Jun 2025, 14:28
- Forum: Free Support
- Thema: Connection Timeout for opsi-cli package install
- Antworten: 4
- Zugriffe: 5155
Re: Connection Timeout for opsi-cli package install
Thanks for the quick response. I'm sorry, but the self upgrade didn't solved the write timeout issue. $ opsi-cli self upgrade --branch=experimental Downloading opsi-cli from 'https://tools.43.opsi.org/experimental/opsi-cli-linux-x64.run'. Downloading opsi-cli... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
- 05 Jun 2025, 18:06
- Forum: Free Support
- Thema: Connection Timeout for opsi-cli package install
- Antworten: 4
- Zugriffe: 5155
Connection Timeout for opsi-cli package install
If we are trying to install a package to a remote depot using opsi-cli , we are getting nearly instant timeouts. opsi-cli package install --depots ${OPSI_DEPOT} dist/${PRODUCT_NAME}_${PRODUCT_VERSION}-${PACKAGE_VERSION}.opsi Analyzing 1 package... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00 Uploadi...