Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

My system was originally set up as a server machine, so I made separate partitions for /tmp, /var, /usr, etc. But now I'm using it as a desktop machine, and what I've noticed while watching streaming video from the USA Pro Cycling Challenge is that as I watch, the /tmp partition gets fuller and fuller until it hits 100% and the video locks up.

Is there any way I can make Flash use /var/tmp instead of /tmp? Does it respect the TMPDIR environment variable if I pass that to Firefox?

This is Ubuntu 11.04 and Firefox 6 and Flash 10,3,183,5.

share|improve this question
1  
Frankly, I don't understand why "streaming" video requires more space the longer you watch it. If it's streaming, shouldn't it always need the same amount of space? – Paul Tomblin Aug 25 '11 at 21:17
This question should instead be filed as a bug report, and as such is off-topic, thanks! Instructions here. – Bruno Pereira Mar 4 '12 at 10:16

closed as off topic by Bruno Pereira Mar 4 '12 at 10:16

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Have you considered not mounting /tmp, and pointing /tmp to /var/tmp as a symlink?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.