RelayNode icon indicating copy to clipboard operation
RelayNode copied to clipboard

'Illegal instruction' on CentOS 7

Open ChairmanTubeAmp opened this issue 9 years ago • 1 comments

On kernel-3.10.0-327.18.2.el7.x86_64 using the binary provided in the 'client' directory I get the following error:

[root@here]# ./relaynetworkclient 127.0.0.1 8333 public.us-east.relay.mattcorallo.com Using server public.us-east.relay.mattcorallo.com Illegal instruction

If I run 'make install' in the 'c++' directory I get the same result after running the resultant binary.

This used to work on this server in the past. I noticed the problem after a system update which included a new kernel. Unfortunately I can't review the logs to determine when relaynetworkclient stopped working.

ChairmanTubeAmp avatar Jun 19 '16 19:06 ChairmanTubeAmp

This happens sometimes when virtual hosts expose a bullshit /proc/cpuinfo (or needlessly restrict instructions). You should be able to run if you make clean and make with variant=generic (but you'll lose a few ms per block in download time).

On June 19, 2016 12:33:02 PM PDT, "Martín Beauchamp" [email protected] wrote:

On kernel-3.10.0-327.18.2.el7.x86_64 using the binary provided in the 'client' directory I get the following error:

[root@here]# ./relaynetworkclient 127.0.0.1 8333 public.us-east.relay.mattcorallo.com Using server public.us-east.relay.mattcorallo.com Illegal instruction

If I run 'make install' in the 'c++' directory I get the same result after the compile finishes.


You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/TheBlueMatt/RelayNode/issues/31

TheBlueMatt avatar Jun 20 '16 09:06 TheBlueMatt