Comment by badgersnake

3 hours ago

Long time FreeBSD user on and off, currently running 16-CURRENT on my desktop for GPU support. But fwget is a new one on me. I’m gonna try it later and see what it does for me.

FreeBSD is really hard to keep up with the changes - i don’t know of a good source to keep up with what is considered the right way to do things anymore. Anyone know a good source? Linux is much better for blogs.

FreeBSD, as an OS, does not change that much. It's not hard to keep up. That's why it's such a solid OS. The main web site lists any changes or additions with each release.

https://www.freebsd.org/releases/

But you are running 16-CURRENT, which is the development branch not suitable for production or daily use. Is that why you are struggling?

  • AFAIK the netflix CDN boxes all run -current (they used to at least), so is the main pfsense release.

    -current is definitely ok for production

  • No not all. I’m only on 16 for RDNA4 support, might go back to 15 once it’s back ported, if I can be bothered.

    The command I referenced is not, I guess 16 only. Other examples are the service command just appearing, etcupdate being preferred to mergemaster, whatever the current preferred flavour of port upgrade tool is (poudrire, portmaster, portupgrade, something else(?)).

    I also have no idea what is a sane way to do things that Linux does as systemd user services like pipewire, xdg-sessions if I want to share my screen.

    • I think for etcupdate etc, you should be able to get that info from /usr/src/UPDATING

      For port upgrades, I dunno if it applies to CURRENT, but pkg seems to work?

      I usually read the release notes for each release, which keeps me up to date enough.

      I dunno about your session question. In X11, you could drop those in .xsession, but Wayland is a just a protocol, so who knows.