this post was submitted on 07 Oct 2023
6 points (100.0% liked)

Linux

56009 readers
945 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 6 years ago
MODERATORS
 

Apparently the reason my computer has been taking 2 minutes to boot was a faulty network mount

top 8 comments
sorted by: hot top controversial new old
[–] passepartout@feddit.de 1 points 2 years ago

You can use systemd-analyze blame if you want raw numbers:

This command prints a list of all running units, ordered by the time they took to initialize. This information may be used to optimize boot-up times.

Good way to see if your systemd also waits 2 minutes for a network connection which already exists but it can't see it because systemd doesn't do the networking (lxc containers on proxmox in my case) lol.

Also see systemd-analyze.

[–] jsdz@lemmy.ml 1 points 2 years ago (2 children)

I'm pretty sure the main system startup bottleneck is me typing the disk encryption passphrase.

[–] magikmw@lemm.ee 1 points 2 years ago (1 children)

I wish to replace it with a yubikey, but I don't even know if it's supported.

[–] Ullebe1@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

It is supported by systemd to use FIDO2 + pin to decrypt luks partitions with many security keys, including Yubikeys. I use it every day on my laptop.

[–] fernandocarletti@lemmy.ml 1 points 2 years ago

I can relate to this hahaha

[–] Pantherina@feddit.de 0 points 2 years ago (1 children)

Systemd can generate SVGs? Damn thats "bloat" but also unexpectedly fancy

[–] gentooer@programming.dev 1 points 2 years ago

SVGs are just fancy text files after all

[–] RickyRigatoni@lemmy.ml 0 points 2 years ago

Systemd has so many neat and useful tools that they never tell anyone about :(