You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 ec2.us-west-2.amazonaws.com. We can see this from the aws-sdk ec2/region.rb file. So yea, which region are you trying to connect to?
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: