Thanks for the response. It actually turned out to be a missunderstanding of where the tmp files were being created. I thought they were being created in /var/tmp but infact they were being created in /tmp. Somehow the premissions of /tmp had been corrupted on all the web server builds, and the user "nobody" could not craete files there.
Cheers. On Wed, Sep 11, 2002 at 06:35:17PM +1000, Robert Barta wrote: > On Tue, Sep 10, 2002 at 08:11:41AM +0100, Piers Harding wrote: > > I'm experiencing a weird kind of problem with libapreq, and POSTed > > files. > > > > I get this kind of message: > > > > [Tue Sep 10 07:22:06 2002] [error] [client 195.171.121.29] [libapreq] > > could not create tmpfile() > > [Tue Sep 10 07:22:07 2002] [notice] child pid 13560 exit signal > > Segmentation fault (11) > > > > Now to the weird part - this only happens on the Linux RH 7.3 SMP production > > machines. On the a single processor desktop (same OS spec.) - it > > works. > > > I guess this is an OS specific problem, but has anyone elese seen > > something like this? > > >From the tmpfile I would assume that a temporary file wants to > be created somewhere. Maybe a permission problem? > > Can you do an strace on http -X to see where the file would be > created? > > \rho --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
