On 02/21/2015 02:55 PM, Peter wrote:
I still have 2.5GB to fill on my root partition. I'll keep waiting. Before long I'll have to do something.
My /tmp fills and its annoying, but the /etc/tmpfile.d etnry is a misdirtection. You need to look in /usr/lib/tmpfiles.d/tmp.conf which is what is used by default. Yes it has # Clear tmp directories separately, to make them easier to override # SUSE policy: we don't clean those directories d /tmp 1777 root root - d /var/tmp 1777 root root - which isn't what we want and so we try creating lines in /etc/tmpfiles.d But that is compeltely beside the point. The lines that matter are: # Exclude namespace mountpoints created with PrivateTmp=yes x /tmp/systemd-private-* x /var/tmp/systemd-private-* X /tmp/systemd-private-*/tmp X /var/tmp/systemd-private-*/tmp It means file with that pattern are kept eternally! -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org