You are not logged in.
Pages: 1
Hi,
after I turned on my computer today I saw that about 1gb of space on /var was gone. Checking for the last modified and biggest files revealed three coredumps in /var/lib/systemd/coredump (797mb, 190mb and 8mb).
Now I want to get rid of them. Usually I'd just delete them but since systemd wants the user to use tools for everything instead of simply getting things done manually and easily I was wondering how to get rid of these coredumps.
I didn't find an option to erase the files in coredumpctl and searching the web just reveals ppl being unhappy with coredumps being created (not my point here).
So how can I get rid of those three coredumps in /var/lib/systemd/coredump without having to fear to throw systemd off?
Offline
I disable it.
% grep -Ev '(^#|^$)' /etc/systemd/coredump.conf
[Coredump]
Storage=none
...then manually delete them.
See:
man coredump.conf
Last edited by graysky (2016-01-23 18:05:08)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Pages: 1