You are not logged in.

#1 2018-11-30 11:50

aldrik
Member
From: france
Registered: 2016-04-12
Posts: 65

Total freezes

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

#2 2018-11-30 17:02

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,222
Website

Re: Total freezes

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

Board footer

Powered by FluxBB