From owner-freebsd-current@freebsd.org Thu Feb 13 19:08:09 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4778231833 for ; Thu, 13 Feb 2020 19:08:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JQyK4mnmz4QNR for ; Thu, 13 Feb 2020 19:08:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 85332496A for ; Thu, 13 Feb 2020 19:08:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58:0:946e:2faa:8edf:35d3] (unknown [IPv6:2001:470:7a58:0:946e:2faa:8edf:35d3]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 332BF40E47 for ; Thu, 13 Feb 2020 20:08:07 +0100 (CET) Subject: Re: FATAL kernel too old To: freebsd-current@freebsd.org References: <20200213175601.GA3262@c720-r342378> From: Dimitry Andric Message-ID: Date: Thu, 13 Feb 2020 20:08:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200213175601.GA3262@c720-r342378> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 19:08:09 -0000 On 2020-02-13 18:56, Matthias Apitz wrote: > I'm compiling ports with poudriere on a very recent kernel and I'm > getting the attached errors. What does this mean? Thanks. > > matthias > > > FreeBSD 13.0-CURRENT (GENERIC) #2 r357756: Tue Feb 11 18:52:09 CET 2020 > > [01:28:59] [04] [00:01:01] Finished graphics/linux-c7-gdk-pixbuf2 | linux-c7-gdk-pixbuf2-2.36.12: Success > [01:29:01] [04] [00:00:00] Building security/linux-c7-libssh2 | linux-c7-libssh2-1.8.0 > FATAL: kernel too old What is the output of "sysctl compat.linux.osrelease"? On recent -CURRENT, it should be "3.2.0". If there is any setting in your /etc/sysctl.conf to lower the version, try removing it, and reloading your linux kernel modules. -Dimitry