Hello,
I hope this is the right section for my issue, but i was not sure if it belongs here or the system general.
I have a FreeBSD VM running with linux-c7 installed and configured. There I can run my linux elf binary without any issues.
I have now setup a new VM on a different system and did the same config. So I installed linux-c7 and did setup the needed mountpoints etc. I think I did the same as on the system where it is working.
The issue I am now facing is, that when I run the exact same linux elf binary on the fresh installed system it is hanging for about 2 minutes and than gives me a segmentation fault. While hanging the system console prints "syscall get_mempolicy not implemented".
So I am now asking my self where the difference between the system is and how I can get my binary to work.
I have triple checked every setting now and did not notice any difference. Also I tried to troubleshoot the "get_mempolicy" syscall error but was not able to find any solution.
I am now looking for any ideas on what I can also check so I get the binary to run on the new vm.
I hope this is the right section for my issue, but i was not sure if it belongs here or the system general.
I have a FreeBSD VM running with linux-c7 installed and configured. There I can run my linux elf binary without any issues.
I have now setup a new VM on a different system and did the same config. So I installed linux-c7 and did setup the needed mountpoints etc. I think I did the same as on the system where it is working.
The issue I am now facing is, that when I run the exact same linux elf binary on the fresh installed system it is hanging for about 2 minutes and than gives me a segmentation fault. While hanging the system console prints "syscall get_mempolicy not implemented".
So I am now asking my self where the difference between the system is and how I can get my binary to work.
I have triple checked every setting now and did not notice any difference. Also I tried to troubleshoot the "get_mempolicy" syscall error but was not able to find any solution.
I am now looking for any ideas on what I can also check so I get the binary to run on the new vm.