this post was submitted on 15 Aug 2023
44 points (97.8% liked)

Linux

45530 readers
1002 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (2 children)

My favorite systemd moment was when my (headless) box hung at boot...because I didn't have a USB drive plugged in. The drive was listed in fstab, which was never an issue before. But without nofail, it was suddenly worth stopping the boot process.

[–] [email protected] 4 points 10 months ago

But without nofail, it was suddenly worth stopping the boot process.

Welp, that explains a mystery no-boot I had a few years ago.

[–] [email protected] 1 points 10 months ago

Yeesh that's bad. I just don't understand the infatuation with this new startup. I mean sure it's cool that you can have services waiting for other services before starting up, but if you're messing around with that stuff then you should already know what order each service depends on every other service. My first experience with systemd was on a raspberry pi, and people were saying how much systemd was going to speed up boot times. Loaded up a new card, booted it up, and it took 1:35. Trashed systemd and installed sysv, and the boot time dropped to 15 seconds. Reinstall systemd and the boot time jumps back over a minute and a half again. Seriously, you want me to learn how to work with a whole new process when it can't even handle a smooth boot?