Data segment size exceeds process limit

Status
Not open for further replies.

FHCfgsyer465

Cadet
Joined
Jul 15, 2016
Messages
2
Hello,

I have a FreeNas box with all SSD's that I am trying to utilize the Linux binary for Samsung Magician (this works on our Linux boxes). When I attempt to execute it, I'm presented with the error below:

Code:
Data segment size exceeds process limit
Abort


I do have Linux enabled at boot. I'm sure it's something I'm overlooking.
 

Mirfster

Doesn't know what he's talking about
Joined
Oct 2, 2015
Messages
3,215
I do have Linux enabled at boot. I'm sure it's something I'm overlooking.
Eh? Sorry, but I am a little confused. FreeNAS is based on FreeBSD; not Linux... So what is it you are trying to do precisely?
 

FHCfgsyer465

Cadet
Joined
Jul 15, 2016
Messages
2
@Mirfster - I think he's trying to run a Linux binary under FreeBSD.

@FHCfgsyer465 - The Linux binary isn't 64-bit is it? According to this, FreeBSD only supports 32-bit Linux binaries:

https://www.freebsd.org/doc/handbook/linuxemu.html

That's correct. The 64 bit binary doesn't work, I know that one. I'm trying the 32 bit but it throws the "Data segment size exceeds process limit" error. I suspect that it's a memory limit somewhere possibly but not 100% sure.
 

droeders

Contributor
Joined
Mar 21, 2016
Messages
179
That's correct. The 64 bit binary doesn't work, I know that one. I'm trying the 32 bit but it throws the "Data segment size exceeds process limit" error. I suspect that it's a memory limit somewhere possibly but not 100% sure.

You can check your data segment size with 'ulimit -d'

Are you running as a non-root user?
Can you post the output of 'ulimit -a'?
 
Status
Not open for further replies.
Top