-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consul can't run on Centos 7 #1198
Comments
Hi @mushixun I can't seem to reproduce this crash. I used Vagrant to spin up the chef/centos-7.0 box and it seems to work fine (from a clean
Can you provide more details and maybe confirm the version you are running (I've got the sha256 of the one I downloaded in the dump above). If that doesn't shed light you might want to fire up |
Thanks for you reply,you are right,my question has solved,Thank you!!! |
Out of curiosity can you share what it was? |
$ uname -a Ideas? Not supported on 15.10? |
Hi @loslosbaby which version of Consul were you running on there? |
0.6.1 sorry forgot to include that :) |
Weird: I DL'd from releases.hashicorp.com (forever RHC) one one VM, got that working. Spun two more VM's today, used the same URL (from RHC, to get 0.6.1) and I get the SEGV's. Ok, do a sum on the machines: I don't have the "working" zip file, I wget'd it into /tmp and its been boot-blasted a day ago+. That's all I know :) |
Short and sweet: $ strace ./consul |
Hmm - I was able to set up a clean 15.10 box just now and it runs fine - must have gotten a corrupted download somehow. You can use our published shasums to make sure you've got a good binary - https://releases.hashicorp.com/consul/0.6.1/consul_0.6.1_SHA256SUMS. |
I just spent half an hour scratching my head over this before I thought to try GDB, turns I'd grabbed the download link to the freebsd version by mistake 😟 Hopefully this saves someone some time in the future. |
yeah just make sure you grab the right version seems to common fix. |
uname -a
Linux test-srv01 3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6 01:06:18 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
./consul
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: