linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

colourlesspony, in New systemd update will bring Windows’ infamous Blue Screen of Death to Linux | Ars Technica

At first I was like WTF but actually it makes sense. A screen showing an error code is much better than a hard reset, blinking cursor, kernel panic, or just black screen you usually get when something bad happens on linux.

woelkchen, in An open-source, cross-platform terminal for seamless workflows
@woelkchen@lemmy.world avatar

Looks like Electron. Oh boy…

anothermember, in Vivaldi Is Available on Flathub – Brno Hat

It’s the best Chromium browser, but unfortunately still a Chromium browser. Pleased to see it in Flathub though.

pineapplelover,

It’s a toss up between Vivaldi and Brave tbh. But ideally, I would just use Firefox or something Firefox based like Librewolf

MigratingtoLemmy, in What's with all these hip filesystems and how are they different?

Did BTRFS fix the Raid-5 problem or no?

manifesto7473,

No, but according to this Phoronix article, they will fix the RAID56 issues soon:

The support for RAID56 is in development and will eventually fix the problems with the current implementation. This is a backward incompatible feature and has to be enabled at mkfs time.

drwho, in Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?

Your chances are pretty good if you copy them back - ultimately, that’s what the restoration function of backup software does.

As for ownership of the directories and files, that’s a bit trickier and might involve some trial and error. root:root is a safe bet for most of it, but there is a lot of stuff in /var that is owned by system accounts.

What distro are you running? That’ll help figure it out.

HiddenLayer5, (edited )
@HiddenLayer5@lemmy.ml avatar

I’m running Fedora 39 KDE. I think I’m going to see what the file metadata of my other Fedora systems look like and try to replicate that. Worst case I just reinstall. At this point I’m a little curious how the system will react.

drwho,

That’s entirely valid. Good luck.

HiddenLayer5, (edited )
@HiddenLayer5@lemmy.ml avatar

Thank you! Regardless of the outcome I will update the main post with my findings in hopes giving anyone else in the same position some more info.

yum13241, in [Video] Red Hat Is About To End Xorg: Is Wayland Ready?

Not until I can have my pretty screensavers. Yes, I care. When my laptops are on battery they don’t need to S3 sleep, nor s0idle. They just show pretty animations that prompt for a password and let me in, without waiting ten years for it to wake up from its slumber

carlytm, in New systemd update will bring Windows’ infamous Blue Screen of Death to Linux | Ars Technica

At last, the Year of the Linux Desktop.

kbal, in New systemd update will bring Windows’ infamous Blue Screen of Death to Linux | Ars Technica
@kbal@fedia.io avatar

As people have said in some of the many, many other threads on this subject, if they really wanted to copy someone else's style of full-screen error message they'd have done much better to go with "Guru Meditation"

LoveSausage, in Laptop with long runtime
@LoveSausage@lemmygrad.ml avatar

Apple. Can run bare metal Linux now

WetBeardHairs, (edited )

Yeah but how is the experience? While I’m not a fan of MacOS the polish and integration with the hardware is excellent. Hmm… I may need to see if I can dual boot this machine and check it out myself.

LoveSausage, (edited )
@LoveSausage@lemmygrad.ml avatar

Haven’t tried myself but looking at a Mac for next time. Seems to be great experience and hardware integration somewhat up to speed. GPU issue is tackled a while back. asahilinux.org macdailynews.com/…/asahi-linux-on-an-apple-m1-mac… the fedora version was launched a few months back so I assume there is a lot to do. But active development and usable

westyvw, (edited ) in New systemd update will bring Windows’ infamous Blue Screen of Death to Linux | Ars Technica

What a sensational, over blown article. ArsTechnica this is shitty journalism and you should know it.

The headline would be about as correct if it said “SystemD update will bring Amiga’s Guru Meditation screen to Linux.”

This update has nothing to do with Windows. Error displays with additional information about the crash is not exclusive to windows, nor new. In fact a Kernel Panic screen happened in Unix.

Waluigis_Talking_Buttplug,

The majority of linux articles have me checking the comments first to see if someone talks about ridiculous click bait crap, honestly saved me a lot of time.

muhyb,

I was sick of Reddit’s clickbait titles. It’s sad to see they moved here as well.

Waluigis_Talking_Buttplug,

To be fair, it’s the articles themselves

muhyb,

I suppose that’s the main problem, I didn’t check the article since the title reeks clickbaity enough. However I wouldn’t share an article if the the title obviously is a clickbait, I’m sure there are bunch of respectable sources about this development.

mex,

To be fair, it is called a BSOD, which is a term widely associated with Windows.

bizdelnick, in Raspi/Debian Bookworm OS help

If you disable graphical.target, no processes related to GUI will launch and consume any resources other than disk space.

whostosay,

Awesome, I’ll look into this. Thanks!

h2anomaly, in Vote on the new KDE Plasma 6 Logo

Triangles i think

virr, in Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?

Depends on specific machine setup and how good the backup is.

Backup requirements for /usr there are sticky bits set on some binaries. That needs to be preserved. In all cases soft links likely need to be preserved for things to work correctly on future package installs. Hard links can be problematic, but if you have a large enough drive or not that many it wont matter. Running package verification can be help after restore to make sure everything looks right. If running a Linux system with SELinux in enforcing mode (RHEL on many derivatives), then the security context will also need to be preserved BUT running a relabel will probably work if the security context was not included in backups. Sometimes running the relabel process wont work if there are files that needs a specific security context but are not listed in the security context database. Can’t provide more details because most of my experience with that is on systems we just replace (LSPP custom labeling resulted in systems that if you booted into permissive would then be unbootable, so they were just reinstalled once any debugging was done).

For /boot things can get tricky depending on the distribution, what boot manager is used, and /boot was a separate partition or not. Basically the boot manager (probably grub) needs to know how to find the files in boot so it can load the kernel. In most cases if you restore /boot and rerun the tools to update the boot manger everything will be fine. BUT some distributions, hardware setups, or dual boot configurations are more complicated, so extra work might be needed.

You didn’t mention /dev, which is all special files. These don’t need to be restored, just make sure the right processes recreate them. There are tools to do this, hopefully the packages are installed. Or boot from a rescue disk and fix it. Look up instruction for your specific distro.

kbal, (edited ) in Raspi/Debian Bookworm OS help
@kbal@fedia.io avatar

deleted_by_author

  • Loading...
  • whostosay,

    I appreciate it, I was more so wondering whether or not I could keep my existing build as is aside from the GUI. I’ve done it the headless/CLI via ssh route previously but thought I’d check out using the GUI during the setup stages and being able to enable/disable the GUI at will and how that would affect performance vs installing only CLI at the start of the build.

    majestic, (edited ) in Is there a way to autocomplete user defined search terms in firefox search

    You could try system wide macros. If you type @l, macro deletes last 2 chars and types lemmy

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #