freebsd-update install numerous times including reboots. That is after doing a '-r 14.1-RELEASE upgrade.Yes, that looks like the userland part hasn't upgraded, so you will need to try and do the upgrade again or force it through. But I'm not sure how you do that exactly. --currently-running?would actually like to know why freebsd-version -u shows 14.0-RELEASE-p11, which looks like the update was not fully made.
EUREKA!!!!!!!!!!!!!!!!Yes, that looks like the userland part hasn't upgraded, so you will need to try and do the upgrade again or force it through. But I'm not sure how you do that exactly. --currently-running?
Two times for minor version upgrades and three for major version upgrades. The third and final install of a major version upgrade removes all the old files and libraries from the previous versions. This is why you need to reinstall/rebuild your ports/packages in between the second and third install stages. After the third one the libraries from the previous version are removed, which typically means your installed ports/packages will fail unless they've been specifically linked against the system libraries of the new version.but I think after a major upgrade, there is that third install run recommended
Yep, this.Two times for minor version upgrades and three for major version upgrades. The third and final install of a major version upgrade removes all the old files and libraries from the previous versions.
Yep. That's usually what I do too. And during the install phase and various reboots I disable everything that's not strictly needed to boot and login. I'll enable everything again once I'm completely done with the upgrade (for both the base and ports/packages).I think it's actually "safe" to run freebsd-update install until it comes back with "nothing to do", that means you ran it enough times.
It sounds like we've run into similar problems in the pastYep. That's usually what I do too. And during the install phase and various reboots I disable everything that's not strictly needed to boot and login. I'll enable everything again once I'm completely done with the upgrade (for both the base and ports/packages).
You could try the Mark Felder method of manually updating FreeBSD without usingIf I wanted to get from 14.1-RELEASE to 15.0-RELEASE what would be the minimum freebsd-updates involved?
Do I need to go 14.1 -> 14.2 -> 14.3 -> 15.0?
freebsd-update. I would use this method to take you from 14.1 to 14.3 because it's quick and you'll be on the same release version (14.x). But then use freebsd-update to upgrade from 14.3 to 15.0 as there may be changes (14.x to 15.x) that freebsd-update should handle correctly that Mark's method may not. Whichever way you decide to go make sure that you back everything up first. uname -UKr after each step to make sure things are progressing properly. It's always worked well in my experience (from 9.x maybe earlier but my memory isn't great). But I only use FreeBSD for servers - so conservative hardware, wired connections, no GUI etc., no sound cards, so a lot fewer moving parts.I never really appreciated the update process properly and usually avoided the task altogether because of various errors.
Did you figure this out? I too have an old machine still running 13.2.What steps do I need to through to be able to update a 13.2 system to 15.0 ?
It's a bit of a long winded process, but as I remember you need to first upgrade from 13.2 to the latest release of 13.x which I think is 13.5.Did you figure this out? I too have an old machine still running 13.2.
Thanks a lot. This method works great and helps me bring my system from 13.2 to 13.5.You could try the Mark Felder method of manually updating FreeBSD without usingfreebsd-update. I would use this method to take you from 14.1 to 14.3 because it's quick and you'll be on the same release version (14.x). But then usefreebsd-updateto upgrade from 14.3 to 15.0 as there may be changes (14.x to 15.x) thatfreebsd-updateshould handle correctly that Mark's method may not. Whichever way you decide to go make sure that you back everything up first.
A normalThanks a lot. This method works great and helps me bring my system from 13.2 to 13.5.
freebsd-update should do that.