• 3 Posts
  • 86 Comments
Joined 2 years ago
cake
Cake day: January 25th, 2024

help-circle

  • Linux has always had a hard line disposition about keeping Kernel-space and User-space separate. SSHD (and systemd) are User-space, but are being configured on the kernel’s boot line (in GRUB, which is also User-space).

    I don’t like to use the term rage-bait, but this post is suggesting that User-space components should not be configured by the Kernel-space (which is not happening here, it’s just the kernel boot line parameters, you could, pass the parameter to start a different init system other than systemd).






  • allywilson@lemmy.mltomemes@lemmy.worldOracle
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    I think it’s more difficult when certain very old web interfaces using Java used to be so strict on the version. There would be warnings like “You need Java 1.4 build 232, not Java 1.5” etc. I don’t think the openjdk builds go back far enough for those (looks like Java 8 from a quick glance).