• 2 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle



  • leds@feddit.dktoScience Memes@mander.xyzAlas Moths
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    My dog will jump when I accidentally step on stick so that it suddenly moves, he has never seen a real snake. Non moving sticks that look like a snake? Doesnt react at all, I guess that routine was causing too many false positives and has not been propagated












  • At some, long ago, the Ubuntu installer was offering to use zfs for the boot and root partitions. That sounded like a good idea and worked great for a long time, automatic snapshots, options to restore state at boot etc.

    Until my generous boot partition started to run out if space with all the snapshots (which were setup automatically and no obvious way to configure) OK no big deal, write a bash script that finds the old snapshots and delete them manually whenever boot is full again.

    Then one day recently my laptop wouldn’t boot anymore, Grub could no longer read the zfs on boot. Managed to boot with USB installation image, read zsf and chroot. Tried alot of things but in the end killed zfs and replace with ext4. Then made it boot again.

    Apparently I’m not the only one with this issue.