SV: FreeBSD 10.0-RC2 Now Available

Hasse Hansson hasse at thorshammare.org
Tue Dec 17 17:01:45 UTC 2013



-----Ursprungligt meddelande-----
Från: owner-freebsd-stable at freebsd.org
[mailto:owner-freebsd-stable at freebsd.org] För Odhiambo Washington
Skickat: den 17 december 2013 13:53
Till: Glen Barber
Kopia: FreeBSD Release Engineering Team; freebsd-current at freebsd.org;
freebsd-stable at freebsd.org
Ämne: Re: FreeBSD 10.0-RC2 Now Available

Aha! I already blew away the 10-CURRENT, downloaded the RC and installed (on
VMware). Now I can play with the stuff, including unbound, freebsd-update.
BTW, I always used csup, then moved to svn on my systems. This
freebsd-update (sorry I always felt scared about it), how does it handle a
situation where I have a custom kernel?


On 17 December 2013 15:34, Glen Barber <gjb at freebsd.org> wrote:

> On Tue, Dec 17, 2013 at 11:49:39AM +0300, Odhiambo Washington wrote:
> > Someone please help me here:
> >
> > root at fbsd10:/usr/src/contrib/unbound # uname -a FreeBSD fbsd10 
> > 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254222: Sun Aug 11
> > 20:14:02 UTC 2013     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
> > amd64
> >
>
> > Why does this fail? I have never used freebsd-update before. It's my 
> > 1st time.
> >
>
> You are upgrading from 10.0-CURRENT, which is not supported by 
> freebsd-update.
>
> You will need to check out the src/ tree of stable/10 or releng/10.0 
> and do a source-based upgrade to -BETA or -RC, then you can use 
> freebsd-update for future upgrades.
>
> Glen
>
>


--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
"I can't hear you -- I'm using the scrambler."
_______________________________________________


Hello
For me it works to rebuild the Generic kernel that installs after using
freebsd-update
by using a "custom file" and include GENERIC, just to make sure I don't miss
out on any
new and important stuff. I've added to my /etc/make.conf the line :
"KERNCONF=CUSTOM"
this way I only have to issue the command : "cd /usr/src && make
buildkernel"
to rebuild with the new sources and get my "CUSTOM kernel"

<snip>
include GENERIC
ident CUSTOM


options         ALTQ
options         ALTQ_CBQ
options         ALTQ_RED
options         ALTQ_RIO
options         ALTQ_HFSC
options         ALTQ_CDNR
options         ALTQ_PRIQ

options         SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
options         SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options         SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
</snip>

All the Best
Hasse



More information about the freebsd-stable mailing list