Client-Kiosk: nicht alle Produkte werden angezeigt

Antworten
joneuhauser
Beiträge: 4
Registriert: 22 Jul 2022, 15:58

Client-Kiosk: nicht alle Produkte werden angezeigt

Beitrag von joneuhauser »

Hallo,

ich habe testweise den opsi-client-kiosk bei mir eingerichtet. Allerdings werden mir nur die ersten 30 Pakete (in alphabetischer Reihenfolge) angezeigt. Ist das normal?

In /var/lib/opsi/config/productgroups.ini werden mir in der Gruppe "software-on-demand" alle Produkte angezeigt.

In viewtopic.php?p=49904 habe ich den Befehl

Code: Alles auswählen

opsi-admin -d method getKioskProductInfosForClient <mein-fqdn>
gefunden, um das Kiosk zu überprüfen. Der liefert aber eine Fehlermeldung

Code: Alles auswählen

$ opsi-admin -d method getKioskProductInfosForClient <mein-fqdn>
[3] [2022-07-25 14:23:07.809] [               ] No module named 'OPSI.Backend.Backend'   (<string>:46)
Traceback (most recent call last):
  File "<string>", line 26, in getKioskProductInfosForClient
  File "<string>", line 149, in _getSoftwareOnDemandGroups
ModuleNotFoundError: No module named 'OPSI.Backend.Backend'
[3] [2022-07-25 14:23:07.809] [               ] Failed to execute method getKioskProductInfosForClient <mein-fqdn>: Collecting kiosk data failed: No module named 'OPSI.Backend.Backend'   (opsiadmin.py:777)
Traceback (most recent call last):
  File "<string>", line 26, in getKioskProductInfosForClient
  File "<string>", line 149, in _getSoftwareOnDemandGroups
ModuleNotFoundError: No module named 'OPSI.Backend.Backend'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "opsiutils/opsiadmin.py", line 774, in execute
  File "opsiutils/opsiadmin.py", line 1202, in execute
  File "<string>", line 1, in getKioskProductInfosForClient
  File "OPSI/Backend/Base/Extended.py", line 126, in _executeMethod
  File "<string>", line 47, in getKioskProductInfosForClient
  

Code: Alles auswählen

$opsi-admin --version
4.2.0.165 [python-opsi=4.2.0.283]
Was mache ich falsch?
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: Client-Kiosk: nicht alle Produkte werden angezeigt

Beitrag von wolfbardo »

Bitte mittels

Code: Alles auswählen

opsi-package-updater -v update
das Paket

Code: Alles auswählen

 opsi-client-kiosk         4.1.1.16-11
aktualisieren (vgl: viewtopic.php?p=56785#p56785)

Gruss
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
Antworten