> journalctl
-b: -c: line 0: unexpected EOF while looking for matching `"'
-b: -c: line 1: syntax error: unexpected end of file
> systemctl status docker.service
-b: -c: line 0: unexpected EOF while looking for matching `"'
-b: -c: line 1: syntax error: unexpected end of file
https://clbin.com/0CNIZ <- Link to strace of journalctl
I'll update the question if there is need for other information.
I've restarted the pc. Deleted the logs and it still fails. Not sure what to try next.
/var/log/journal
? – Artem S. Tashkinov Aug 19 '20 at 13:43journalctl --rotate
and thenjournalctl --vacuum-time=1s
. According to https://unix.stackexchange.com/a/457902/54544 – plitter Aug 19 '20 at 13:51sudo /bin/rm /var/log/journal/*/*
if logs are not important for you. – Artem S. Tashkinov Aug 19 '20 at 14:10systemctl
is not system-widesystemctl
. What's the output ofwhich systemctl
? – Artem S. Tashkinov Aug 19 '20 at 15:04/usr/bin/systemctl
and with sudo/usr/bin/systemctl
– plitter Aug 19 '20 at 15:07export PAGER="/usr/bin/bash -c 'vim -R -'"
. – plitter Aug 20 '20 at 07:31