Skip to content
  • 0 Votes
    1 Posts
    0 Views
    dvl@bsd.networkD
    For my next trick, running `mkjail upgrade -a` to get the jails still on #FreeBSD 15.0 onto 15.1`mkjail` will be greatly simplified under #pkgbase.
  • 0 Votes
    1 Posts
    0 Views
    bastillebsd@fosstodon.orgB
    I converted another host to pkgbase with `pkgbasify`. Worked great! Even updated the jail base:./pkgbasify --rootdir /usr/local/bastille/releases/15.1-RELEASEBastille even detects that the jail base has been updated, and the next `bastille update 15.1-RELEASE` automatically uses pkg.#FreeBSD #BastilleBSD #pkgbase
  • 0 Votes
    3 Posts
    0 Views
    mjack@mastodon.bsd.cafeM
    Digging a bit deeper, I noticed this in 'freebsd-update.sh':--- # Return 0 if the system is managed using pkgbase, 1 otherwise.check_pkgbase(){ # Packaged base requires that pkg is bootstrapped. if ! pkg -N -r ${BASEDIR} >/dev/null 2>/dev/null; then return 1 fi # uname(1) is used by pkg to determine ABI, so it should exist. # If it comes from a package then this system uses packaged base. if ! pkg -r ${BASEDIR} which /usr/bin/uname >/dev/null; then return 1 fi return 0--- So, pkg bootstrapped and 'uname' from package. https://github.com/freebsd/freebsd-src/blob/main/usr.sbin/freebsd-update/freebsd-update.sh
  • [ Dan Langille ]

    FreeBSD freebsd pkgbase
    5
    4 Votes
    5 Posts
    170 Views
    CiotBSDC
    26/07/17 ⇒ Updating FreeBSD 15.0 to FreeBSD 15.1 (via pkgbase) I decided that Thursday morning at 8:27 AM was the right time to start my first update from FreeBSD 15.0 to 15.1 – all my hosts are now on pkgbase. I used the pgkbasify script. Now it’s time to update again. https://dan.langille.org/2026/07/17/updating-freebsd-15-0-to-freebsd-15-1-via-pkgbase/
  • 6 Votes
    2 Posts
    617 Views
    grahamperrinG
    It was a simple upgrade, not a minor or major upgrade. Last week: pkgbase major upgrade from FreeBSD 14.4 to 15.1-RC2: an example : r/freebsd
  • 0 Votes
    1 Posts
    201 Views
    grahamperrinG
    https://www.reddit.com/r/freebsd/comments/1ty5njr/pkgbase_major_upgrade_from_freebsd_144_to_151rc2/ This upgrade blended: part of the official announcement for 15.1-RC2 – altered for compatibility with the major upgrade part of Emrion's https://forums.freebsd.org/posts/762515 – adapted for my preferred shell, /bin/tcsh. … Packages for the third release candidate, RC3, were not available at the time.
  • [Vermaden] FreeBSD

    FreeBSD freebsd pkgbase
    11
    0 Votes
    11 Posts
    531 Views
    grahamperrinG
    @CiotBSD said: OpenShift For people who never heard of it (there's no link in the article …) r/openshift in old and new Reddit: The OpenShift Application Platform is Red Hat's enterprise-ready Kubernetes distribution, optimized for continuous application development and multi-tenant deployment. A professional community to discuss OpenShift and OKD, Red Hat's auto-scaling Platform as a Services (PaaS) for applications. Red Hat OpenShift Build, accelerate, and scale with an application platform that’s built for today's workloads and tomorrow's innovation. Deliver a comprehensive experience to modernize and build new applications, accelerate AI adoption, and fuel growth. Red Hat’s OpenShift vs FreeBSD Jails - Klara Systems (2022) Kubernetes has become a hot technology for managing clusters of applications, but it is famously difficult technology to use and understand. RedShift is an Enterprise cloud platform for running and managing Kubes without tying you into a single platform. FreeBSD is our favorite platform for running applications here at Klara, how does RedShift relate to the technologies that FreeBSD provides and can we create similar environments on top of FreeBSD?