https://issues.apache.org/bugzilla/show_bug.cgi?id=30865
--- Comment #10 from Russ Tennant <[EMAIL PROTECTED]> 2008-08-12 11:52:35 PST --- They are data files in my case also. I used the data and timestamps to correlate entries in the accesslog by comparing orphaned image data (dimension, visually). I compared the matching accesslog entries with the errorlog to determine that the temp files were orphaned when the error message, "104)Connection reset by peer: cache: error returned while trying to return disk cached data", was logged. mod_cache # ls aptmp* | head -n 5| xargs file aptmp03747j: Macromedia Flash data (compressed), version 8 aptmp06aged: Macromedia Flash data (compressed), version 8 aptmp0JnsLu: data aptmp0TWluZ: Macromedia Flash data (compressed), version 8 aptmp0hE4Mx: Macromedia Flash data (compressed), version 8 mod_cache # ls -l aptmp* | head -n 5 -rw------- 1 apache apache 163680 Aug 12 13:58 aptmp03747j -rw------- 1 apache apache 139128 Aug 11 03:27 aptmp06aged -rw------- 1 apache apache 8184 Aug 12 06:04 aptmp0JnsLu -rw------- 1 apache apache 761112 Aug 11 16:21 aptmp0TWluZ -rw------- 1 apache apache 965712 Aug 11 17:10 aptmp0hE4Mx -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
