[Server-devel] khan_assessments.zip download fails

James Cameron quozl at laptop.org
Fri Nov 20 16:21:16 EST 2015


you've been bitten by a fedorism; use of tmpfs for /tmp.  not so on
other linuxen like ubuntu, yet.  yes, add more ram, or you can remount
tmpfs with a new size, e.g.

	sudo mount -o remount -o size=512M /tmp

or perhaps umount it so that disk-backed root filesystem is used

	sudo umount /tmp

an application that doesn't gracefully handle a size limited /tmp
could be considered to be broken though.

-- 
James Cameron
http://quozl.linux.org.au/


More information about the Server-devel mailing list