Re: linux-compat semctl operation - bad address

2016-09-14 Thread Joe Love
> On Sep 14, 2016, at 12:56 AM, Chagin Dmitry wrote: > > hi, could you please do: > ktrace -di /path/to/u/bin and then > kdump -HAR -m64 > .out > and then send me .out, thanks I must apologize, I copied more of my console output than I meant to copy. Here’s a correct log of just the kd

Re: linux-compat semctl operation - bad address

2016-09-14 Thread Joe Love
> On Sep 14, 2016, at 12:56 AM, Chagin Dmitry wrote: > > hi, could you please do: > ktrace -di /path/to/u/bin and then > kdump -HAR -m64 > .out > and then send me .out, thanks Hi, The results from kdump are on https://paste.globalgamers.net/1247/73860053/ . From what I can tell the s

Re: linux-compat semctl operation - bad address

2016-09-12 Thread Joe Love
> On Sep 9, 2016, at 4:34 PM, Joe Love wrote: > > Hi, > > I have a linux binary I’m trying to run on a 12-CURRENT machine with the > linux_base-c7 (64-bit) port. > > When trying to run it, it starts up and then spits out this error: > shm_semaphores_init: sem

linux-compat semctl operation - bad address

2016-09-09 Thread Joe Love
Hi, I have a linux binary I’m trying to run on a 12-CURRENT machine with the linux_base-c7 (64-bit) port. When trying to run it, it starts up and then spits out this error: shm_semaphores_init: semctl init error: Bad address - trying again I’m guessing that it’s reaching the end of the switch s

Re: linux(64)-compat and ipv6 setsockopt

2016-03-03 Thread Joe Love
Hi Andrey, I’ve tested the patch for my use case, and it does work. Thanks, -Joe > On Mar 3, 2016, at 9:51 AM, Andrey V. Elsukov wrote: > > On 03.03.16 02:27, Joe Love wrote: >> int ipv6only = 1; setsockopt(this->fd6, IPPROTO_IPV6, IPV6_V6ONLY, >> &ipv6only, si

linux(64)-compat and ipv6 setsockopt

2016-03-02 Thread Joe Love
I’ve been using FreeBSD 11 with the linux64 support, and have been using the not-included centos6.7-64bit ports patch to run some programs which depend on a more modern linux installation. Specifically, I’ve been using them for Steamcmd, Ark:Survival Evolved, and Factorio (headless). The lates