From owner-freebsd-jail@freebsd.org Tue Sep 6 13:18:29 2016 Return-Path: Delivered-To: freebsd-jail@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 3EC2BBC4157; Tue, 6 Sep 2016 13:18:29 +0000 (UTC) (envelope-from jamie@gritton.org) Received: from gritton.org (gritton.org [199.192.165.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.gritton.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D6213C3; Tue, 6 Sep 2016 13:18:28 +0000 (UTC) (envelope-from jamie@gritton.org) Received: from gritton.org (gritton.org [199.192.165.131]) by gritton.org (8.15.2/8.15.2) with ESMTPS id u86Cnpja080361 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Sep 2016 06:49:52 -0600 (MDT) (envelope-from jamie@gritton.org) Received: (from www@localhost) by gritton.org (8.15.2/8.15.2/Submit) id u86Cnp4s080360; Tue, 6 Sep 2016 06:49:51 -0600 (MDT) (envelope-from jamie@gritton.org) X-Authentication-Warning: gritton.org: www set sender to jamie@gritton.org using -f To: Grzegorz Junka Subject: Re: timerfd in FreeBSD jail? X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 06 Sep 2016 06:49:51 -0600 From: James Gritton Cc: freebsd-jail@freebsd.org, owner-freebsd-jail@freebsd.org In-Reply-To: References: Message-ID: <7c43d0f1052c93b1e074c4dd2ee8340d@gritton.org> X-Sender: jamie@gritton.org User-Agent: Roundcube Webmail/1.2.0 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 13:18:29 -0000 On 2016-09-06 05:38, Grzegorz Junka wrote: > I am trying to compile dart-sdk in Centos 6 that's running in a > FreeBSD jail. I am getting the following error: > > runtime/bin/eventhandler_linux.cc:114: error: Failed creating timerfd > file descriptor: 38 > > Is this a limitation of the jail or I need to enable something to have > it available? No idea, given that error message and unfamiliarity with the source. Is there a linux system call or at least library function you can narrow it down to? - Jamie