Setting up journalctl on Ubuntu Linux

17,766

I think i got it working. I simply typed sudo apt-get install systemd to install systemd it informed :

The following NEW packages will be installed:
  libsystemd-journal0 systemd
0 upgraded, 2 newly installed, 0 to remove and 26 not upgraded.

After this I get a journald.conf automatically created in /etc/systemd/ folder. I guess this will work now - Thanks

Share:
17,766

Related videos on Youtube

ha9u63ar
Author by

ha9u63ar

Software Developer

Updated on September 18, 2022

Comments

  • ha9u63ar
    ha9u63ar over 1 year

    I am trying to use journalctl on my remote Ubuntu Linux box. I understand that I need to setup a config file journald.conf under /etc/systemd/ folder with permissions. But What I am struggling to understand how to enable the journalctl daemon in Linux in the first place. Is there any package that I need to install first?

    • Hunter.S.Thompson
      Hunter.S.Thompson almost 7 years
      What version of Ubuntu are you using?
    • ha9u63ar
      ha9u63ar almost 7 years
      @HunterSThompson 16.04.2 LTS
    • Hunter.S.Thompson
      Hunter.S.Thompson almost 7 years
      Please add the output of dpkg -L systemd | grep journalctl and which journalctl