https://bugzilla.wikimedia.org/show_bug.cgi?id=66864
Tim Landscheidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected], | |[email protected], | |[email protected] Resolution|--- |FIXED Assignee|[email protected] |[email protected] --- Comment #1 from Tim Landscheidt <[email protected]> --- There were 3,7 GByte of VIPS temporary files in /tmp: | scfc@tools-webgrid-01:~$ ll -rt /tmp/vips-* | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-8-XE11HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-7-5K11HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-6-B901HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-5-7701HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-4-WA11HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-3-DV11HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-2-4X11HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:25 /tmp/vips-1-7941HX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-1-MUMZHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-6-3RXNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-5-T2XNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-4-5YXNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-3-28XNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-2-FVVNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-7-SJXNHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 2635313152 Jun 19 12:27 /tmp/vips-9-I840HX.v | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 8 Jun 19 12:27 /tmp/vips-8-44YOHX.tif | -rw-r--r-- 1 tools.zoomviewer tools.zoomviewer 1250889728 Jun 19 12:29 /tmp/vips-11-6GJRHX.v | scfc@tools-webgrid-01:~$ I deleted those and killed the im_vips2tiff processes that were holding them open. Recently, in coordination with Daniel I set TMPDIR to a directory underneath the tool's home directory for the FastCGI process (iipsrv.fcgi) in ~/.lighttpd.conf. In this case, the VIPS processes were spawned from PHP instead which didn't get an explicit TMPDIR and thus used /tmp by default. Daniel, could you set TMPDIR in the PHP scripts as well, please? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
