hi,
I maintain computer hardware and software for the neuroscience 
institute at UC Berkeley. Thank you for the caret software and 
helpful support page.

We use 64-bit CentOS linux workstations, and data is stored on 
a 24TB (XFS) filesystem mounted via NFS. 

The problem is that caret5 GUI doesn't display the contents of a 
user's home directory. The system trace (strace) output reveals 
the following error:

[pid 10687] statfs("/home/julie", 0xffd13f6c) = -1 EOVERFLOW (Value too large 
for defined data type)

Apparently, caret is checking the size of the filesystem, but
the struct (24 billion bytes / 4K blocks) is too large for the
32-bit statfs library.

Presumably, 64-bit binaries/libraries would resolve this problem.
Are they available for linux?

Thanks in advance! 
Best,
Julie

-- 
Julie Ashworth <[email protected]>
Computational Infrastructure for Research Labs, UC Berkeley 
http://cirl.berkeley.edu/
PGP Key ID: 0x17F013D2
_______________________________________________
caret-users mailing list
[email protected]
http://brainvis.wustl.edu/mailman/listinfo/caret-users

Reply via email to