Re: Proposal: new fsfs.conf properties
From: Philip Martin <philip_at_codematters.co.uk>
Date: Sat, 15 Jul 2017 17:00:57 +0100
Paul Hammant <paul_at_hammant.org> writes:
> Hey Philip, starting from scratch, I can reproduce "Can't find a temporary
Ah, it's not running out of space in tmp, rather it is failing to find
Note: the files created in tmp by 1.9 are zero length so should not
APR should detect most tmp dirs automatically via apr_temp_dir_get:
http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/file_io/unix/tempdir.c
Your system must have some more exotic tmp dir setup, a per-user tmp
If you want to trace the file IO of Apache you can use
strace -f -p NNN
where NNN is the process ID of an Apache child process. (Apache has a
strace -f -etrace=open,write,close,rename -p NNN
-- PhilipReceived on 2017-07-15 18:01:10 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.