• HakFoo@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    Runit works well enough for me; I’ve only added one nonstandard service (launch a custom tool to drive an external stats display) and it works fine. My ,xsession has to load some polkit and pulseaudio stuff but that could be because I’m not using a full desktop like KDE/GNOME/XFCE that do those things for you.‘’

    I don’t really try to do custom package recipes because I tend to ./configure;make;make install stuff I want at random.

    EFI boot is no problem. I think my root is btrfs, but the /boot/efi is vfat. Refind is pretty first-class, but sometimes it has stupid conditions where it tries to default to the wrong kernel version if you have multiples installed (I think it sorts by timestamps or filenames in a way that sometimes work counterintuitively; discarding old kernels largely fixes it)

    Haven’t really had too many showstopper problems with xbps. I probably sledgehammer it a bit-- occasionally when it says a repo certificate is out of date, I usually end up doing a full update rather than selectively upgrading packages.

    • Thanks for the answers!

      I used to do side installs, usually into /opt, which worked well, except when it didn’t. Usually when other things, like Python, expected stuff to live in a certain place and not somewhere unexpected, like /opt. But then, installing stuff manually would sometimes interfere with package manager files, which always ended up taking time and being a pain. I think that’s why I like pacman so much; making packages are trivial, and then all of the file management, clean uninstalls that don’t leave artifacts behind, conflict checks (if not resolution)… all of that stuff that was at times a PITA with autoconf/make install became non-issues.

      I need to look at xpbs. I mean, I’m happy with Arch, but Void seems to be a little leaner, and Arch is fully onboard the systemd train, with Artix being am example of how hard it is to climb out of the avalanche.