Ciao a tutti,
il comando journalctl --disk-usage mi restituisce:
journalctl --disk-usage
Journals take up 1.1G on disk.
non è un po’ troppo? Prima di riavviare ho già impostato il file journal.conf così:
cat /etc/systemd/journald.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See journald.conf(5) for details
[Journal]
Storage=auto
#Compress=yes
#Seal=yes
#SplitMode=login
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
SystemMaxUse=250M
#SystemKeepFree=
#SystemMaxFileSize=
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#MaxRetentionSec=
#MaxFileSec=1month
#ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
ma la dimensione non è diminuita, quindi penso che io debba cancellare i contenuti manualmente.
Posso tranquillamente eliminare la cartella /var/log/journal o devo eliminare solo il suo contenuto?
Grazie tanto