search for: anvil_client_connect

Displaying 5 results from an estimated 5 matches for "anvil_client_connect".

2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...CK) = 0 [pid 9652] connect(14, {sa_family=AF_UNIX, sun_path="anvil-auth-penalty"}, 110) = -1 ECONNREFUSED (Connection refused) [pid 9652] close(14) = 0 [pid 9652] nanosleep({tv_sec=0, tv_nsec=90000000}, NULL) = 0 with ddd I get to: src/lib-master/anvil-client.c: int anvil_client_connect(struct anvil_client *client, bool retry) { //[...] fd = retry ? net_connect_unix_with_retries(client->path, 5000) : net_connect_unix(client->path); //[...] and retry is forced to TRUE by the caller and net_connect_unix_with_retries retries in case of ECONNREFUSED. How I get into it : ssh...
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...quot;anvil-auth-penalty"}, 110) = -1 ECONNREFUSED (Connection >> refused) >> [pid? 9652] close(14)?????????????????? = 0 >> [pid? 9652] nanosleep({tv_sec=0, tv_nsec=90000000}, NULL) = 0 >> >> >> with ddd I get to: >> src/lib-master/anvil-client.c: int anvil_client_connect(struct >> anvil_client *client, bool retry) { >> //[...] >> fd = retry ? net_connect_unix_with_retries(client->path, 5000) : >> net_connect_unix(client->path); >> //[...] >> >> and retry is forced to TRUE by the caller and >> net_connect_unix...
2019 Jan 06
0
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...14, {sa_family=AF_UNIX, sun_path="anvil-auth-penalty"}, 110) = -1 ECONNREFUSED (Connection refused) > [pid 9652] close(14) = 0 > [pid 9652] nanosleep({tv_sec=0, tv_nsec=90000000}, NULL) = 0 > > > with ddd I get to: > src/lib-master/anvil-client.c: int anvil_client_connect(struct anvil_client *client, bool retry) { > //[...] > fd = retry ? net_connect_unix_with_retries(client->path, 5000) : net_connect_unix(client->path); > //[...] > > and retry is forced to TRUE by the caller and net_connect_unix_with_retries retries in case of ECONNREFUSED. &gt...
2010 Oct 14
1
assertion failed: (auth_request_state_count[request->state] > 0)
...fortunately somewhat obfuscated by compiler optimization. 0 __pthread_kill + 10 1 pthread_kill + 95 2 abort + 143 3 i_set_failure_file + 274 4 i_set_failure_internal + 103 5 i_debug + 0 6 auth_request_initial + 0 7 auth_request_initial + 71 8 auth_penalty_anvil_callback + 207 9 anvil_client_connect + 364 10 io_loop_handler_run + 234 11 io_loop_run + 56 12 master_service_run + 27 13 main + 674 14 start + 52
2010 Oct 27
0
auth crash in 2.0.3
...V) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018 0 auth 0x000000010d89381b auth_request_initial + 85 1 auth 0x000000010d891844 auth_penalty_anvil_callback + 207 2 libdovecot.0.dylib 0x000000010d8ea44f anvil_client_connect + 364 3 libdovecot.0.dylib 0x000000010d8f77e9 io_loop_handler_run + 234 4 libdovecot.0.dylib 0x000000010d8f82bb io_loop_run + 56 5 libdovecot.0.dylib 0x000000010d8edf98 master_service_run + 27 6 auth 0x0000000...