Linux OS stuff Thread

What Linux distribution do you use @ HOME ?

  • Slackware

    Votes: 1 1.3%
  • Ubuntu

    Votes: 33 42.9%
  • Mint

    Votes: 16 20.8%
  • Fedora

    Votes: 12 15.6%
  • Debian

    Votes: 10 13.0%
  • SUSE

    Votes: 6 7.8%
  • Arch

    Votes: 5 6.5%
  • Gentoo

    Votes: 1 1.3%
  • Puppy

    Votes: 0 0.0%
  • Mandriva

    Votes: 0 0.0%
  • Other

    Votes: 23 29.9%

  • Total voters
    77

Kharzette

Watcher of Overs
5,684
5,671
I had a genuine hard freeze today. I had alot running. Was watching owcs on youtube fullscreen, and in the background I had blender, 3dcoat, vscode, and my usual 69 bajillion browser tabs.

Journalctl just shows a gap between 13:00 and 17:00 (I went to sleep hoping it would unfreeze).

This may be a first for me. I've had my desktop hang but I could always ssh in from another machine. This thing was fully dead. I couldn't even ping it.

Wierdly when I hit reset my bios settings got all reset and I had to redo the boot and such.
 

ShakyJake

<Donor>
8,213
20,587
I had a genuine hard freeze today. I had alot running. Was watching owcs on youtube fullscreen, and in the background I had blender, 3dcoat, vscode, and my usual 69 bajillion browser tabs.

Journalctl just shows a gap between 13:00 and 17:00 (I went to sleep hoping it would unfreeze).

This may be a first for me. I've had my desktop hang but I could always ssh in from another machine. This thing was fully dead. I couldn't even ping it.

Wierdly when I hit reset my bios settings got all reset and I had to redo the boot and such.
Sounds like a hardware failure. Nothing to do with the OS.
 
  • 2Like
Reactions: 1 users

Jovec

?
865
434
In my experience, Windows is more stable than Linux for desktop usage. Kernel and server-style apps are better in Linux, but GUI apps, gaming, and video card drivers tend to have more issues. It's gotten a better though, especially for GPU resets after a driver crash/hang.
 

Rezz

Mr. Poopybutthole
4,839
4,194
Eh, I've had linux hosts running for literal years without issue. But yeah, in general if you are gaming/etc or are using the GUI consistently, you are going to generally have more issues than just running the same setup on Windows.

It has more to do with the variability of gaming/etc software vs. the OS itself. Linux is a workhorse, but it's a workhorse with blinders on. The moment you take those blinders off, you start finding that Linux distros tend to have very specific issues doing things they are not natively designed to do. Can they do them? Yes! But that isn't something you are going to do normally. Redhat/CentOS comes to mind immediately. It can do basically everything, but it isn't even remotely designed to do a lot of 'casual' user stuff. It's got goals and the design is goal oriented around those goals.

Linux is my work environment. Windows is what I do when I'm not trying to work. Linux... is work.
 

Rezz

Mr. Poopybutthole
4,839
4,194
I had a genuine hard freeze today. I had alot running. Was watching owcs on youtube fullscreen, and in the background I had blender, 3dcoat, vscode, and my usual 69 bajillion browser tabs.

Journalctl just shows a gap between 13:00 and 17:00 (I went to sleep hoping it would unfreeze).

This may be a first for me. I've had my desktop hang but I could always ssh in from another machine. This thing was fully dead. I couldn't even ping it.

Wierdly when I hit reset my bios settings got all reset and I had to redo the boot and such.
Check the boot drive, and look for kernel failures or boot drive failures in the /var/logs files. grep 'kernel' might give you a lot of information. If it just hard failed (ie, no logs between certain hours) then yeah you'll want to look at var/logs/messages and see what pops up. You'll see something like 'sda blah blah' right when shit starts falling over. (sda is typically the boot drive, but no idea what your partitioning system is; you may have stuff broken up more. If you do, then you already know more than I do about what errors to look for!)
 

TJT

Mr. Poopybutthole
<Gold Donor>
44,685
117,822
Soooooo.

I was fucking around with a fingerprint reader and a Yubikey on my personal machine. Which I 10000% do not need for anything but I like tinkering with shit since I can just walk away a lot as kids eat up all of my time. My goal was to have Yubikey primary, fingerprint for Sudo and passwords my failsafe backups.

I have never done anylow level config changes like this on Linux so it was a good learning experience. However I fucked it up and made it so I couldn't login at all as I had some conflicting instructions. To save myself I used a live mode Ubuntu USB I had laying around and fired that up on the machine and use it to root into the other volume and change the settings back.

I have it working as I need to! Learned a lot. Go education!
 
  • 2Like
Reactions: 1 users