On Tue, 2014-07-01 at 19:07 -0300, Rafael Zalamena wrote: > I also noted that would only happen on one machine which I had setup > one partition for /var/tmp and /tmp (and /tmp -> /var/tmp). After some > investigation I found out that the code that daily(8) uses to clean > /var/tmp is different from /tmp.
Putting /var/tmp and /tmp together is a really bad idea. /var/tmp is supposed to survive a reboot, /tmp isn't. -- Shawn K. Quinn <[email protected]>
