On Sun, Aug 9, 2015 at 9:57 AM, Andrei Borzenkov <[email protected]>
wrote:

> More than half of all files here are *~ files:
>
> bor@opensuse:~/src/systemd> ls -1
> /var/log/journal/40527be2480f8cf60f4e8d4b000006b0/*~ | wc -l
> 85
> bor@opensuse:~/src/systemd> ls -1
> /var/log/journal/40527be2480f8cf60f4e8d4b000006b0/* | wc -l
> 127
>
> If I understand it correctly they are corrupted files. Should not they
> have been deleted?


Well no, they still have your logs, and they're usually 99% readable.
Journald renames even "uncleanly closed" files to journal~, just in case.


> What is the correct procedure to remove them?
>

`rm`, or let journald's built-in log rotation take care of them.

-- 
Mantas Mikulėnas <[email protected]>
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to