Bacula-users

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 09:03:03
Subject: Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer
From: Jon Schewe <jpschewe AT mtu DOT net>
To: Matija Nalis <mnalis+bacula AT CARNet DOT hr>
Date: Mon, 12 Apr 2010 07:59:53 -0500
On 4/12/10 7:21 AM, Matija Nalis wrote:
> On Mon, Apr 12, 2010 at 05:41:51AM -0500, Jon Schewe wrote:
>   
>>> Strange. Are you running GNU/Linux system on all the machines 
>>> (FD, SD, DIR) ? IIRC, it might not be supported on other systems,
>>> and/or it may need additional tuning on them.
>>>
>>>   
>>>       
>> I'm running opensuse Linux for the director and storage daemon and
>> Debian Linux for the file daemon.
>>     
> that is strange... 
> can you check what are your default SO_KEEPALIVE values with:
>
> grep '' /proc/sys/net/ipv4/tcp_keepalive_*
>
>   
Server:
/proc/sys/net/ipv4/tcp_keepalive_intvl:75
/proc/sys/net/ipv4/tcp_keepalive_probes:9
/proc/sys/net/ipv4/tcp_keepalive_time:7200

Client:
/proc/sys/net/ipv4/tcp_keepalive_intvl:75
/proc/sys/net/ipv4/tcp_keepalive_probes:9
/proc/sys/net/ipv4/tcp_keepalive_time:7200

bacula 3.0.3 on both systems

> and what bacula is using for running connections - start backup first,
> then check if keepalive is enabled (and with what timers) with:
>
> netstat -to
>   
Client:
tcp        0      0 client:9102       server:54043      ESTABLISHED
keepalive (7196.36/0/0)
tcp        0      0 client:43628      server:9103       ESTABLISHED
keepalive (7197.26/0/0)

Server (behind NAT):
tcp        0      0 192.168.42.2:9103       client:43628     
ESTABLISHED keepalive (7199.10/0/0)
tcp        0      0 127.0.0.2:9103          127.0.0.2:33218        
ESTABLISHED keepalive (7197.84/0/0)
tcp        0      0 127.0.0.2:36664         127.0.0.2:9101         
TIME_WAIT   timewait (56.31/0/0)
tcp        0      0 192.168.42.2:54043      client:9102      
ESTABLISHED keepalive (7198.18/0/0)

-- 
Jon Schewe | http://mtu.net/~jpschewe
If you see an attachment named signature.asc, this is my digital
signature. See http://www.gnupg.org for more information.


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>