Peter wrote:
So is /tmp filling interminably for all users of 13.1 who haven't otherwise fiddled with something to prevent this, or who don't have /tmp stored in RAM?
Nope, I don't have that problem.
I don't understand if this is a universal issue/bug or it's only affecting certain users, such as those not using btrfs for example. Google searches aren't throwing up much in the way of openSUSE, only similar issues affecting various other distros.
If you look at the contents of /tmp, can't you tell what it is that's filling it up?
And I've no idea how to go about setting /tmp to store files for 30 days and /var/tmp for 90 like in the good old days, because there's clearly not much point even tinkering with that idea until I can get the service to run at all. The documentation (man page) for systemd-tmpfiles is awful and tells me nothing useful.
from man systemd-tmpfiles : "systemd-tmpfiles creates, deletes and cleans up volatile and temporary files and directories, based on the configuration file format and location specified in tmpfiles.d(5)." man tmpfiles.d The configuration format is one line per path containing action, path, mode, ownership, age and argument fields: Type Path Mode UID GID Age Argument d /run/user 0755 root root 10d - L /tmp/foobar - - - - /dev/null LIke I said, I don't have thjis problem, but the man pages don't seem that bad. (my /tmp/tmpfiles.d is empty though).
I still have 2.5GB to fill on my root partition. I'll keep waiting. Before long I'll have to do something.
find <DIRS> -type f -mtime +365 | xargs rm -- Per Jessen, Zürich (0.0°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org