Morning all,
I upgraded work host to 11.1-RELEASE this morning using the following commands:
When my system came back up, I did the following:
It seems that my userland didn't get upgraded. I'm not sure why, and I'm not sure how to proceed - though I think for the time being I will revert to my previous BE.
If anyone can shed light on this I'd be much appreciated
Ben
I upgraded work host to 11.1-RELEASE this morning using the following commands:
Code:
beadm create 11.1-RELEASE_2017-05-26
beadm mount 11.1-RELEASE_2017-05-26 /mnt
freebsd-update upgrade -b /mnt -d /mnt/var/db/freebsd-update -r 11.1-RELEASE
freebsd-update install -b /mnt -d /mnt/var/db/freebsd-update
beadm umount 11.1-RELEASE_2017-05-26
beadm activate 11.1-RELEASE_2017-05-26
reboot
When my system came back up, I did the following:
Code:
root@fbsd-bil:~ # freebsd-update install
src component not installed, skipped
No updates are available to install.
Run '/usr/sbin/freebsd-update fetch' first.
root@fbsd-bil:~ # freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 11.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
No updates needed to update system to 11.1-RELEASE-p0.
root@fbsd-bil:~ # freebsd-version -ku
11.1-RELEASE
11.0-RELEASE-p11
It seems that my userland didn't get upgraded. I'm not sure why, and I'm not sure how to proceed - though I think for the time being I will revert to my previous BE.
If anyone can shed light on this I'd be much appreciated
Ben