Questions tagged [journalctl]
51 questions
0
votes
1 answer
journalctl stops working randomly after boot on DigitalOcean droplet
I am building servers from a custom image I made using Packer on DigitalOcean, and I'm having a recurring issue where journalctl doesn't have any logs:
# journalctl
No journal files were found.
Sometimes I have this issue with images I build,…

ZoFreX
- 308
- 1
- 3
- 9
0
votes
0 answers
Journalctl -xe only shows results from February 04
The title says it all.
Journalctl -xe worked fine but like a month ago it only showed the results from February 04...
If you need any config file just comment.
Thanks in advance!
/etc/systemd/journald.conf
# This file is part of systemd.
#
# …

niliak
- 1
- 1
0
votes
0 answers
Make journalctl keep all logs forever (SystemMaxUse = unlimited)
How do I configure journald so that it never, ever, ever deletes my logs.
Yes, what I want to do is tell journald to keep writing until the disk (read: /var partition's filesystem) is full.
No, I don't want it to keep storing to memory until the RAM…

Michael Altfield
- 739
- 2
- 8
- 23
0
votes
1 answer
Fedora28 - firewalld stopped working as it unable to communicate with ABRT daemon
We are currently running a Fedora 28 server. Due to the server being restarting multiple times, FirewallD has stopped working. Based on the error messages presented when we run the command systemctl status firewalld, it appears as though the ABRT…

Ashish Prajapati
- 1
- 1
0
votes
1 answer
How to terminate real time logging after it has been initiated with journalctl -f &
Environment: CentOS 8
I turned on real time logging with the command,
$ journalctl -f &
I got the information I needed but unfortunately I'm not sure how to stop it. [CTRL] -c does not stop it.
Is there a simple command to terminate live logging?

myNewAccount
- 569
- 1
- 6
- 19
0
votes
1 answer
Ubuntu 20.04 container failing to startup in Proxmox
Hello I have created a Ubuntu 20.04 and 18.04 container in Proxmox and both return the same error when I try to start them up after creating the container via the Proxmox GUI.
They fail to start and return the following error message:
Job for…

ComputerLocus
- 193
- 4
- 12