From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 23:14:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E7F716A4D6 for ; Fri, 2 Jul 2004 23:14:28 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D210743D49 for ; Fri, 2 Jul 2004 23:14:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i62NESfs010607; Fri, 2 Jul 2004 19:14:28 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3D1E552364; Fri, 2 Jul 2004 16:14:25 -0700 (PDT) Date: Fri, 2 Jul 2004 16:14:25 -0700 From: Kris Kennaway To: David Bear Message-ID: <20040702231425.GB55501@xor.obsecurity.org> References: <20040702222829.GE8446@asu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: <20040702222829.GE8446@asu.edu> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: cvsupdate and make totally hoses the system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:14:28 -0000 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 02, 2004 at 03:28:29PM -0700, David Bear wrote: > I've done this twice now.. I install a clean 4.10-Release from ftp. > I install cvsupdate without gui. I create my cvsupdate file in etc > and run cvsupdate. >=20 > then per instructions from the website > # make buildworld > # make buildkernel > # make installkernel > # reboot >=20 > You should boot in single user mode (using boot -s from loader prompt > for example). Then run: >=20 > # mergemaster -p > # make installworld >=20 > =3D=3D=3D=3D=3D=3D > I cvsup to releng_4_10. >=20 > the first hiccup comes with mergemaster as there are new accounts > created for pf. thats fine. I just merge the new accounts. You're actually trying to update your system to 5.2-CURRENT. This is because you're using the wrong cvsupfile: > *default tag=3DRELENG_4_10 >=20 > *default tag=3D. > ports-all tag=3D. > src-all tag=3D. ^^^^^ You've overridden the RELENG_4_10 tag and specified that you want the top of the source tree, i.e. -CURRENT. Kris --K8nIJk4ghYZn606h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5exQWry0BWjoQKURAvzdAJ4vvplVgGUAcAsa0pxB1rAZdMJ13wCg6zDu IJugJyLOYigzzeuJfyiAm4I= =Wc0h -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h--