Do I need to attach all logs?

I'll tar them and send as attachment if needed.

But I'm still waiting for it to finish.


Thanks!


On 2017/3/10 21:03, Jean-Louis Martineau wrote:
The patch fixed the dumper crash (fater the data timeout), but you must find why you get the data timeout.
You must check the client debug file: amandad ,sendbackup, ...

Jean-Louis

On 09/03/17 11:10 PM, Yiyi Hu wrote:

Hi, Thanks,

After I tried the patch, The error now becomes "data timeout",

If you need more info, Please let me know.

errors are:

  localhost /srv.data/ lev 0  FAILED [data timeout]
localhost /srv.data/ lev 0 FAILED [Error accepting incoming connection: Connection timed out; Got empty header]
  localhost /srv.data/ lev 0  FAILED [data timeout]
localhost /srv.data/ lev 0 FAILED [Error accepting incoming connection: Connection timed out; Got empty header]

The attachment is the chunker log.

Since with timeout error, It takes a while to test. I miss pressed the send button for the previous email.

Sorry for the noise.

Thanks


On 2017/3/9 22:00, Jean-Louis Martineau wrote:
Yiyi,

Try the attached patch

Jean-Louis

On 09/03/17 04:27 AM, Yiyi Hu wrote:
> Hi,
>
> After I upgraded to3.4.3 on my gentoo system,
>
> I get errors when I try to do the backup.
>
> The errors are
>
> FAILURE DUMP SUMMARY:
> chunker: FATAL Can't use an undefined value as a subroutine
> reference at
> /usr/lib64/perl5/vendor_perl/5.22.3/Amanda/Chunker/Scribe.pm line 580.
> chunker: FATAL Can't use an undefined value as a subroutine
> reference at
> /usr/lib64/perl5/vendor_perl/5.22.3/Amanda/Chunker/Scribe.pm line 580.
> localhost /srv/online_disk lev 0 FAILED [too many dumper retry:
> [request failed: error sending REQ: write error to: Broken pipe]]
> localhost /srv.data/ lev 0 FAILED [chunker0 died]
> localhost /srv/online_disk lev 0 FAILED [data timeout]
> localhost /srv.data/ lev 0 FAILED [data timeout]
> localhost /srv.data/ lev 0 FAILED [data timeout]
>
> And when I check the lines in Scribe.pm
>
> It seems the dump_cb is not passed in the _sump_done sub
>
> sub _dump_done {
> my $self = shift;
>
> my $dump_cb = $self->{'dump_cb'};
> my %dump_cb_args = (
> result => $self->{'result'},
> header_size => $self->{'header_size'},
> data_size => $self->{'data_size'},
> total_duration => $self->{'total_duration'});
>
> # reset everything and let the original caller know we're done
> $self->{'xfer'} = undef;
> $self->{'xdh'} = undef;
> $self->{'dump_header'} = undef;
> $self->{'dump_cb'} = undef;
> $self->{'header_size'} = 0;
> $self->{'data_size'} = 0;
> $self->{'total_duration'} = 0.0;
> $self->{'dump_start_time'} = undef;
>
> # and call the callback
> $dump_cb->(%dump_cb_args);
> }
>
>
> Any ideas how to solve this?
>
> Is it possible that the dump failure is caused by bind mount?
>
> Thanks!
>


*Disclaimer*

This message is the property of *CARBONITE, INC.* <http://www.carbonite.com> and may contain confidential or privileged information.

If this message has been delivered to you by mistake, then do not copy or deliver this message to anyone. Instead, destroy it and notify me by reply e-mail.





*Disclaimer*

This message is the property of *CARBONITE, INC.* <http://www.carbonite.com> and may contain confidential or privileged information.

If this message has been delivered to you by mistake, then do not copy or deliver this message to anyone. Instead, destroy it and notify me by reply e-mail.


Reply via email to