From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 15:37:02 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 087DA645 for ; Thu, 18 Dec 2014 15:37:02 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88C092BB4 for ; Thu, 18 Dec 2014 15:37:01 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x12so1954942wgg.39 for ; Thu, 18 Dec 2014 07:36:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=eo10AcQQ8ofPD+3p+NKqciL1iMNKmKt2LjDUR4LWpEE=; b=by01L7n4JSMz42KxuxoXo7pAPIyb4aSG321CqQBZwr8Npd7jTVGFO7xN4GTYLm7FSX GLsP+YDAl5xGQjB/sBt8ADn+0mquOuresuMa2YeK/n9Uww3NRVmF+VZ8lEHuX7fziLQc R3xqRk5Cj9NdypYYS4EYIsQ38z9SxhE3yLLdubZNRTA1HKTfy7KSsajfGHZ+t5a22JuH fcoK1KvUYz769raUwa2+Gn34SZs5iTCJ031GM7jZxVW16hz80gHMlSfhey2AkuSYqjbS ngPM/eOBb9VexHZvaSCX1byJDEoXq/fwuW2XYRNqDPOH7RA+Qj8Id5/Bg7hz/iouMBmM jKgA== X-Received: by 10.180.198.164 with SMTP id jd4mr25193865wic.42.1418917019833; Thu, 18 Dec 2014 07:36:59 -0800 (PST) Received: from t510.bsoft-company.ro (remote.ezwim.com. [193.239.202.173]) by mx.google.com with ESMTPSA id kn5sm9323436wjb.48.2014.12.18.07.36.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 07:36:59 -0800 (PST) Message-ID: <5492F49A.2020204@gmail.com> Date: Thu, 18 Dec 2014 16:36:58 +0100 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How do I upgrade linux kernel support References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrei Brezan 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: Thu, 18 Dec 2014 15:37:02 -0000 On 12/18/14 16:27, Aryeh Friedman wrote: > I just (last night) installed releng/10.1 from svn, kldloadlinux and > then tried to install x11/nvdia-driver and got this: > > ===>>> This port is marked IGNORE > ===>>> compat.linux.osrelease: 2.6.16 is not supported, please use > 2.6.18, BEWARE this is highly experimental > > I do not want to go to -CURRENT. This is a completely fresh install > so I also got ports.tar.gz last night > You don't need to go to CURRENT for this. linux-c6 has replaced linux-f10 and linux kernel is 2.6.18 now. Please read entry 20141209 from /usr/ports/UPDATING. -- Andrei