From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 21:26:46 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 8F51116A4CE for ; Wed, 14 Jul 2004 21:26:46 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E92843D2D for ; Wed, 14 Jul 2004 21:26:46 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id 799613E26; Wed, 14 Jul 2004 23:27:15 +0200 (MEST) Message-ID: <40F623B6.1020800@broadpark.no> Date: Wed, 14 Jul 2004 23:27:02 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: Girish L References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Linux Compatibility 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: Wed, 14 Jul 2004 21:26:46 -0000 Girish L wrote: >Hi > > I have a freeBSD 5.2-CURRENT version running on a intel dual processor machine. > >I need to turn the LINUX COMPATBILITY ON, but unfortunately the source >code for this version is not on the system. > >If I do a sysinstall to obtain the source code, the system fails to >find the matching version and if i set the option to "any" release or >download any other version >(say 5.2.1-RELEASE) and modfiy the Kernel Configuration file GENERIC >to add the option COMPAT_LINUX, I get a error on running config(8). > >this error points about a version mismatch > >Can anyone point me to the source code for 5.2-CURRENT release >or help me add the linux compatibility option and turn the linux >compatibility ON. > >Thanks for any help in this regard >Girish > > Greetings!! I believe RELENG_5_2 has been discontinued, and replaced by RELENG_5_2_1 (if I'm wrong, someone correct me, please). Anyways, try cvsupping using either one, as at least one of them is bound to work. If this sounds cryptic to you, read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html If you are looking for -CURRENT, the tag to use is . (yes, a period). -Henrik W Lund