D
Deleted member 30996
Guest
Is on the servers now.
Joy...
Joy...
But since it hasn't formally been announced I'd be wary of downloading and using it. It's not on the supported page releases either.
IIRC there was some oddities last year when 11.0-RELEASE appeared on the servers early, if I recall the files got pulled and changes were made.
If even minor upgrades are a source of joy, you may consider using 11-STABLE and have joy all the time ...Is on the servers now.
Joy...
Yes. As always - unless you enjoy / have time to be the guinea pig, let somebody else try it first.
Not a solution, per se, but 'wget -d -nd http://pkg.freebsd.org/FreeBSD:10:i386/latest/All/firefox-54.0.1_1,1.txz ' followed byI updated FreeBSD 11.0 to 11.1 and www/firefox, mail/thunderbird don't start (segmentation fault). www/qupzilla, audio/clementine-player, www/chrome crash after a while...
rollback and it's sadly ok
Any advice?
#pkg upgrade -f
freebsd-update upgrade -r 11.1
<patches are downloaded and applied and kernel updated>then reboot freebsd-update install
<world is upgraded> then critical step before reboot. Rebuild all ports and/or packages pkg upgrade -f pkg
<Force upgrade of pkg(7) itself.> then pkg upgrade -f
<Force upgrade of all installed packages. >then reboot freebsd-update install
<This step deletes old libraries>rebootMy upgrade routine goes like this on a packages-only machine:
freebsd-update upgrade -r 11.1
<patches are downloaded and applied and kernel updated>then reboot
freebsd-update install
<world is upgraded> then critical step before reboot. Rebuild all ports and/or packages
pkg upgrade -f pkg
<Force upgrade of pkg(7) itself.> then
pkg upgrade -f
<Force upgrade of all installed packages. >then reboot
freebsd-update install
<This step deletes old libraries>reboot
You assuming thatthe pkg upgrade is not needed because the pkg repository is the same
pkg update
has been run on FreeBSD11.0. FreeBSD 11.0 does not use the same packages as FreeBSD11.1. "Quarterly" repository from Sept 2016 would not be the same as "Quarterly" repository from FreeBSD 11.1 Not everyone keeps their systems packages up to date.