aka @rotopenguin@mastodon.social

  • 0 Posts
  • 240 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • I’ve had some suspend adventures too, but my experience is just on Intel laptops.

    About a month ago, Debian Trixie had a regression that made my laptop wake up right after a suspend attempt. Afaict, it was not directly a kernel change, something in userland changed and triggered problems. This pm_async thing fixed it. Frankly, I don’t know why “async” power management is a thing anybody would want. Taking a whole extra millisecond to suspend in a more reliable way seems like a no-brainer.

    echo 1 > /sys/power/pm_debug_messages # why would you ever want to not syslog it?? echo 0 > /sys/power/pm_async

    Cat /sys/power/pm_wakeup_irq may tell you something about whomst is responsible for sleep failure. Anyways, suspend is the worst thing to diagnose good luck.









  • ExFAT is the LCD filesystem for flash sticks. FAT32 is the filesystem that you have to use for devices designed back when Microsoft was awful about Exfat licensing.

    Everywhere else, Btrfs. If Oracle didn’t poison-pill ZFS licensing and it was common on Linux, I would be using that instead. Basically, taking it on faith that a drive didn’t fuck up your data is crazy. The most basic responsibility for a filesystem should be ensuring that “the files come out exactly the same as when they went in”.







  • rotopenguin@infosec.pubtoLinux@lemmy.mlHow bad is Ubuntu?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    15 days ago

    Ubuntu has its ups and downs when you’re actually living with it, but they have a fantastic installer experience. I have had my fair share of bizarre dead ends with other distro installers, like Bazzite telling me “you need -860GB more space”. Ubuntu puts you in a solid live-iso OS where the installer is just an app that you can drag to one side and run other tools before continuing. It tends to do sensible things if I go off the beaten path with a more advanced install.

    Nowadays, I am happy with debootstrapping or btrfs send’ing an existing Debian install to set up a new system for myself. I still think that Ubuntu is reasonably likely to be a good experience for a newcomer.