View Single Post
  #6   (View Single Post)  
Old 13th May 2013
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by cbrace View Post
This HowTo is very helpful, thanks. One question:

If you are running STABLE, how then do you upgrade to a future version of FreeBSD? If you periodically need to recompile the base system from source, doesn't that significantly lessen the advantages of using packages?

Is there any way to keep a FreeBSD server up to date (both base and userland) using only binaries?
I track freshbsd.org site to see which commits are MFC to STABLE, if I find something interesting then I make these:
Code:
# svn checkout svn://svn.freebsd.org/base/stable/9 /usr/src
# make buildworld kernel KODIR=/boot/test
# nextboot -k test
# ...
I do that about every 2-3 months, but ding it just to have latest system is not a boog idea, recently I updated to latest 9.1-STALE and I lost ability to pass USB devices into Virtualbox

I do not know any binary method out of the box, You may of course setup Your freebsd-update server and update from it binary using freebsd-update:
http://www.freebsd.org/doc/en/articl...update-server/
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote