I am trying to troubleshoot a system (Arch Linux) that had systemd installed.
The volume has been mounted on an Ubuntu system (14.04) that has no systemd installed.
How can I troubleshoot said systemd journal without switching the host box to systemd?
apt-get install journalctl
does not work.
systemd
package is stored in git, you couldgit clone git://anonscm.debian.org/pkg-systemd/systemd.git
and read the source, steal from it, or enter the adventure of trying to build systemd on 14.04 – waltinator Nov 19 '16 at 01:32