Seite 2 von 2

Re: Installing glpi/config/client

Verfasst: 10 Okt 2024, 15:53
von contscalco
Now the opsi installation worked, it now appears as active on the dashboard, thank you very much. But there is still a problem installing the product, the following error appears in the log:

Code: Alles auswählen

[6] [2024-10-10 09:47:05.625] [event processing gui_startup ] Master depot for products ['hwaudit'] is opsiserver.opsi.internal (Config.py:794)
[5] [2024-10-10 09:47:05.625] [event processing gui_startup ] Selected depot for mode 'mount' is '', protocol 'cifs' (Config.py:875)
[6] [2024-10-10 09:47:05.625] [event processing gui_startup ] Setting config depot_server.depot_id to 'opsiserver.opsi.internal' (Config.py:548)
[6] [2024-10-10 09:47:05.625] [event processing gui_startup ] Setting config depot_server.url to 'smb://opsiserver.opsi.internal/opsi_depot' (Config.py:548)
[5] [2024-10-10 09:47:05.625] [event processing gui_startup ] Getting windows installer status (EventProcessing.py:1078)
[5] [2024-10-10 09:47:05.687] [event processing gui_startup ] Windows installer not running (EventProcessing.py:1106)
[6] [2024-10-10 09:47:05.687] [event processing gui_startup ] JSONRPC request to https://192.168.1.214:4447: id='1f2196a0-908f-4147-8f3d-e47b8e032eda', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=lz4, timeout=300.0 (opsiservice.py:1268)
[6] [2024-10-10 09:47:05.719] [event processing gui_startup ] Got response status=200, id='1f2196a0-908f-4147-8f3d-e47b8e032eda', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=, duration=0.031s (opsiservice.py:1291)
[5] [2024-10-10 09:47:05.719] [event processing gui_startup ] Mounting depot share smb://opsiserver.opsi.internal/opsi_depot (EventProcessing.py:505)
[6] [2024-10-10 09:47:05.719] [event processing gui_startup ] JSONRPC request to https://192.168.1.214:4447: id='c56e537e-08f2-4360-b81b-c9eca85e2d59', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=lz4, timeout=300.0 (opsiservice.py:1268)
[6] [2024-10-10 09:47:05.734] [event processing gui_startup ] Got response status=200, id='c56e537e-08f2-4360-b81b-c9eca85e2d59', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=, duration=0.016s (opsiservice.py:1291)
[6] [2024-10-10 09:47:05.734] [event processing gui_startup ] Added depot 'opsiserver.opsi.internal' to trusted domains (EventProcessing.py:534)
[6] [2024-10-10 09:47:05.734] [event processing gui_startup ] Not an IP address 'opsiserver.opsi.internal', using smb://opsiserver.opsi.internal/opsi_depot for depot mount: 'opsiserver.opsi.internal' does not appear to be an IPv4 or IPv6 address (EventProcessing.py:564)
[5] [2024-10-10 09:47:05.750] [event processing gui_startup ] Mounting '\\opsiserver.opsi.internal\opsi_depot' to 'p:' (Windows.py:880)
[3] [2024-10-10 09:47:05.828] [event processing gui_startup ] Failed to mount '\\opsiserver.opsi.internal\opsi_depot': (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.') (Windows.py:885)
[3] [2024-10-10 09:47:05.844] [event processing gui_startup ] Failed to process product action requests: Failed to mount '\\opsiserver.opsi.internal\opsi_depot': (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.') (EventProcessing.py:1045)

Re: Installing glpi/config/client

Verfasst: 10 Okt 2024, 17:27
von j.schneider
As name resolution does not work, you must also use IP addresses for the depot connection.
In opsi-configed, click on the depot-configuration button at the top right.
Switch to the "depot-configuration" tab.
Then replace "opsiserver.opsi.interna" in all URLs with the IP address of the opsi server.
Save the changes.
The product installation should then work immediately.

Re: Installing glpi/config/client

Verfasst: 10 Okt 2024, 19:51
von contscalco
The product was not deployed to the client, and the log gave this error:

Code: Alles auswählen

[6] [2024-10-10 13:30:07.215] [event processing gui_startup{installation_pending}] JSONRPC request to https://192.168.1.214:4447: id='db7d2ed6-4c40-4348-993c-1cbce4911d48', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=lz4, timeout=300.0 (opsiservice.py:1268)
[6] [2024-10-10 13:30:07.246] [event processing gui_startup{installation_pending}] Got response status=200, id='db7d2ed6-4c40-4348-993c-1cbce4911d48', method=user_getCredentials, Content-Type=application/msgpack, Content-Encoding=, duration=0.031s (opsiservice.py:1291)
[6] [2024-10-10 13:30:07.246] [event processing gui_startup{installation_pending}] Added depot 'opsiserver.opsi.internal' to trusted domains (EventProcessing.py:534)
[6] [2024-10-10 13:30:07.246] [event processing gui_startup{installation_pending}] Not an IP address
'opsiserver.opsi.internal', using smb://opsiserver.opsi.internal/opsi_depot for depot mount: 'opsiserver.opsi.internal' does not appear to be an IPv4 or IPv6 address (EventProcessing.py:564)
[5] [2024-10-10 13:30:07.246] [event processing gui_startup{installation_pending}] Mounting '\\opsiserver.opsi.internal\opsi_depot' to 'p:' (Windows.py:880)
[3] [2024-10-10 13:30:07.458] [event processing gui_startup{installation_pending}] Failed to mount '\\opsiserver.opsi.internal\opsi_depot': (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.') (Windows.py:885)
[3] [2024-10-10 13:30:07.474] [event processing gui_startup{installation_pending}] Failed to process product action requests: Failed to mount '\\opsiserver.opsi.internal\opsi_depot': (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.') (EventProcessing.py:1045)
Traceback (most recent call last):
File "OPSI\System\Windows.py", line 882, in mount
pywintypes.error: (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "opsiclientd\EventProcessing.py", line 1011, in processProductActionRequests
File "opsiclientd\EventProcessing.py", line 1156, in runActions
File "opsiclientd\EventProcessing.py", line 565, in mountDepotShare
File "OPSI\System\Windows.py", line 886, in mount
RuntimeError: Failed to mount '\\opsiserver.opsi.internal\opsi_depot': (53, 'WNetAddConnection2', 'O caminho da rede não foi encontrado.')
[6] [2024-10-10 13:30:08.994] [opsiclientd ] Message of the day is disabled (Opsiclientd.py:1002)
[5] [2024-10-10 13:30:10.495] [event processing gui_startup{installation_pending}] Shutdown request in Registry: 0 (opsiclientd.py:120)
[5] [2024-10-10 13:30:10.495] [event processing gui_startup{installation_pending}] Reboot request in Registry: 0 (opsiclientd.py:104)
[5] [2024-10-10 13:30:10.495] [event processing gui_startup{installation_pending}] Writing log to service (EventProcessing.py:363)
[6] [2024-10-10 13:30:10.495] [event processing gui_startup{installation_pending}] JSONRPC request to https://192.168.1.214:4447: id='2ce8dc0f-32a8-4577-a764-4a7c545e1e91', method=log_write, Content-Type=application/msgpack, Content-Encoding=lz4, timeout=300.0 (opsiservice.py:1268)
[6] [2024-10-10 13:30:10.510] [event processing gui_startup{installation_pending}] Got response status=200, id='2ce8dc0f-32a8-4577-a764-4a7c545e1e91', method=log_write, Content-Type=application/msgpack, Content-Encoding=, duration=0.016s (opsiservice.py:1291)
[5] [2024-10-10 13:30:10.526] [event processing gui_startup{installation_pending}] Shutdown request in Registry: 0 (opsiclientd.py:120)
[5] [2024-10-10 13:30:10.526] [event processing gui_startup{installation_pending}] Reboot request in Registry: 0 (opsiclientd.py:104)
[5] [2024-10-10 13:30:10.526] [event processing gui_startup{installation_pending}] Block login now set to 'False' (Opsiclientd.py:333)
[6] [2024-10-10 13:30:10.542] [event processing gui_startup{installation_pending}] Terminating block login notifier app (pid 7236) (Opsiclientd.py:369)
[6] [2024-10-10 13:30:10.542] [control pipe ] Sending request 'b'{"id":1,"method":"blockLogin","params":[false]}'' to client (ControlPipe.py:155)
[6] [2024-10-10 13:30:10.994] [control pipe ] Received response 'b'{"id": 1, "result": "not blocking login", "error": null}'' from client (ControlPipe.py:161)
[6] [2024-10-10 13:30:10.994] [ ] Stopping notification server (EventProcessing.py:327)
[5] [2024-10-10 13:30:13.979] [event generator gui_startup ] Event generator '' now deactivated after 1 event occurrences (Basic.py:219)
[6] [2024-10-10 13:30:13.979] [event generator gui_startup ] Event generator '' exiting (Basic.py:229)
[5] [2024-10-10 13:30:14.004] [event generator wait_for_gui ] Event generator '' now deactivated after 1 event occurrences (Basic.py:219)
[6] [2024-10-10 13:30:14.004] [event generator wait_for_gui ] Event generator '' exiting (Basic.py:229)
[5] [2024-10-10 13:30:14.096] [event processing gui_startup{installation_pending}] Block login now set to 'False' (Opsiclientd.py:333)
[5] [2024-10-10 13:30:14.096] [event processing gui_startup{installation_pending}] ============= EventProcessingThread for event 'gui_startup{installation_pending}' ended ============= (EventProcessing.py:2012)
[5] [2024-10-10 13:30:14.096] [event generator gui_startup{installation_pending}] Done processing event (Opsiclientd.py:816)
[4] [2024-10-10 13:30:16.014] [ ] Timed out waiting NotificationServer to stop (notification_server.py:321)
[6] [2024-10-10 13:30:16.108] [notification server ] NotificationServerClientConnection(127.0.0.1:57682) - connection lost (notification_server.py:65)
[5] [2024-10-10 13:43:38.388] [event generator login_detector ] Logon: ('TI-MIGUEL\\TI',) (__init__.py:103)
[6] [2024-10-10 13:43:38.388] [event generator login_detector ] LoginDetector triggered. eventType: 'Logon', args: ('TI-MIGUEL\\TI',) (UserLogin.py:79)
[5] [2024-10-10 13:43:38.388] [event generator login_detector ] User login detected: TI-MIGUEL\TI (UserLogin.py:83)
[6] [2024-10-10 13:43:43.409] [event generator login_detector ] Finished waiting for explorer.exe to start (UserLogin.py:90)
[6] [2024-10-10 13:43:43.409] [event generator login_detector ] Message of the day is disabled (Opsiclientd.py:1002)
[5] [2024-10-10 13:43:43.440] [event generator login_detector ] StartShell: ('TI-MIGUEL\\TI',) (__init__.py:111)
[6] [2024-10-10 13:43:43.440] [event generator login_detector ] LoginDetector triggered. eventType: 'StartShell', args: ('TI-MIGUEL\\TI',) (UserLogin.py:79)
[6] [2024-10-10 13:43:49.500] [control pipe ] Client disconnected
The configuration I made:
teste.png
teste.png (130.8 KiB) 1845 mal betrachtet
NOTE: I changed all the options I could for my IP

Re: Installing glpi/config/client

Verfasst: 11 Okt 2024, 07:12
von j.schneider
The configuration looks good!
Please provide the entire opsiclientd.log

Re: Installing glpi/config/client

Verfasst: 11 Okt 2024, 13:59
von contscalco
first part of the log 11/10/2024

Code: Alles auswählen

[2024-10-11 07:49:13.199] [ ] Log file C:\opsi.org\log\opsiclientd.log started (__init__.py:137)
[1] [2024-10-11 07:49:13.199] [opsiclientd ] opsiclientd service start (service.py:149)
[7] [2024-10-11 07:49:13.199] [ ] OpsiclientdService initiating (service.py:48)
[7] [2024-10-11 07:49:13.199] [ ] OpsiclientdService initiated (service.py:52)
[5] [2024-10-11 07:49:13.199] [ ] Handling start request (service.py:112)
[7] [2024-10-11 07:49:13.199] [ ] Reporting service status: 4 (service.py:66)
[7] [2024-10-11 07:49:13.215] [ ] Took 0.02 seconds to report service running status (service.py:116)
[7] [2024-10-11 07:49:14.715] [ ] Base directory is 'C:\Program Files (x86)\opsi.org\opsi-client-agent' (Config.py:299)
[7] [2024-10-11 07:49:14.715] [ ] Loading translations from 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\locale' (languages=None) (Localization.py:54)
[7] [2024-10-11 07:49:14.715] [ ] Failed to load translations without specified language, trying languages ['pt_BR.ISO8859-1', 'pt_BR', 'pt.ISO8859-1', 'pt'] from GetUserDefaultUILanguage (Localization.py:69)
[7] [2024-10-11 07:49:14.715] [ ] Failed to load translation from 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\locale': [Errno 2] No translation file found for domain: 'opsiclientd' (Localization.py:80)
[7] [2024-10-11 07:49:14.715] [ ] Opsiclient initiating (Opsiclientd.py:98)
[7] [2024-10-11 07:49:14.715] [ ] EventListener initiated (Basic.py:254)
[7] [2024-10-11 07:49:14.746] [opsiclientd ] Found running 'opsiclientd' process: psutil.Process(pid=3840, name='opsiclientd.exe', status='running', started='07:49:04') (__init__.py:61)
[7] [2024-10-11 07:49:14.762] [opsiclientd ] Setting state 'shutdown_cancel_counter' to 0 (State.py:113)
[5] [2024-10-11 07:49:14.762] [opsiclientd ] Starting timeline (database location: C:\opsi.org\opsiclientd\timeline.sqlite) (Timeline.py:141)
[6] [2024-10-11 07:49:14.762] [opsiclientd ] Connecting to sqlite:///C:\opsi.org\opsiclientd\timeline.sqlite (SQLite.py:71)
[7] [2024-10-11 07:49:14.809] [opsiclientd ] SQLite connected: (SQLite.py:92)
[5] [2024-10-11 07:49:14.809] [opsiclientd ] Trying to read config from file: 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf' (Config.py:576)
[7] [2024-10-11 07:49:14.824] [opsiclientd ] Parsing ini file 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf' (__init__.py:542)
[7] [2024-10-11 07:49:14.824] [opsiclientd ] Trying to lock file 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf' (0/2000) (__init__.py:230)
[7] [2024-10-11 07:49:14.824] [opsiclientd ] File 'C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd\opsiclientd.conf' locked after 0 millis (__init__.py:251)
[7] [2024-10-11 07:49:14.824] [opsiclientd ] Finished reading file after 0.000 seconds (__init__.py:619)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.log_level to 6 (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.log_file to 'c:\\\\opsi.org\\\\log\\\\opsiclientd.log' (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.log_level to 6 (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.max_log_transfer_size to 1.0 (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.host_id to 'ti-miguel.opsi.internal' (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.opsi_host_key to '*secret*' (Config.py:548)
[6] [2024-10-11 07:49:14.824] [opsiclientd ] Setting config global.verify_server_cert to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.trust_uib_opsi_ca to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.replace_expired_ca to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.install_opsi_ca_into_os_store to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.ip_version to 'auto' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.wait_for_gui_timeout to 120 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.block_login_notifier to '"%global.base_dir%\\\\opsi-notifier.exe" -l 6 -s notifier\\\\block_login.ini' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.proxy_url to 'system' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.suspend_bitlocker_on_reboot to False (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.tmp_dir_cleanup to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.base_dir to 'C:\\Program Files (x86)\\opsi.org\\opsi-client-agent' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.keep_rotated_logs to 10 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.max_log_size to 5.0 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.message_of_the_day_enabled to False (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.post_trusted_installer_delay to 15 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.server_cert_dir to 'C:\\opsi.org\\tls' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.state_file to 'C:\\opsi.org\\opsiclientd\\state.json' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.timeline_db to 'C:\\opsi.org\\opsiclientd\\timeline.sqlite' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.tmp_dir to 'c:\\opsi.org\\tmp' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config global.verify_server_cert_by_ca to False (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.url to ['https://192.168.1.214:4447'] (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.connection_timeout to 30 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.user_cancelable_after to 30 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.sync_time_from_service to False (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.compression to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.permanent_connection to True (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.reconnect_wait_max to 120 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config config_service.reconnect_wait_min to 5 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config depot_server.depot_id to 'opsiserver.opsi.internal' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config depot_server.url to 'smb://opsiserver.opsi.internal/opsi_depot' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config depot_server.drive to 'p:' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config depot_server.username to 'OPSISERVER\\pcpatch' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config depot_server.master_depot_id to 'opsiserver.opsi.internal' (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config cache_service.product_cache_max_size to 20000000000 (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config cache_service.exclude_product_group_ids to [] (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config cache_service.include_product_group_ids to [] (Config.py:548)
[6] [2024-10-11 07:49:14.840] [opsiclientd ] Setting config cache_service.extension_config_dir to 'C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\opsiclientd\\extend.d' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config cache_service.storage_dir to 'C:\\opsi.org\\cache' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config cache_service.sync_products_with_actions_only to True (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.interface to ['::', '0.0.0.0'] (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.port to 4441 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.ssl_server_cert_file to '%global.base_dir%\\\\opsiclientd\\\\opsiclientd.pem' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.ssl_server_key_file to '%global.base_dir%\\\\opsiclientd\\\\opsiclientd.pem' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.static_dir to 'C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsiclientd\\\\static_html' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.max_authentication_failures to 5 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.kiosk_api_active to True (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.process_actions_event to 'auto' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.start_delay to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.files_dir to 'c:\\opsi.org\\opsi-client-agent\\files' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config control_server.skip_setup_firewall to False (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config notification_server.interface to ['::1', '127.0.0.1'] (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config notification_server.start_port to 44000 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config notification_server.popup_port to 45000 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config notification_server.start_delay to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config opsiclientd_notifier.command to '"%global.base_dir%\\\\opsi-notifier.exe" -l 6 -p %port% -i %id%' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config opsiclientd_notifier.alt_command to '"%global.base_dir%\\\\motd-notifier.exe" -l 6 -p %port% -i %id%' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config opsiclientd_notifier.alt_ids to ['motd'] (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config opsiclientd_notifier.product_info to '{id}' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config opsiclientd_rpc.command to '"%global.base_dir%\\\\opsiclientd_bin\\\\opsiclientd_rpc.exe" "%global.host_id%" "%global.opsi_host_key%" "%control_server.port%"' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.local_dir to '%global.base_dir%\\\\opsi-script' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.remote_dir to 'opsi-script\\\\windows\\\\x86' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.filename to 'opsi-script.exe' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.remote_common_dir to 'opsi-script\\\\common' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.command to '"%action_processor.local_dir%\\\\%action_processor.filename%" /opsiservice %service_url% /clientid %global.host_id% /username %global.host_id% /password %global.opsi_host_key%' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.create_environment to False (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.create_user to True (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.delete_user to True (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config action_processor.run_as_user to 'SYSTEM' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.type to 'template' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.start_interval to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.interval to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.max_repetitions to '-1' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.activation_delay to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.notification_delay to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.event_notifier_command to '%opsiclientd_notifier.command% -s notifier\\\\event.ini' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.event_notifier_desktop to 'winlogon' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.block_login to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.lock_workstation to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.logoff_current_user to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.get_config_from_service to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.update_config_file to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.write_log_to_service to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.shutdown to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.reboot to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.exclude_product_group_ids to [] (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.include_product_group_ids to [] (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.working_window to '' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.post_event_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.sync_config_to_server to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.sync_config_from_server to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.use_cached_config to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.cache_products to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.cache_max_bandwidth to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.cache_dynamic_bandwidth to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.855] [opsiclientd ] Setting config event_default.use_cached_products to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_warning_time to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_notifier_command to '%opsiclientd_notifier.command% -s notifier\\\\action.ini' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_notifier_desktop to 'all' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_message to 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_message[de] to 'Starte die Bearbeitung von Produkt-Aktionen. Sie können diese Aktion insgesamt %action_user_cancelable% mal abbrechen. Die Aktion wurde bereits %state.action_processing_cancel_counter% mal abgebrochen.' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_message[fr] to "Traitement des actions du produit. Vous êtes autorisé à annuler cet événement un total de %action_user_cancelable% fois. L'événement a été déjà annulée %state.action_processing_cancel_counter% fois." (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_user_cancelable to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.process_actions to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_type to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.update_action_processor to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.pre_action_processor_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_processor_command to '%action_processor.command%' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_processor_desktop to 'winlogon' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.action_processor_timeout to '10800' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.post_action_processor_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.trusted_installer_detection to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.process_shutdown_requests to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_time to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_notifier_command to '%opsiclientd_notifier.command% -s notifier\\\\shutdown.ini' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_notifier_desktop to 'all' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_message to 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_message[de] to 'Ein Neustart wird benötigt um die Software-Installationen abzuschliessen. Sie können diesen Neustart insgesamt %shutdown_user_cancelable% mal verschieben. Der Neustart wurde bereits %state.shutdown_cancel_counter% mal verschoben.' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_message[fr] to "Un redémarrage est nécessaire pour terminer l'installation du logiciel. Vous êtes autorisé à retarder le redémarrage un total de %shutdown_user_cancelable% fois. Le redémarrage a été déjà retardé %state.shutdown_cancel_counter% fois." (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_user_cancelable to 0 (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_repetition_time to '3600' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_user_selectable_time to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_latest_selectable_hour to '-1' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_default.shutdown_warning_time_after_time_select to '-1' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_opsiclientd_start.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_opsiclientd_start.type to 'daemon startup' (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_opsiclientd_start.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.871] [opsiclientd ] Setting config event_opsiclientd_start.activation_delay to '10' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_opsiclientd_start.max_repetitions to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_opsiclientd_start{cache_ready}.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_opsiclientd_start{cache_ready}.use_cached_config to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_opsiclientd_start{cache_ready}.use_cached_products to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup.type to 'gui startup' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup.active to True (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup.block_login to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup.max_repetitions to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{user_logged_in}.shutdown_warning_time to 3600 (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{user_logged_in}.block_login to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{user_logged_in}.active to True (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{cache_ready}.use_cached_config to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{cache_ready}.use_cached_products to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{cache_ready}.action_user_cancelable to 3 (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{cache_ready}.action_warning_time to 60 (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_gui_startup{installation_pending}.active to True (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_on_demand.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_on_demand.type to 'custom' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_on_demand{user_logged_in}.shutdown_warning_time to 3600 (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_software_on_demand.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_software_on_demand.type to 'sw on demand' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_software_on_demand.shutdown_warning_time to 3600 (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.type to 'template' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.process_actions to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.event_notifier_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.sync_config_to_server to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.sync_config_from_server to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.cache_products to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync.cache_dynamic_bandwidth to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_timer.super to 'sync' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_timer.type to 'timer' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_timer.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_timer.start_interval to '60' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_timer.interval to '3600' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_net_connection.super to 'sync' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_net_connection.type to 'custom' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_net_connection.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_net_connection.wql to "SELECT * FROM __InstanceModificationEvent WITHIN 2 WHERE TargetInstance ISA 'Win32_NetworkAdapter' AND TargetInstance.NetConnectionStatus = 2 AND PreviousInstance.NetConnectionStatus != 2" (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync_completed.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync_completed.type to 'sync completed' (Config.py:548)
[6] [2024-10-11 07:49:14.887] [opsiclientd ] Setting config event_sync_completed.event_notifier_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed.process_actions to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed.get_config_from_service to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed.write_log_to_service to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed{cache_ready_user_logged_in}.reboot to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed{cache_ready_user_logged_in}.shutdown_user_cancelable to 10 (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed{cache_ready_user_logged_in}.shutdown_warning_time to 3600 (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_sync_completed{cache_ready}.reboot to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.type to 'user login' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_type to 'login' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_message to 'Starting to process user login actions.' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_message[de] to 'Beginne mit der Verarbeitung der Benutzer-Anmeldungs-Aktionen.' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_message[fr] to "Traitement des actions à la connexion de l'utilisateur." (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.block_login to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.process_shutdown_requests to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.get_config_from_service to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.update_config_file to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.write_log_to_service to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.update_action_processor to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.event_notifier_command to '%opsiclientd_notifier.command% -s notifier\\\\userlogin.ini' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_processor_command to '%action_processor.command% /sessionid %service_session% /loginscripts /silent' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_processor_timeout to '300' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_user_login.action_processor_desktop to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_on_shutdown.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_on_shutdown.type to 'custom' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_on_shutdown.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_on_shutdown.max_repetitions to '0' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_on_shutdown{installation_pending}.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.super to 'default' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.type to 'custom' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.event_notifier_command to '' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.process_shutdown_requests to 'false' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.action_processor_command to '%action_processor.command% /productlist %action_processor_productIds% /silent' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.action_processor_desktop to 'winlogon' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.action_processor_timeout to '300' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_silent_install.action_processor_productids to 'swaudit,hwaudit' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_timer_silentinstall.super to 'silent_install' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_timer_silentinstall.type to 'timer' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_timer_silentinstall.active to False (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config event_timer_silentinstall.interval to '21600' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config precondition_user_logged_in.user_logged_in to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config precondition_cache_ready.config_cached to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config precondition_cache_ready.products_cached to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config precondition_cache_ready_user_logged_in.user_logged_in to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.902] [opsiclientd ] Setting config precondition_cache_ready_user_logged_in.config_cached to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Setting config precondition_cache_ready_user_logged_in.products_cached to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Setting config precondition_installation_pending.installation_pending to 'true' (Config.py:548)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Setting config control_server.static_dir to 'C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsiclientd\\\\static_html' (Config.py:548)
[5] [2024-10-11 07:49:14.918] [opsiclientd ] Config read (Config.py:607)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Checking if restart marker 'C:\Program Files (x86)\opsi.org\opsi-client-agent\.opsiclientd_restart' exists (Config.py:312)
[5] [2024-10-11 07:49:14.918] [opsiclientd ] Running opsiclientd setup (setup.py:526)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Checking server cert (setup.py:79)
[6] [2024-10-11 07:49:14.918] [opsiclientd ] Server cert 'ti-miguel.opsi.internal' will expire in 359 days (setup.py:99)
[6] [2024-10-11 07:49:17.465] [opsiclientd ] Server key type: RSAPrivateKey, 4096 bits (setup.py:114)
[6] [2024-10-11 07:49:17.465] [opsiclientd ] Server cert is up to date (setup.py:125)
[5] [2024-10-11 07:49:17.465] [opsiclientd ] Cleanup registry uninstall information (setup.py:365)
[5] [2024-10-11 07:49:17.465] [opsiclientd ] Configure Windows firewall (setup.py:218)
[6] [2024-10-11 07:49:17.465] [opsiclientd ] Running command: ['netsh', 'advfirewall', 'firewall', 'delete', 'rule', 'name="opsiclientd-control-port"'] (setup.py:237)
[6] [2024-10-11 07:49:18.074] [opsiclientd ] Running command: ['netsh', 'advfirewall', 'firewall', 'add', 'rule', 'name="opsiclientd-control-port"', 'dir=in', 'action=allow', 'protocol=TCP', 'localport=4441'] (setup.py:237)
[5] [2024-10-11 07:49:18.240] [opsiclientd ] Creating opsi shutdown install policy (setup.py:440)
[5] [2024-10-11 07:49:18.259] [opsiclientd ] Cleanup registry environment PATH variable (setup.py:406)
[5] [2024-10-11 07:49:18.259] [opsiclientd ] Setup completed with 0 errors (setup.py:572)
[1] [2024-10-11 07:49:18.344] [opsiclientd ] Opsiclientd 4.3.4.3 [python-opsi=4.3.5.1,python-opsi-common=4.3.17.3] running on 'Windows-10-10.0.19045-SP0' (Opsiclientd.py:613)
[1] [2024-10-11 07:49:18.344] [opsiclientd ] Parent process: services.exe (Opsiclientd.py:615)
[1] [2024-10-11 07:49:18.344] [opsiclientd ] Commandline: C:\Program Files (x86)\opsi.org\opsi-client-agent\opsiclientd_bin\opsiclientd.exe (Opsiclientd.py:617)
[1] [2024-10-11 07:49:18.344] [opsiclientd ] Working directory: C:\Windows\system32 (Opsiclientd.py:619)
[5] [2024-10-11 07:49:18.344] [opsiclientd ] Using host id 'ti-miguel.opsi.internal' (Opsiclientd.py:621)
[5] [2024-10-11 07:49:18.344] [opsiclientd ] Block login now set to 'True' (Opsiclientd.py:333)
[5] [2024-10-11 07:49:18.360] [opsiclientd ] Starting control pipe (Opsiclientd.py:525)
[5] [2024-10-11 07:49:18.375] [opsiclientd ] Control pipe started (Opsiclientd.py:531)
[5] [2024-10-11 07:49:18.375] [opsiclientd ] Starting webserver (Opsiclientd.py:548)
[6] [2024-10-11 07:49:18.375] [opsiclientd ] Mounting static dir 'C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsiclientd\\\\static_html' as /static (index.py:57)
[5] [2024-10-11 07:49:18.391] [opsiclientd ] Webserver started (Opsiclientd.py:553)
[6] [2024-10-11 07:49:18.391] [opsiclientd ] Starting permanent service connection (Opsiclientd.py:154)
[6] [2024-10-11 07:49:18.422] [permanent service connection ] CA cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' successfully updated (2 certificates total) (opsiservice.py:598)
[6] [2024-10-11 07:49:18.422] [permanent service connection ] uib opsi CA added to cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' (2 certificates total) (opsiservice.py:635)
[6] [2024-10-11 07:49:18.422] [permanent service connection ] Using proxy settings: http_proxy=None, https_proxy=None, no_proxy='127.0.0.1,localhost,::1,ip6-localhost' (__init__.py:219)
[5] [2024-10-11 07:49:18.422] [permanent service connection ] Permanent service connection starting (OpsiService.py:217)
[5] [2024-10-11 07:49:18.422] [opsiclientd ] Starting cache service (Opsiclientd.py:448)
[6] [2024-10-11 07:49:18.422] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:49:18.422] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[5] [2024-10-11 07:49:18.438] [control pipe ] Client connected to \\.\pipe\opsiclientd (ControlPipe.py:483)
[6] [2024-10-11 07:49:18.438] [control pipe ] Received request 'b'{"id": 1, "method": "registerClient", "params": ["opsi-login-blocker","4.3.0.0"]}'' from (ControlPipe.py:87)
[6] [2024-10-11 07:49:18.438] [control pipe ] Client info set to: ['opsi-login-blocker', '4.3.0.0'] (ControlPipe.py:129)
[6] [2024-10-11 07:49:18.454] [control pipe ] Sending response 'b'{"id":1,"result":"client opsi-login-blocker/4.3.0.0/#1 registered","error":null}'' to (ControlPipe.py:89)
[5] [2024-10-11 07:49:18.491] [opsiclientd ] Cache service started (Opsiclientd.py:453)
[6] [2024-10-11 07:49:18.491] [opsiclientd ] Precondition 'user_logged_in' created: {'user_logged_in': True} (Configs.py:40)
[6] [2024-10-11 07:49:18.491] [opsiclientd ] Precondition 'cache_ready' created: {'config_cached': True, 'products_cached': True} (Configs.py:40)
[6] [2024-10-11 07:49:18.491] [opsiclientd ] Precondition 'cache_ready_user_logged_in' created: {'user_logged_in': True, 'config_cached': True, 'products_cached': True} (Configs.py:40)
[6] [2024-10-11 07:49:18.491] [opsiclientd ] Precondition 'installation_pending' created: {'installation_pending': True} (Configs.py:40)
[6] [2024-10-11 07:49:18.507] [opsiclientd ] Event config 'gui_startup' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': True,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'gui_startup',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'gui startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.523] [opsiclientd ] Event config 'gui_startup{cache_ready}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 3,
'actionWarningTime': 60,
'activationDelay': 0,
'active': True,
'blockLogin': True,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'gui_startup',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'config_cached': True, 'products_cached': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'gui startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': True,
'useCachedProducts': True,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.538] [opsiclientd ] Event config 'gui_startup{installation_pending}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': True,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'gui_startup',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'installation_pending': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'gui startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.554] [opsiclientd ] Event config 'gui_startup{user_logged_in}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'gui_startup',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'user_logged_in': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 3600,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'gui startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.570] [opsiclientd ] Event config 'on_demand' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'on_demand',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.570] [opsiclientd ] Event config 'on_demand{user_logged_in}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'on_demand',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'user_logged_in': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 3600,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.585] [opsiclientd ] Event config 'on_shutdown' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'on_shutdown',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.601] [opsiclientd ] Event config 'on_shutdown{installation_pending}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'on_shutdown',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'installation_pending': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)

Re: Installing glpi/config/client

Verfasst: 11 Okt 2024, 13:59
von contscalco
second part of the log

Code: Alles auswählen

[6] [2024-10-11 07:49:18.621] [opsiclientd ] Event config 'opsiclientd_start' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 10,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'opsiclientd_start',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'daemon startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.631] [opsiclientd ] Event config 'opsiclientd_start{cache_ready}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 10,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': 0,
'name': 'opsiclientd_start',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'config_cached': True, 'products_cached': True},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'daemon startup',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': True,
'useCachedProducts': True,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.646] [opsiclientd ] Event config 'silent_install' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command% /productlist %action_processor_productids% /silent',
'actionProcessorDesktop': 'winlogon',
'actionProcessorProductIds': ['swaudit', 'hwaudit'],
'actionProcessorTimeout': 300,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'silent_install',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': False,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.646] [opsiclientd ] Event config 'software_on_demand' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\event.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'software_on_demand',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 3600,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'sw on demand',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.662] [opsiclientd ] Event config 'sync_completed' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': False,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'sync_completed',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': False,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'sync completed',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': False} (Configs.py:286)
[6] [2024-10-11 07:49:18.678] [opsiclientd ] Event config 'sync_completed{cache_ready_user_logged_in}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': False,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'sync_completed',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'config_cached': True, 'products_cached': True, 'user_logged_in': True},
'processActions': False,
'processShutdownRequests': True,
'reboot': True,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 10,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 3600,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'sync completed',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': False} (Configs.py:286)
[6] [2024-10-11 07:49:18.693] [opsiclientd ] Event config 'sync_completed{cache_ready}' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': True,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': False,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'sync_completed',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {'config_cached': True, 'products_cached': True},
'processActions': False,
'processShutdownRequests': True,
'reboot': True,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'sync completed',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': False} (Configs.py:286)
[6] [2024-10-11 07:49:18.693] [opsiclientd ] Event config 'timer' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': True,
'cacheMaxBandwidth': 0,
'cacheProducts': True,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 3600,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'timer',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': False,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 60,
'syncConfigFromServer': True,
'syncConfigToServer': True,
'trustedInstallerDetection': True,
'type': 'timer',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.709] [opsiclientd ] Event config 'timer_silentinstall' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command% /productlist %action_processor_productids% /silent',
'actionProcessorDesktop': 'winlogon',
'actionProcessorProductIds': ['swaudit', 'hwaudit'],
'actionProcessorTimeout': 300,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 21600,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'timer_silentinstall',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': False,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'timer',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.725] [opsiclientd ] Event config 'user_login' args:
{ 'actionMessage': 'Starting to process user login actions.',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command% /sessionid %service_session% /loginscripts /silent',
'actionProcessorDesktop': 'default',
'actionProcessorTimeout': 300,
'actionType': 'login',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': False,
'cacheMaxBandwidth': 0,
'cacheProducts': False,
'eventNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\userlogin.ini',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': False,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'user_login',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': True,
'processShutdownRequests': False,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': False,
'syncConfigToServer': False,
'trustedInstallerDetection': True,
'type': 'user login',
'updateActionProcessor': True,
'updateConfigFile': False,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'writeLogToService': False} (Configs.py:286)
[6] [2024-10-11 07:49:18.725] [opsiclientd ] Event config 'net_connection' args:
{ 'actionMessage': 'Starting to process product actions. You are allowed to cancel this event a total of %action_user_cancelable% time(s). The event was already canceled %state.action_processing_cancel_counter% time(s).',
'actionNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\action.ini',
'actionNotifierDesktop': 'all',
'actionProcessorCommand': '%action_processor.command%',
'actionProcessorDesktop': 'winlogon',
'actionProcessorTimeout': 10800,
'actionType': 'default',
'actionUserCancelable': 0,
'actionWarningTime': 0,
'activationDelay': 0,
'active': False,
'blockLogin': False,
'cacheDynamicBandwidth': True,
'cacheMaxBandwidth': 0,
'cacheProducts': True,
'eventNotifierCommand': '',
'eventNotifierDesktop': 'winlogon',
'excludeProductGroupIds': [],
'getConfigFromService': True,
'includeProductGroupIds': [],
'interval': 0,
'lockWorkstation': False,
'logoffCurrentUser': False,
'maxRepetitions': -1,
'name': 'net_connection',
'notificationDelay': 0,
'postActionProcessorCommand': '',
'postEventCommand': '',
'preActionProcessorCommand': '',
'preconditions': {},
'processActions': False,
'processShutdownRequests': True,
'reboot': False,
'shutdown': False,
'shutdownLatestSelectableHour': -1,
'shutdownNotifierCommand': '"C:\\Program Files (x86)\\opsi.org\\opsi-client-agent\\\\opsi-notifier.exe" -l 6 -p %port% -i %id% -s notifier\\\\shutdown.ini',
'shutdownNotifierDesktop': 'all',
'shutdownUserCancelable': 0,
'shutdownUserSelectableTime': False,
'shutdownWarningMessage': 'A reboot is required to complete software installation tasks. You are allowed to delay this reboot a total of %shutdown_user_cancelable% time(s). The reboot was already delayed %state.shutdown_cancel_counter% time(s).',
'shutdownWarningRepetitionTime': 3600,
'shutdownWarningTime': 0,
'shutdownWarningTimeAfterTimeSelect': -1,
'startInterval': 0,
'syncConfigFromServer': True,
'syncConfigToServer': True,
'trustedInstallerDetection': True,
'type': 'custom',
'updateActionProcessor': True,
'updateConfigFile': True,
'useCachedConfig': False,
'useCachedProducts': False,
'workingWindow': '',
'wql': "SELECT * FROM __InstanceModificationEvent WITHIN 2 WHERE TargetInstance ISA 'Win32_NetworkAdapter' AND TargetInstance.NetConnectionStatus = 2 AND PreviousInstance.NetConnectionStatus != 2",
'writeLogToService': True} (Configs.py:286)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event generator 'gui_startup' created (Generators.py:73)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event generator 'on_demand' created (Generators.py:73)
[6] [2024-10-11 07:49:18.740] [webserver ] Started server process [3840] (server.py:82)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'on_shutdown' of type 'custom' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [webserver ] Waiting for application startup. (on.py:48)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'opsiclientd_start' of type 'daemon startup' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event generator 'silent_install' created (Generators.py:73)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event generator 'software_on_demand' created (Generators.py:73)
[6] [2024-10-11 07:49:18.740] [webserver ] Application startup complete. (on.py:62)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event generator 'sync_completed' created (Generators.py:73)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'timer' of type 'timer' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'timer_silentinstall' of type 'timer' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [webserver ] Uvicorn running on https://['::', '0.0.0.0']:4441 (Press CTRL+C to quit) (server.py:214)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'user_login' of type 'user login' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event 'net_connection' of type 'custom' is disabled (main) (Generators.py:65)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event config 'gui_startup' added to event generator 'gui_startup' (Generators.py:106)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event config 'gui_startup{cache_ready}' added to event generator 'gui_startup' (Generators.py:106)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event config 'gui_startup{installation_pending}' added to event generator 'gui_startup' (Generators.py:106)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event config 'gui_startup{user_logged_in}' added to event generator 'gui_startup' (Generators.py:106)
[6] [2024-10-11 07:49:18.740] [opsiclientd ] Event config 'on_demand' added to event generator 'on_demand' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'on_demand{user_logged_in}' added to event generator 'on_demand' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'on_shutdown' of type 'custom' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'on_shutdown{installation_pending}' of type 'custom' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'opsiclientd_start' of type 'daemon startup' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'opsiclientd_start{cache_ready}' of type 'daemon startup' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'silent_install' added to event generator 'silent_install' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'software_on_demand' added to event generator 'software_on_demand' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'sync_completed' added to event generator 'sync_completed' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'sync_completed{cache_ready_user_logged_in}' added to event generator 'sync_completed' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event config 'sync_completed{cache_ready}' added to event generator 'sync_completed' (Generators.py:106)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'timer' of type 'timer' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'timer_silentinstall' of type 'timer' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'user_login' of type 'user login' is disabled (precondition) (Generators.py:91)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event 'net_connection' of type 'custom' is disabled (precondition) (Generators.py:91)
[5] [2024-10-11 07:49:18.756] [opsiclientd ] Configured events: gui_startup, gui_startup{cache_ready}, gui_startup{installation_pending}, gui_startup{user_logged_in}, net_connection, on_demand, on_demand{user_logged_in}, on_shutdown, on_shutdown{installation_pending}, opsiclientd_start, opsiclientd_start{cache_ready}, panic, silent_install, software_on_demand, sync_completed, sync_completed{cache_ready_user_logged_in}, sync_completed{cache_ready}, timer, timer_silentinstall, user_login (Generators.py:111)
[5] [2024-10-11 07:49:18.756] [opsiclientd ] Enabled events: gui_startup, gui_startup{cache_ready}, gui_startup{installation_pending}, gui_startup{user_logged_in}, on_demand, on_demand{user_logged_in}, panic, silent_install, software_on_demand, sync_completed, sync_completed{cache_ready_user_logged_in}, sync_completed{cache_ready} (Generators.py:112)
[6] [2024-10-11 07:49:18.756] [event generator panic ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.756] [event generator panic ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.756] [event generator gui_startup ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.756] [event generator panic ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.756] [event generator gui_startup ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.756] [event generator on_demand ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.756] [event generator gui_startup ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.756] [event generator on_demand ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.756] [event generator silent_install ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.756] [event generator gui_startup ] Testing preconditions of configs: [, , , ] (Basic.py:72)
[6] [2024-10-11 07:49:18.756] [event generator on_demand ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.756] [event generator silent_install ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.756] [event generator software_on_demand ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.756] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Preconditions for event config 'gui_startup' fulfilled: {} (Basic.py:79)
[6] [2024-10-11 07:49:18.771] [event generator on_demand ] Nothing to watch for (WMI.py:81)
[6] [2024-10-11 07:49:18.771] [event generator silent_install ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.771] [event generator software_on_demand ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.771] [event generator sync_completed ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.771] [opsiclientd ] Event generator '' started (Opsiclientd.py:480)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Preconditions for event config 'gui_startup{cache_ready}' not fulfilled: {'config_cached': False, 'products_cached': False} (Basic.py:84)
[6] [2024-10-11 07:49:18.771] [event generator silent_install ] Nothing to watch for (WMI.py:81)
[6] [2024-10-11 07:49:18.771] [event generator software_on_demand ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.771] [event generator sync_completed ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.771] [opsiclientd ] Starting LoginDetector for message of the day (Opsiclientd.py:484)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Preconditions for event config 'gui_startup{installation_pending}' fulfilled: {'installation_pending': True} (Basic.py:79)
[6] [2024-10-11 07:49:18.771] [event generator sync_completed ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.771] [event generator login_detector ] Initializing event generator '' (Basic.py:192)
[5] [2024-10-11 07:49:18.771] [opsiclientd ] Waiting for gui startup (timeout: 120 seconds) (Opsiclientd.py:498)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Preconditions for event config 'gui_startup{user_logged_in}' not fulfilled: {'user_logged_in': False} (Basic.py:84)
[5] [2024-10-11 07:49:18.771] [event generator login_detector ] Registring ISensLogon (SensLogon.py:28)
[6] [2024-10-11 07:49:18.771] [event generator wait_for_gui ] Initializing event generator '' (Basic.py:192)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Got new event: (1/1) (Basic.py:209)
[6] [2024-10-11 07:49:18.771] [event generator login_detector ] Importing wmi / pythoncom (__init__.py:56)
[6] [2024-10-11 07:49:18.771] [event generator wait_for_gui ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Firing event '' (Basic.py:141)
[6] [2024-10-11 07:49:18.771] [event generator wait_for_gui ] Getting next event... (Basic.py:205)
[6] [2024-10-11 07:49:18.771] [event generator gui_startup ] Event info: (Basic.py:142)
[6] [2024-10-11 07:49:18.771] [event generator wait_for_gui ] Testing preconditions of configs: [] (Basic.py:72)
[6] [2024-10-11 07:49:18.787] [event generator gui_startup ] Starting FireEventThread for listeners: [] (Basic.py:168)
[6] [2024-10-11 07:49:18.787] [event generator wait_for_gui ] Preconditions for event config 'wait_for_gui' fulfilled: {} (Basic.py:79)
[6] [2024-10-11 07:49:18.787] [event generator gui_startup{installation_pending}] Calling processEvent on listener (Basic.py:163)
[6] [2024-10-11 07:49:18.787] [event generator wait_for_gui ] Got new event: (1/1) (Basic.py:209)
[5] [2024-10-11 07:49:18.787] [event generator gui_startup{installation_pending}] Processing event (Opsiclientd.py:774)
[6] [2024-10-11 07:49:18.787] [event generator wait_for_gui ] Firing event '' (Basic.py:141)
[6] [2024-10-11 07:49:18.787] [event generator wait_for_gui ] Event info: (Basic.py:142)
[6] [2024-10-11 07:49:18.787] [event generator wait_for_gui ] Starting FireEventThread for listeners: [] (Basic.py:168)
[5] [2024-10-11 07:49:18.803] [event processing gui_startup{installation_pending}] ============= EventProcessingThread for occurrcence of event 'gui_startup{installation_pending}' started ============= (EventProcessing.py:1826)
[6] [2024-10-11 07:49:18.803] [event generator wait_for_gui ] Calling processEvent on listener (Basic.py:163)
[6] [2024-10-11 07:49:18.803] [event generator wait_for_gui ] GUI started (Opsiclientd.py:1293)
[5] [2024-10-11 07:49:18.803] [opsiclientd ] Done waiting for GUI (Opsiclientd.py:501)
[6] [2024-10-11 07:49:18.818] [event generator login_detector ] Activating event generator '' (Basic.py:201)
[6] [2024-10-11 07:49:18.818] [event generator login_detector ] Getting next event... (Basic.py:205)
[5] [2024-10-11 07:49:18.834] [event processing gui_startup{installation_pending}] Block login now set to 'True' (Opsiclientd.py:333)
[6] [2024-10-11 07:49:18.834] [event processing gui_startup{installation_pending}] Starting block login notifier app (Opsiclientd.py:343)
[6] [2024-10-11 07:49:18.834] [event processing gui_startup{installation_pending}] Searching pids of process name winlogon.exe (session id: 1) (Windows.py:1392)
[6] [2024-10-11 07:49:18.834] [event processing gui_startup{installation_pending}] Found process winlogon.exe with matching name (pid 632, session 1) (Windows.py:1416)
[5] [2024-10-11 07:49:18.834] [event processing gui_startup{installation_pending}] Executing: '"C:\Program Files (x86)\opsi.org\opsi-client-agent\\opsi-notifier.exe" -l 6 -s notifier\\block_login.ini' in session '1' on desktop 'winsta0\winlogon' (Windows.py:1604)
[6] [2024-10-11 07:49:18.865] [event processing gui_startup{installation_pending}] Process startet, pid: 7252 (Windows.py:1609)
[5] [2024-10-11 07:49:18.865] [event processing gui_startup{installation_pending}] Starting notification server (EventProcessing.py:291)
[5] [2024-10-11 07:49:18.881] [notification server ] Notification server started (listening on port 44000) (EventProcessing.py:320)
[6] [2024-10-11 07:49:18.881] [notification server ] Notification server serving on ('::1', 44000, 0, 0), ('127.0.0.1', 44000) (notification_server.py:288)
[5] [2024-10-11 07:49:20.195] [event processing gui_startup{installation_pending}] Action processor name 'opsi-script', version '4.12.15.4' (EventProcessing.py:492)
[6] [2024-10-11 07:49:20.195] [event processing gui_startup{installation_pending}] Using active console session id: 1 (EventProcessing.py:273)
[5] [2024-10-11 07:49:20.195] [event processing gui_startup{installation_pending}] Starting notifier application in session '1' on desktop 'winlogon' (EventProcessing.py:447)
[6] [2024-10-11 07:49:20.211] [event processing gui_startup{installation_pending}] Searching pids of process name winlogon.exe (session id: 1) (Windows.py:1392)
[6] [2024-10-11 07:49:20.211] [event processing gui_startup{installation_pending}] Found process winlogon.exe with matching name (pid 632, session 1) (Windows.py:1416)
[5] [2024-10-11 07:49:20.211] [event processing gui_startup{installation_pending}] Executing: '"C:\Program Files (x86)\opsi.org\opsi-client-agent\\opsi-notifier.exe" -l 6 -p 44000 -i event -s notifier\\event.ini' in session '1' on desktop 'winsta0\winlogon' (__init__.py:182)
[6] [2024-10-11 07:49:20.211] [event processing gui_startup{installation_pending}] Process startet, pid: 7724 (__init__.py:187)
[6] [2024-10-11 07:49:20.227] [event processing gui_startup{installation_pending}] User is allowed to cancel connection after 30 seconds (EventProcessing.py:216)
[6] [2024-10-11 07:49:20.227] [event processing gui_startup{installation_pending}] Starting ServiceConnectionThread, timeout is 30 seconds (OpsiService.py:454)
[6] [2024-10-11 07:49:20.304] [service connection ] Current network Status:
Interface {D7379DEC-E99D-4821-9A24-F26BD53FE118}, Address 192.168.56.1, Netmask 255.255.255.0
Interface {D7379DEC-E99D-4821-9A24-F26BD53FE118}, Address fe80::a02b:219a:9a15:46c8%22, Netmask ffff:ffff:ffff:ffff::/64
Interface {FB3890BC-C01E-408D-8E68-03B606515910}, Address 192.168.1.132, Netmask 255.255.255.0
Interface {FB3890BC-C01E-408D-8E68-03B606515910}, Address fe80::cb6:866a:a09d:ba70%28, Netmask ffff:ffff:ffff:ffff::/64
Interface {D5926718-12F5-4626-B518-246464C72B1B}, Address 172.21.160.1, Netmask 255.255.240.0
Interface {D5926718-12F5-4626-B518-246464C72B1B}, Address fe80::6d06:44b1:dbf9:b8ed%21, Netmask ffff:ffff:ffff:ffff::/64
Interface {E2E807D8-451D-11EF-98D9-806E6F6E6963}, Address 127.0.0.1, Netmask 255.0.0.0
Interface {E2E807D8-451D-11EF-98D9-806E6F6E6963}, Address ::1, Netmask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/128
(utils.py:128)
[5] [2024-10-11 07:49:20.304] [service connection ] Connecting to config server 'https://192.168.1.214:4447' #1 (OpsiService.py:574)
[6] [2024-10-11 07:49:20.304] [service connection ] CA cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' successfully updated (2 certificates total) (opsiservice.py:598)
[6] [2024-10-11 07:49:20.304] [service connection ] uib opsi CA added to cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' (2 certificates total) (opsiservice.py:635)
[6] [2024-10-11 07:49:20.304] [service connection ] Using proxy settings: http_proxy=None, https_proxy=None, no_proxy='ip6-localhost,127.0.0.1,localhost,::1' (__init__.py:219)
[6] [2024-10-11 07:49:20.798] [control pipe ] Sending request 'b'{"id":1,"method":"blockLogin","params":[true]}'' to client (ControlPipe.py:155)
[6] [2024-10-11 07:49:21.080] [control pipe ] Received response 'b'{"id": 1, "result": "blocking login", "error": null}'' from client (ControlPipe.py:161)
[6] [2024-10-11 07:49:21.723] [notification server ] NotificationServerClientConnection(127.0.0.1:61018) - connection made (notification_server.py:56)
[6] [2024-10-11 07:49:23.814] [opsiclientd ] Message of the day is disabled (Opsiclientd.py:1002)
[5] [2024-10-11 07:49:28.882] [event generator gui_startup ] Event generator '' now deactivated after 1 event occurrences (Basic.py:219)
[6] [2024-10-11 07:49:28.882] [event generator gui_startup ] Event generator '' exiting (Basic.py:229)
[5] [2024-10-11 07:49:29.057] [event generator wait_for_gui ] Event generator '' now deactivated after 1 event occurrences (Basic.py:219)
[6] [2024-10-11 07:49:29.057] [event generator wait_for_gui ] Event generator '' exiting (Basic.py:229)
[6] [2024-10-11 07:49:30.330] [service connection ] Failed to connect to config server 'https://192.168.1.214:4447': Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=10.0)')) (OpsiService.py:625)
[5] [2024-10-11 07:49:33.333] [service connection ] Connecting to config server 'https://192.168.1.214:4447' #2 (OpsiService.py:574)
[6] [2024-10-11 07:49:33.333] [service connection ] CA cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' successfully updated (2 certificates total) (opsiservice.py:598)
[6] [2024-10-11 07:49:33.333] [service connection ] uib opsi CA added to cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' (2 certificates total) (opsiservice.py:635)
[6] [2024-10-11 07:49:33.333] [service connection ] Using proxy settings: http_proxy=None, https_proxy=None, no_proxy='127.0.0.1,localhost,::1,ip6-localhost' (__init__.py:219)
[5] [2024-10-11 07:49:39.462] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:49:39.462] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:49:42.463] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:49:42.463] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[6] [2024-10-11 07:49:43.339] [service connection ] Failed to connect to config server 'https://192.168.1.214:4447': Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=10.0)')) (OpsiService.py:625)
[5] [2024-10-11 07:49:46.342] [service connection ] Connecting to config server 'https://192.168.1.214:4447' #3 (OpsiService.py:574)
[6] [2024-10-11 07:49:46.342] [service connection ] CA cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' successfully updated (2 certificates total) (opsiservice.py:598)
[6] [2024-10-11 07:49:46.342] [service connection ] uib opsi CA added to cert file 'C:\opsi.org\tls\opsi-ca-cert.pem' (2 certificates total) (opsiservice.py:635)
[6] [2024-10-11 07:49:46.342] [service connection ] Using proxy settings: http_proxy=None, https_proxy=None, no_proxy='ip6-localhost,127.0.0.1,localhost,::1' (__init__.py:219)
[3] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Failed to connect to config service 'https://192.168.1.214:4447': timed out after 30 seconds (OpsiService.py:373)
[5] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Writing log to service (EventProcessing.py:363)
[4] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Cannot write log to service: not connected (EventProcessing.py:366)
[5] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Shutdown request in Registry: 0 (opsiclientd.py:120)
[5] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Reboot request in Registry: 0 (opsiclientd.py:104)
[5] [2024-10-11 07:49:50.283] [event processing gui_startup{installation_pending}] Block login now set to 'False' (Opsiclientd.py:333)
[6] [2024-10-11 07:49:50.299] [event processing gui_startup{installation_pending}] Terminating block login notifier app (pid 7252) (Opsiclientd.py:369)
[6] [2024-10-11 07:49:50.299] [control pipe ] Sending request 'b'{"id":1,"method":"blockLogin","params":[false]}'' to client (ControlPipe.py:155)
[6] [2024-10-11 07:49:50.611] [control pipe ] Received response 'b'{"id": 1, "result": "not blocking login", "error": null}'' from client (ControlPipe.py:161)
[3] [2024-10-11 07:49:50.611] [event processing gui_startup{installation_pending}] Failed to process event : Failed to connect to config service 'https://192.168.1.214:4447': timed out after 30 seconds (EventProcessing.py:1987)
Traceback (most recent call last):
File "opsiclientd\EventProcessing.py", line 1890, in run
File "opsiclientd\OpsiService.py", line 486, in connectConfigService
File "opsiclientd\EventProcessing.py", line 241, in connectionTimedOut
File "opsiclientd\OpsiService.py", line 374, in connectionTimedOut
RuntimeError: Failed to connect to config service 'https://192.168.1.214:4447': timed out after 30 seconds
[6] [2024-10-11 07:49:50.628] [ ] Stopping notification server (EventProcessing.py:327)
[5] [2024-10-11 07:49:53.740] [event processing gui_startup{installation_pending}] Block login now set to 'False' (Opsiclientd.py:333)
[5] [2024-10-11 07:49:53.740] [event processing gui_startup{installation_pending}] ============= EventProcessingThread for event 'gui_startup{installation_pending}' ended ============= (EventProcessing.py:2012)
[5] [2024-10-11 07:49:53.756] [event generator gui_startup{installation_pending}] Done processing event (Opsiclientd.py:816)
[4] [2024-10-11 07:49:55.649] [ ] Timed out waiting NotificationServer to stop (notification_server.py:321)
[6] [2024-10-11 07:49:56.306] [notification server ] NotificationServerClientConnection(127.0.0.1:61018) - connection lost (notification_server.py:65)
[6] [2024-10-11 07:49:56.352] [service connection ] Failed to connect to config server 'https://192.168.1.214:4447': Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=10.0)')) (OpsiService.py:625)
[5] [2024-10-11 07:50:03.499] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:50:03.499] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:50:07.503] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:50:07.503] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[5] [2024-10-11 07:50:28.537] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:50:28.537] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:50:34.553] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:50:34.553] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[5] [2024-10-11 07:50:55.593] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:50:55.593] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:51:04.602] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:51:04.602] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[5] [2024-10-11 07:51:25.638] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:51:25.638] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:51:39.669] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:51:39.669] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)
[5] [2024-10-11 07:51:59.219] [event generator login_detector ] Logon: ('TI-MIGUEL\\TI',) (__init__.py:103)
[6] [2024-10-11 07:51:59.219] [event generator login_detector ] LoginDetector triggered. eventType: 'Logon', args: ('TI-MIGUEL\\TI',) (UserLogin.py:79)
[5] [2024-10-11 07:51:59.219] [event generator login_detector ] User login detected: TI-MIGUEL\TI (UserLogin.py:83)
[5] [2024-10-11 07:52:00.714] [ ] Connection to opsi service https://192.168.1.214:4447 failed: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:283)
[6] [2024-10-11 07:52:00.714] [permanent service connection ] Failed to connect: Opsi service timeout error: HTTPSConnectionPool(host='192.168.1.214', port=4447): Max retries exceeded with url: /rpc (Caused by ConnectTimeoutError(, 'Connection to 192.168.1.214 timed out. (connect timeout=30.0)')) (OpsiService.py:226)
[6] [2024-10-11 07:52:04.243] [event generator login_detector ] Finished waiting for explorer.exe to start (UserLogin.py:90)
[6] [2024-10-11 07:52:04.243] [event generator login_detector ] Message of the day is disabled (Opsiclientd.py:1002)
[5] [2024-10-11 07:52:04.290] [event generator login_detector ] StartShell: ('TI-MIGUEL\\TI',) (__init__.py:111)
[6] [2024-10-11 07:52:04.290] [event generator login_detector ] LoginDetector triggered. eventType: 'StartShell', args: ('TI-MIGUEL\\TI',) (UserLogin.py:79)
[6] [2024-10-11 07:52:10.019] [control pipe ] Client disconnected (ControlPipe.py:238)
[6] [2024-10-11 07:52:21.924] [permanent service connection ] Trying to connect (OpsiService.py:222)
[5] [2024-10-11 07:52:21.924] [ ] Opening connection to opsi service https://192.168.1.214:4447 (OpsiService.py:262)