In article <[EMAIL PROTECTED]>,
Hakan Lucas <[EMAIL PROTECTED]> wrote:
>I am running MIT kerberos (version 1.2.2) on an AIX 4.3.3 machine. 
>When I attempt to transfer a file bigger than 2.5 GB the transfer
>fails with the following message:
>
>"Value to large for defined data type"
>
>This does not occur when I use the native OS FTP.  Any suggestions for
>how I can overcome this problem?

Sounds like ulimits is ok, and that you've got a large files-enabled
logical volume, because you indicate that a > 2 GB file works ok with
the native OS-supplied FTP client/server.

You most likely may be running into the maximum 32 bit file size -- as
it's a signed 32 bit quantity, which limits it to exactly one byte less
than 2 GB.

To fix that, you'd probably have to recompile from source. Which
compiler do you use? I know that with IBM's C compiler, you'd add the
-D_LARGE_FILES flag which enables the 64 bit file offsets.

-Dan

Reply via email to