DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43664>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43664 Summary: Rename tempfile to hdrsfile failed Product: Apache httpd-2 Version: 2.2.6 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mod_disk_cache AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I recently implemented disk caching on my apache server. As the server serves content and that content is cached, the following message becomes more and more frequent in the error log: [Fri Oct 19 17:53:43 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmp3dfI6W -> /usr/local/apache6/cache/Rrw/fu_/NF@/rkx/vGo/[EMAIL PROTECTED] [Fri Oct 19 17:53:43 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmptQyiuv -> /usr/local/apache6/cache/hHS/DzA/yk3/hOO/hct/q7X56cQ.header [Fri Oct 19 17:53:43 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmp5HOMfQ -> /usr/local/apache6/cache/4ry/99q/aQi/7Hc/PW8/hf9AGbQ.header [Fri Oct 19 17:53:43 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmp5Vhh2b -> /usr/local/apache6/cache/Iw2/Rnt/2dm/LyU/8zI/yjcJwRg.header [Fri Oct 19 17:53:43 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmpmIcZHo -> /usr/local/apache6/cache/qXx/8ih/Uqs/[EMAIL PROTECTED]/8gW/G8yeu7w.header [Fri Oct 19 17:53:49 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmpdQCvJI -> /usr/local/apache6/cache/648/FY8/1S6/iTn/5di/EJfJuuQ.header [Fri Oct 19 17:53:49 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmpFpGfZz -> /usr/local/apache6/cache/IJ4/WUJ/izH/nsU/fkb/qmYxa9A.header [Fri Oct 19 17:53:49 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmpfNzcO6 -> /usr/local/apache6/cache/XmI/zwl/8x6/1Tw/agv/B3bokeQ.header [Fri Oct 19 17:53:49 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmp0GuY8T -> /usr/local/apache6/cache/Spx/Aw2/FCU/33Z/h2y/Gb66aVg.header [Fri Oct 19 17:53:49 2007] [error] (2)No such file or directory: disk_cache: rename tempfile to hdrsfile failed: /usr/local/apache6/cache/aptmp0uam3V -> /usr/local/apache6/cache/VLN/qDD/oqL/0xJ/Iqv/2zQochw.header to the point where after a few days there are a few dozen or so such errors per minute. Cache Config: CacheRoot /usr/local/apache6/cache CacheEnable disk /images CacheDirLevels 5 CacheDirLength 3 Build: Server version: Apache/2.2.6 (Unix) Server built: Oct 7 2007 23:39:11 Server's Module Magic Number: 20051115:5 Server loaded: APR 1.2.11, APR-Util 1.2.10 Compiled using: APR 1.2.11, APR-Util 1.2.10 Architecture: 64-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/usr/local/apache6/" -D SUEXEC_BIN="/usr/local/apache6//bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" System: Linux imp-web05 2.6.13-15-smp #1 SMP Tue Sep 13 14:56:15 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
