bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bug in find 4.1


From: Colin Coe
Subject: RE: Bug in find 4.1
Date: Mon, 12 Aug 2002 11:18:10 +0800

Addendum:

OS: AIX 4.3.3.0 RML 09
Hardware: IBM RS/6000 model 7044-270 and model 7017-S80
Compiler: gcc 2.95.2

We presume that '_LARGE_FILES' needs to be '#define'd but do not know where,
or if this is even the right thing to do.

Despite the error, the command continues and processes the rest of the
files/directories quite happily.

TIA

CC

> -----Original Message-----
> From: Colin Coe 
> Sent: Monday, August 12, 2002 10:57 AM
> To:   'address@hidden'
> Subject:      Bug in find 4.1
> 
> 
> Hi there
> 
> We have been using GNU find as a drop in replacement for AIX find in all
> new scripts we have been writing and the results have been amazing.
> 
> One problem we have encountered is GNU find cannot handle files correctly
> that are greater than 2GB in size.  For example:
> 
> [colinc]:/u/colinc> ls -la /foo/bar/bigfile.*
> -rw-rw-r--   1 owner    group    2170801375 Aug 12 10:48
> /foo/bar/bigfile.dat
> -rw-rw-r--   1 owner    group    677904384 Aug 12 10:48
> /foo/bar/bigfile.idx
> 
> [colinc]:/u/colinc> find /foo/bar/ -name "bigfile.*" -ls
> 520192 662016 -rw-rw-r--  1 owner    group    677904384 Aug 12 10:48
> /foo/bar/bigfile.idx
> 636929 2119936 -rw-rw-r--  1 owner    group    2170801375 Aug 12 10:48
> /foo/bar/bigfile.dat
> 
> [colinc]:/u/colinc> gnufind /foo/bar/ -name "bigfile.*" -ls
> 520192 662016 -rw-rw-r--   1 owner    group    677904384 Aug 12 10:48
> /foo/bar/bigfile.idx
> gnufind: /foo/bar/bigfile.dat: Value too large to be stored in data type
> 
> 
> Colin Coe
> Systems Administrator
> Bunnings Building Supplies Pty Ltd
> 
> Phone: +61 8 9365 1555 (ext 737)
> Mobile: 0407 089 115


***********************************************************************************
Bunnings Legal Disclaimer:

1)     This email is confidential and may contain legally priviledged
information.  If you are not the intended recipient, you must not
disclose or use the information contained in it.  If you have received
this email in error, please notify us immediately by return email and
delete the document.

2)     All emails sent to and sent from Bunnings Building Supplies
are scanned for content.  Any material deemed to contain inappropriate
subject matter will be reported to the email administrator of all
parties concerned.
***********************************************************************************
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]