Re: [Bacula-devel] watchdog timer

2014-01-21 Thread Thomas Lohman
Hi, if you want to work around the job terminates after 6 days issue, there are two places in the code that you need to change. In the 5.2.13 code base, the first one is in bnet.c line 784 and then line 79 in bsock.c - both of these source files are in the lib directory. hope this helps, --

Re: [Bacula-devel] watchdog timer

2014-01-21 Thread Andrey Chebotarev
Hi. Thank you, I'll try. But why my job terminates exactly after 6 days? > Hello, > > Your problem is a comm line drop not a watch dog problem. > > Put HeartBeatInterval = 300 in your Dir, SD, and FDs. > > Best regards, > Kern > > On 01/15/2014 09:28 AM, Andrey Chebotarev wrote: >> I asked because