* Jeff Heckart <[EMAIL PROTECTED]> (Thu, Apr 05, 2001 at 09:42:50AM -0400)
> Hello.
> 
> I have recently added a disk that is roughly 60gb in size.  One of the
> partitions is about 51gb.  This particular machine is running bsdi4.2.  This
> and the tapeserver are running amanda 2.4.2.
> 
> My tape server is a redhat 6.1 machine, and is successfully backing up three
> other systems.  I am using dump, no compression, and level 0.
> 
> When I run amdump, everything appears to be ok, but I use amcheck and it
> tells me that it is "getting estimate", on both the large 51gb part, and the
> smaller 50mb part.  When I try to backup only the 50mb part, it runs
> perfectly fine.  This has all started by introducing this large partition.

> I have spent a couple of hours looking through the mailing list and found
> people with similiar problems, but they all seemed to be using tar.  I am
> not.

Same problem.
The getting estimate takes forever and then some,
so you may have to change your etime to someting larger (7200 for 2 hours).

(and yes, i wouldn;t be surprrised if it indeed takes 2 hours to ewstimate
a latrge disk, esp if it's full and you need to get 3 estimate (level 0,
current incremental level, current incremental level +1).

Alternatively you can patch client-src/sendsize.c as below, define
USE_GENERIC_CALCSIZE and recompile sendsize


    /* Now in the child process */
    if(strcmp(est->program, "DUMP") == 0)
        dump_calc_estimates(est);
    else
#ifndef USE_GENERIC_CALCSIZE
# ifdef SAMBA_CLIENT
      if (strcmp(est->program, "GNUTAR") == 0 &&
          est->amname[0] == '/' && est->amname[1] == '/')
        smbtar_calc_estimates(est);
      else
# endif
# ifdef GNUTAR
        if (strcmp(est->program, "GNUTAR") == 0)
          gnutar_calc_estimates(est);
        else
# endif
#endif
          generic_calc_estimates(est);


Kind regards,
 --
Gerhard den Hollander                           Phone +31-10.280.1515
Technical Support Jason Geosystems BV           Fax   +31-10.280.1511
                                   (When calling please note: we are in GMT+1)
[EMAIL PROTECTED]                          POBox 1573
visit us at http://www.jasongeo.com                 3000 BN Rotterdam  
JASON.......#1 in Reservoir Characterization        The Netherlands

      This e-mail and any attachment is/are intended solely for the named
  addressee(s) and may contain information that is confidential and privileged.
       If you are not the intended recipient, we request that you do not
         disseminate, forward, distribute or copy this e-mail message.
      If you have received this e-mail message in error, please notify us
           immediately by telephone and destroy the original message.

Reply via email to