From owner-freebsd-stable@FreeBSD.ORG Tue Oct 16 22:11:42 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FF0616A420 for ; Tue, 16 Oct 2007 22:11:42 +0000 (UTC) (envelope-from miguel@anjos.strangled.net) Received: from mailrly06.isp.novis.pt (mailrly06.isp.novis.pt [195.23.133.216]) by mx1.freebsd.org (Postfix) with ESMTP id 6628613C447 for ; Tue, 16 Oct 2007 22:11:40 +0000 (UTC) (envelope-from miguel@anjos.strangled.net) Received: (qmail 13379 invoked from network); 16 Oct 2007 22:11:38 -0000 Received: from unknown (HELO mailfrt04.isp.novis.pt) ([195.23.133.196]) (envelope-sender ) by mailrly06.isp.novis.pt with compressed SMTP; 16 Oct 2007 22:11:38 -0000 Received: (qmail 22901 invoked from network); 16 Oct 2007 22:11:38 -0000 Received: from unknown (HELO satan.anjos.strangled.net) ([89.180.78.253]) (envelope-sender ) by mailfrt04.isp.novis.pt with SMTP; 16 Oct 2007 22:11:38 -0000 Received: from satan.anjos.strangled.net (localhost [127.0.0.1]) by satan.anjos.strangled.net (8.14.1/8.14.1) with ESMTP id l9GMBRK1014776; Tue, 16 Oct 2007 23:11:27 +0100 (WEST) (envelope-from miguel@satan.anjos.strangled.net) Received: (from miguel@localhost) by satan.anjos.strangled.net (8.14.1/8.14.1/Submit) id l9GMBQEK014775; Tue, 16 Oct 2007 23:11:26 +0100 (WEST) (envelope-from miguel) Date: Tue, 16 Oct 2007 23:11:26 +0100 (WEST) From: Miguel Lopes Santos Ramos Message-Id: <200710162211.l9GMBQEK014775@satan.anjos.strangled.net> To: freebsd-stable@freebsd.org, indrajith@adm.sltidc.lk In-Reply-To: Cc: Subject: Re: Disk Quota Support for FreeBSD Kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 22:11:42 -0000 > From: "Chaminda Indrajith" > > Warning: Can't find the `6.2-RELEASE-p4' distribution on this FTP > server. You may need to visit a different server for the release you > are trying to fetch or go to the Options menu and to set the release > name to explicitly match what's available on ftp.freebsd.org (or set > to "any"). > > Please help me to install kernel source and rebuild kernel. I think this would work, edit /usr/share/examples/cvsup/stable-supfile, or perhaps edit a copy of it in some directory of your own. Make sure you have edit these lines: *default host=CHANGE_THIS.FreeBSD.org *default release=cvs tag=RELENG_6 changing CHANGE_THIS to cvsup or cvsup4 or something near you, and tag=RELENG_6 to tag=RELENG_6_2. Check if you have the command csup installed, if you do, then do: # csup -L 2 stable-supfile If you don't, install the port cvsup and do: # cvsup -g -L 2 stable-supfile I think this will work. The directory /usr/src must already be created. This is for installing the sources for the full system... If you want only the kernel sources manually fetch using FTP the ssys.* files from the src directory of 6.2-RELEASE. Also fetch the install script, install.sh, on the same directory. Then run it :-) Oh... about building... see the handbook, I'm sure to forget some step. Miguel Ramos