I am currently running in a diskless server and viewing a large flash video fills up my /tmp directory. I noticed how the plugin creates a temporary file in /tmp then removes the link but keeps the file handle open. How do I redirect this creation to a different directory? I've tried setting environment variables such as TMP,TEMP,TMPDIR, andTEMPDIR to redirect the temporary file creation which has not worked. Is there a specific environment variable I need to set to redirect this temporary file creation? I have a fixed sized tmpfs for /tmp so increasing the size is not really an option. I also noticed that if I remove the tmp directory the video still works properly but this option is not really valid since other applications need /tmp. Any help would be much appreciated.
Dave