Release of 10.0-RELEASE is close.

I'm already running 10. In fact, I'm posting this from 10-RELEASE, although I do miss ports-mgmt/pkg_rmleaves.
Code:
FreeBSD megan 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260829: Fri Jan 17 13:23:36 EST 2014     neel@megan:/usr/obj/usr/src/sys/GENERIC  amd64
 
khoinguyen216 said:
@Neel: were you able to install xorg-server? From pkg, I meant.

As of this evening (around 18:00 EST), I wasn't able to install xorg-server with pkg install.

That is, I received the error that pkg was unable to find it.
 
Also, be careful with certain systems. I tried installing FreeBSD 10.0-RELEASE on a Compaq ML370G1 and the bootloader is doing something to the system. Upon reboot, it just sits there like a dead system until you pull the power cable, yank the battery, wait 10 seconds, put the battery back in, plug it back in, and fire it up.

Unfortunately, it's like this EVERY reboot. I might have to see if I can downgrade the bootloader and see what happens.
 
ph0enix said:
JanJurkus said:
ph0enix said:
It's out. I just upgraded to it.

How did you do that? Did you compile the entire system yourself? :O

Yes, it's not that difficult.

Yes, it's a well documented procedure that isn't hard at all once you grasp the essentials. The build(7) manual page is one source of information and then there's the handbook that shows the steps in detail:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
 
kpa said:
Yes, it's a well documented procedure that isn't hard at all once you grasp the essentials. The build(7) manual page is one source of information and then there's the handbook that shows the steps in detail:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Thanks for the link, kpa! I should have included it.
Bottom line: if you can follow a set of directions, you should be able to compile a FreeBSD system.
If you happen to run into a problem, post your questions in the installation and upgrade forum.
 
I'm going to recommend @wblock's guide as well. It gives the short version, so to speak, of upgrading from source.

http://www.wonkity.com/~wblock/docs/htm ... world.html

Also, if you're already running 10-RC5, you can use the builtin svnlite to grab the source, rather than having to first install subversion. For example, to get the source from a source close to where I live
Code:
svnlite co https://svn0.us-east.freebsd.org/base/releng/10.0 /usr/src
 
Last edited by a moderator:
Back
Top