570
top 47 comments
sorted by: hot top new old
[-] stoy@lemmy.zip 61 points 2 weeks ago* (last edited 2 weeks ago)

Excellent, remember that after 64 times booting the system there will be a mandatory test on 16 random boot up messages.

Fail, and the system refuses to start.

Few Linux users have ever successfully beaten it....

....mostly because they have never had to reboot their system 64 times before getting a new machine.

[-] MnemonicBump@lemmy.dbzer0.com 38 points 2 weeks ago

People reboot their systems?

[-] Shady_Shiroe@lemmy.world 22 points 2 weeks ago

You can reboot your system?

[-] Agent641@lemmy.world 3 points 2 weeks ago

You guys know where the physical machine is?

[-] AeonFelis@lemmy.world 9 points 2 weeks ago

How else am I supposed to exit Vim?

[-] OwOarchist@pawb.social 13 points 2 weeks ago

…mostly because they have never had to reboot their system 64 times before getting a new machine.

You really didn't have to call me out like that.

I've had my system for ~4 years now, and I think I've rebooted it a grand total of maybe 10 times. Pretty much never voluntarily. Usually due to a power outage or needing to shut down for a hardware upgrade.

[-] user224@lemmy.sdf.org 37 points 2 weeks ago
[-] tal@lemmy.today 18 points 2 weeks ago* (last edited 2 weeks ago)

I think that the point being made here is that it's not a great idea to hold an actually running soldering iron by the hot bit?

If so, I think that OP's image is supposed to have some sort of thermal insulation stuff around the hot bit, that clear stuff.

[-] user224@lemmy.sdf.org 12 points 2 weeks ago* (last edited 2 weeks ago)

Yeah, just reminded me of this.

[-] 87Six@lemmy.zip 10 points 2 weeks ago

Anti-fingerprinting or something, idk I don't use secure browsers

[-] turbowafflz@lemmy.world 3 points 2 weeks ago

is it even a soldering iron? i was assuming it was a probe for a logic analyzer or something

[-] IsoKiero@sopuli.xyz 1 points 2 weeks ago

You can see metal changing colours due to temperature, those are definetly soldering irons except the top right one which is a hot air soldering station and (IIRC, I have the same model) it goes up to 550C. You don't want to hold any of those on the business end when they're running.

[-] tal@lemmy.today 2 points 2 weeks ago

Yeah, the later images being posted are definitely soldering irons. I think that TurboWafflz is asking whether maybe the thing in the original Star Trek image that OP put up is intended to be a soldering iron, which is a fair question.

I've used probes with little hooks on the ends myself, but I imagine that there are pointy probes out there.

[-] IsoKiero@sopuli.xyz 2 points 2 weeks ago

Ah, right. I'm not in star trek scene, but what I've seen that might be a probe, soldering iron, welder and a plasma cutter all in one in that universe.

[-] Petter1@discuss.tchncs.de 34 points 2 weeks ago* (last edited 2 weeks ago)

I thought the same when I first booted Linux, but after reading it day by day, you’ll understand more and if it is too fast you can always
Edit: woups!

Sudo dmesg
[-] tal@lemmy.today 12 points 2 weeks ago* (last edited 2 weeks ago)

Note that on current, systemd-based systems, one probably wants sudo journalctl -kb to show kernel messages for the current boot.

dmesg reads from the in-memory kernel ring buffer. That can be desirable in some cases, but as the name suggests, the "ring buffer" is a "ring"


it has a finite amount of space and eventually, the old stuff gets overwritten by the new stuff. The idea is that a userspace logging daemon, like journald (or syslogd on most older systems) has time to pull the data from the ring buffer out to (potentially much larger) log files on disk.

journalctl will also post-process the output to do things like convert the time-from-boot to a wall clock time, which is generally more useful for correlating with other things.

[-] deacon@lemmy.world 32 points 2 weeks ago
[-] ekZepp@lemmy.world 27 points 2 weeks ago* (last edited 2 weeks ago)
[-] EpicFailGuy@lemmy.world 22 points 2 weeks ago

I basically read logs for a living, read the boot sequence at least once in your life. It's very cool to be able toi see the bootstrapping order and understanding all the basic things that have to be initialized just for the most basic of OS things to happen.

[-] The_Picard_Maneuver@piefed.world 15 points 2 weeks ago

The boot sequence is what I was picturing originally, but I didn't know how to word that cleanly for the meme, lol.

[-] TrickDacy@lemmy.world 17 points 2 weeks ago

The way these tools are designed, typically unless something goes wrong you need to understand basically none of it. And if something goes wrong, the resulting error messages normally at least give you something to search for in order to understand more

[-] binarytobis@lemmy.world 4 points 2 weeks ago

Yesterday I installed a program to run windows games. The installation through the terminal spat out ten different types of “Error reading the jupitos bus” type messages that I simply could not parse, but they sounded grim and serious.

But it ran just fine afterwards so those messages couldn’t have been that important?

[-] bampop@lemmy.world 1 points 2 weeks ago

Error severity depends on whether you've mounted the bus. You wouldn't want to go to Jupiter by accident

[-] hexagonwin@lemmy.today 1 points 2 weeks ago

in wine there are many partially implemented/stubs, which generate warning messages but usually work fine

[-] tal@lemmy.today 4 points 2 weeks ago* (last edited 2 weeks ago)

the resulting error messages normally at least give you something to search for

lp0 on fire

And:

#include <errno.h>
#include <stdio.h>

int main (void) {
    errno=ENOANO;
    perror("");
    return 0;
}

Yields:

$ ./a.out 
No anode
$
[-] tal@lemmy.today 13 points 2 weeks ago* (last edited 2 weeks ago)

If you don't want it, you can hide it


most distros have some way to just show a splash screen that hides it. I always unhide it, as I can see hints of things going wrong.

The messages are from a wide variety of kernel subsystems (and, later in the boot process, daemons) and most people aren't going to be familiar with everything. I could tell you what a lot of lines mean, but there are always new ones showing up as new software is written.

They're more-likely to be useful if something breaks and then you go examine a specific, suspicious-looking message and learn what it means. You probably won't be constantly trying to stay up on all kernel subsystems.

[-] OwOarchist@pawb.social 15 points 2 weeks ago

as I can see hints of things going wrong.

Yes!

Even if you don't understand every line, if the system hangs or just takes an unusually long time to boot, you'll be able to see what it's getting stuck on. And even if you don't understand that, you can ~~google~~ DDG the message and find out what it's doing, maybe figure out what's taking so long, what's wrong, and how to fix it.

[-] user224@lemmy.sdf.org 13 points 2 weeks ago

And even if you don't care, if you have an old machine booting from a HDD, the process at least isn't so boring.

[-] Ephera@lemmy.ml 6 points 2 weeks ago

^This comment is talking about the deluge of log messages you may or may not see (depending on the distro) while booting the system.

Just thought I'd add that, since the meme doesn't actually mention booting. Not sure, where you got that from. 😅

[-] grue@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago)

In fact, the image in the meme shows an Ubuntu system installing updates using apt.

[-] greyscale@lemmy.sdf.org 13 points 2 weeks ago

Why are people so resistant to reading? fortunately, most things output an explanation of what went wrong, and often you can google that message...

[-] grue@lemmy.world 6 points 2 weeks ago

Just skim to the part that tells you to type "yes, do as I say!"

[-] nightwatch_admin@feddit.nl 2 points 2 weeks ago

Imagine syslog getting presented as a streaming video… “hi this is your friendly kernel again and today we’ll have another look at …” * looks at list… “initialising network, loading modules and much more. But first, a message from our sponsor!”

[-] 0_o7@lemmy.dbzer0.com 9 points 2 weeks ago

You're following it to understand it, I'm following it to skim for warning signs.

We are not the same.

[-] Agent641@lemmy.world 2 points 2 weeks ago

It's less of an understanding, and more of a "Hmm that's a lot of good colour text" or "Fuck, that's a lot of bad coloured text!"

[-] HexesofVexes@lemmy.world 7 points 2 weeks ago

Honestly, shout out to the folks who maintain packages, Linux error logs are very searchable and readable.

I usually just scan the terminal logs looking for error flags and then search for them to see if they're something that can, and should be, fixed.

[-] KindaABigDyl@programming.dev 7 points 2 weeks ago
[-] The_Picard_Maneuver@piefed.world 14 points 2 weeks ago

I'm trying! There's a lot.

[-] AnUnusualRelic@lemmy.world 4 points 2 weeks ago

You don't have to learn though, you can just click on icons, like an animal.

[-] VinesNFluff@pawb.social 7 points 2 weeks ago

The neat thing is that like

You COULD study and learn how to read the stuff Linux vomits on the terminal

Windows programmes just die and tell you nothing. Good fucking luck.

[-] The_Picard_Maneuver@piefed.world 3 points 2 weeks ago

Yeah, being able to google stuff that's not working has been a lifesaver for me. Or (and I know it's not popular here) taking a snippet of some confusing output and giving it to an AI to have it explain what things mean.

[-] Tattorack@lemmy.world 3 points 2 weeks ago

I mean... Following what the Linux terminal was doing definitely helped me catch problems as they occurred back when I was using Ubuntu.

[-] MonkderVierte@lemmy.zip 2 points 2 weeks ago

Source? What's going on here?

[-] The_Picard_Maneuver@piefed.world 7 points 2 weeks ago

I just picked a random image of packages being updated.

Or if you mean the Star Trek image, it's from an episode where Uhura and Spock are trying to fix one of the consoles on the bridge. 'Who Mourns for Adonais' season 2, episode 2.

[-] MonkderVierte@lemmy.zip 2 points 2 weeks ago

Yes, the second. With some children toy thing, so it was Star Trek after all.

this post was submitted on 02 Mar 2026
570 points (98.8% liked)

linuxmemes

30693 readers
850 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS