You are not logged in.
Pages: 1
Hello, I sometimes have total freezes that force me to restart at the on/off button directly. What logs can I look at to see where it would come from? I'm on Centaurus, with the updates made.
how to attach the description of the PC and the useful logs?
Have a good day
aldrik
Offline
We would recommend you to check the journal log. First you need to enable the persistent storage of log messages, run in terminal:
$ sudo install -d -g systemd-journal /var/log/journal
$ sudo reboot
Now you can generate a debug info from the previous boot this way:
$ sudo journalctl --boot=-1 | gzip > /tmp/journal.gz
or the from the current boot:
$ sudo journalctl | gzip > /tmp/journal.gz
and attach the "/tmp/journal.gz" file here to analyze.
You can add an attachment here by clicking to "Choose file" button under the Attachment section, when you Create a topic, or Post a reply.
Offline
Pages: 1