Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Warnings in 7.4.2 not seen in version 7.2.x
- Date: Thu, 22 Jul 2010 07:51:58 -0400
- From: Matthew Farrellee <matt@xxxxxxxxxx>
- Subject: Re: [Condor-users] Warnings in 7.4.2 not seen in version 7.2.x
(CC'ing condor-users)
-
>From your condor_status -debug log...
statfs(/home/.../job-log.txt) failed: 75/Value too large for defined data type
WARNING: Can't determine whether log file /home/.../job-log.txt is on NFS
>From earlier messages...
# condor_version
$CondorVersion: 7.4.2 Mar 29 2010 BuildID: 227044 $
$CondorPlatform: I386-LINUX_RHEL5 $
OS? 64-bit version of CentOS 5.4 as a virtual machine running on
Disk? As far as I recall the 17TB /home storage array (shared with a
-
I think the issue is you're running 32-bit binaries, and thus a 32 bit statfs struct, on a 64 bit system with a filesystem too large, 17TB, to be properly represented without a 64 bits.
Best,
matt