search for: connect_fail

Displaying 2 results from an estimated 2 matches for "connect_fail".

Did you mean: connector_fail
2005 Aug 25
2
Custom Application For Asterisk
...brary"); #ifndef TDS_PRE_0_62 tds_set_client_charset(login, abcdcharset); #endif tds_set_language(login, abcdlanguage); tds_set_packet(login, 512); tds_set_version(login, 7, 0); if (!(context = tds_alloc_context())) { ast_log(LOG_ERROR, "tds_alloc_context() failed.\n"); goto connect_fail; } if (!(tds = tds_alloc_socket(context, 512))) { ast_log(LOG_ERROR, "tds_alloc_socket() failed.\n"); goto connect_fail; } tds_set_parent(tds, NULL); connection = tds_read_config_info(tds, login, context->locale); if (!connection) { ast_log(LOG_ERROR, "tds_read_config(...
2017 Jun 29
3
Some bricks are offline after restart, how to bring them online gracefully?
Hi all, Gluster and Ganesha are amazing. Thank you for this great work! I?m struggling with one issue and I think that you might be able to help me. I spent some time by playing with Gluster and Ganesha and after I gain some experience I decided that I should go into production but I?m still struggling with one issue. I have 3x node CentOS 7.3 with the most current Gluster and Ganesha from