Hello everybody,
I had 5.3 STABLE.  Did cvsup as I always do with
    *default  tag=RELENG_5
That should leave the server in STABLE, should not it?  Here is the problem.
#cvsup -g /etc/cvsupfile
#make buildworld
#make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=INET
#make -DALWAYS_CHECK_MAKE installkernel KERNCONF=INET
#make installworld
#reboot
After rebooting and telneting to the server I saw
    FreeBSD 5.4-PRERELEASE (INET) #4: Thu Mar 31 20:41:59 EST 2005
Where is it coming from?  Does anyone else have had the same problem?
Thank you for your help in advance.
Irina
> Hello everybody, > > I had 5.3 STABLE. Did cvsup as I always do with > *default tag=RELENG_5 > That should leave the server in STABLE, should not it? Here is the problem. > > #cvsup -g /etc/cvsupfile > #make buildworld > #make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=INET > #make -DALWAYS_CHECK_MAKE installkernel KERNCONF=INET > #make installworld > #reboot > > After rebooting and telneting to the server I saw > FreeBSD 5.4-PRERELEASE (INET) #4: Thu Mar 31 20:41:59 EST 2005 > > Where is it coming from? Does anyone else have had the same problem? > > Thank you for your help in advance. > > IrinaHi Irina. A quick read through www.freebsd.org/handbook would tell you why this is.....basicly if you wanted 5.3-P? You should use RELENG_5_3 -- ?sak Ben.
On Fr, 1.04.2005, 16:59, Irina sagte:> Hello everybody, >Hi there,> I had 5.3 STABLE. Did cvsup as I always do with > *default tag=RELENG_5 > > After rebooting and telneting to the server I saw > FreeBSD 5.4-PRERELEASE (INET) #4: Thu Mar 31 20:41:59 EST 2005 > > Where is it coming from? Does anyone else have had the same problem? >That's no Problem. There is no RELENG_5_4 yet, so RELENG_5 is now 5.4-PRERELEASE. Everything's normal ;) don't worry ... before 5.4-PRERELEASE my 5-STABLE box was 5.3-STABLE... so I guess, as soon as RELENG_5_4 is branched, you'll get something like 5.4-STABLE when cvsup'ing to RELENG_5> Thank you for your help in advance. >:) best regards, Marian
On Fri, Apr 01, 2005 at 09:59:05AM -0500, Irina wrote:> #cvsup -g /etc/cvsupfile > #make buildworld > #make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=INET > #make -DALWAYS_CHECK_MAKE installkernel KERNCONF=INET > #make installworld > #rebootYou missed the 'mergemaster' step. -ip -- When you do not know what you are going, do it neatly.