From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 00:33:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47F45722 for ; Wed, 1 Oct 2014 00:33:36 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E8879C47 for ; Wed, 1 Oct 2014 00:33:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s910XYW4084957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 30 Sep 2014 18:33:34 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s910XYCO084954; Tue, 30 Sep 2014 18:33:34 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 30 Sep 2014 18:33:34 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" Subject: Re: update to linux_base-c6 In-Reply-To: <542B1397.2050504@hiwaay.net> Message-ID: References: <9e6b9502ba9292e68de94878bf405409@dweimer.net> <542ACB7E.4000206@hiwaay.net> <542B00E2.8030609@hiwaay.net> <542B1397.2050504@hiwaay.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 30 Sep 2014 18:33:34 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 00:33:36 -0000 On Tue, 30 Sep 2014, William A. Mahaffey III wrote: > Well .... after a bit of messing around, I determined that I couldn't find > any linux-c6 packages for FBSD 9.3, so I went the ports route: > > [root@kabini1, /etc, 3:30:43pm] 588 % (cd /usr/ports/emulators/linux_base-c6; > make install clean); cd . > ===> linux_base-c6-6.5 compat.linux.osrelease: 2.6.16 is not supported, > please use 2.6.18, BEWARE this is highly experimental. > *** [install] Error code 1 > > Stop in /usr/ports/emulators/linux_base-c6. > [root@kabini1, /etc, 3:30:59pm] 589 % > > .... & didn't get very far :-/ .... Any clues for me ? TIA .... Always, yes *always*, read /usr/ports/UPDATING before updating or installing new ports. The 20140922 entry pertains to the c6 ports. There is more, but this particular problem means to run # sysctl compat.linux.osrelease=2.6.18 and add compat.linux.osrelease=2.6.18 to /etc/sysctl.conf.