Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authd issues when restarting manager #8498

Open
vicferpoy opened this issue May 4, 2021 · 0 comments
Open

Authd issues when restarting manager #8498

vicferpoy opened this issue May 4, 2021 · 0 comments
Labels
module/auth type/bug Something isn't working

Comments

@vicferpoy
Copy link
Contributor

Wazuh version Component Install type Install method Platform
4.2.0 Wazuh-authd Manager Any Any

Hello team,

We found an issue with authd after restarting the manager. This happened in an environment with 30000 agents and a cluster with 7 nodes (1 master and 6 workers).

We requested through the API to delete all agents:

2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8155' (1-0e930455-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '22489' (1-01b388f5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '16552' (1-1302d7f5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '19007' (1-e82b149c-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '22056' (1-a2c9a746-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8884' (1-833ed5ba-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '25531' (1-17920bf5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14217' (1-fa50bdc1-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '20973' (1-1df76538-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '24135' (1-536779fe-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18226' (1-7094ce65-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18111' (1-734c82df-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '15307' (1-9534be0a-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '10007' (1-03e0bacf-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '23378' (1-8b292dda-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '2501' (1-50b3adf0-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '16041' (1-ab5de140-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18709' (1-8d9f4b61-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14777' (1-9d0f86be-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '23307' (1-0b0f2e3d-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14720' (1-9c02d3f6-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18162' (1-258e0303-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8742' (1-04e2cd72-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '9446' (1-ae68f02a-debian10) deleted (requested locally)

Then, we tried to restart the master node using the API. Important to note that not all agents were deleted yet. It took too long to restart:

2021/05/03 12:32:50 wazuh-monitord: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-logcollector: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-remoted: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-syscheckd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-analysisd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:51 wazuh-execd: INFO: (1314): Shutdown received. Deleting responses.
2021/05/03 12:32:51 wazuh-execd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:51 wazuh-db: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...

(...)

2021/05/03 12:34:28 wazuh-csyslogd: INFO: Remote syslog server not configured. Clean exit.
2021/05/03 12:34:28 wazuh-integratord: INFO: Remote integrations not configured. Clean exit.
2021/05/03 12:34:28 wazuh-dbd: INFO: Database not configured. Clean exit.
2021/05/03 12:34:28 wazuh-agentlessd: INFO: Not configured. Exiting.
2021/05/03 12:34:28 wazuh-authd: INFO: Started (pid: 24936).
2021/05/03 12:34:28 wazuh-authd: INFO: Accepting connections on port 1515. No password required.
2021/05/03 12:34:28 wazuh-authd: INFO: Setting network timeout to 1.000000 sec.
2021/05/03 12:34:29 wazuh-db: INFO: Started (pid: 24951).
2021/05/03 12:34:30 wazuh-execd: INFO: Started (pid: 24976).

It seems that it left some connections open with wazuh-db that got it stuck (this happened during the restart attempt. Please check the timestamps):

021/05/03 12:32:51 wazuh-authd: ERROR: Cannot send message: (32) 'Broken pipe'.
2021/05/03 12:32:51 wazuh-authd: ERROR: Connection with wazuh-db lost. Reconnecting.
2021/05/03 12:32:51 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:32:52 wazuh-authd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:52 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:32:54 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:32:57 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:32:57 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:32:57 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 3453 name.
2021/05/03 12:32:57 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:32:58 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:00 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:03 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:03 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:03 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:04 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:06 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:09 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:09 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:11 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:12 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:14 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:33:17 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 808 name.
2021/05/03 12:33:17 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:18 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:20 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:23 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:23 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:23 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:24 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:26 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:29 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:29 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:30 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:31 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:33 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:33:36 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 17973 name.
2021/05/03 12:33:36 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:37 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:39 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:42 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:42 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:42 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:43 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:45 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:48 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:48 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:50 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:51 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:53 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
Full restart log
2021/05/03 12:32:48 wazuh-authd: INFO: Agent '12217' (1-f4dcea16-debian10) deleted (requested locally)
2021/05/03 12:32:48 wazuh-authd: INFO: Agent '22505' (1-65ad98dc-debian10) deleted (requested locally)
2021/05/03 12:32:48 wazuh-authd: INFO: Agent '7438' (1-427b1876-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '12985' (1-8e1090fb-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '15374' (1-e561ad14-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '17842' (1-9e11fa06-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '26578' (1-f92deec7-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14956' (1-f8430f2b-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '25218' (1-7f846eab-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8155' (1-0e930455-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '22489' (1-01b388f5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '16552' (1-1302d7f5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '19007' (1-e82b149c-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '22056' (1-a2c9a746-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8884' (1-833ed5ba-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '25531' (1-17920bf5-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14217' (1-fa50bdc1-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '20973' (1-1df76538-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '24135' (1-536779fe-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18226' (1-7094ce65-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18111' (1-734c82df-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '15307' (1-9534be0a-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '10007' (1-03e0bacf-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '23378' (1-8b292dda-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '2501' (1-50b3adf0-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '16041' (1-ab5de140-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18709' (1-8d9f4b61-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14777' (1-9d0f86be-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '23307' (1-0b0f2e3d-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '14720' (1-9c02d3f6-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '18162' (1-258e0303-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '8742' (1-04e2cd72-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-authd: INFO: Agent '9446' (1-ae68f02a-debian10) deleted (requested locally)
2021/05/03 12:32:49 wazuh-modulesd:syscollector: INFO: Destroy received for Syscollector.
2021/05/03 12:32:49 wazuh-modulesd:syscollector: INFO: Module finished.
2021/05/03 12:32:50 wazuh-db: ERROR: at run_worker(): OS_SendSecureTCP(12): Broken pipe (32)
2021/05/03 12:32:50 wazuh-monitord: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-logcollector: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-remoted: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-syscheckd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:50 wazuh-analysisd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:51 wazuh-execd: INFO: (1314): Shutdown received. Deleting responses.
2021/05/03 12:32:51 wazuh-execd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:51 wazuh-db: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:51 wazuh-authd: ERROR: Cannot send message: (32) 'Broken pipe'.
2021/05/03 12:32:51 wazuh-authd: ERROR: Connection with wazuh-db lost. Reconnecting.
2021/05/03 12:32:51 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:32:52 wazuh-authd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...
2021/05/03 12:32:52 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:32:54 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:32:57 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:32:57 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:32:57 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 3453 name.
2021/05/03 12:32:57 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:32:58 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:00 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:03 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:03 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:03 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:04 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:06 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:09 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:09 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:11 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:12 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:14 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:17 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:33:17 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 808 name.
2021/05/03 12:33:17 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:18 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:20 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:23 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:23 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:23 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:24 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:26 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:29 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:29 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:30 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:31 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:33 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:36 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'
2021/05/03 12:33:36 wazuh-authd: ERROR: Error querying Wazuh DB to get the agent's 17973 name.
2021/05/03 12:33:36 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:37 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:39 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:42 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:42 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:42 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:43 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:45 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:33:48 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:48 wazuh-authd: ERROR: Unable to connect to socket 'queue/db/wdb'.
2021/05/03 12:33:50 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 1 seconds to reconnect.
2021/05/03 12:33:51 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 2 seconds to reconnect.
2021/05/03 12:33:53 wazuh-authd: INFO: Cannot find 'queue/db/wdb'. Waiting 3 seconds to reconnect.
2021/05/03 12:34:28 wazuh-csyslogd: INFO: Remote syslog server not configured. Clean exit.
2021/05/03 12:34:28 wazuh-integratord: INFO: Remote integrations not configured. Clean exit.
2021/05/03 12:34:28 wazuh-dbd: INFO: Database not configured. Clean exit.
2021/05/03 12:34:28 wazuh-agentlessd: INFO: Not configured. Exiting.
2021/05/03 12:34:28 wazuh-authd: INFO: Started (pid: 24936).
2021/05/03 12:34:28 wazuh-authd: INFO: Accepting connections on port 1515. No password required.
2021/05/03 12:34:28 wazuh-authd: INFO: Setting network timeout to 1.000000 sec.
2021/05/03 12:34:29 wazuh-db: INFO: Started (pid: 24951).
2021/05/03 12:34:30 wazuh-execd: INFO: Started (pid: 24976).
2021/05/03 12:34:32 wazuh-analysisd: INFO: Total rules enabled: '3882'
2021/05/03 12:34:32 wazuh-analysisd: INFO: Started (pid: 24990).
2021/05/03 12:34:32 wazuh-analysisd: INFO: (7200): Logtest started
2021/05/03 12:34:32 wazuh-syscheckd: INFO: Started (pid: 25034).

Regards,
Víctor Fernández

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/auth type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant