>Ran ./configure  --with-user=bin --with-group=sys
>...
>By the way, this exact source compliled cleanly and is running
>on the SGI amanda servers, my error is something specific to
>my Sun machine or my parameters.

That comment about "exact source" is a concern.  Are you trying to
build the Sun version in the same area you built the SGI version?

To do that, you have to either remove config.cache or run "make
distclean", then start with the ./configure step again.  The ./configure
script figures out (and remembers) a lot of very system specific details.
It may still think it's set up for SGI.

>humm, I suppose I should ask if there is a newer version
>I should be building. I replaced 2.2.6 with 2.4.1p1 ...

2.4.1p1 is a few years old.  The latest version is 2.4.2p2, and is
available from www.amanda.org.

>... The newer version ran successfully but apparently
>doesn't have the chunksize that allows larger dumps to
>go via the spool area and we ended up with several large/slow
>direct to tape dumps.

The chunksize setting only allows dumps to be split into pieces in the
holding disk (it was meant for hosts that have a 2 GByte individual
file size limitation).  But the whole image still has to fit before
it is sent to tape.  If you don't have enough holding disk to do that,
the image goes direct to tape.

Some future work will change that, but that's the way it is for now.

>                                               Brian

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to