Ich bin relativ neu bei opsi und habe einen opsi-Server via Docker deployed sowie einen Test-Client auf Windows 10, auch auf den Logs am Client gab es keine Fehler.
Die Installation lief problemlos, sobald ich aber hwaudit und swaudit auf dem Server auf setup stelle, hat der Client Probleme auf das Depot zuzugreifen:
Code: Alles auswählen
[3] [2024-12-05 13:53:23.592] [event processing gui_startup{user_logged_in}] Failed to process product action requests: Failed to mount 'https://opsi.xxx.local:4447/depot': (31, 'WNetAddConnection2', 'Ein an das System angeschlossenes Gerät funktioniert nicht.') (EventProcessing.py:1048)
Traceback (most recent call last):
File "OPSI\System\Windows.py", line 946, in mount
pywintypes.error: (31, 'WNetAddConnection2', 'Ein an das System angeschlossenes Gerät funktioniert nicht.')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "opsiclientd\EventProcessing.py", line 1014, in processProductActionRequests
File "opsiclientd\EventProcessing.py", line 1160, in runActions
File "opsiclientd\EventProcessing.py", line 568, in mountDepotShare
File "OPSI\System\Windows.py", line 958, in mount
RuntimeError: Failed to mount 'https://opsi.xxx.local:4447/depot': (31, 'WNetAddConnection2', 'Ein an das System angeschlossenes Gerät funktioniert nicht.')
[5] [2024-12-05 13:53:24.540] [event generator wait_for_gui ] Event generator '<GUIStartupEventGenerator wait_for_gui>' now deactivated after 1 event occurrences (Basic.py:231)
[6] [2024-12-05 13:53:24.540] [event generator wait_for_gui ] Event generator '<GUIStartupEventGenerator wait_for_gui>' exiting (Basic.py:241)
[6] [2024-12-05 13:53:26.593] [event processing gui_startup{user_logged_in}] Failed to get shutdownRequested from registry: [WinError 2] Das System kann die angegebene Datei nicht finden (opsiclientd.py:117)
Danke und liebe Grüße!