I had the exact same issue and fixed it by changing the source code and 
re-compiling Bacula:

Bacula version 5.2.12 and modify the source code as follows:

1)
src/lib/bnet.c (changed 6 days to 60 days)

bsock->timeout = 60 * 60 * 60 * 24;   /* 60 days timeout */
   bsock->set_jcr(jcr);
   return bsock;

2)
src/lib/bsock.c (changed 6 days to 60 days)
timeout = 60 * 60 * 60 * 24;   /* 60 days timeout */

This fixed the problem for me.
Uthra


From: Mihai Sătmărean [mailto:mihai.satmar...@trixter.de]
Sent: Tuesday, May 28, 2013 4:38 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] watch dog kills running jobs




Hi all,



lately we try to save on tapes arount 22 TB, and after 6 days and s

14-May 18:39 de001bs002-dir JobId 818: Error: Watchdog sending kill after 
518425 secs to thread stalled reading File daemon.

14-May 18:39 de001bs002-dir JobId 818: Fatal error: Network error with FD 
during Backup: ERR=Interrupted system call

14-May 18:39 de001bs002-dir JobId 818: Fatal error: No Job status returned from 
FD.

.

.

.

  Elapsed time:           6 days 25 secs

.

.

all jons die exactly after the same time.



Is there a setting to increase the watch dog period, or to make it aware that 
the job is actually running?

Can this be a bug?



Thank you!

________________________________
Mihai Cristian SĂTMĂREAN
System Administrator
phone:
mobile:
fax:
mail:
web:

+49 89 287018 0

+49 89 287018 18
mihai.satmar...@trixter.de<mailto:mihai.satmar...@trixter.de>
http://www.trixter.de


TRIXTER Film GmbH
Amalienstrasse 67
80799 Munich, Germany

TRIXTER FILM GMBH Gesellschaft mit beschraenkter Haftung, Sitz Muenchen, 
Registergericht Muenchen, HRB 125141
TRIXTER PRODUCTIONS GMBH & CO. KG: Kommanditgesellschaft, Sitz Muenchen, 
Registergericht Muenchen, HRA 80561
Persoenlich haftender Gesellschafter: TRIXTER VERWALTUNGS GMBH, Sitz Muenchen, 
Registergericht Muenchen, HRB 144097




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to