Re: timerfd in FreeBSD jail?

2016-09-08 Thread Martin "eto" Misuth
On Wed, 07 Sep 2016 12:47:17 +0200 Alexander Leidinger wrote: > What is implemented as a syscall: > https://svnweb.freebsd.org/base/head/sys/amd64/linux/syscalls.master?view=markup Thank you, this is great ! I wonder what function linux_timerfd() does? Is that older timerfd implementation from [

Re: timerfd in FreeBSD jail?

2016-09-07 Thread Alexander Leidinger
Quoting "Martin \"eto\" Misuth" (from Tue, 6 Sep 2016 16:07:31 +0200): On Tue, 6 Sep 2016 13:19:13 + Grzegorz Junka wrote: How would I know that this is not implemented in the linux emulation layer rather than disabled on the host? I would be interested in resource documenting emulat

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Grzegorz Junka
On 06/09/2016 14:07, Martin "eto" Misuth wrote: On Tue, 6 Sep 2016 13:19:13 + Grzegorz Junka wrote: OK, I was hoping that this is similar to creating ping sockets in jail, that it needs to be enabled on the host for jail to actually be able to execute ping. Well unfortunately that is not

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Martin "eto" Misuth
On Tue, 6 Sep 2016 13:19:13 + Grzegorz Junka wrote: > OK, I was hoping that this is similar to creating ping sockets in jail, > that it needs to be enabled on the host for jail to actually be able to > execute ping. Well unfortunately that is not the case, as you see. > How would I know th

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Grzegorz Junka
On 06/09/2016 13:30, James Gritton wrote: On 2016-09-06 07:08, Grzegorz Junka wrote: On 06/09/2016 12:49, James Gritton wrote: 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/

Re: timerfd in FreeBSD jail?

2016-09-06 Thread James Gritton
On 2016-09-06 07:08, Grzegorz Junka wrote: On 06/09/2016 12:49, James Gritton wrote: 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 cre

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Grzegorz Junka
On 06/09/2016 12:35, Martin "eto" Misuth wrote: On Tue, 6 Sep 2016 11:38:23 + 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 d

Re: timerfd in FreeBSD jail?

2016-09-06 Thread James Gritton
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 enab

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Grzegorz Junka
On 06/09/2016 12:49, James Gritton wrote: 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 thi

Re: timerfd in FreeBSD jail?

2016-09-06 Thread Martin "eto" Misuth
On Tue, 6 Sep 2016 11:38:23 + 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 You probably already unde

timerfd in FreeBSD jail?

2016-09-06 Thread Grzegorz Junka
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? Grz