• 2 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: November 15th, 2023

help-circle








  • Swordgeek@lemmy.catolinuxmemes@lemmy.worldnow I know why
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    6 months ago

    I don’t say much about it because it’s stupid to argue, but I’ve used a LOT of different desktop interfaces over the past 45+ years (yeah, really!), and GNOME…well, GNOME sucks. When Gnome3 was first released we all had high hopes for it improving on Gnome2 (which for those of us on Unix systems was a huge improvement over CDE), and instead it was buggy, clunky, awkward, and an enormous resource hog. Oh yeah, and it was massively unconfigurable. AND it continued to not improve for many many years, until most people I know switched to KDE or one of the other environments (MATE, Cinnamon, and xfce were very popular).

    Gnome 4x added a touchscreen paradigm, whether you had a touchscreen or not, and made the experience worse in the process.

    If you like it, great! Use it and love it all you want! I’ll play with it once every year or so just to see if someone has finally designed something that doesn’t suck so badly, but for a functional desktop, no thanks.

    I think the fact that most of the ‘fringe’ desktops are well-known in the community because of people trying to escape GNOME is pretty telling.


  • Well, I’ve found some of the answer.

    /volume1 is a single LV on a single VG - no surprise there. There are two PVs comprising it, each of which is a RAID5 group across an extended partition on the disks.

    pv0 is /dev/sd[abcd]5 and pv1 is /dev/sd[abcd]6

    Now what I find most interesting right now is that SHR supposedly required btrfs to operate - and yet, /volume01 is an ext4 filesystem.

    Part of me would like to convert to btrfs, but I’d need a spare 10TB of storage just to back up to, before starting down that odyssey.

    More digging, more questions.













  • Not Linux, but Solaris, back in the day.

    We had a system with a mirrored boot disk. One of the disks failed. And we were unable to boot from the other, because the boot device in OBP (~BIOS) pointed to a device-specific partitIon. When we manually booted from the live device, it was lacking the boot sector code, and wouldn’t boot. When we booted from CDROM, the partitions wouldn’t mount because the virtual device mapping pointed to the dead drive.

    This was a gas futures trading system, and rebuild wasn’t an option. Restoring from backup woyld have lost four hours of trades, which would be an extreme last resort.

    A coworker and I spent all night on the box. We had a whiteboard covered with every stage of the boot sequence broken down, and every redirection we needed to (a) boot and (b) repair the system. The issue started mid-afternoon, and we finally got it back up by around 6:30 am.