Last night I installed an new rocky9 VM from stable installation template VMware. Running the installation command ends in the following errors after python venv setup:
Setup registry:
Add firewalld core rules:
Warning: ALREADY_ENABLED: http
Warning: ALREADY_ENABLED: https
Write initial cluster environment state
Adding id_rsa.pub to module skeleton dir:
Generate WireGuard VPN key pair:
<redacted>
Start Redis DB:
Generating cluster password:
Generating api-server password:
Generating node password:
AUTH failed: WRONGPASS invalid username-password pair or user is disabled.
NOPERM this user has no permissions to run the 'set' command
NOPERM this user has no permissions to run the 'set' command
NOPERM this user has no permissions to run the 'hset' command
NOPERM this user has no permissions to run the 'acl|setuser' command
WRONGPASS invalid username-password pair or user is disabled.
NOPERM this user has no permissions to run the 'acl|setuser' command
NOPERM this user has no permissions to run the 'acl|setuser' command
NOPERM this user has no permissions to run the 'acl|setuser' command
NOPERM this user has no permissions to run the 'acl|save' command
NOPERM this user has no permissions to run the 'save' command
NOPERM this user has no permissions to run the 'config|set' command
NOPERM this user has no permissions to run the 'config|set' command
NOPERM this user has no permissions to run the 'config|rewrite' command
NOPERM this user has no permissions to run the 'set' command
Start API server and core agents:
Grant initial permissions:
Traceback (most recent call last):
File "<stdin>", line 4, in <module>
File "/usr/local/agent/pypkg/cluster/grants.py", line 73, in grant
return _change_role_definition(rdb, False, action_clause, on_clause, to_clause)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/agent/pypkg/cluster/grants.py", line 64, in _change_role_definition
pipe.execute()
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/client.py", line 2114, in execute
conn = self.connection_pool.get_connection("MULTI", self.shard_hint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/connection.py", line 1457, in get_connection
connection.connect()
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/connection.py", line 711, in connect
self.on_connect()
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/connection.py", line 755, in on_connect
auth_response = self.read_response()
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/connection.py", line 874, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/redis/connection.py", line 502, in read_response
raise response
redis.exceptions.AuthenticationError: invalid username-password pair or user is disabled.
journal:
Sep 18 19:42:23 node.ns8.test podman[16188]: 2023-09-18 19:42:23.09117304 +0200 CEST m=+0.029051614 container exec died 87cac6da9de4e681856b7508fe1f51937feaeb1601d9d497e368a345aff08b34 (image=ghcr.io/nethserver/redis:2.0.0, name=redis,......
Possible permission issue?