Re: FreeBSD Source Upgrade

2006-07-18 Thread Mikhail Goriachev
Cody Holland wrote:
 Currently running FreeBSD 6.0-STABLE #0 on a development server and
 attempted to update source via cvsup to 6.1-STABLE.  Went through the same
 procedures that I have always used in the past and the server stated to
 still be running 6.0-stable.  The following are the procedures that I use.
 I deleted everything out of /usr/obj, then ran make update  make
 buildworld  make buildkernel KERNCONF=KERNELNAME  make installkernel
 KERNCONF=KERNELNAME from /usr/src, rebooted, ran make installworld from
 /usr/src, ran mergemaster, then rebooted.  Make.conf has the appropriate
 supfile and in the supfile I'm using tag=RELENG_6.  The whole process went
 fine.  I thought something was strange when mergemaster didn't update
 anything except motd.  Any ideas?
 
 Thanks,
 Cody
 
 Lifes a GardenDig It!!


Hi,

You skipped `mergemaster -p'. Consult /usr/src/Makefile for more
information about the necessary steps.

Also RELENG_6 won't take you to 6.1. You need RELENG_6_1. Check files in
/usr/share/examples/cvsup/ for more details about configurations.

Also, you might want to read this as well:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Source Upgrade

2006-07-18 Thread Greg Barniskis

Mikhail Goriachev wrote:

Cody Holland wrote:



Also RELENG_6 won't take you to 6.1. You need RELENG_6_1. Check files in
/usr/share/examples/cvsup/ for more details about configurations.


Nope. RELENG_6_1 is the errata only branch (6.1 RELEASE plus 
critical bug fixes), it is not STABLE. RELENG_6 is the correct tag, 
and the OP's confusion is that there isn't a difference between 
6.0-STABLE and 6.1-STABLE. There is only STABLE. See


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


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Source Upgrade

2006-07-18 Thread Mikhail Goriachev
Greg Barniskis wrote:
 Mikhail Goriachev wrote:
 Cody Holland wrote:
 
 Also RELENG_6 won't take you to 6.1. You need RELENG_6_1. Check files in
 /usr/share/examples/cvsup/ for more details about configurations.
 
 Nope. RELENG_6_1 is the errata only branch (6.1 RELEASE plus 
 critical bug fixes), it is not STABLE. RELENG_6 is the correct tag, 
 and the OP's confusion is that there isn't a difference between 
 6.0-STABLE and 6.1-STABLE. There is only STABLE. See
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html


Oops, my apologies.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]