If several of the above options are specified, freebsd-version will print its output as below.
the installed kernel version first, then the running kernel version, next
the userland version, and finally the userland version of the specified
jails, on separate lines.
The third and finalMaybe FreeBSD needs staging for upgrade like OS/2 (and maybe Windows, too) did.
freebsd-update install removes the 'old' 14.x libraries. So typical userland applications will still be able to link to the old version of the libraries and would still work. That's why you need to reinstall ports/packages between the second and third run of freebsd-update install.If it completed without issues, yes, try it.I'm doing that, package upgrade and then reboot ??
freebsd-version -urk). Check if all your packages are complete; pkg version -vRL= Pay attention if anything shows up, especially if there's anything with ?.Okay, that's 626 packages, we'll see...If it completed without issues, yes, try it.
Yeah, that might take a while. It needs to replace everything you have installed with packages that have been built for 15.0. Or else you're going to run into "missing" libraries as they will be looking for the libraries that came with 14.3.Okay, that's 626 packages, we'll see...
If it completed without issues, yes, try it.
If it rebooted and booted 15.0-RELEASE correctly (checkfreebsd-version -urk). Check if all your packages are complete;pkg version -vRL=Pay attention if anything shows up, especially if there's anything with?.
pkg repos show? On 15.0 the package repository got renamed from FreeBSD to FreeBSD-ports. Maybe you have a /usr/local/etc/pkg/repos/FreeBSD.conf that's now pointing in the wrong direction?It's showing in the picture of post #31, so that should be good. But even with an 'old' pkg(8) from 14.3 it should still not show all those orphaned packages. When a package is 'orphaned' it means it cannot be found in the repository. I'm quite sure x11/xrandr and few others on that picture are available.Smells like you've not yet done pkg bootstrap -f (or pkg-static bootstrap- f) AFTER you've sanely finished upgrading your base to 15.0-RELEASE.
Right. It actually checks with a locally cached "catalogue", that may have been in some odd or weird state.I ran `pkg update -f` and the orphaned packages in the screenshot changed
pkg update -f forces an update of that catalogue. It has the information of what's available in the repository. Because it was in this weird state pkg-version(8) could not figure out if those packages were available, so it figured they must all be 'orphaned'. -f, --force
Force a full download of the repository catalogue without regard
to the respective ages of the local and remote copies of the
catalogue.