On Tuesday 30 December 2014 08.58:37 Jeff Strickland wrote: > I have a Windows client that I can't get a full backup to run on. The job > fails with a network write error, which strangely is always exactly 2 hours > 11 minutes 17 (or 18) seconds into the job. It doesn't hang or even pause, > it just straight up terminates right at 2:11:17. I don't believe this is > actually a network issue due to the regularity and the lack of any other > network problems. > > But I'm not sure how to troubleshoot this...any suggestions? > > Thanks! > -Jeff S
It look like exactly to a network problem on long transaction. Some device (network card, switch, firewall etc) can consider a long tcp transaction as hanged and cut it ;-( In your case I would add the heartbeat option on the -fd -sd -dir to be try to fix the problem Heartbeat Interval = 120 # in seconds > ---------------------------------------------------------------------------- > > The Windows Application Logs show: > Bareos ERROR: > lib/bsock_tcp.c:422 Write error sending 204 bytes to client:X.X.X.X:9102: > ERR=Input/output error > > > The BareOS Director output shows: > 30-Dec 10:38 bareos-dir JobId 18: Fatal error: Network error with FD during > Backup: ERR=Connection timed out 30-Dec 10:38 bareos-sd JobId 18: Error: > bsock_tcp.c:554 Read error from File Daemon:foo.bar.com:9102: ERR=No data > available 30-Dec 10:38 bareos-sd JobId 18: Elapsed time=02:11:18, Transfer > rate=7.094 M Bytes/second 30-Dec 10:38 bareos-dir JobId 18: Fatal error: No > Job status returned from FD. > 30-Dec 10:38 bareos-dir JobId 18: Error: Bareos bareos-dir 14.2.2 (12Dec14): > Build OS: x86_64-unknown-linux-gnu redhat CentOS release 6.2 > (Final) > JobId: 18 > Job: Backup-foo.bar.2014-12-30_08.27.03_33 > Backup Level: Full (upgraded from Incremental) > Client: "foo.bar-fd" 14.2.2 (12Dec14) Microsoft Windows > Server 2008 R2 Enterprise Edition Service Pack 1 (build 7601), > 64-bit,Cross-compile,Win64 > FileSet: "foo.bar" 2014-12-30 08:27:03 > Pool: "Full" (From Job FullPool override) > Catalog: "MyCatalog" (From Client resource) > Storage: "File" (From Job resource) > Scheduled time: 30-Dec-2014 08:26:53 > Start time: 30-Dec-2014 08:27:05 > End time: 30-Dec-2014 10:38:23 > Elapsed time: 2 hours 11 mins 18 secs > Priority: 10 > FD Files Written: 0 > SD Files Written: 78,765 > FD Bytes Written: 0 (0 B) > SD Bytes Written: 55,889,574,288 (55.88 GB) > Rate: 0.0 KB/s > Software Compression: None > VSS: no > Encryption: no > Accurate: no > Volume name(s): Full-0006|Full-0007 > Volume Session Id: 9 > Volume Session Time: 1419879505 > Last Volume Bytes: 20,587,907,317 (20.58 GB) > Non-fatal FD errors: 1 > SD Errors: 1 > FD termination status: Error > SD termination status: Canceled > Termination: *** Backup Error *** -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member & Board, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
