> FWIW, I discovered that the Filesize limit problem that I was having is
> due to a bug in tcsh--From tcsh, even though the filesize limit is set
> to "unlimited" I cannot create a file > 2 GB. I was able to reproduce
> this problem by several different methods. From bash, I can create
> files > 2 GB with no problems.
>
> > So the size issue is something else - either a system problem on
> > your end - do you have user limits set to other than the
> > default?
>
> --
> "Jonathan F. Dill" (dill@xxxxxxxxxxxx)
You know, I seem to remember this from a long time back, tcsh is not
built as an LSF aware binary, you need O_LARGEFILE on open now to be
allowed to access beyond the 2Tbyte limit. I did at one point get
a tcsh source rpm, add the correct glibc -D option and rebuild, it
all started working at this point.
Thanks,
Steve
|