this post was submitted on 24 Aug 2024
38 points (97.5% liked)

Linux

47337 readers
1181 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
[–] bloodfart@lemmy.ml 3 points 3 weeks ago (1 children)

It’s often more useful for minimal installations to keep the system log daemon running so that you can see when things happen and stop them from happening.

Especially now that even very low power embedded systems run multiple cpu cores at multi-ghz clocks, interface with gigabytes of memory, hundreds of gigabytes of attached storage and communicate through multi-gigabit network links, lots of stuff can be happening that is unwanted or simply unnecessary without any external indications.

What are you trying to accomplish by not running a syslog daemon?

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

Not really trying to accomplish much, just trying to save a few seconds in the manual installation process.

[–] bloodfart@lemmy.ml 2 points 3 weeks ago (1 children)

If it’s a race from boot to login prompt then making sure the installer never has to dial out and retrieve packages would be a bigger savings. Making sure the installer is on the fastest bus possible would be huge too. I think one nvme installing to another one would be fastest (assuming enough lanes).

Don’t take the wheelie bars off your dragster to save weight, wheelies are slow.

[–] DeltaWingDragon@sh.itjust.works 1 points 2 weeks ago

Upvoted solely for the last line