this post was submitted on 13 Dec 2023
932 points (99.4% liked)

linuxmemes

20753 readers
1315 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] Dasnap@lemmy.world 167 points 9 months ago (4 children)

Shit must look dystopian to anyone who doesn't understand what it is.

[–] ooterness@lemmy.world 41 points 9 months ago

ALL SHALL BOW BEFORE THE DARK OBELISK OF TECHNOLOGY.

[–] fluxion@lemmy.world 19 points 9 months ago (1 children)

Some crusty broken distro install with a broken boot that may or may not be due to a bad disk or fs corruption is pretty much as dystopian as it gets.

[–] ElderWendigo@sh.itjust.works 12 points 9 months ago

And this comment is about as "First World Problems" as it gets.

load more comments (2 replies)
[–] cygnus@lemmy.ca 145 points 9 months ago (1 children)

My supermarket uses Arch btw.

[–] whoisearth@lemmy.ca 89 points 9 months ago (2 children)

I'm sure they announce it on their loudspeakers when you're in the store too.

[–] Asudox@lemmy.world 58 points 9 months ago

"Beware peasants! This store uses arch btw."

[–] Grass@sh.itjust.works 13 points 9 months ago

Oh man I would do this all the time. When I worked a grocery store it had suse and later they switched to windows. Before if anything didn't work it was user error like rebooting with personal items left on the keyboard. After we had self checkouts that would bluescreen and other than myself only two people knew how to reboot them. If it had arch I would make sure everyone knew.

[–] SpaceNoodle@lemmy.world 97 points 9 months ago (14 children)

Why does this produce need a massive digital signage pylon?

[–] CmdrKeen@lemmy.today 36 points 9 months ago* (last edited 9 months ago)

No idea where it's from or what it usually looks like since I just nabbed this off of Facebook, but my guess is to display ads, or perhaps some slo-mo videos of fresh fruit being tossed in an appetizing manner in an attempt to trigger your Pavlovian reflex to buy some of those oranges.

Couldn't find any pictures of that particular setup operating under normal conditions, but here are some similar ones to give you an idea:

[–] SigmarStern@discuss.tchncs.de 15 points 9 months ago (4 children)

The question is, why does it run on Linux and not Apple

[–] CmdrKeen@lemmy.today 35 points 9 months ago* (last edited 9 months ago) (2 children)

Perhaps it runs on a Raspberry Pi?

[–] ApathyTree@lemmy.dbzer0.com 9 points 9 months ago

Or orange pi. Banana pi.

The best thing I learned when writing this comment (because I know there are other fruity labeled pi computers) is that you can look up “other fruit pi” and actually find results. Semi-relevant ones. (I use ecosia, not google/bing/askjeves, so ymmv)

load more comments (1 replies)
[–] otter@lemmy.ca 16 points 9 months ago

Because it would be expensive, just look at the price of the Lime /s

[–] TheBat@lemmy.world 10 points 9 months ago (3 children)

Why would it run on a fruit?

load more comments (3 replies)
load more comments (1 replies)
[–] jaybone@lemmy.world 8 points 9 months ago

Big Fruit is going to control our minds and enslave us all. If only they could get the interns to configure their shitty Linus distro.

[–] ElderWendigo@sh.itjust.works 7 points 9 months ago (2 children)

Do you really want an explanation for why a market might want large signage that they can change without much extra labor? Seems self evident to me.

[–] glibg10b@lemmy.ml 4 points 9 months ago* (last edited 9 months ago)

You could've just said:

So they can change the signage without much extra labor.

There's no need to be rude.

load more comments (1 replies)
[–] theotherone@kbin.social 5 points 9 months ago
load more comments (9 replies)
[–] comador@lemmy.world 56 points 9 months ago (1 children)

It got too close to the Apples and was corrupted.

[–] CmdrKeen@lemmy.today 25 points 9 months ago

Well, it doesn't look like a core dump

[–] RustyNova@lemmy.world 46 points 9 months ago (3 children)

Can a linux/systemd nerd explain what the error is? I know it's a shutdown sequence, but I'm curious on the fault

[–] CameronDev@programming.dev 100 points 9 months ago* (last edited 9 months ago) (8 children)

It is actually a boot failure. Normally the kernel reads some config from the initrd (the bootloader loads initrd and passes it to the kernel - thanks dan) and then does a bunch of setup stuff, and then it mounts the actual root filesystem, and then switches to using that. In this case, the root filesystem has failed to mount.

Hardware failure is most likely the cause, but misconfiguration can also make this happen. Probably hardware though.

If its misconfiguration, an admin can reattempt to mount the root drive on /new_root, and then ctrl-d to get the init system to try again

ELI5: couldnt open C:/ drive

Edit: clarified what loads the initrd - as per dans comment.

[–] dan@upvote.au 7 points 9 months ago* (last edited 9 months ago) (1 children)

Normally the kernel loads an initrd filesystem,

The bootloader (GRUB) loads the initrd, not the kernel. The kernel accesses stuff from the initrd, but it's already loaded by that point.

load more comments (1 replies)
[–] RustyNova@lemmy.world 4 points 9 months ago

Thanks for that!

Switching to Linux and actually being able to see real time logs made me actually curious how it works, so that's one gear out of the machine demistified

load more comments (6 replies)
[–] earthquake@lemm.ee 46 points 9 months ago (1 children)

These kinds of public errors are almost always a hard drive failure.

[–] CmdrKeen@lemmy.today 10 points 9 months ago (8 children)

Using an actual hard drive for an embedded system like this would be a failure in and of itself.

Unless it literally has to store several hours' worth of HD video content, no reason the entire system couldn't fit on an SD card.

[–] dublet@lemmy.world 4 points 9 months ago

As someone who works on embedded devices: HDDs are used for media storage and can be easily replaced. Any NAND as a limited life span and good embedded software will try very hard to minimise writes. Though in my particular area, there's additional security constraints on the OS, which preclude any removable flash storage from being used.

load more comments (7 replies)
[–] aard@kyu.de 21 points 9 months ago (2 children)

Systemd has a feature to shorten lines too long for the display, which is a pretty stupid idea, as you can see here.

The service failing here would be initrd-switch-root.service.

load more comments (2 replies)
[–] TheBlue22@lemmy.blahaj.zone 31 points 9 months ago (3 children)

Who doesn't love some kernel panic during shopping

[–] Synthead@lemmy.world 24 points 9 months ago (3 children)
load more comments (3 replies)
[–] InternetCitizen2@lemmy.world 9 points 9 months ago

Or at the disco.

load more comments (1 replies)
[–] Hiro8811@lemmy.world 23 points 9 months ago (5 children)

Do they use a raspberry pi?

[–] CmdrKeen@lemmy.today 12 points 9 months ago (4 children)
load more comments (4 replies)
load more comments (4 replies)
[–] MNByChoice@midwest.social 19 points 9 months ago (1 children)

Is this an actual video wall? Looked like bad CGI art. Kinda absurd.

Great post though.

[–] CmdrKeen@lemmy.today 10 points 9 months ago

I haven't seen this thing in action under normal conditions since I just looted the picture off Faceborg, but I imagine it probably shows a slideshow of ads.

[–] yesman@lemmy.world 17 points 9 months ago (1 children)

I had a HDD fail on my media server and that screen gives me ptsd. I could clean it up with fsck for a while, but it meant plugging a keyboard and monitor into the box. A huge PIMA, I should have swapped out that drive the first time it happened.

[–] CucumberFetish@lemmy.wtf 7 points 9 months ago (1 children)

You didn't immediately swap the failing drive? I feel sorry for the media server. It was trying it's best

[–] stoicmaverick@lemmy.world 4 points 9 months ago* (last edited 9 months ago)

Do you not like sound of the read head scraping against the platter on spin up? Weirdo... It's a rare treat, so you have to appreciate it while it's there.

[–] ILikeBoobies@lemmy.ca 14 points 9 months ago

Neat, I saw a price scanner at Walmart with an Android error today

[–] Bloodyhog@lemm.ee 10 points 9 months ago

Oh man, I WANT THIS THING! That is what I call a cool feature in home design. Time to think how to do it relatively cheaply in my study...

[–] possiblylinux127@lemmy.zip 6 points 9 months ago

This is an old image

[–] Steamymoomilk@sh.itjust.works 4 points 9 months ago (2 children)

Very intreasting. But can it run doom?

[–] CmdrKeen@lemmy.today 5 points 9 months ago (1 children)

If a literal toaster can do it, I'm sure this thing probably can as well.

load more comments (1 replies)
load more comments (1 replies)
load more comments
view more: next ›