[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-09 Thread Vladislav Solovei
One more question. Is it possible not to log the "Using Client Initiated Connection (xxx)." messages? :) -- 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 bareos-

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-09 Thread Vladislav Solovei
No :) I didn't know about this option in FD. There is no information about the "Heartbeat interval" in reference part "Client Initiated Connection": http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-38200028.1 ... To only allow Connection From the Client to the Director use:

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-09 Thread Jörg Steffens
And http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdClientHeartbeat%20Interval ? On 09.02.2018 at 10:34 wrote Vladislav Solovei: > Yes. > > Client config on the director: > Client { > Name = "ADSERV" > Address = "..." > Connection From Client To Director = yes

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-09 Thread Vladislav Solovei
Yes. Client config on the director: Client { Name = "ADSERV" Address = "..." Connection From Client To Director = yes Connection From Director To Client = no Heartbeat Interval = 60 Password = "..." } Director config on the director: Director { Name = "bareos-dir" Messages = "Dae

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-09 Thread Jörg Steffens
On 09.02.2018 at 06:53 wrote Vladislav Solovei: >> Did "status client=" worked before? And during the backup job? It should >> work at all times. > "status client=" works file right after restarting bareos-fd. And some time > (2-3 minutes) after that. Even with no running jobs... > After that, th

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-08 Thread Vladislav Solovei
> Did "status client=" worked before? And during the backup job? It should > work at all times. "status client=" works file right after restarting bareos-fd. And some time (2-3 minutes) after that. Even with no running jobs... After that, the client stops responding. With tcpdump i found that cli

[bareos-users] Re: Client Initiated Connections. Job was started, but never finished.

2018-02-08 Thread Jörg Steffens
Did "status client=" worked before? And during the backup job? It should work at all times. Is the client listend with "status dir"? Does the backup job run through without plugins? On 07.02.2018 at 22:19 wrote Vladislav Solovei: > Director ver: Bareos 17.2.4, Debian. > Client ver: 17.2.4, SLES.