Hi, I'm following the instructions which I'll detail here. The system uses PKGBASE but there's already an oddity with the first command:
p10? `uname -a` shows: `FreeBSD my_hostname 15.0-RELEASE-p9 FreeBSD 15.0-RELEASE-p9 releng/15.0-n281048-6d536196f1bd GENERIC amd64`
Ok so we follow the next command from the update guide and let's throw in an 'update' for good measure:
Ok...? So upgrade the base system:
well i can do the whole loop again but the outcome doesn't change. It Doesn't Work™ (sorry). How do I continue?
Code:
custode ~ # pkg which /usr/bin/uname
/usr/bin/uname was installed by package FreeBSD-runtime-15.0p10
p10? `uname -a` shows: `FreeBSD my_hostname 15.0-RELEASE-p9 FreeBSD 15.0-RELEASE-p9 releng/15.0-n281048-6d536196f1bd GENERIC amd64`
Ok so we follow the next command from the update guide and let's throw in an 'update' for good measure:
Code:
# bectl create -r pre-15.1
# pkg update
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
All repositories are up to date.
# pkg upgrade -yr FreeBSD-ports pkg
Checking integrity... done (0 conflicting)
Your packages are up to date.
Ok...? So upgrade the base system:
Code:
bluesmx ~ # pkg -oABI=FreeBSD:15:$(uname -p) -oOSVERSION=1501000 upgrade -r FreeBSD-base
pkg: Repository FreeBSD-base has a wrong packagesite, need to re-create database
pkg: Repository FreeBSD-base cannot be opened. 'pkg update' required
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
well i can do the whole loop again but the outcome doesn't change. It Doesn't Work™ (sorry). How do I continue?