ich versuche in einer Schule auf einer Debian 12 Maschine opsi zu installieren.
Die Installation lief bis auf das Ende auch ganz gut. Wenn es nämlich zu dem Punkt kommt, wo das setup automatisch opsiconfd setup ausführen möchte (und wenn ich es manuell ausführe), erhalte ich folgende Fehlermeldung:
Code: Alles auswählen
[4] [2025-01-03 14:22:08.911] [ ] Could not clear check cache. No Connection to Redis. (cache.py:29)
[4] [2025-01-03 14:22:12.531] [ ] Failed to setup redis: Error 104 while writing to socket. Connection reset by peer. (__init__.py:340)
Traceback (most recent call last):
File "redis/connection.py", line 534, in send_packed_command
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "opsiconfd/setup/__init__.py", line 338, in setup
File "opsiconfd/setup/__init__.py", line 65, in setup_redis
File "opsiconfd/redis.py", line 252, in delete_recursively
File "redis/commands/core.py", line 3045, in scan_iter
File "redis/commands/core.py", line 3020, in scan
File "redis/client.py", line 559, in execute_command
File "redis/client.py", line 565, in _execute_command
File "redis/connection.py", line 1422, in get_connection
File "redis/connection.py", line 369, in connect
File "redis/connection.py", line 477, in on_connect
File "redis/connection.py", line 556, in send_command
File "redis/connection.py", line 545, in send_packed_command
redis.exceptions.ConnectionError: Error 104 while writing to socket. Connection reset by peer.
[4] [2025-01-03 14:22:12.534] [ ] Failed to setup redis downsampling: Error 104 while writing to socket. Connection reset by peer. (__init__.py:346)
Traceback (most recent call last):
File "redis/connection.py", line 534, in send_packed_command
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "opsiconfd/setup/__init__.py", line 344, in setup
File "opsiconfd/metrics/statistics.py", line 73, in setup_metric_downsampling
File "redis/client.py", line 559, in execute_command
File "redis/client.py", line 565, in _execute_command
File "redis/connection.py", line 1422, in get_connection
File "redis/connection.py", line 369, in connect
File "redis/connection.py", line 477, in on_connect
File "redis/connection.py", line 556, in send_command
File "redis/connection.py", line 545, in send_packed_command
redis.exceptions.ConnectionError: Error 104 while writing to socket. Connection reset by peer.
[4] [2025-01-03 14:22:12.778] [ ] Could not clear check cache. No Connection to Redis. (cache.py:29)
MFG,
Kevin