From owner-freebsd-questions Wed Oct 10 2: 7:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 8C2CA37B401 for ; Wed, 10 Oct 2001 02:07:27 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 129D12EFD9; Wed, 10 Oct 2001 12:07:19 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f9A93sb08420; Wed, 10 Oct 2001 12:03:55 +0300 (EEST) Message-ID: <004f01c15161$6fd08a60$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Joshua Holland" Cc: References: Subject: Re: Upgrading to 4,4-RELEASE Date: Wed, 10 Oct 2001 11:59:05 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 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 ----- Original Message ----- From: Joshua Holland Newsgroups: lucky.freebsd.questions Sent: Wednesday, October 10, 2001 9:55 AM Subject: Upgrading to 4,4-RELEASE > I just tried upgrading from 4.3 to 4.4 with /stand/sysinstall. It > went through the process and at the end there were messages saying it > couldn't find /etc/fstab and /etc/groups. It let me continue, and > said the upgrade was successful. I rebooted, and it couldn't find > kernel, and booted off of kernel.old (/etc/fstab and /etc/groups were > there). /etc/upgrade did not exist. uname returns 4.3. My disk > space went form 52% to 90% used. Were my binaries upgraded? Where > is the new kernel? How can I check these things? Can I just > download 4.4 src and compile a kernel now? > Why not just CVSup STABLE branch and compile whole system from sources? Take an example for CVSup configuration file from the /usr/share/examples/cvsup directoty for STABLE branche, install cvsup from package and update your system with "make buildworld" and "make installworld". Before clean content of the /usr/obj directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message