XMPP Service Operators - 2023-11-20


  1. Squeaky Latex Folf

    moparisthebest: what Linux distributions can you recommend? Alpine Linux comes close to being an ideal server operating system, but the apk package manager is a bit crappy as it cannot downgrade packages in any way. I think for my next server architecture, I might use Void Linux, or I will have to go the BSD route

  2. Squeaky Latex Folf

    And I really despise systemd. Despite people saying systemd is not so bad, every time I try something with systemd again, it turns into a disaster!

  3. Squeaky Latex Folf

    Even from big names like Fedora, their systemd implementation is completely broken

  4. Squeaky Latex Folf

    emergency shell is unusable on Fedora and services can take 90 seconds to stop!

  5. Squeaky Latex Folf

    Fedora also has bad support. Even though their IRC has many members, they never reply to me when I ask them why systemd is broken

  6. Squeaky Latex Folf

    Even Gentoo has better support

  7. Licaon_Kter uses Debian

  8. Licaon_Kter

    Squeaky Latex Folf: mopar is an Arch fanboi ffs

  9. Squeaky Latex Folf

    Arch is unstable

  10. Licaon_Kter

    Everything is...

  11. Squeaky Latex Folf

    And also has systemd and I have experienced issues with Arch's systemd implementation

  12. Squeaky Latex Folf

    Mainly the 90 seconds glitch

  13. jacob.eva

    Why not artix?

  14. jacob.eva

    > Mainly the 90 seconds glitch In fairness that does happen sometimes

  15. Squeaky Latex Folf

    Artix is less clean than Void

  16. jacob.eva

    Ah yeah I remember void

  17. Squeaky Latex Folf

    Void is more consistent

  18. Squeaky Latex Folf

    >> Mainly the 90 seconds glitch > In fairness that does happen sometimes No other init system suffers from this issue though

  19. maike

    Fedora #1

  20. Squeaky Latex Folf

    Ewww

  21. jonas’

    Squeaky Latex Folf, you can change the default timeouts in /etc/systemd/system.conf, fwiw

  22. jonas’

    avoiding systemd-as-pid-1 these days *is* going to push you into fringe distributions. you need to make peace with that or with systemd :-)

  23. maike

    systemd is great and makes it trivial to sandbox daemons

  24. moparisthebest

    > Arch is unstable It's not, it's been rock solid stable since I started using it in 2016, much more stable than Ubuntu or Debian or redhat ever was for me > emergency shell is unusable on Fedora and services can take 90 seconds to stop! Services can take as long to stop as you configure them Squeaky Latex Folf: not 90 seconds, exactly as long as you configure it to, you gotta rtfm (or just ddg your problem) https://unix.stackexchange.com/a/310156

  25. Sam@!

    How often are you updating on an Arch server?

  26. Licaon_Kter

    Sam@!: every hour pacmansyu :))

  27. maike

    you should be doing daily automatic updates regardless of OS

  28. MSavoritias (fae,ve)

    heh. me over here with two month updates :P

  29. maike

    ಠ_ಠ

  30. moparisthebest

    > How often are you updating on an Arch server? Whenever I get around to it, usually every few weeks

  31. maike

    I propose we all start updating daily and rebooting weekly or be defederated

  32. MSavoritias (fae,ve)

    jfc

  33. maike

    I'm not joking

  34. jonas’

    unattended-upgrades ftw

  35. MSavoritias (fae,ve)

    true. i have been meaning to set that up :x

  36. moparisthebest

    unattended-break-your-server 🤣

  37. jonas’

    moparisthebest, only on arch :P

  38. Sam@!

    unattended-upgrades works for me 👍

  39. maike

    fedora/centos/rhel/etc dnf install dnf-automatic rpm-plugin-systemd-inhibit; sed -i 's/reboot = never/reboot = when-changed/' /etc/dnf/automatic.conf; systemctl enable dnf-automatic-install.timer --now;