this post was submitted on 24 Aug 2024
34 points (92.5% liked)

Linux

47361 readers
1106 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

If I'm using Arch or another minimal distro, is it a good idea to install a syslog daemon? Or can I go without?

you are viewing a single comment's thread
view the rest of the comments
[–] mactan@lemmy.ml 3 points 3 weeks ago (6 children)

wish I knew how to use the journal, seems like there isn't any good way to just search the previous session's logs without a mountain of fuss or having to guess file names

[–] MummifiedClient5000@feddit.dk 8 points 3 weeks ago (5 children)

Check that you actually have persistent storage enabled. (See man journald.conf and search for Storage)

Read up on the numerous parameters to journalctl. (man journalctl)

journalctl --boot -2 will show logs from previous boot.

journalctl --since "-2 weeks" --unit=sshd last two weeks worth of sshd logs.

[–] DeltaWingDragon@sh.itjust.works -1 points 3 weeks ago (2 children)

What if I'm on another minimal distro, like Artix, that doesn't use systemd? Journald is a systemd thing, and I'm not going to install systemd on top of a perfectly good init system.

[–] FuckBigTech347@lemmygrad.ml 1 points 3 weeks ago

On distros w/o systemd there is always syslog-ng. s6 also has its own log system.

load more comments (1 replies)
load more comments (3 replies)
load more comments (3 replies)