Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
@@ -473,7 +473,11 @@ Type Ctrl/A and then X in order to exit from `minicom`.
...
@@ -473,7 +473,11 @@ Type Ctrl/A and then X in order to exit from `minicom`.
By default, the Librem 5 uses `journald` for system journaling.
By default, the Librem 5 uses `journald` for system journaling.
The system journal can get very big, which consumes significant scarce disk space and makes the journal slow to find things in.
The system journal can get very big, which consumes significant scarce disk space and makes the journal slow to find things in. Use
`journalctl --disk-usage`
to see how much disk space is being used by all journal files.
To have the system journal automatically cleaned periodically, edit the file `/etc/systemd/journald.conf` and set values for `SystemMaxUse` and `MaxFileSec`. Unless you are specifically trying to troubleshoot an infrequent problem, values of `500M` and `1month` are reasonable.
To have the system journal automatically cleaned periodically, edit the file `/etc/systemd/journald.conf` and set values for `SystemMaxUse` and `MaxFileSec`. Unless you are specifically trying to troubleshoot an infrequent problem, values of `500M` and `1month` are reasonable.