Re: [Bacula-users] Bacula backup Clusters

2014-05-28 Thread Radosław Korzeniewski
Hello, 2014-05-28 14:21 GMT+02:00 Josh Fisher : > On 5/24/2014 2:58 AM, Radosław Korzeniewski wrote: > > Hello, > > 2014-05-23 17:30 GMT+02:00 Josh Fisher : > >> At failover, there simply is no way for the node taking over the primary >> role to determine the state of the interface on the faili

Re: [Bacula-users] AiX 5.3 + gcc client run problem

2014-05-28 Thread Roberto Bertucci
Just another piece of debug. I found that segmentation violation happens here: CONFIG *new_config_parser() { CONFIG *config; ---> config = (CONFIG *)malloc(sizeof(CONFIG)); <--- memset(config, 0, sizeof(CONFIG)); return config; } this is file "parse_conf.c" line 808 I tried also to

Re: [Bacula-users] Bacula backup Clusters

2014-05-28 Thread Josh Fisher
On 5/24/2014 2:58 AM, Radosław Korzeniewski wrote: Hello, 2014-05-23 17:30 GMT+02:00 Josh Fisher : At failover, there simply is no way for the node taking over the primary