Re: Request to nachine timed out.

2001-02-08 Thread tomas morhac

> You are using gnutar.
> It's slow (es. an incremental with gzip compression)
> Make sure you have set your timeout to something large
> 
> I have dtimeout set to 1800 .
> 
> Also, did you check /tmp/amanda on the client for debug files
> (sendbackup.*.debug ) ?
> If so, what's in the last (timewise) sendbackup.*.debug files ?
> There should be one for sdc1 and one for sda2.
> 
> Kind regards,
>  --
> Gerhard den Hollander   Phone +31-10.280.1515

It's solved, I hope ;)

I started this command manually

time /bin/gtar --create --directory /raid --listed-incremental 
/usr/local/amanda242/var/amanda/gnutar-lists/machinesdc1_0.new --sparse 
--one-file-system --ignore-failed-read --totals --file /dev/null --exclude-from 
/usr/local/amanda242/exclude.gtar .

/raid has about 17G

and time said:
real421m18.894s
user223m18.650s
sys 7m54.520s

so I think I need to set dtimeout to more.

thank you all
tom




Re: Request to nachine timed out.

2001-02-06 Thread tomas morhac

> 
> You are using gnutar.
> It's slow (es. an incremental with gzip compression)
> Make sure you have set your timeout to something large
> 
> I have dtimeout set to 1800 .
> 
> Also, did you check /tmp/amanda on the client for debug files
> (sendbackup.*.debug ) ?
> If so, what's in the last (timewise) sendbackup.*.debug files ?
> There should be one for sdc1 and one for sda2.
> 
> Kind regards,
>  --
> Gerhard den Hollander   Phone +31-10.280.1515
> Technical Support Jason Geosystems BV   Fax   +31-10.280.1511

I tried with dtimeout to 1800 but it's same.
FAILURE AND STRANGE DUMP SUMMARY:
  machinesdc1 lev 0 FAILED [Request to machine timed out.]

...and in the /tmp/amanda (client) is no sendbackup.debug, gnutar-file, 
machnesdc1_0.new is empty.

tom