From owner-freebsd-ports@freebsd.org Wed Jul 26 21:24:47 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5F29DB0CB8 for ; Wed, 26 Jul 2017 21:24:47 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BE7BE77AF9 for ; Wed, 26 Jul 2017 21:24:47 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id BDC74DB0CB7; Wed, 26 Jul 2017 21:24:47 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5BADB0CB6 for ; Wed, 26 Jul 2017 21:24:47 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86C6D77AF8 for ; Wed, 26 Jul 2017 21:24:47 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 7D9AA45EE6; Wed, 26 Jul 2017 23:24:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NZpun3WZ18Fs; Wed, 26 Jul 2017 23:24:43 +0200 (CEST) Received: from [192.168.11.144] (unknown [192.168.11.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id E963745ED7 for ; Wed, 26 Jul 2017 23:24:42 +0200 (CEST) To: ports@freebsd.org From: Willem Jan Withagen Subject: Trying to get poudriere to start Message-ID: Date: Wed, 26 Jul 2017 23:24:44 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: nl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 21:24:47 -0000 Hi, This has been working, but now the jail does not even start.... Any suggestions why the linux module is giving me trouble? > sudo poudriere bulk -vv -j ceph -p local net/ceph kldload: an error occurred while loading module linux. Please check dmesg(8) for more details. [00:00:00] ====>> Error: Required kernel module 'linux' not found The parent system has linux stuff mounted in /compat/linux/proc Running 12-CURRENT. Thanx, --WjW