-
Notifications
You must be signed in to change notification settings - Fork 251
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
ELB config - Error "Name or service not known" #161
Comments
Hello, I allow myself to up the topic cause the issue is blocking for me. Thank you |
Seems that the ec2watcher is bombing out in discovering instances. The error seems to be coming from the aws-sdk gem trying to connect to some (presumably aws) endpoint, where it's trying to resolve a DNS address. Just trying to dig into the source code of the aws-sdk to see what hostname it's trying to resolve ... but before I do that too much what values of AWS_REGION, TAG_NAME, and TAG_VALUES are you supplying? |
So like for example if you supply 'us-west-2' to the region parameter the aws-sdk will try to resolve and connect to |
@j-datadome did that fix your issue? |
Hello,
I installed Synapse on a Ubuntu 14.04 server.
When I try to launch it using the following config, I receive as a response a warning "Name or service not known".
I run haproxy 1.6.3, use ruby 2.2.1 and bundler 1.11.2
Synapse correctly rewrites haproxy config file, but seems to fail to find my instances.
Is there a debug mode which I could activate to track more precisely the error?
Thank you a lot
Config file:
Response:
The text was updated successfully, but these errors were encountered: