linux@programming.dev

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    Isn’t Fedora’s support window a bit over a year per release? Would you want to deal with upgrades every year?

    • nathris@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      Depends on what you’re using it for. Fedora’s release ver upgrades are fairly seamless. Just a big dnf update really.

      Meanwhile I have a bunch of servers stuck on CentOS 7 that are going to need to be completely rebuilt by next summer. I’m also limited by them because the pdf generator I use requires a version of libpango that was released in 2019 and EL7 is stuck on the 2018 version.

      I switched from Rocky to Fedora Server because I was sick of running into compatibility issues with dependencies that exist in the Fedora repo and not EL.

      Specifically postgres. One of the projects requires postgis and gdal, which are in the Fedora community repo, but I have to use the official postgres repo on Rocky and the people that maintain those repos are literally incompetent. They have an automated script that generates all of the packages and they can’t even be bothered to double check that the packages are built against the correct version of postgres, so your install will fail because a PG14 package is looking for a dependency that only exists in the PG11, PG12, and PG15 repo.

    • Idiocy@programming.devOP
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      11 months ago

      Well I have experiences with Arch and Debian testing for servers, depending on your needs ane desires, it has some benefits, despite all the hassls.

  • Morethanevil@lemmy.fedifriends.social
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    I use Fedora KDE as my homeserver, because it is my media center too. That’s the reason for the desktop.

    Cons for me:

    First I struggled with firewalld, it is more challenging than UFW. I removed it, because my router does the job.

    Second SELinux is very annoying at the beginning. You install samba and vsftp and it will not work until you set permissions for SELinux.

    SELinux is complicated for the start. Documentation is not very helpful for this imo. It works now. If you want to have an easy way, you can set it to permissive mode. I kept it running.

    Pros for Fedora has actual software and I really love DNF 🥰

  • americanwaste@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    We used to run firewalls running Fedora at work, works fine. Issue is you’re only getting 6 months of updates, best to look at Rocky Linux for something that doesn’t change much if you do anything beyond a single program.

    • timicin@lemmygrad.ml
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      11 months ago

      anedotally: it works fine if it’s from a vendor who provides support for it. eg cumulus switches running fedora 9 but still getting updates from cumulus engineers.

  • warmaster@lemmy.world
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    11 months ago

    I’m a selfhoster, I setup a home assistant VM and Cosmos Cloud running a bunch of Docker containers, all setup using Cockpit.

    Easier, and better looking UI than Proxmox. Also this setup enabled me to use Docker instead of LXD and save on one virtualization layer, which as a beginner every layer adds complexity.

    It has been rock solid, it has better hardware support than Debian due to the faster release cycle, only drawback is the lack of documentation or tutorials in comparison to Debian which has a colossal community.