Die Suche ergab 10 Treffer

von malte.gerth
17 Sep 2025, 09:31
Forum: Kritik, Anregungen und Wünsche
Thema: Download Server melden nur 404 Fehler
Antworten: 1
Zugriffe: 1753

Download Server melden nur 404 Fehler

Hallo,

die Download Server melden aktuell nur einen Fehler 404. Ist die Struktur verändert worden oder nur eine temporäre Störung?
von malte.gerth
29 Jun 2025, 16:12
Forum: Freier Support
Thema: CI Anpassung opsi-client-agent
Antworten: 1
Zugriffe: 4512

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 ...
von malte.gerth
28 Jun 2025, 10:44
Forum: Bugs
Thema: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
Antworten: 4
Zugriffe: 11022

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

Code: Alles auswählen

https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids
Die anderen Skripte sind wohl noch vor der Änderung erstellt worden.
von malte.gerth
28 Jun 2025, 10:37
Forum: Bugs
Thema: create_driver_links.py - Download der PCI ID Liste verweist auf veraltete URL
Antworten: 4
Zugriffe: 11022

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 ...
von malte.gerth
25 Jun 2025, 13:36
Forum: Bugs
Thema: opsi-cli selects product groups for client actions
Antworten: 1
Zugriffe: 20344

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 filter ...
von malte.gerth
20 Jun 2025, 16:18
Forum: Freier Support
Thema: For-Schleife mit Aufruf eigener Funktion mit Parameterübergabe -> Parameter illegal String?
Antworten: 4
Zugriffe: 7462

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")
isFatalError "Could not detect ...
von malte.gerth
12 Jun 2025, 00:37
Forum: Bugs
Thema: opsi-cli uninstall tries uninstall multiple times for same depot
Antworten: 1
Zugriffe: 9454

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 ...
von malte.gerth
06 Jun 2025, 18:26
Forum: Free Support
Thema: Connection Timeout for opsi-cli package install
Antworten: 4
Zugriffe: 10144

Re: Connection Timeout for opsi-cli package install

Thank you very much.

The latest version seems to be working.
von malte.gerth
06 Jun 2025, 14:28
Forum: Free Support
Thema: Connection Timeout for opsi-cli package install
Antworten: 4
Zugriffe: 10144

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 ...
von malte.gerth
05 Jun 2025, 18:06
Forum: Free Support
Thema: Connection Timeout for opsi-cli package install
Antworten: 4
Zugriffe: 10144

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 ...