[sleuthkit-developers] [ mac-robber-Bugs-2470936 ] mac-robber fails on large files
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-02-13 01:28:50
|
Bugs item #2470936, was opened at 2008-12-27 06:45 Message generated for change (Settings changed) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=550912&aid=2470936&group_id=77673 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: .FUF (fuf_bugs) Assigned to: Nobody/Anonymous (nobody) Summary: mac-robber fails on large files Initial Comment: mac-robber fails on large files Output (mac-robber): class|host|start_time body|Desktop|1230377643 md5|file|st_dev|st_ino|st_mode|st_ls|st_nlink|st_uid|st_gid|st_rdev|st_size|st_atime|st_mtime|st_ctime|st_blksize|st_blocks 0|./NSRL|2054|32374785|16877|drwxr-xr-x|3|1000|1000|0|4096|1230377605|1230377433|1230377433|4096|8 0|./NSRL/ISO|2054|32833537|16877|drwxr-xr-x|2|1000|1000|0|4096|1230377635|1230377634|1230377634|4096|8 0|./NSRL/ISO/RDS_222_C.iso|2054|32374791|33188|-rw-r--r--|1|1000|1000|0|313772032|1229853658|1229822385|1229853832|4096|613448 0|./NSRL/ISO/RDS_222_D.iso|2054|32374792|33188|-rw-r--r--|1|1000|1000|0|314124288|1229853734|1229822465|1229853832|4096|614136 0|./NSRL/ISO/RDS_222_A.iso|2054|32374790|33188|-rw-r--r--|1|1000|1000|0|313739264|1229853472|1229822427|1229853832|4096|613384 0|./NSRL/ISO/1.dat|2054|13|33188|-rw-r--r--|1|0|0|0|2147481600|1230377626|1230377484|1230377634|4096|4198408 0|./NSRL/ISO/RDS_222_B.iso|2054|32374789|33188|-rw-r--r--|1|1000|1000|0|314032128|1229853571|1229822459|1229853832|4096|613952 lstat error: ./NSRL/ISO/a.dat Output (ls -l): -rw-r--r-- 1 root root 2147481600 Дек 27 14:31 1.dat -rw-r--r-- 1 fuf fuf 313739264 Дек 21 04:20 RDS_222_A.iso -rw-r--r-- 1 fuf fuf 314032128 Дек 21 04:20 RDS_222_B.iso -rw-r--r-- 1 fuf fuf 313772032 Дек 21 04:19 RDS_222_C.iso -rw-r--r-- 1 fuf fuf 314124288 Дек 21 04:21 RDS_222_D.iso -rw-r--r-- 1 root root 2147483648 Дек 27 14:29 a.dat ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2010-02-12 20:28 Message: Fixed by providing a Linux compile target that adds the needed large file flags. Sending trunk/Makefile Sending trunk/README Transmitting file data .. Committed revision 8. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2010-02-12 13:53 Message: This works fine on my Mac: ls -l [...] -rw-r--r-- 1 carrier staff 3145728000 Feb 12 13:49 test-file mac-robber: 0|tmp/test-file|0|-rw-r--r--|501|20|3145728000|1266000517|1266000581|1266000581|0 I suppose that if this were on a Linux system, then the needed large file size compile flags would be needed.... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=550912&aid=2470936&group_id=77673 |