04-11-2019, 09:08 AM
Would be great to get the full log instead of one with lines that are cut off at the end.
^ Should provide the log without cut off lines. With the current log there is nothing we can do because the message is exactly cut of where it would go on with saying that exactly failed.
You can also redirect the whole output into a text file.
Code: (Select All)
sudo journalctl -xn -l
^ Should provide the log without cut off lines. With the current log there is nothing we can do because the message is exactly cut of where it would go on with saying that exactly failed.
You can also redirect the whole output into a text file.
Code: (Select All)
sudo journalctl -xn -l > journalctl.log