From owner-freebsd-stable@FreeBSD.ORG Mon Feb 14 11:50:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CDC16A4CE for ; Mon, 14 Feb 2005 11:50:10 +0000 (GMT) Received: from f22.mail.ru (f22.mail.ru [194.67.57.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id E661B43D2F for ; Mon, 14 Feb 2005 11:50:09 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from mail by f22.mail.ru with local id 1D0ejw-0000VJ-00; Mon, 14 Feb 2005 14:50:08 +0300 Received: from [81.200.13.122] by win.mail.ru with HTTP; Mon, 14 Feb 2005 14:50:08 +0300 From: dima <_pppp@mail.ru> To: Damian-Fekete Andrei Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [81.200.13.122] Date: Mon, 14 Feb 2005 14:50:08 +0300 In-Reply-To: <20050211160020.31352.qmail@web61203.mail.yahoo.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: cc: freebsd-stable Subject: Re[4]: recompile, harddrive(partition) error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dima <_pppp@mail.ru> List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 11:50:10 -0000 >> 1. if you edited GENERIC, not the copy of it, you >> can download a copy from cvsweb.freebsd.org or cvs >> it. >> 2. default /etc/make.conf should be empty. >> 3. you can get the security/errata patched sources >> of 5.3-RELEASE (actually called 5.3-RELEASE-p5) by >> changing the tag in your cvsup file to RELENG_5_3 >> >> The thing you could do wrong is probably removing >> too many lines from your kernel config file; read >> the comments in it carefully. >> > > Ohhh... still not working. :( > I've removed /etc/make.conf, I've done > make buildkernel > make installkernel > on the unmodified GENERIC file. > > So? Anyone? Any idea? It seems you did everything right this time. Sorry, I didnt use FreeBSD with other systems on the same HD for years. There is a problem with DOS-extended partitioning performed by some utilities. You can try 1) add "options GEOM_MBR" to your config file, which should enable some hacks 2) or update your sources to RELENG_5 after Feb 3, 2005 See discussion about that http://lists.freebsd.org/pipermail/freebsd-geom/2005-January/000474.html. The patch was commited to the stable tree just about 2 weeks ago.