From owner-freebsd-questions Sun Sep 15 21:29: 8 2002 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 308D737B400 for ; Sun, 15 Sep 2002 21:29:05 -0700 (PDT) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72B943E42 for ; Sun, 15 Sep 2002 21:29:04 -0700 (PDT) (envelope-from bvagnoni@comcast.net) Disposition-notification-to: bvagnoni@comcast.net Received: from system1 (pcp01325002pcs.pwayne01.pa.comcast.net [68.81.18.65]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with SMTP id <0H2I001RMKGGN6@mtaout04.icomcast.net> for freebsd-questions@FreeBSD.ORG; Mon, 16 Sep 2002 00:29:04 -0400 (EDT) Date: Mon, 16 Sep 2002 00:28:21 -0400 From: bvagnoni@comcast.net Subject: CVSUP Problems and Questions In-reply-to: <20020916040451.2128C37B401@hub.freebsd.org> To: "freebsd-questions@FreeBSD. ORG" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear All; Hi, everytime I try and run cvsup, it completes fine. But when I do the following steps to compile and load the soruce it gets corrupted some how. It downloads the required information using the following cvsupfile. I'm going to take you from the way I install to when I do my cvsup and then try and compile and load. I install freebsd, it complete sucessfully. I reboot. From root I go to /usr/src/sys/i386/conf cp GENERIC SYSTEM edit SYSTEM to reflect my smp paraemeters. save and exit. cd /usr/src make buildkernel KERNCONF=SYSETM make installkernel KERNCONF=SYSTEM sync reboot Then I create my cvsupfile Here is my cvsupfile: *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all ports-all tag=. doc-all tag=. It downloads the source. thenn i goto cd /usr/src make buildworld if that completes, sometimes it crashes I then go to cd /usr/src/sys/i386/conf cp GENERIC SYSTEM edit SYSTEM to reflect my smp paraemeters. save and exit. cd /usr/src make buildkernel KERNCONF=SYSETM make installkernel KERNCONF=SYSTEM sync reboot to single user mode. boot -s, fsck -p mount -u / mount -a cd /usr/src make installworld if that completes that and I reboot and do a: uname -a It never seems to update the name to the current stable release. What am i doing wrong. Could someone please provide a complete & proven way to do this that also has smp. As well as a cron script that does it for me automatically. I would be enternally grateful. Again Thanks In Advance Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message