On Thu, Feb 8, 2018 at 6:18 PM, Wol's lists <antli...@youngman.org.uk> wrote: > > /var/tmp is defined as the place where programs store stuff like crash > recovery files. Mounting it tmpfs is going to screw up any programs that > reply on that *defined* behaviour to recover after a crash. >
Care to cite an example of such a program in the Gentoo repo? I certainly can't think of any, and I've been running with /var/tmp on tmpfs for over a decade. /var/cache strikes me as a much better place for some kind of recovery file. While /var/tmp is typically less volatile than /tmp, it isn't really something that software should just rely on. Perhaps FHS says otherwise, but anybody relying on FHS is going to get burned because lots of distros purge /var/tmp. The problem with FHS is that nobody really bothers to try to update it any longer. Certainly people think twice before deviating it, but they still do from time to time, usually in the same ways that other distros deviate. -- Rich